{ "cells": [ { "cell_type": "markdown", "id": "d55f48fd-cb0f-4f58-8336-47990d086275", "metadata": {}, "source": [ "# Social Vulnerability Ireland - Subet vulnerability results" ] }, { "cell_type": "markdown", "id": "98928756-f7cf-4b99-9ddd-91e100b7a100", "metadata": {}, "source": [ "## Environment" ] }, { "cell_type": "markdown", "id": "baac1de9-9598-4a25-9d76-f6d10d584282", "metadata": {}, "source": [ "### R Libraries\n", "The relvant R libraries are imported in to the kernal:" ] }, { "cell_type": "code", "execution_count": 1, "id": "96674be0-1375-43fe-bebb-c1418936f5d4", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Loading required package: pacman\n", "\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "[1] \"Loaded Packages:\"\n" ] }, { "data": { "text/html": [ "\n", "
  1. 'lubridate'
  2. 'forcats'
  3. 'stringr'
  4. 'dplyr'
  5. 'purrr'
  6. 'readr'
  7. 'tidyr'
  8. 'tibble'
  9. 'ggplot2'
  10. 'tidyverse'
  11. 'sf'
  12. 'pacman'
\n" ], "text/latex": [ "\\begin{enumerate*}\n", "\\item 'lubridate'\n", "\\item 'forcats'\n", "\\item 'stringr'\n", "\\item 'dplyr'\n", "\\item 'purrr'\n", "\\item 'readr'\n", "\\item 'tidyr'\n", "\\item 'tibble'\n", "\\item 'ggplot2'\n", "\\item 'tidyverse'\n", "\\item 'sf'\n", "\\item 'pacman'\n", "\\end{enumerate*}\n" ], "text/markdown": [ "1. 'lubridate'\n", "2. 'forcats'\n", "3. 'stringr'\n", "4. 'dplyr'\n", "5. 'purrr'\n", "6. 'readr'\n", "7. 'tidyr'\n", "8. 'tibble'\n", "9. 'ggplot2'\n", "10. 'tidyverse'\n", "11. 'sf'\n", "12. 'pacman'\n", "\n", "\n" ], "text/plain": [ " [1] \"lubridate\" \"forcats\" \"stringr\" \"dplyr\" \"purrr\" \"readr\" \n", " [7] \"tidyr\" \"tibble\" \"ggplot2\" \"tidyverse\" \"sf\" \"pacman\" " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# Load R libraries\n", "if(!require(\"pacman\"))\n", " install.packages(\"pacman\")\n", "\n", "p_load(\"sf\", \"tidyverse\")\n", "\n", "print(\"Loaded Packages:\")\n", "p_loaded()" ] }, { "cell_type": "markdown", "id": "374ca1db-9164-4bee-a25c-81d7baf88a82", "metadata": {}, "source": [ "### Output directory" ] }, { "cell_type": "code", "execution_count": 2, "id": "51c19b3e-6da1-41c3-aad2-d8da5f6f6060", "metadata": {}, "outputs": [], "source": [ "# create the output directory if it does not exist\n", "output_dir <- file.path(\"../..\",\"3_outputs\",\"Ireland\",\"2022\",\"Cork\")\n", "if(!dir.exists(output_dir)){\n", " dir.create(output_dir, recursive = TRUE)\n", " print(paste0(output_dir, \" created\"))\n", "}" ] }, { "cell_type": "markdown", "id": "63922aa9-e8b9-4834-902f-b8e509306b2f", "metadata": {}, "source": [ "### Set the GUID" ] }, { "cell_type": "code", "execution_count": 3, "id": "f1bb1ce0-7979-48d0-902b-6cffdfff61a1", "metadata": {}, "outputs": [], "source": [ "GUID <- \"SA_GUID__1\"" ] }, { "cell_type": "markdown", "id": "426814a1-aed4-4c67-a567-4fb73dd261a2", "metadata": {}, "source": [ "## Load Data" ] }, { "cell_type": "markdown", "id": "7a10374e-37ab-46ca-af36-cb4ed609b552", "metadata": {}, "source": [ "### Import the data" ] }, { "cell_type": "code", "execution_count": 4, "id": "5a6d2229-c57d-4411-9878-16fab3e33a3e", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Reading layer `social_vulnerability_index_ireland_2022' from data source \n", " `/Cities/3_outputs/Ireland/2022/social_vulnerability_index_ireland_2022.geojson' \n", " using driver `GeoJSON'\n", "Simple feature collection with 18919 features and 46 fields\n", "Geometry type: MULTIPOLYGON\n", "Dimension: XY\n", "Bounding box: xmin: 417471.5 ymin: 519663.7 xmax: 734481.1 ymax: 966896.3\n", "Projected CRS: IRENET95 / Irish Transverse Mercator\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Registered S3 method overwritten by 'geojsonsf':\n", " method from \n", " print.geojson geojson\n", "\n" ] }, { "data": { "application/geo+json": { "features": [ { "geometry": { "coordinates": [ [ [ [ 676048.8984, 726893.8296 ], [ 676040.355, 726884.494 ], [ 676036.905, 726880.143 ], [ 676038.493, 726877.816 ], [ 676020.975, 726856.101 ], [ 676018.356, 726856.757 ], [ 676017.818, 726856.892 ], [ 676016.057, 726854.503 ], [ 676012.574, 726849.468 ], [ 676007.214, 726842.426 ], [ 676007.48, 726842.251 ], [ 676007.182, 726841.848 ], [ 676005.756, 726839.914 ], [ 675998.55, 726830.145 ], [ 675992.111, 726821.417 ], [ 675986.065, 726812.468 ], [ 675979.883, 726803.303 ], [ 675973.882, 726794.406 ], [ 675964.999, 726781.237 ], [ 675962.147, 726783.227 ], [ 675918.661, 726726.103 ], [ 675918.595, 726725.747 ], [ 675908.993, 726713.447 ], [ 675905.425, 726708.876 ], [ 675899.143, 726713.298 ], [ 675887.365, 726719.795 ], [ 675874.776, 726725.481 ], [ 675865.232, 726728.73 ], [ 675854.267, 726732.994 ], [ 675840.941, 726737.954 ], [ 675833.669, 726741.154 ], [ 675824.646, 726744.442 ], [ 675812.576, 726751.693 ], [ 675812.545, 726751.711 ], [ 675779.075, 726768.833 ], [ 675758.75, 726779.445 ], [ 675740.867, 726788.915 ], [ 675737.773, 726790.553 ], [ 675724.966, 726798.816 ], [ 675720.744, 726801.987 ], [ 675719.711, 726802.73 ], [ 675707.729, 726811.348 ], [ 675702.208, 726815.25 ], [ 675694.764, 726820.51 ], [ 675676.124, 726833.585 ], [ 675660.951, 726843.982 ], [ 675649.988, 726853.058 ], [ 675642.641, 726859.483 ], [ 675642.443, 726859.656 ], [ 675628.042, 726874.159 ], [ 675620.227, 726883.656 ], [ 675617.987, 726885.878 ], [ 675615.498, 726887.824 ], [ 675610.515, 726892.591 ], [ 675603.661, 726900.445 ], [ 675598.97, 726906.363 ], [ 675597.194, 726913.44 ], [ 675597.016, 726914.151 ], [ 675585.822, 726931.064 ], [ 675580.773, 726940.826 ], [ 675576.06, 726949.578 ], [ 675571.684, 726955.3 ], [ 675567.308, 726960.349 ], [ 675561.586, 726966.072 ], [ 675558.015, 726969.368 ], [ 675555.1, 726972.059 ], [ 675552.834, 726974.15 ], [ 675551.858, 726974.83 ], [ 675541.727, 726981.892 ], [ 675534.0165, 726987.7176 ], [ 675533.5247, 726988.0892 ], [ 675533.7525, 726988.2231 ], [ 675531.5391, 726992.4617 ], [ 675528.2678, 726997.2678 ], [ 675524.4607, 727001.6617 ], [ 675522.4274, 727003.6345 ], [ 675519.7542, 727006.0851 ], [ 675519.3262, 727006.5791 ], [ 675520.0883, 727007.3212 ], [ 675520.7921, 727007.912 ], [ 675521.6347, 727008.5498 ], [ 675521.7822, 727008.6381 ], [ 675522.507, 727008.6919 ], [ 675529.8949, 727008.4052 ], [ 675531.4698, 727008.2835 ], [ 675536.1147, 727008.1411 ], [ 675541.9127, 727008.5711 ], [ 675547.6215, 727009.6713 ], [ 675549.8635, 727010.2962 ], [ 675554.9984, 727011.8572 ], [ 675558.2989, 727012.9878 ], [ 675563.6001, 727015.3749 ], [ 675568.5883, 727018.3612 ], [ 675573.1961, 727021.9065 ], [ 675577.3612, 727025.9627 ], [ 675581.0272, 727030.4751 ], [ 675584.1445, 727035.3825 ], [ 675584.6729, 727036.3574 ], [ 675594.7884, 727055.5584 ], [ 675600.764, 727068.3317 ], [ 675600.9221, 727068.6413 ], [ 675601.2127, 727069.0988 ], [ 675602.2788, 727069.7371 ], [ 675604.7286, 727071.3024 ], [ 675609.3364, 727074.8477 ], [ 675613.5014, 727078.9039 ], [ 675617.1674, 727083.4163 ], [ 675620.2847, 727088.3238 ], [ 675621.3514, 727090.3794 ], [ 675621.3986, 727090.4537 ], [ 675622.5908, 727090.2629 ], [ 675629.6497, 727088.643 ], [ 675637.0206, 727086.7808 ], [ 675651.152, 727082.9852 ], [ 675653.2961, 727082.3011 ], [ 675658.0682, 727080.5166 ], [ 675669.5791, 727075.5044 ], [ 675673.1876, 727074.0968 ], [ 675678.783, 727072.518 ], [ 675681.64, 727071.9753 ], [ 675682.3647, 727071.8593 ], [ 675682.7726, 727071.7442 ], [ 675683.3179, 727071.5302 ], [ 675687.5931, 727069.6474 ], [ 675700.1908, 727063.9303 ], [ 675706.7281, 727061.0825 ], [ 675711.1878, 727059.3891 ], [ 675714.093, 727058.4419 ], [ 675718.8351, 727057.1499 ], [ 675722.1775, 727056.532 ], [ 675723.4853, 727056.3359 ], [ 675723.7236, 727056.2918 ], [ 675724.205, 727056.156 ], [ 675724.146, 727056.0337 ], [ 675723.6348, 727055.2115 ], [ 675723.4266, 727054.9103 ], [ 675722.7458, 727054.0722 ], [ 675721.5482, 727053.1507 ], [ 675719.2956, 727051.3107 ], [ 675715.1307, 727047.2542 ], [ 675711.4649, 727042.7417 ], [ 675709.8076, 727040.2902 ], [ 675707.1141, 727036.04 ], [ 675705.8713, 727034.2016 ], [ 675705.9138, 727034.1728 ], [ 675703.5309, 727030.4213 ], [ 675701.0046, 727025.185 ], [ 675699.1032, 727019.6909 ], [ 675697.8525, 727014.0132 ], [ 675697.2695, 727008.2286 ], [ 675697.3619, 727002.4155 ], [ 675698.1285, 726996.6525 ], [ 675699.559, 726991.0173 ], [ 675701.6341, 726985.5864 ], [ 675704.3256, 726980.4331 ], [ 675707.5971, 726975.6271 ], [ 675711.4045, 726971.2334 ], [ 675715.6962, 726967.3114 ], [ 675720.4143, 726963.9142 ], [ 675725.4948, 726961.0877 ], [ 675730.8691, 726958.8701 ], [ 675735.339, 726957.553 ], [ 675740.2657, 726956.3477 ], [ 675740.2716, 726956.3463 ], [ 675740.2818, 726956.3438 ], [ 675741.3136, 726956.0946 ], [ 675746.4589, 726954.957 ], [ 675747.8402, 726954.567 ], [ 675748.2545, 726954.0889 ], [ 675748.4096, 726953.8748 ], [ 675752.217, 726949.4811 ], [ 675756.5088, 726945.5592 ], [ 675761.2268, 726942.162 ], [ 675766.3073, 726939.3355 ], [ 675771.6817, 726937.1179 ], [ 675776.0516, 726935.8254 ], [ 675781.9058, 726934.3805 ], [ 675783.0938, 726934.0875 ], [ 675789.3401, 726932.6017 ], [ 675789.9307, 726932.4613 ], [ 675790.7406, 726932.2758 ], [ 675796.4815, 726931.3575 ], [ 675802.2901, 726931.1118 ], [ 675808.088, 726931.5421 ], [ 675813.7968, 726932.6426 ], [ 675819.3391, 726934.3984 ], [ 675822.1807, 726935.6782 ], [ 675822.2054, 726935.6233 ], [ 675824.8326, 726936.8065 ], [ 675825.8943, 726936.6366 ], [ 675826.4565, 726936.5019 ], [ 675837.4789, 726933.8618 ], [ 675850.0645, 726930.8454 ], [ 675875.6154, 726924.2197 ], [ 675909.0041, 726915.5604 ], [ 675966.6836, 726901.1148 ], [ 676012.2352, 726889.4648 ], [ 676013.8708, 726889.0756 ], [ 676019.6117, 726888.1575 ], [ 676025.4203, 726887.9121 ], [ 676031.2182, 726888.3427 ], [ 676036.9269, 726889.4435 ], [ 676042.2089, 726891.117 ], [ 676048.8984, 726893.8296 ] ] ] ], "type": "MultiPolygon" }, "properties": { "SA_GUID__1": "000581a3-4ebd-4a74-b5f8-0bd78cd7ede5", "adaptive_capacity": -0.6132, "age": 1.2599, "age_middle_to_oldest_old": -0.8683, "disability": -0.9224, "early_childhood": 3.388, "enhanced_exposure": -0.3497, "farmers": -0.5775, "foreign_nationals": 0.5316, "health": -0.8236, "housing_characteristics": -0.5154, "impervious": -0.3062, "income": -0.5511, "info_access_use": -0.3552, "journey_time": 1.0782, "local_knowledge": 0.5916, "low_skilled_employment": -0.3192, "mobile_home": -0.1878, "mobility": -0.8043, "new_residents": 0.6517, "no_car": -0.8043, "no_central_heating": -0.7784, "no_higher_education": -0.3171, "no_internet": -0.6253, "not_volunteers": 0.8863, "one_parent_households": -0.9538, "one_person_households": -1.4596, "physical_access": 1.0782, "physical_environment": 0.2163, "poor_health": -0.7249, "prepare": -0.4856, "primary_school_age": -1.7138, "private_water_supply": -0.539, "recover": -1.3729, "rented": -0.6291, "respond": -0.3377, "sensitivity": 0.3829, "social_network": -0.7624, "social_vulnerability": -0.334, "speak_english": -0.1232, "tenure": -0.6291, "three_or_more_children_households": -0.2886, "tree_cover_density": 0.7389, "unemployment": -0.6165, "unoccupied_dwellings": -0.2345, "year_built": -0.8371 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 637187.3322, 725217.0229 ], [ 637191.6741, 725220.3083 ], [ 637196.6859, 725223.2542 ], [ 637202.0059, 725225.5985 ], [ 637202.1602, 725225.646 ], [ 637205.7312, 725226.7445 ], [ 637178.638, 725233.338 ], [ 637130.604, 725242.383 ], [ 637074.862, 725255.257 ], [ 637068.344, 725256.504 ], [ 637064.685, 725257.097 ], [ 637060.239, 725257.332 ], [ 637053.028, 725257.714 ], [ 637011.861, 725259.368 ], [ 636990.196, 725260.312 ], [ 636973.893, 725261.022 ], [ 636929.916, 725263.431 ], [ 636870.769, 725264.052 ], [ 636851.483, 725265.264 ], [ 636821.731, 725267.133 ], [ 636775.667, 725268.659 ], [ 636724.145, 725270.851 ], [ 636685.614, 725274.937 ], [ 636659.762, 725273.839 ], [ 636599.954, 725275.25 ], [ 636558.683, 725277.152 ], [ 636499.17, 725278.818 ], [ 636443.141, 725281.439 ], [ 636388.461, 725284.13 ], [ 636366.508, 725285.177 ], [ 636322.976, 725287.252 ], [ 636268.053, 725289.49 ], [ 636214.157, 725290.043 ], [ 636159.69, 725291.888 ], [ 636106.6904, 725293.5437 ], [ 636105.6638, 725293.0493 ], [ 636100.1749, 725291.3607 ], [ 636094.4575, 725290.3079 ], [ 636088.6565, 725289.9259 ], [ 636085.888, 725289.9817 ], [ 636074.1195, 725290.545 ], [ 636071.0818, 725290.7833 ], [ 636065.3491, 725291.7495 ], [ 636059.7674, 725293.3746 ], [ 636054.8748, 725295.4414 ], [ 636054.8239, 725295.4629 ], [ 636018.354, 725296.17 ], [ 635988.654, 725293.503 ], [ 635968.7717, 725294.9447 ], [ 635968.2953, 725294.3953 ], [ 635966.7686, 725292.933 ], [ 635962.1318, 725289.4263 ], [ 635957.1192, 725286.4817 ], [ 635951.7986, 725284.1389 ], [ 635946.242, 725282.4296 ], [ 635940.5246, 725281.377 ], [ 635934.7236, 725280.9952 ], [ 635928.9175, 725281.2895 ], [ 635927.9209, 725281.4085 ], [ 635927.4295, 725281.4722 ], [ 635927.1921, 725281.5005 ], [ 635927.0875, 725281.5089 ], [ 635927.0038, 725281.523 ], [ 635926.6894, 725281.5605 ], [ 635926.6912, 725281.5757 ], [ 635921.3549, 725282.4752 ], [ 635915.7732, 725284.1005 ], [ 635910.4179, 725286.3629 ], [ 635905.3614, 725289.2316 ], [ 635900.6722, 725292.668 ], [ 635896.4137, 725296.6255 ], [ 635894.646, 725298.7003 ], [ 635873.351, 725300.042 ], [ 635871.496, 725300.153 ], [ 635822.835, 725303.057 ], [ 635770.183, 725303.258 ], [ 635726.454, 725307.282 ], [ 635662.027, 725310.562 ], [ 635651.412, 725311.013 ], [ 635610.628, 725312.744 ], [ 635585.379, 725314.332 ], [ 635568.316, 725315.405 ], [ 635566.03, 725315.549 ], [ 635562.569, 725315.767 ], [ 635558.63, 725315.769 ], [ 635539.415, 725316.453 ], [ 635532.704, 725315.08 ], [ 635518.554, 725312.186 ], [ 635514.734, 725312.502 ], [ 635510.931, 725312.85 ], [ 635509.175, 725313.011 ], [ 635483.328, 725315.378 ], [ 635446.404, 725318.759 ], [ 635380.515, 725322.092 ], [ 635309.429, 725324.302 ], [ 635246.962, 725326.585 ], [ 635222.314, 725326.821 ], [ 635143.025, 725331.166 ], [ 635090.509, 725334.832 ], [ 634964.984, 725339.149 ], [ 634954.789, 725339.5 ], [ 634882.706, 725343.388 ], [ 634877.098, 725343.691 ], [ 634875.3991, 725343.783 ], [ 634877.959, 725355.278 ], [ 634881.867, 725371.799 ], [ 634886.057, 725388.082 ], [ 634891.253, 725409.616 ], [ 634895.854, 725428.607 ], [ 634899.6989, 725442.7079 ], [ 634925.1228, 725440.2748 ], [ 634926.2238, 725409.4454 ], [ 635013.2068, 725407.2433 ], [ 635018.7121, 725436.9717 ], [ 635086.9772, 725453.4874 ], [ 635150.8381, 725452.3864 ], [ 635140.9287, 725403.9402 ], [ 635156.3434, 725396.2328 ], [ 635245.5285, 725394.0307 ], [ 635244.4274, 725342.2814 ], [ 635434.9091, 725335.6751 ], [ 635437.1112, 725390.7276 ], [ 635485.5574, 725392.9297 ], [ 635485.5574, 725343.3824 ], [ 635722.2833, 725334.574 ], [ 635719.6061, 725441.5179 ], [ 635810.2937, 725442.8571 ], [ 635811.4684, 725376.4139 ], [ 635880.3733, 725379.807 ], [ 635884.7346, 725316.5066 ], [ 635967.8175, 725315.8561 ], [ 635983.5327, 725342.4853 ], [ 636009.6574, 725342.2814 ], [ 636014.1092, 725437.1959 ], [ 636049.9625, 725443.217 ], [ 636061.0535, 725402.4576 ], [ 636036.7754, 725386.9811 ], [ 636021.769, 725312.553 ], [ 636128.6025, 725310.3677 ], [ 636140.2951, 725352.4043 ], [ 636196.836, 725351.0898 ], [ 636210.0486, 725302.6435 ], [ 636455.5829, 725296.0372 ], [ 636457.785, 725332.3719 ], [ 636489.7154, 725334.574 ], [ 636500.7259, 725300.4414 ], [ 636553.5763, 725301.5425 ], [ 636548.0711, 725337.8772 ], [ 636606.4268, 725335.6751 ], [ 636604.2247, 725378.616 ], [ 636571.1931, 725378.616 ], [ 636549.1721, 725501.9337 ], [ 636528.2522, 725503.0347 ], [ 636462.1892, 725619.7461 ], [ 636402.7324, 725612.0387 ], [ 636385.471, 725687.181 ], [ 636378.0123, 725719.65 ], [ 636383.5687, 725721.3598 ], [ 636388.8891, 725723.7031 ], [ 636393.9014, 725726.6481 ], [ 636398.5379, 725730.1552 ], [ 636402.736, 725734.1768 ], [ 636406.4388, 725738.6587 ], [ 636409.5962, 725743.54 ], [ 636412.1656, 725748.7549 ], [ 636414.1122, 725754.2329 ], [ 636415.4097, 725759.8998 ], [ 636416.0406, 725765.679 ], [ 636415.9962, 725771.4923 ], [ 636415.2773, 725777.2612 ], [ 636415.2123, 725777.6071 ], [ 636410.2151, 725803.7034 ], [ 636410.0648, 725804.9093 ], [ 636410.7522, 725805.0359 ], [ 636434.2139, 725806.7747 ], [ 636442.725, 725807.499 ], [ 636443.8124, 725807.58 ], [ 636444.0236, 725807.5887 ], [ 636444.6298, 725807.5581 ], [ 636444.9775, 725807.4568 ], [ 636446.2863, 725806.9484 ], [ 636451.8682, 725805.3238 ], [ 636457.601, 725804.3581 ], [ 636463.4071, 725804.0644 ], [ 636469.2081, 725804.4469 ], [ 636474.9254, 725805.5001 ], [ 636480.4818, 725807.21 ], [ 636483.1765, 725808.3046 ], [ 636484.5956, 725808.9296 ], [ 636485.0321, 725809.0639 ], [ 636485.4906, 725809.1573 ], [ 636490.2439, 725809.9203 ], [ 636509.0391, 725812.063 ], [ 636510.1889, 725812.1324 ], [ 636510.2608, 725812.1287 ], [ 636510.4628, 725811.3048 ], [ 636513.5448, 725790.6001 ], [ 636513.8275, 725788.9022 ], [ 636515.2115, 725783.2559 ], [ 636517.2417, 725777.8083 ], [ 636519.8906, 725772.6333 ], [ 636521.6971, 725769.9321 ], [ 636523.1224, 725767.8009 ], [ 636526.8933, 725763.3762 ], [ 636531.1524, 725759.4193 ], [ 636535.842, 725755.9836 ], [ 636540.8988, 725753.1155 ], [ 636546.2544, 725750.8539 ], [ 636551.8364, 725749.2293 ], [ 636557.5691, 725748.2638 ], [ 636563.3753, 725747.9703 ], [ 636567.4861, 725748.1712 ], [ 636572.1637, 725748.5934 ], [ 636572.764, 725748.6228 ], [ 636573.1292, 725748.6043 ], [ 636573.3729, 725747.9503 ], [ 636576.9297, 725729.2034 ], [ 636591.0121, 725654.9797 ], [ 636617.225, 725661.6717 ], [ 636661.9492, 725564.2678 ], [ 636683.5003, 725512.9442 ], [ 636633.953, 725500.8326 ], [ 636672.4898, 725343.3824 ], [ 636726.4413, 725346.6856 ], [ 636733.0476, 725303.7446 ], [ 636864.0726, 725298.2393 ], [ 636859.6684, 725325.7656 ], [ 636900.4072, 725327.9677 ], [ 636905.9125, 725286.1278 ], [ 636984.0871, 725278.4204 ], [ 636976.3797, 725329.0688 ], [ 637034.8023, 725335.2587 ], [ 637069.4, 725306.6834 ], [ 637180.4881, 725309.3075 ], [ 637186.6803, 725286.1278 ], [ 637240.5873, 725294.5734 ], [ 637259.6664, 725262.3527 ], [ 637295.005, 725244.567 ], [ 637307.9035, 725207.0109 ], [ 637339.7263, 725203.549 ], [ 637338.2025, 725187.9852 ], [ 637333.3794, 725124.0524 ], [ 637299.1253, 725118.0446 ], [ 637269.8762, 725202.3971 ], [ 637187.3322, 725217.0229 ] ] ] ], "type": "MultiPolygon" }, "properties": { "SA_GUID__1": "00275248-3d78-4fdb-8e5c-8ff1f76aebea", "adaptive_capacity": -1.0287, "age": -0.0606, "age_middle_to_oldest_old": 1.083, "disability": -0.6261, "early_childhood": -1.2041, "enhanced_exposure": -0.2313, "farmers": 0.2814, "foreign_nationals": -0.9173, "health": -0.174, "housing_characteristics": -0.0827, "impervious": -0.4046, "income": -0.2008, "info_access_use": -0.1482, "journey_time": -0.4619, "local_knowledge": -0.5989, "low_skilled_employment": -0.7175, "mobile_home": -0.1878, "mobility": -0.6573, "new_residents": -0.2805, "no_car": -0.6573, "no_central_heating": -0.7784, "no_higher_education": -0.6987, "no_internet": 1.0787, "not_volunteers": -0.8175, "one_parent_households": -0.5814, "one_person_households": -0.001, "physical_access": -0.4619, "physical_environment": -0.1151, "poor_health": 0.278, "prepare": -1.0186, "primary_school_age": 0.561, "private_water_supply": 1.3836, "recover": -0.5397, "rented": -1.0319, "respond": -0.9052, "sensitivity": -0.2059, "social_network": -0.0858, "social_vulnerability": -0.9328, "speak_english": -0.8245, "tenure": -1.0319, "three_or_more_children_households": 0.2486, "tree_cover_density": 0.1744, "unemployment": -0.2352, "unoccupied_dwellings": -0.3976, "year_built": -0.4334 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 645674.497, 698855.128 ], [ 645675.322, 698848.136 ], [ 645674.713, 698845.106 ], [ 645674.407, 698844.008 ], [ 645673.013, 698838.998 ], [ 645668.269, 698827.407 ], [ 645661.854, 698811.731 ], [ 645661.245, 698810.244 ], [ 645659.203, 698803.639 ], [ 645657.026, 698796.605 ], [ 645655.707, 698792.338 ], [ 645654.432, 698789.134 ], [ 645651.329, 698781.333 ], [ 645646.299, 698768.683 ], [ 645640.805, 698757.407 ], [ 645638.52, 698752.717 ], [ 645637.9641, 698751.712 ], [ 645626.123, 698730.3 ], [ 645617.475, 698716.105 ], [ 645615.475, 698708.556 ], [ 645612.956, 698695.199 ], [ 645608.706, 698659.077 ], [ 645605.577, 698622.325 ], [ 645604.787, 698616.046 ], [ 645604.597, 698614.577 ], [ 645603.504, 698603.6 ], [ 645600.875, 698584.86 ], [ 645599.768, 698578.445 ], [ 645598.218, 698575.315 ], [ 645594.259, 698564.918 ], [ 645575.853, 698534.534 ], [ 645577.433, 698526.876 ], [ 645578.472, 698519.227 ], [ 645579.632, 698510.649 ], [ 645585.251, 698471.528 ], [ 645585.871, 698467.229 ], [ 645588.66, 698447.983 ], [ 645589.005, 698444.226 ], [ 645590.847, 698433.742 ], [ 645593.687, 698417.866 ], [ 645595.122, 698408.129 ], [ 645595.869, 698402.836 ], [ 645596.41, 698398.19 ], [ 645591.985, 698395.051 ], [ 645585.207, 698397.994 ], [ 645578.756, 698397.688 ], [ 645573.572, 698395.492 ], [ 645569.851, 698392.061 ], [ 645567.291, 698387.188 ], [ 645565.677, 698383.075 ], [ 645562.978, 698377.051 ], [ 645565.561, 698373.474 ], [ 645568.451, 698368.948 ], [ 645572.505, 698363.033 ], [ 645575.098, 698358.256 ], [ 645573.341, 698353.141 ], [ 645573.536, 698348.093 ], [ 645577.151, 698346.474 ], [ 645582.279, 698343.618 ], [ 645587.748, 698341.765 ], [ 645591.771, 698339.3 ], [ 645596.043, 698336.987 ], [ 645600.268, 698334.372 ], [ 645605.952, 698331.262 ], [ 645626.271, 698320.63 ], [ 645639.478, 698313.632 ], [ 645661.254, 698303.814 ], [ 645686.468, 698294.396 ], [ 645690.153, 698292.837 ], [ 645703.774, 698287.077 ], [ 645709.893, 698284.498 ], [ 645711.423, 698278.949 ], [ 645699.785, 698257.064 ], [ 645696.676, 698251.805 ], [ 645687.248, 698243.677 ], [ 645655.975, 698216.723 ], [ 645630.97, 698195.078 ], [ 645621.702, 698186 ], [ 645616.333, 698181.481 ], [ 645611.984, 698169.933 ], [ 645610.704, 698163.95 ], [ 645609.1277, 698156.577 ], [ 645603.632, 698155.402 ], [ 645542.046, 698155.776 ], [ 645523.253, 698156.179 ], [ 645517.789, 698156.296 ], [ 645516.018, 698184.191 ], [ 645514.247, 698205.002 ], [ 645509.377, 698234.668 ], [ 645503.178, 698265.662 ], [ 645494.323, 698286.472 ], [ 645491.0111, 698303.0333 ], [ 645486.5493, 698319.7858 ], [ 645245.6965, 698322.4326 ], [ 645188.3505, 698367.4271 ], [ 645186.4433, 698368.2498 ], [ 645188.961, 698377.931 ], [ 645187.967, 698377.64 ], [ 645185.248, 698383.139 ], [ 645176.594, 698390.26 ], [ 645172.285, 698393.303 ], [ 645153.119, 698417.908 ], [ 645131.37, 698453.035 ], [ 645131.732, 698455.036 ], [ 645130.86, 698457.473 ], [ 645130.69, 698463.61 ], [ 645131.27, 698467.221 ], [ 645133.359, 698469.83 ], [ 645138.228, 698474.689 ], [ 645140.058, 698478.548 ], [ 645141.638, 698478.588 ], [ 645143.523, 698479.003 ], [ 645143.742, 698479.259 ], [ 645157.796, 698488.835 ], [ 645138.853, 698552.522 ], [ 645165.417, 698553.944 ], [ 645171.8501, 698554.289 ], [ 645171.4231, 698555.696 ], [ 645174.1481, 698556.132 ], [ 645183.6661, 698557.6559 ], [ 645195.2651, 698559.5129 ], [ 645196.0781, 698555.9349 ], [ 645217.2441, 698562.3319 ], [ 645217.9021, 698560.2369 ], [ 645219.2251, 698557.9279 ], [ 645219.8631, 698557.2989 ], [ 645272.1712, 698560.9988 ], [ 645287.8883, 698561.2238 ], [ 645288.8843, 698562.6458 ], [ 645289.8303, 698563.8078 ], [ 645291.4963, 698563.9498 ], [ 645302.5973, 698564.2597 ], [ 645307.2673, 698564.3897 ], [ 645308.5523, 698563.5127 ], [ 645309.1153, 698562.4807 ], [ 645309.8453, 698559.3497 ], [ 645307.5893, 698557.8747 ], [ 645301.0953, 698553.6317 ], [ 645303.3032, 698541.1707 ], [ 645309.4473, 698542.2897 ], [ 645315.4463, 698543.3817 ], [ 645320.1163, 698534.0947 ], [ 645326.3833, 698537.6837 ], [ 645327.7233, 698534.8127 ], [ 645331.7703, 698520.4236 ], [ 645333.1462, 698515.5286 ], [ 645340.4283, 698517.1776 ], [ 645348.7153, 698518.0326 ], [ 645350.8993, 698517.6476 ], [ 645355.3173, 698516.8686 ], [ 645369.8943, 698510.9985 ], [ 645373.3193, 698509.6195 ], [ 645375.2273, 698515.1505 ], [ 645380.0143, 698526.3186 ], [ 645382.5064, 698533.5706 ], [ 645384.5014, 698540.9006 ], [ 645385.7744, 698547.9476 ], [ 645386.2364, 698556.5586 ], [ 645385.2474, 698573.3166 ], [ 645383.3264, 698584.1016 ], [ 645378.1855, 698605.1307 ], [ 645377.4665, 698609.1647 ], [ 645377.1675, 698614.4927 ], [ 645376.7925, 698627.2547 ], [ 645377.1065, 698631.8937 ], [ 645377.3725, 698635.8277 ], [ 645380.2886, 698653.1258 ], [ 645380.9346, 698663.3408 ], [ 645381.2136, 698672.7408 ], [ 645380.8766, 698683.4478 ], [ 645379.4136, 698693.8828 ], [ 645378.1976, 698701.6968 ], [ 645378.1156, 698702.2258 ], [ 645377.7036, 698704.8698 ], [ 645377.9976, 698708.0548 ], [ 645378.0166, 698709.2728 ], [ 645379.3547, 698709.4538 ], [ 645382.5367, 698709.8168 ], [ 645384.5377, 698709.8238 ], [ 645386.4667, 698709.8308 ], [ 645398.0137, 698711.8468 ], [ 645413.8597, 698714.9878 ], [ 645417.5567, 698716.0728 ], [ 645419.5637, 698717.3248 ], [ 645436.3238, 698721.8588 ], [ 645434.6787, 698799.4074 ], [ 645433.209, 698868.691 ], [ 645517.314, 698872.27 ], [ 645637.365, 698871.201 ], [ 645653.647, 698848.373 ], [ 645674.497, 698855.128 ] ] ] ], "type": "MultiPolygon" }, "properties": { "SA_GUID__1": "002b83e4-5cce-414a-8570-871a50ae0964", "adaptive_capacity": 1.3202, "age": -0.1812, "age_middle_to_oldest_old": -0.6564, "disability": 0.0677, "early_childhood": 0.294, "enhanced_exposure": -0.1301, "farmers": -0.1127, "foreign_nationals": 0.8981, "health": 0.0721, "housing_characteristics": -0.431, "impervious": 0.2529, "income": -0.0762, "info_access_use": 0.3552, "journey_time": 2.0566, "local_knowledge": 2.0026, "low_skilled_employment": -0.7371, "mobile_home": -0.1878, "mobility": -0.0735, "new_residents": 3.1072, "no_car": -0.0735, "no_central_heating": -0.1121, "no_higher_education": 0.1523, "no_internet": 0.178, "not_volunteers": 0.5237, "one_parent_households": 0.3083, "one_person_households": -0.2054, "physical_access": 2.0566, "physical_environment": 0.3197, "poor_health": 0.0765, "prepare": 1.366, "primary_school_age": -0.3585, "private_water_supply": -0.539, "recover": -0.1097, "rented": 0.3734, "respond": 1.7875, "sensitivity": -0.0958, "social_network": -0.0134, "social_vulnerability": 1.1357, "speak_english": 0.7353, "tenure": 0.3734, "three_or_more_children_households": -0.0619, "tree_cover_density": 0.3865, "unemployment": 0.2224, "unoccupied_dwellings": -0.5908, "year_built": -0.7251 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 716705.0898, 728504.7141 ], [ 716645.9208, 728358.6642 ], [ 716679.2703, 728340.7238 ], [ 716656.432, 728297.377 ], [ 716655.598, 728296.887 ], [ 716653.902, 728272.254 ], [ 716653.604, 728268.891 ], [ 716653.317, 728264.609 ], [ 716653.037, 728259.728 ], [ 716651.919, 728244.992 ], [ 716651.885, 728244.536 ], [ 716651.855, 728243.659 ], [ 716649.652, 728239.173 ], [ 716635.207, 728239.935 ], [ 716632.302, 728238.237 ], [ 716623.628, 728239.584 ], [ 716618.856, 728240.324 ], [ 716615.889, 728240.773 ], [ 716611.886, 728241.379 ], [ 716600.801, 728243.056 ], [ 716600.979, 728244.727 ], [ 716595.104, 728245.532 ], [ 716589.326, 728246.325 ], [ 716580.564, 728247.526 ], [ 716578.025, 728247.762 ], [ 716566.421, 728248.843 ], [ 716561.875, 728249.407 ], [ 716555.008, 728250.162 ], [ 716552.567, 728250.312 ], [ 716543.337, 728251.258 ], [ 716533.309, 728252.314 ], [ 716532.247, 728252.461 ], [ 716524.34, 728253.243 ], [ 716520.797, 728253.619 ], [ 716513.389, 728254.427 ], [ 716509.906, 728254.784 ], [ 716498.095, 728255.999 ], [ 716483.948, 728256.944 ], [ 716482.367, 728257.084 ], [ 716481.268, 728256.971 ], [ 716480.598, 728259.421 ], [ 716474.307, 728273.519 ], [ 716476.798, 728274.11 ], [ 716475.097, 728280.787 ], [ 716474.133, 728284.414 ], [ 716472.048, 728293.025 ], [ 716471.648, 728294.6 ], [ 716469.885, 728301.355 ], [ 716469.108, 728304.345 ], [ 716467.903, 728308.089 ], [ 716465.855, 728313.622 ], [ 716456.995, 728310.673 ], [ 716452.156, 728309.075 ], [ 716449.687, 728318.041 ], [ 716449.674, 728318.622 ], [ 716448.535, 728322.225 ], [ 716447.275, 728327.148 ], [ 716446.524, 728330.748 ], [ 716445.535, 728333.806 ], [ 716445.128, 728335.899 ], [ 716442.656, 728344.965 ], [ 716441.485, 728354.088 ], [ 716442.104, 728354.135 ], [ 716441.67, 728356.949 ], [ 716440.908, 728363.577 ], [ 716440.5, 728367.431 ], [ 716440.253, 728372.906 ], [ 716439.814, 728377.719 ], [ 716439.367, 728382.543 ], [ 716438.849, 728382.286 ], [ 716433.8668, 728389.9663 ], [ 716437.369, 728391.124 ], [ 716436.614, 728398.852 ], [ 716435.372, 728413.182 ], [ 716434.774, 728420.083 ], [ 716456.213, 728418.338 ], [ 716462.092, 728417.86 ], [ 716462.112, 728418.314 ], [ 716465.103, 728418.301 ], [ 716474.744, 728439.105 ], [ 716475.284, 728438.935 ], [ 716478.71, 728447.664 ], [ 716499.468, 728500.555 ], [ 716503.515, 728508.648 ], [ 716510.552, 728514.103 ], [ 716516.534, 728517.621 ], [ 716522.076, 728521.775 ], [ 716523.396, 728524.657 ], [ 716524.979, 728528.882 ], [ 716527.266, 728539.789 ], [ 716540.668, 728551.11 ], [ 716611.2601, 728531.1188 ], [ 716692.5085, 728508.1098 ], [ 716705.0898, 728504.7141 ] ] ] ], "type": "MultiPolygon" }, "properties": { "SA_GUID__1": "005eec3f-d746-480f-ae2c-bc6f1151548d", "adaptive_capacity": 0.8868, "age": 0.0605, "age_middle_to_oldest_old": 1.4547, "disability": 0.456, "early_childhood": -1.3337, "enhanced_exposure": 0.341, "farmers": -0.5775, "foreign_nationals": 1.8768, "health": 0.4746, "housing_characteristics": -0.3481, "impervious": 0.5786, "income": -0.9691, "info_access_use": -0.5609, "journey_time": -0.7678, "local_knowledge": 3.0503, "low_skilled_employment": -1.9157, "mobile_home": -0.1878, "mobility": 1.08, "new_residents": 4.2239, "no_car": 1.08, "no_central_heating": -0.1319, "no_higher_education": -0.7813, "no_internet": -1.2116, "not_volunteers": -0.2751, "one_parent_households": -1.0919, "one_person_households": -0.6526, "physical_access": -0.7678, "physical_environment": 0.6397, "poor_health": 0.4931, "prepare": 1.394, "primary_school_age": 1.3575, "private_water_supply": -0.3106, "recover": -0.3008, "rented": 1.1891, "respond": 0.8308, "sensitivity": 0.4697, "social_network": 0.1433, "social_vulnerability": 1.0293, "speak_english": 0.3103, "tenure": 1.1891, "three_or_more_children_households": -1.1835, "tree_cover_density": 0.7009, "unemployment": -0.0766, "unoccupied_dwellings": -0.3275, "year_built": -0.7828 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 697195.2511, 790806.8538 ], [ 697191.062, 790804.737 ], [ 697188.492, 790803.714 ], [ 697190.249, 790797.677 ], [ 697192.313, 790791.31 ], [ 697194.952, 790784.23 ], [ 697201.331, 790774.812 ], [ 697202.39, 790773.623 ], [ 697209.779, 790765.314 ], [ 697216.888, 790752.168 ], [ 697219.867, 790742.16 ], [ 697221.526, 790725.774 ], [ 697222.236, 790707.248 ], [ 697223.356, 790700.359 ], [ 697233.903, 790680.194 ], [ 697244.211, 790659.338 ], [ 697254.498, 790632.214 ], [ 697257.797, 790623.081 ], [ 697265.116, 790602.82 ], [ 697271.244, 790581.535 ], [ 697277.363, 790556.18 ], [ 697280.942, 790538.704 ], [ 697282.682, 790524.987 ], [ 697283.446, 790514.199 ], [ 697284.491, 790499.472 ], [ 697284.561, 790497.283 ], [ 697285.633, 790488.56 ], [ 697287.48, 790478.837 ], [ 697288.35, 790470.659 ], [ 697289.759, 790458.481 ], [ 697290.529, 790452.664 ], [ 697269.566, 790454.975 ], [ 697250.583, 790454.983 ], [ 697225.452, 790454.21 ], [ 697202.987, 790453.476 ], [ 697189.989, 790452.101 ], [ 697178.785, 790449.543 ], [ 697166.323, 790446.017 ], [ 697152.157, 790441.644 ], [ 697140.897, 790438.143 ], [ 697138.941, 790437.536 ], [ 697129.26, 790434.934 ], [ 697124.3643, 790433.2284 ], [ 697123.6896, 790444.3617 ], [ 697111.5406, 790492.9575 ], [ 697097.8731, 790553.7023 ], [ 697084.2055, 790594.705 ], [ 697042.4435, 790656.9684 ], [ 697006.7559, 790714.6759 ], [ 696991.5697, 790713.9166 ], [ 696961.9566, 790691.8966 ], [ 696923.9911, 790641.0229 ], [ 696909.5643, 790612.1691 ], [ 696870.0802, 790582.556 ], [ 696823.003, 790635.7077 ], [ 696808.6453, 790628.8946 ], [ 696802.7361, 790626.4065 ], [ 696725.9158, 790702.2937 ], [ 696719.3845, 790709.136 ], [ 696719.3483, 790709.1553 ], [ 696723.692, 790719.357 ], [ 696730.221, 790736.044 ], [ 696734.287, 790748.815 ], [ 696740.135, 790762.486 ], [ 696745.841, 790774.006 ], [ 696747.311, 790776.59 ], [ 696748.382, 790778.473 ], [ 696749.193, 790779.898 ], [ 696750.659, 790782.474 ], [ 696758.823, 790792.005 ], [ 696771.208, 790800.375 ], [ 696771.846, 790800.806 ], [ 696779.544, 790801.768 ], [ 696791.572, 790801.046 ], [ 696811.538, 790797.919 ], [ 696829.579, 790795.273 ], [ 696844.734, 790796.476 ], [ 696866.144, 790802.008 ], [ 696894.53, 790809.947 ], [ 696922.915, 790818.607 ], [ 696953.577, 790826.194 ], [ 696953.906, 790826.276 ], [ 696964.362, 790826.577 ], [ 696977.414, 790827.379 ], [ 696985.366, 790827.361 ], [ 696999.575, 790826.417 ], [ 697011.887, 790824.869 ], [ 697025.15, 790822.873 ], [ 697035.207, 790822.013 ], [ 697046.37, 790819.609 ], [ 697062.592, 790815.875 ], [ 697076.765, 790811.533 ], [ 697078.842, 790810.848 ], [ 697090.087, 790807.138 ], [ 697100.75, 790805.082 ], [ 697108.908, 790803.715 ], [ 697112.782, 790803.449 ], [ 697127.595, 790800.064 ], [ 697195.2511, 790806.8538 ] ] ] ], "type": "MultiPolygon" }, "properties": { "SA_GUID__1": "00b00ae4-229d-455d-84f1-d6face4876b1", "adaptive_capacity": 0.0661, "age": 0.2535, "age_middle_to_oldest_old": -1.206, "disability": -0.0308, "early_childhood": 1.7131, "enhanced_exposure": -0.1208, "farmers": -0.5775, "foreign_nationals": -0.3883, "health": -0.1794, "housing_characteristics": -0.5797, "impervious": 0.5468, "income": 1.2431, "info_access_use": -0.6142, "journey_time": -0.5841, "local_knowledge": -0.5495, "low_skilled_employment": 1.5272, "mobile_home": -0.1878, "mobility": -0.0224, "new_residents": -0.7107, "no_car": -0.0224, "no_central_heating": -0.7784, "no_higher_education": -0.5408, "no_internet": -0.8409, "not_volunteers": 1.5944, "one_parent_households": 3.2417, "one_person_households": -1.116, "physical_access": -0.5841, "physical_environment": 0.4764, "poor_health": -0.3281, "prepare": 1.1357, "primary_school_age": -2.9123, "private_water_supply": -0.539, "recover": -0.3604, "rented": 2.1279, "respond": -0.5627, "sensitivity": 0.065, "social_network": -0.8113, "social_vulnerability": 0.1961, "speak_english": -0.4608, "tenure": 2.1279, "three_or_more_children_households": 1.2664, "tree_cover_density": 0.406, "unemployment": 0.7577, "unoccupied_dwellings": -0.651, "year_built": -0.7425 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 662960.3953, 711870.0277 ], [ 662966.083, 711869.7714 ], [ 662966.9646, 711869.7908 ], [ 662973.219, 711869.9834 ], [ 662976.6346, 711870.0318 ], [ 662978.5425, 711869.9458 ], [ 662979.0179, 711869.8779 ], [ 662979.2104, 711869.8427 ], [ 662981.204, 711869.3935 ], [ 662981.533, 711869.3051 ], [ 662981.8937, 711869.1938 ], [ 662982.9753, 711868.7441 ], [ 662983.1254, 711868.665 ], [ 662983.8739, 711868.239 ], [ 662987.1374, 711866.5377 ], [ 663021.9487, 711849.9916 ], [ 663077.2635, 711824.8267 ], [ 663117.9263, 711806.0335 ], [ 663170.471, 711781.0653 ], [ 663233.9242, 711750.0948 ], [ 663260.6402, 711736.9554 ], [ 663260.8592, 711736.8483 ], [ 663266.2274, 711734.6164 ], [ 663271.8184, 711733.0227 ], [ 663277.5567, 711732.0889 ], [ 663283.3645, 711731.8276 ], [ 663289.1634, 711732.2423 ], [ 663294.875, 711733.3274 ], [ 663299.2197, 711734.6301 ], [ 663321.8223, 711742.5413 ], [ 663322.5981, 711742.7739 ], [ 663322.8785, 711742.8271 ], [ 663324.1465, 711742.1172 ], [ 663326.7253, 711740.7704 ], [ 663332.0936, 711738.5385 ], [ 663337.6846, 711736.945 ], [ 663343.4229, 711736.0112 ], [ 663349.2307, 711735.75 ], [ 663354.5219, 711736.1285 ], [ 663355.0296, 711736.1648 ], [ 663360.7412, 711737.25 ], [ 663366.2881, 711738.9909 ], [ 663371.5954, 711741.364 ], [ 663376.5914, 711744.3372 ], [ 663377.4932, 711744.9621 ], [ 663398.7368, 711760.0305 ], [ 663400.3067, 711760.9647 ], [ 663401.8864, 711761.6852 ], [ 663404.1671, 711762.7962 ], [ 663409.1631, 711765.7694 ], [ 663409.9449, 711766.3095 ], [ 663427.1676, 711778.4501 ], [ 663428.7607, 711779.4601 ], [ 663429.2307, 711779.6702 ], [ 663429.771, 711778.6289 ], [ 663433.0153, 711771.19 ], [ 663440.1368, 711753.5519 ], [ 663446.0891, 711738.0282 ], [ 663450.2774, 711727.3104 ], [ 663451.2032, 711725.0994 ], [ 663453.881, 711719.9391 ], [ 663454.6729, 711718.6533 ], [ 663456.6348, 711715.5726 ], [ 663458.7767, 711712.4734 ], [ 663460.3353, 711710.3907 ], [ 663461.4977, 711708.6532 ], [ 663462.5726, 711706.6848 ], [ 663478.4007, 711677.7009 ], [ 663494.7061, 711647.0952 ], [ 663513.5256, 711610.1669 ], [ 663515.1083, 711607.2978 ], [ 663518.3672, 711602.4833 ], [ 663522.163, 711598.0797 ], [ 663526.4443, 711594.1466 ], [ 663531.1533, 711590.7371 ], [ 663531.759, 711590.3762 ], [ 663531.757, 711590.373 ], [ 663533.5437, 711589.2538 ], [ 663534.5595, 711588.5183 ], [ 663534.6135, 711588.4687 ], [ 663535.4539, 711587.5002 ], [ 663536.2903, 711586.4222 ], [ 663537.0379, 711585.3645 ], [ 663440.3929, 711546.2801 ], [ 663440.452, 711546.031 ], [ 663439.452, 711542.364 ], [ 663436.538, 711539.591 ], [ 663427.492, 711535.639 ], [ 663420.35, 711533.021 ], [ 663411.446, 711526.974 ], [ 663396.488, 711515.382 ], [ 663385.911, 711512.322 ], [ 663386.016, 711508.279 ], [ 663383.39, 711503.448 ], [ 663379.347, 711496.57 ], [ 663370.368, 711485.911 ], [ 663367.707, 711483.435 ], [ 663365.853, 711481.71 ], [ 663356.926, 711475.041 ], [ 663345.83, 711470.779 ], [ 663332.756, 711469.729 ], [ 663328.5111, 711470.5655 ], [ 663292.955, 711487.159 ], [ 663289.858, 711491.329 ], [ 663261.152, 711500.577 ], [ 663234.243, 711509.247 ], [ 663183.504, 711531.058 ], [ 663170.134, 711536.806 ], [ 663162.587, 711540.05 ], [ 663158.055, 711541.998 ], [ 663151.971, 711526.8799 ], [ 663141.94, 711499.047 ], [ 663139.3652, 711478.388 ], [ 663131.03, 711478.696 ], [ 663107.485, 711485.081 ], [ 663080.047, 711499.459 ], [ 663075.026, 711502.93 ], [ 663052.745, 711516.36 ], [ 663023.095, 711545.623 ], [ 663004.144, 711559.549 ], [ 662980.181, 711576.981 ], [ 662973.985, 711582.036 ], [ 662963.953, 711591.105 ], [ 662938.576, 711607.161 ], [ 662932.675, 711611.472 ], [ 662925.445, 711616.527 ], [ 662916.003, 711621.582 ], [ 662910.986, 711622.475 ], [ 662904.495, 711624.111 ], [ 662895.2, 711627.678 ], [ 662887.241, 711631.908 ], [ 662887.086, 711631.99 ], [ 662881.69, 711634.048 ], [ 662876.817, 711624.991 ], [ 662855.309, 711583.965 ], [ 662844.576, 711564.877 ], [ 662828.319, 711537.769 ], [ 662807.084, 711504.444 ], [ 662792.257, 711483.692 ], [ 662779.566, 711466.498 ], [ 662767.483, 711447.155 ], [ 662756.176, 711434.815 ], [ 662746.471, 711422.271 ], [ 662744.67, 711423.319 ], [ 662743.659, 711423.908 ], [ 662740.459, 711425.771 ], [ 662738.002, 711427.201 ], [ 662736.44, 711427.698 ], [ 662736.2296, 711427.765 ], [ 662732.846, 711428.842 ], [ 662732.095, 711429.081 ], [ 662732.45, 711431.887 ], [ 662732.642, 711433.402 ], [ 662732.742, 711434.188 ], [ 662732.743, 711434.192 ], [ 662733.666, 711438.309 ], [ 662735.711, 711444.292 ], [ 662737.228, 711448.015 ], [ 662742.827, 711463.156 ], [ 662746.414, 711471.468 ], [ 662751.434, 711488.091 ], [ 662757.89, 711508.329 ], [ 662769.007, 711544.105 ], [ 662776.179, 711565.788 ], [ 662788.615, 711604.607 ], [ 662800.092, 711638.576 ], [ 662808.34, 711664.956 ], [ 662831.65, 711737.234 ], [ 662841.217, 711766.655 ], [ 662845.6163, 711779.9549 ], [ 662844.8028, 711781.5231 ], [ 662841.5446, 711786.3381 ], [ 662837.7496, 711790.7423 ], [ 662833.4689, 711794.6761 ], [ 662828.7604, 711798.0864 ], [ 662826.8771, 711799.2323 ], [ 662823.8087, 711801.0077 ], [ 662822.1731, 711802.1769 ], [ 662818.6353, 711804.9914 ], [ 662808.5597, 711812.6577 ], [ 662804.5713, 711815.5861 ], [ 662804.0422, 711816.0723 ], [ 662792.9279, 711872.9795 ], [ 662799.4153, 711925.8056 ], [ 662877.2643, 711900.7827 ], [ 662960.2752, 711870.0331 ], [ 662960.3953, 711870.0277 ] ] ] ], "type": "MultiPolygon" }, "properties": { "SA_GUID__1": "00df2b78-66c8-4009-89e0-0e14e15e4208", "adaptive_capacity": 0.0444, "age": 0.3247, "age_middle_to_oldest_old": -0.859, "disability": -1.0273, "early_childhood": 1.5084, "enhanced_exposure": -0.3771, "farmers": -0.4599, "foreign_nationals": 0.0576, "health": -1.0292, "housing_characteristics": -0.5083, "impervious": -0.4272, "income": -0.4049, "info_access_use": -0.4924, "journey_time": 3.0769, "local_knowledge": 0.4801, "low_skilled_employment": 0.4816, "mobile_home": -0.1878, "mobility": -0.8385, "new_residents": 0.9026, "no_car": -0.8385, "no_central_heating": -0.7784, "no_higher_education": -0.1959, "no_internet": -0.7636, "not_volunteers": -0.0299, "one_parent_households": -0.4959, "one_person_households": -0.9416, "physical_access": 3.0769, "physical_environment": 0.1858, "poor_health": -1.0312, "prepare": -0.5435, "primary_school_age": -0.6263, "private_water_supply": -0.539, "recover": -1.2756, "rented": -0.6392, "respond": 0.5418, "sensitivity": -0.6184, "social_network": -0.5326, "social_vulnerability": -0.0974, "speak_english": -0.5176, "tenure": -0.6392, "three_or_more_children_households": -0.572, "tree_cover_density": 0.7989, "unemployment": -0.9784, "unoccupied_dwellings": -0.4166, "year_built": -0.6197 }, "type": "Feature" } ], "type": "FeatureCollection" }, "text/html": [ "\n", "\n", "\n", "\t\n", "\t\n", "\n", "\n", "\t\n", "\t\n", "\t\n", "\t\n", "\t\n", "\t\n", "\n", "
A sf: 6 × 47
SA_GUID__1early_childhoodage_middle_to_oldest_oldpoor_healthdisabilityone_parent_householdsthree_or_more_children_householdslow_skilled_employmentfarmersunemploymentgeometryhousing_characteristicsphysical_environmentsensitivitypreparerespondrecoveradaptive_capacityenhanced_exposuresocial_vulnerabilitygeometry
<chr><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><MULTIPOLYGON [m]>
1000581a3-4ebd-4a74-b5f8-0bd78cd7ede5 3.3880435-0.8683184-0.72494112-0.92235833-0.9537932-0.28864382-0.3191812-0.5775435-0.61650259MULTIPOLYGON (((676048.9 72...-0.51537733 0.2163239 0.38290372-0.4856123-0.3377139-1.3729086-0.61316276-0.3497016-0.33398100MULTIPOLYGON (((676048.9 72...
200275248-3d78-4fdb-8e5c-8ff1f76aebea-1.2041476 1.0830212 0.27801178-0.62611003-0.5813707 0.24855343-0.7175350 0.2814244-0.23523246MULTIPOLYGON (((637187.3 72...-0.08272206-0.1150856-0.20594059-1.0185818-0.9052009-0.5397312-1.02866162-0.2313086-0.93275401MULTIPOLYGON (((637187.3 72...
3002b83e4-5cce-414a-8570-871a50ae0964 0.2940109-0.6563918 0.07647292 0.06773408 0.3083236-0.06192013-0.7370951-0.1126775 0.22240140MULTIPOLYGON (((645674.5 69...-0.43095487 0.3196619-0.09575557 1.3659655 1.7874752-0.1097374 1.32022239-0.1301417 1.13569837MULTIPOLYGON (((645674.5 69...
4005eec3f-d746-480f-ae2c-bc6f1151548d-1.3337162 1.4547264 0.49313225 0.45603900-1.0918818-1.18351563-1.9157382-0.5775435-0.07660151MULTIPOLYGON (((716705.1 72...-0.34810226 0.6397246 0.46969785 1.3940082 0.8307672-0.3008060 0.88678611 0.3410119 1.02930797MULTIPOLYGON (((716705.1 72...
500b00ae4-229d-455d-84f1-d6face4876b1 1.7131001-1.2060316-0.32805634-0.03080027 3.2416831 1.26642096 1.5271694-0.5775435 0.75768133MULTIPOLYGON (((697195.3 79...-0.57973227 0.4764065 0.06504954 1.1356657-0.5626938-0.3603958 0.06607222-0.1208251 0.19607516MULTIPOLYGON (((697195.3 79...
600df2b78-66c8-4009-89e0-0e14e15e4208 1.5084163-0.8589597-1.03118100-1.02730679-0.4959203-0.57201990 0.4816479-0.4599295-0.97841257MULTIPOLYGON (((662960.4 71...-0.50830359 0.1858483-0.61841747-0.5434782 0.5417954-1.2756320 0.04443066-0.3770668-0.09735021MULTIPOLYGON (((662960.4 71...
\n" ], "text/latex": [ "A sf: 6 × 47\n", "\\begin{tabular}{r|lllllllllllllllllllll}\n", " & SA\\_GUID\\_\\_1 & early\\_childhood & age\\_middle\\_to\\_oldest\\_old & poor\\_health & disability & one\\_parent\\_households & three\\_or\\_more\\_children\\_households & low\\_skilled\\_employment & farmers & unemployment & geometry & ⋯ & housing\\_characteristics & physical\\_environment & sensitivity & prepare & respond & recover & adaptive\\_capacity & enhanced\\_exposure & social\\_vulnerability & geometry\\\\\n", " & & & & & & & & & & & ⋯ & & & & & & & & & & \\\\\n", "\\hline\n", "\t1 & 000581a3-4ebd-4a74-b5f8-0bd78cd7ede5 & 3.3880435 & -0.8683184 & -0.72494112 & -0.92235833 & -0.9537932 & -0.28864382 & -0.3191812 & -0.5775435 & -0.61650259 & MULTIPOLYGON (((676048.9 72... & ⋯ & -0.51537733 & 0.2163239 & 0.38290372 & -0.4856123 & -0.3377139 & -1.3729086 & -0.61316276 & -0.3497016 & -0.33398100 & MULTIPOLYGON (((676048.9 72...\\\\\n", "\t2 & 00275248-3d78-4fdb-8e5c-8ff1f76aebea & -1.2041476 & 1.0830212 & 0.27801178 & -0.62611003 & -0.5813707 & 0.24855343 & -0.7175350 & 0.2814244 & -0.23523246 & MULTIPOLYGON (((637187.3 72... & ⋯ & -0.08272206 & -0.1150856 & -0.20594059 & -1.0185818 & -0.9052009 & -0.5397312 & -1.02866162 & -0.2313086 & -0.93275401 & MULTIPOLYGON (((637187.3 72...\\\\\n", "\t3 & 002b83e4-5cce-414a-8570-871a50ae0964 & 0.2940109 & -0.6563918 & 0.07647292 & 0.06773408 & 0.3083236 & -0.06192013 & -0.7370951 & -0.1126775 & 0.22240140 & MULTIPOLYGON (((645674.5 69... & ⋯ & -0.43095487 & 0.3196619 & -0.09575557 & 1.3659655 & 1.7874752 & -0.1097374 & 1.32022239 & -0.1301417 & 1.13569837 & MULTIPOLYGON (((645674.5 69...\\\\\n", "\t4 & 005eec3f-d746-480f-ae2c-bc6f1151548d & -1.3337162 & 1.4547264 & 0.49313225 & 0.45603900 & -1.0918818 & -1.18351563 & -1.9157382 & -0.5775435 & -0.07660151 & MULTIPOLYGON (((716705.1 72... & ⋯ & -0.34810226 & 0.6397246 & 0.46969785 & 1.3940082 & 0.8307672 & -0.3008060 & 0.88678611 & 0.3410119 & 1.02930797 & MULTIPOLYGON (((716705.1 72...\\\\\n", "\t5 & 00b00ae4-229d-455d-84f1-d6face4876b1 & 1.7131001 & -1.2060316 & -0.32805634 & -0.03080027 & 3.2416831 & 1.26642096 & 1.5271694 & -0.5775435 & 0.75768133 & MULTIPOLYGON (((697195.3 79... & ⋯ & -0.57973227 & 0.4764065 & 0.06504954 & 1.1356657 & -0.5626938 & -0.3603958 & 0.06607222 & -0.1208251 & 0.19607516 & MULTIPOLYGON (((697195.3 79...\\\\\n", "\t6 & 00df2b78-66c8-4009-89e0-0e14e15e4208 & 1.5084163 & -0.8589597 & -1.03118100 & -1.02730679 & -0.4959203 & -0.57201990 & 0.4816479 & -0.4599295 & -0.97841257 & MULTIPOLYGON (((662960.4 71... & ⋯ & -0.50830359 & 0.1858483 & -0.61841747 & -0.5434782 & 0.5417954 & -1.2756320 & 0.04443066 & -0.3770668 & -0.09735021 & MULTIPOLYGON (((662960.4 71...\\\\\n", "\\end{tabular}\n" ], "text/markdown": [ "\n", "A sf: 6 × 47\n", "\n", "| | SA_GUID__1 <chr> | early_childhood <dbl> | age_middle_to_oldest_old <dbl> | poor_health <dbl> | disability <dbl> | one_parent_households <dbl> | three_or_more_children_households <dbl> | low_skilled_employment <dbl> | farmers <dbl> | unemployment <dbl> | geometry ⋯ | ⋯ <dbl> | housing_characteristics <dbl> | physical_environment <dbl> | sensitivity <dbl> | prepare <dbl> | respond <dbl> | recover <dbl> | adaptive_capacity <dbl> | enhanced_exposure <dbl> | social_vulnerability <MULTIPOLYGON [m]> | geometry <chr> |\n", "|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n", "| 1 | 000581a3-4ebd-4a74-b5f8-0bd78cd7ede5 | 3.3880435 | -0.8683184 | -0.72494112 | -0.92235833 | -0.9537932 | -0.28864382 | -0.3191812 | -0.5775435 | -0.61650259 | MULTIPOLYGON (((676048.9 72... | ⋯ | -0.51537733 | 0.2163239 | 0.38290372 | -0.4856123 | -0.3377139 | -1.3729086 | -0.61316276 | -0.3497016 | -0.33398100 | MULTIPOLYGON (((676048.9 72... |\n", "| 2 | 00275248-3d78-4fdb-8e5c-8ff1f76aebea | -1.2041476 | 1.0830212 | 0.27801178 | -0.62611003 | -0.5813707 | 0.24855343 | -0.7175350 | 0.2814244 | -0.23523246 | MULTIPOLYGON (((637187.3 72... | ⋯ | -0.08272206 | -0.1150856 | -0.20594059 | -1.0185818 | -0.9052009 | -0.5397312 | -1.02866162 | -0.2313086 | -0.93275401 | MULTIPOLYGON (((637187.3 72... |\n", "| 3 | 002b83e4-5cce-414a-8570-871a50ae0964 | 0.2940109 | -0.6563918 | 0.07647292 | 0.06773408 | 0.3083236 | -0.06192013 | -0.7370951 | -0.1126775 | 0.22240140 | MULTIPOLYGON (((645674.5 69... | ⋯ | -0.43095487 | 0.3196619 | -0.09575557 | 1.3659655 | 1.7874752 | -0.1097374 | 1.32022239 | -0.1301417 | 1.13569837 | MULTIPOLYGON (((645674.5 69... |\n", "| 4 | 005eec3f-d746-480f-ae2c-bc6f1151548d | -1.3337162 | 1.4547264 | 0.49313225 | 0.45603900 | -1.0918818 | -1.18351563 | -1.9157382 | -0.5775435 | -0.07660151 | MULTIPOLYGON (((716705.1 72... | ⋯ | -0.34810226 | 0.6397246 | 0.46969785 | 1.3940082 | 0.8307672 | -0.3008060 | 0.88678611 | 0.3410119 | 1.02930797 | MULTIPOLYGON (((716705.1 72... |\n", "| 5 | 00b00ae4-229d-455d-84f1-d6face4876b1 | 1.7131001 | -1.2060316 | -0.32805634 | -0.03080027 | 3.2416831 | 1.26642096 | 1.5271694 | -0.5775435 | 0.75768133 | MULTIPOLYGON (((697195.3 79... | ⋯ | -0.57973227 | 0.4764065 | 0.06504954 | 1.1356657 | -0.5626938 | -0.3603958 | 0.06607222 | -0.1208251 | 0.19607516 | MULTIPOLYGON (((697195.3 79... |\n", "| 6 | 00df2b78-66c8-4009-89e0-0e14e15e4208 | 1.5084163 | -0.8589597 | -1.03118100 | -1.02730679 | -0.4959203 | -0.57201990 | 0.4816479 | -0.4599295 | -0.97841257 | MULTIPOLYGON (((662960.4 71... | ⋯ | -0.50830359 | 0.1858483 | -0.61841747 | -0.5434782 | 0.5417954 | -1.2756320 | 0.04443066 | -0.3770668 | -0.09735021 | MULTIPOLYGON (((662960.4 71... |\n", "\n" ], "text/plain": [ " SA_GUID__1 early_childhood age_middle_to_oldest_old\n", "1 000581a3-4ebd-4a74-b5f8-0bd78cd7ede5 3.3880435 -0.8683184 \n", "2 00275248-3d78-4fdb-8e5c-8ff1f76aebea -1.2041476 1.0830212 \n", "3 002b83e4-5cce-414a-8570-871a50ae0964 0.2940109 -0.6563918 \n", "4 005eec3f-d746-480f-ae2c-bc6f1151548d -1.3337162 1.4547264 \n", "5 00b00ae4-229d-455d-84f1-d6face4876b1 1.7131001 -1.2060316 \n", "6 00df2b78-66c8-4009-89e0-0e14e15e4208 1.5084163 -0.8589597 \n", " poor_health disability one_parent_households\n", "1 -0.72494112 -0.92235833 -0.9537932 \n", "2 0.27801178 -0.62611003 -0.5813707 \n", "3 0.07647292 0.06773408 0.3083236 \n", "4 0.49313225 0.45603900 -1.0918818 \n", "5 -0.32805634 -0.03080027 3.2416831 \n", "6 -1.03118100 -1.02730679 -0.4959203 \n", " three_or_more_children_households low_skilled_employment farmers \n", "1 -0.28864382 -0.3191812 -0.5775435\n", "2 0.24855343 -0.7175350 0.2814244\n", "3 -0.06192013 -0.7370951 -0.1126775\n", "4 -1.18351563 -1.9157382 -0.5775435\n", "5 1.26642096 1.5271694 -0.5775435\n", "6 -0.57201990 0.4816479 -0.4599295\n", " unemployment geometry ⋯ housing_characteristics\n", "1 -0.61650259 MULTIPOLYGON (((676048.9 72... ⋯ -0.51537733 \n", "2 -0.23523246 MULTIPOLYGON (((637187.3 72... ⋯ -0.08272206 \n", "3 0.22240140 MULTIPOLYGON (((645674.5 69... ⋯ -0.43095487 \n", "4 -0.07660151 MULTIPOLYGON (((716705.1 72... ⋯ -0.34810226 \n", "5 0.75768133 MULTIPOLYGON (((697195.3 79... ⋯ -0.57973227 \n", "6 -0.97841257 MULTIPOLYGON (((662960.4 71... ⋯ -0.50830359 \n", " physical_environment sensitivity prepare respond recover \n", "1 0.2163239 0.38290372 -0.4856123 -0.3377139 -1.3729086\n", "2 -0.1150856 -0.20594059 -1.0185818 -0.9052009 -0.5397312\n", "3 0.3196619 -0.09575557 1.3659655 1.7874752 -0.1097374\n", "4 0.6397246 0.46969785 1.3940082 0.8307672 -0.3008060\n", "5 0.4764065 0.06504954 1.1356657 -0.5626938 -0.3603958\n", "6 0.1858483 -0.61841747 -0.5434782 0.5417954 -1.2756320\n", " adaptive_capacity enhanced_exposure social_vulnerability\n", "1 -0.61316276 -0.3497016 -0.33398100 \n", "2 -1.02866162 -0.2313086 -0.93275401 \n", "3 1.32022239 -0.1301417 1.13569837 \n", "4 0.88678611 0.3410119 1.02930797 \n", "5 0.06607222 -0.1208251 0.19607516 \n", "6 0.04443066 -0.3770668 -0.09735021 \n", " geometry \n", "1 MULTIPOLYGON (((676048.9 72...\n", "2 MULTIPOLYGON (((637187.3 72...\n", "3 MULTIPOLYGON (((645674.5 69...\n", "4 MULTIPOLYGON (((716705.1 72...\n", "5 MULTIPOLYGON (((697195.3 79...\n", "6 MULTIPOLYGON (((662960.4 71..." ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "Reading layer `SMALL_AREA_2022' from data source \n", " `/Cities/0_data/boundaries/Ireland/census_small_areas/2022/SMALL_AREA_2022.shp' \n", " using driver `ESRI Shapefile'\n", "Simple feature collection with 18919 features and 28 fields\n", "Geometry type: MULTIPOLYGON\n", "Dimension: XY\n", "Bounding box: xmin: 417471.5 ymin: 519663.7 xmax: 734481.1 ymax: 966896.3\n", "Projected CRS: IRENET95 / Irish Transverse Mercator\n" ] }, { "data": { "application/geo+json": { "features": [ { "geometry": { "coordinates": [ [ [ [ 673146.546, 677647.75 ], [ 673141.212, 677640.92 ], [ 673123.713, 677618.513 ], [ 673106.042, 677595.792 ], [ 673095.729, 677582.532 ], [ 673080.79, 677554.968 ], [ 673073.056, 677537.865 ], [ 673064.329, 677518.567 ], [ 673050.885, 677490.484 ], [ 673034.98, 677456.043 ], [ 673029.249, 677443.825 ], [ 673026.526, 677438.855 ], [ 673002.141, 677394.348 ], [ 672996.97, 677383.605 ], [ 672984.97, 677357.64 ], [ 672955.836, 677303.546 ], [ 672955.655, 677303.209 ], [ 672946.827, 677287.702 ], [ 672915.016, 677225.588 ], [ 672885.036, 677175.635 ], [ 672884.667, 677175.021 ], [ 672875.333, 677155.49 ], [ 672863.132, 677132.144 ], [ 672854.144, 677116.62 ], [ 672834.829, 677087.687 ], [ 672820.866, 677067.163 ], [ 672808.485, 677050.864 ], [ 672807.9416, 677051.3325 ], [ 672806.846, 677052.277 ], [ 672789.572, 677080.951 ], [ 672768.981, 677111.594 ], [ 672754.455, 677155.129 ], [ 672745.925, 677198.53 ], [ 672738.684, 677233.025 ], [ 672729.273, 677264.69 ], [ 672710.519, 677301.465 ], [ 672697.093, 677334.992 ], [ 672677.716, 677374.166 ], [ 672657.04, 677413.225 ], [ 672641.879, 677450.44 ], [ 672629.275, 677481.67 ], [ 672624.242, 677492.27 ], [ 672619.476, 677502.308 ], [ 672599.108, 677515.687 ], [ 672599.065, 677515.7151 ], [ 672601.174, 677518.446 ], [ 672607.888, 677527.298 ], [ 672608.598, 677528.234 ], [ 672608.913, 677528.624 ], [ 672612.289, 677532.809 ], [ 672615.792, 677537.555 ], [ 672617.213, 677539.481 ], [ 672618.008, 677540.558 ], [ 672618.77, 677541.591 ], [ 672619.396, 677542.439 ], [ 672619.874, 677543.087 ], [ 672620.235, 677543.576 ], [ 672620.972, 677544.575 ], [ 672621.776, 677545.663 ], [ 672622.891, 677547.174 ], [ 672628.82, 677555.208 ], [ 672630.47, 677557.444 ], [ 672631.062, 677557.849 ], [ 672631.976, 677558.474 ], [ 672636.271, 677563.179 ], [ 672637.821, 677566.766 ], [ 672638.885, 677569.23 ], [ 672640.977, 677574.073 ], [ 672643.199, 677579.216 ], [ 672649.275, 677588.896 ], [ 672650.169, 677590.321 ], [ 672681.647, 677631.691 ], [ 672696.26, 677649.902 ], [ 672704.572, 677660.019 ], [ 672712.576, 677671.339 ], [ 672719.78, 677681.11 ], [ 672734.642, 677700.312 ], [ 672748.799, 677718.605 ], [ 672750.557, 677721.166 ], [ 672752.535, 677723.506 ], [ 672761.188, 677736.068 ], [ 672766.242, 677743.69 ], [ 672773.195, 677755.591 ], [ 672778.458, 677763.977 ], [ 672788.64, 677780.195 ], [ 672791.756, 677785.596 ], [ 672793.034, 677788.236 ], [ 672794.652, 677790.516 ], [ 672799.367, 677798.558 ], [ 672804.442, 677806.219 ], [ 672805.921, 677809.039 ], [ 672812.001, 677818.996 ], [ 672813.653, 677821.701 ], [ 672814.868, 677823.795 ], [ 672817.05, 677827.555 ], [ 672817.299, 677827.984 ], [ 672821.245, 677833.897 ], [ 672822.944, 677833.538 ], [ 672826.848, 677832.714 ], [ 672840.124, 677829.914 ], [ 672876.722, 677821.114 ], [ 672885.828, 677819.04 ], [ 672896.407, 677816.63 ], [ 672926.855, 677807.938 ], [ 672942.508, 677804.87 ], [ 672943.538, 677795.656 ], [ 672943.251, 677784.977 ], [ 672942.832, 677778.914 ], [ 672942.451, 677772.342 ], [ 672945.072, 677772.206 ], [ 672945.116, 677773.01 ], [ 672946.075, 677772.953 ], [ 672948.564, 677750.678 ], [ 672947.652, 677749.029 ], [ 672944.892, 677749.135 ], [ 672941.281, 677748.955 ], [ 672941.072, 677737.132 ], [ 672940.445, 677735.999 ], [ 672941.052, 677735.999 ], [ 672941.051, 677735.953 ], [ 672950.476, 677735.835 ], [ 672956.11, 677735.745 ], [ 672963.617, 677735.545 ], [ 672966.152, 677735.477 ], [ 672966.132, 677734.897 ], [ 672963.852, 677734.755 ], [ 672962.156, 677726.436 ], [ 672961.956, 677725.492 ], [ 672960.222, 677717.317 ], [ 672958.267, 677707.557 ], [ 672956.094, 677696.738 ], [ 672953.959, 677686.298 ], [ 672952.549, 677667.282 ], [ 672954.393, 677667.448 ], [ 672954.393, 677656.488 ], [ 672981.908, 677660.278 ], [ 673074.201, 677676.66 ], [ 673107.905, 677685.529 ], [ 673109.949, 677686.067 ], [ 673109.187, 677681.749 ], [ 673117.919, 677673.958 ], [ 673139.763, 677654.47 ], [ 673143.054, 677651.534 ], [ 673145.562, 677648.564 ], [ 673146.546, 677647.75 ] ] ] ], "type": "MultiPolygon" }, "properties": { "COUNTY_COD": "01", "COUNTY_ENG": "CARLOW", "COUNTY_GAE": "Ceatharlach", "CSO_LEA": "CARLOW", "ED_ENGLISH": "CARLOW RURAL", "ED_GAEILGE": "CEATHARLACH (TUATH)", "ED_GUID": "2ae19629-1857-13a3-e055-000000000001", "ED_ID_STR": "017010", "ED_OFFICIA": "Y", "ED_PART_CO": 1, "OBJECTID": 1, "SA_CHANGE_": 0, "SA_GEOGID_": "A017010016", "SA_GUID_20": "4c07d11e-0a4f-851d-e053-ca3ca8c0ca7f", "SA_GUID__1": "4c07d11e-0a4f-851d-e053-ca3ca8c0ca7f", "SA_NUTS1": "IE0", "SA_NUTS1_N": "Ireland", "SA_NUTS2": "IE05", "SA_NUTS2_N": "Southern", "SA_NUTS3": "IE052", "SA_NUTS3_N": "South-East", "SA_PUB2011": "017010016", "SA_PUB2016": "017010016", "SA_PUB2022": "017010016", "SA_URBAN_1": "Carlow", "SA_URBAN_A": 1, "SHAPE_Area": 204944.1709, "SHAPE_Leng": 2123.3465 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 673956.346, 675276.804 ], [ 673941.585, 675325.072 ], [ 673930.246, 675358.529 ], [ 673926.542, 675375.817 ], [ 673917.824, 675401.934 ], [ 673911.825, 675420.93 ], [ 673856.032, 675609.245 ], [ 673850.062, 675628.284 ], [ 673846.739, 675639.244 ], [ 673845.809, 675642.38 ], [ 673843.741, 675649.35 ], [ 673841.675, 675656.318 ], [ 673840.105, 675661.611 ], [ 673838.423, 675667.281 ], [ 673836.37, 675674.202 ], [ 673834.351, 675681.008 ], [ 673832.627, 675686.821 ], [ 673830.291, 675694.697 ], [ 673828.398, 675701.078 ], [ 673816.913, 675741.427 ], [ 673804.787, 675783.373 ], [ 673804.027, 675783.243 ], [ 673800.544, 675795.065 ], [ 673796.94, 675807.293 ], [ 673793.688, 675818.329 ], [ 673792.953, 675820.826 ], [ 673792.864, 675821.127 ], [ 673788.905, 675834.909 ], [ 673784.973, 675848.598 ], [ 673779.958, 675865.503 ], [ 673778.027, 675871.732 ], [ 673775.179, 675883.847 ], [ 673770.663, 675903.136 ], [ 673766.444, 675922.852 ], [ 673764.052, 675944.51 ], [ 673764.485, 675944.601 ], [ 673763.801, 675948.824 ], [ 673762.979, 675953.929 ], [ 673763.282, 675954.021 ], [ 673762.541, 675961.45 ], [ 673762.192, 675961.372 ], [ 673760.941, 675974.116 ], [ 673758.543, 675983.231 ], [ 673757.386, 675992.148 ], [ 673759.384, 675993.105 ], [ 673779.137, 676002.57 ], [ 673794.026, 676010.57 ], [ 673812.674, 676020.194 ], [ 673829.284, 676028.481 ], [ 673843.771, 676037.358 ], [ 673844.448, 676037.814 ], [ 673862.976, 676046.859 ], [ 673861.624, 676047.917 ], [ 673857.743, 676050.469 ], [ 673848.831, 676056.331 ], [ 673838.171, 676063.343 ], [ 673832.432, 676067.934 ], [ 673833.916, 676070.866 ], [ 673834.648, 676072.312 ], [ 673843.634, 676090.072 ], [ 673845.1565, 676103.7734 ], [ 673949.5262, 676013.0357 ], [ 673997.2668, 676037.6013 ], [ 674004.2194, 676088.5864 ], [ 674077.9161, 676076.9989 ], [ 674073.7446, 676040.8458 ], [ 674089.0402, 676013.0357 ], [ 674114.0693, 675993.5686 ], [ 674133.9998, 675989.3971 ], [ 674116.8503, 675921.7258 ], [ 674264.1731, 675902.3413 ], [ 674256.198, 675879.745 ], [ 674249.603, 675846.77 ], [ 674245.467, 675813.686 ], [ 674244.207, 675803.604 ], [ 674240.858, 675786.343 ], [ 674236.413, 675763.434 ], [ 674234.059, 675746.011 ], [ 674233.612, 675742.703 ], [ 674232.732, 675741.92 ], [ 674226.813, 675736.652 ], [ 674225.565, 675735.542 ], [ 674243.423, 675699.69 ], [ 674245.451, 675696.238 ], [ 674251.699, 675685.409 ], [ 674269.146, 675682.035 ], [ 674295.945, 675673.318 ], [ 674303.816, 675667.945 ], [ 674307.159, 675665.109 ], [ 674328.488, 675648.248 ], [ 674330.3905, 675646.7442 ], [ 674334.286, 675643.665 ], [ 674349.539, 675623.421 ], [ 674400.987, 675567.426 ], [ 674403.609, 675564.573 ], [ 674417.225, 675553.036 ], [ 674435.785, 675537.31 ], [ 674435.064, 675536.262 ], [ 674432.193, 675532.093 ], [ 674427.433, 675525.181 ], [ 674423.356, 675519.258 ], [ 674420.666, 675514.002 ], [ 674416.884, 675516.051 ], [ 674409.999, 675519.782 ], [ 674401.296, 675528.968 ], [ 674398.961, 675533.088 ], [ 674395.224, 675529.006 ], [ 674394.858, 675529.639 ], [ 674390.368, 675524.549 ], [ 674384.117, 675517.465 ], [ 674377.227, 675509.656 ], [ 674372.424, 675514.581 ], [ 674370.242, 675516.82 ], [ 674365.161, 675522.029 ], [ 674364.55, 675522.662 ], [ 674360.374, 675527.016 ], [ 674358.823, 675528.632 ], [ 674357.848, 675529.649 ], [ 674355.869, 675532.094 ], [ 674353.406, 675535.141 ], [ 674351.012, 675538.1 ], [ 674348.775, 675540.864 ], [ 674346.53, 675543.643 ], [ 674345.796, 675542.893 ], [ 674345.114, 675542.197 ], [ 674342.086, 675545.381 ], [ 674340.206, 675547.359 ], [ 674336.905, 675550.83 ], [ 674335.047, 675552.786 ], [ 674333.873, 675551.278 ], [ 674330.074, 675554.636 ], [ 674328.6, 675555.937 ], [ 674324.97, 675559.147 ], [ 674321.775, 675561.97 ], [ 674319.282, 675564.174 ], [ 674315.207, 675567.775 ], [ 674313.787, 675569.026 ], [ 674306.139, 675576.266 ], [ 674306.007, 675576.39 ], [ 674300.63, 675581.48 ], [ 674300.562, 675581.544 ], [ 674297.959, 675588.043 ], [ 674297.776, 675588.858 ], [ 674294.654, 675602.732 ], [ 674292.391, 675602.779 ], [ 674288.766, 675602.854 ], [ 674288.401, 675602.862 ], [ 674286.203, 675600.219 ], [ 674280.424, 675593.271 ], [ 674275.49, 675587.319 ], [ 674271.229, 675582.178 ], [ 674266.75, 675576.773 ], [ 674261.627, 675570.592 ], [ 674260.966, 675574.274 ], [ 674256.945, 675570.14 ], [ 674270.963, 675462.661 ], [ 674273.767, 675402.847 ], [ 674272.872, 675384.433 ], [ 674266.6571, 675386.0302 ], [ 674264.814, 675386.504 ], [ 674260.83, 675387.579 ], [ 674252.201, 675389.907 ], [ 674210.972, 675397.454 ], [ 674181.622, 675397.146 ], [ 674163.086, 675393.077 ], [ 674141.062, 675385.845 ], [ 674114.331, 675367.145 ], [ 674074.315, 675343.897 ], [ 674025.077, 675313.313 ], [ 674001.2413, 675298.9976 ], [ 673961.0162, 675274.89 ], [ 673956.6829, 675272.0562 ], [ 673956.346, 675276.804 ] ] ] ], "type": "MultiPolygon" }, "properties": { "COUNTY_COD": "01", "COUNTY_ENG": "CARLOW", "COUNTY_GAE": "Ceatharlach", "CSO_LEA": "CARLOW", "ED_ENGLISH": "CARLOW RURAL", "ED_GAEILGE": "CEATHARLACH (TUATH)", "ED_GUID": "2ae19629-1857-13a3-e055-000000000001", "ED_ID_STR": "017010", "ED_OFFICIA": "Y", "ED_PART_CO": 1, "OBJECTID": 2, "SA_CHANGE_": 4, "SA_GEOGID_": "A017010046", "SA_GUID_20": "4c07d11e-0a3a-851d-e053-ca3ca8c0ca7f", "SA_GUID__1": "4c07d11e-0a3a-851d-e053-ca3ca8c0ca7f", "SA_NUTS1": "IE0", "SA_NUTS1_N": "Ireland", "SA_NUTS2": "IE05", "SA_NUTS2_N": "Southern", "SA_NUTS3": "IE052", "SA_NUTS3_N": "South-East", "SA_PUB2011": "017010046", "SA_PUB2016": "017010046", "SA_PUB2022": "017010046", "SA_URBAN_1": "Carlow", "SA_URBAN_A": 1, "SHAPE_Area": 288225.4223, "SHAPE_Leng": 2891.271 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 673720.644, 676751.987 ], [ 673721.402, 676744.964 ], [ 673721.68, 676742.386 ], [ 673722.465, 676737.059 ], [ 673723.606, 676729.319 ], [ 673724.799, 676721.22 ], [ 673725.958, 676713.355 ], [ 673727.124, 676705.446 ], [ 673728.283, 676697.581 ], [ 673729.396, 676690.027 ], [ 673730.593, 676681.905 ], [ 673731.184, 676677.892 ], [ 673731.862, 676673.241 ], [ 673734.287, 676656.594 ], [ 673735.591, 676647.646 ], [ 673736.855, 676638.968 ], [ 673736.897, 676638.968 ], [ 673736.91, 676638.883 ], [ 673755.124, 676517.861 ], [ 673755.293, 676516.977 ], [ 673755.407, 676515.98 ], [ 673757.859, 676494.614 ], [ 673761.077, 676477.429 ], [ 673762.795, 676467.239 ], [ 673766.154, 676455.689 ], [ 673764.778, 676455.287 ], [ 673767.191, 676440.221 ], [ 673769.838, 676440.738 ], [ 673770.755, 676436.38 ], [ 673767.956, 676435.958 ], [ 673751.102, 676431.065 ], [ 673731.663, 676430.464 ], [ 673716.835, 676431.667 ], [ 673706.761, 676433.566 ], [ 673703.025, 676434.271 ], [ 673669.733, 676442.976 ], [ 673654.724, 676445.227 ], [ 673636.713, 676451.231 ], [ 673615.7, 676457.235 ], [ 673599.189, 676462.864 ], [ 673580.053, 676469.993 ], [ 673557.914, 676477.873 ], [ 673544.78, 676482.001 ], [ 673534.464, 676485.833 ], [ 673493.037, 676500.743 ], [ 673459.189, 676512.926 ], [ 673419.237, 676527.305 ], [ 673361.356, 676548.17 ], [ 673361.336, 676548.177 ], [ 673352.848, 676551.237 ], [ 673338.714, 676552.439 ], [ 673282.988, 676567.769 ], [ 673256.958, 676568.196 ], [ 673229.206, 676568.652 ], [ 673182.217, 676569.93 ], [ 673180.226, 676569.984 ], [ 673178.59, 676570.029 ], [ 673173.943, 676570.155 ], [ 673160.952, 676575.418 ], [ 673116.341, 676593.493 ], [ 673104.491, 676598.294 ], [ 673103.817, 676598.859 ], [ 673101.593, 676600.723 ], [ 673098.912, 676602.97 ], [ 673097.97, 676603.759 ], [ 673087.266, 676612.729 ], [ 673062.981, 676628.82 ], [ 673048.617, 676638.338 ], [ 673025.452, 676650.811 ], [ 673012.864, 676655.948 ], [ 672996.437, 676662.651 ], [ 672990.195, 676663.066 ], [ 672989.9883, 676663.0798 ], [ 672996.46, 676666.91 ], [ 673016.141, 676696.788 ], [ 673049.892, 676708.379 ], [ 673092.988, 676724.783 ], [ 673143.915, 676747.183 ], [ 673177.825, 676772.807 ], [ 673204.608, 676791.938 ], [ 673194.116, 676811.868 ], [ 673191.5809, 676814.3189 ], [ 673188.317, 676820.03 ], [ 673186.343, 676823.484 ], [ 673183.302, 676828.806 ], [ 673201.837, 676838.985 ], [ 673228.399, 676858.648 ], [ 673246.405, 676874.499 ], [ 673267.427, 676893.531 ], [ 673288.33, 676913.983 ], [ 673310.03, 676936.656 ], [ 673321.161, 676947.163 ], [ 673327.22, 676951.535 ], [ 673332.825, 676955.579 ], [ 673336.17, 676957.992 ], [ 673357.138, 676971.946 ], [ 673376.967, 676984.038 ], [ 673398.515, 676995.432 ], [ 673410.847, 677001.562 ], [ 673416.846, 677004.544 ], [ 673437.256, 677013.497 ], [ 673458.708, 677021.252 ], [ 673459.125, 677021.366 ], [ 673469.817, 677024.298 ], [ 673477.407, 677026.379 ], [ 673479.75, 677027.022 ], [ 673481.268, 677027.439 ], [ 673490.076, 677029.854 ], [ 673491.912, 677030.326 ], [ 673504.27, 677033.53 ], [ 673503.395, 677029.31 ], [ 673501.661, 677020.945 ], [ 673501.095, 677019.114 ], [ 673499.453, 677010.812 ], [ 673499.244, 677009.754 ], [ 673498.887, 677007.948 ], [ 673493.638, 676981.406 ], [ 673491.451, 676970.35 ], [ 673479.848, 676925.4 ], [ 673478.981, 676922.043 ], [ 673457.54, 676838.984 ], [ 673441.468, 676777.229 ], [ 673440.601, 676773.899 ], [ 673444.349, 676757.237 ], [ 673443.113, 676752.426 ], [ 673441.205, 676744.871 ], [ 673440.94, 676742.81 ], [ 673443.473, 676740.49 ], [ 673442.048, 676736.803 ], [ 673438.494, 676734.81 ], [ 673437.231, 676730.12 ], [ 673451.724, 676732.799 ], [ 673451.95, 676732.218 ], [ 673460.459, 676733.187 ], [ 673465.758, 676733.79 ], [ 673472.438, 676734.55 ], [ 673474.988, 676734.84 ], [ 673484.204, 676735.887 ], [ 673491.178, 676736.33 ], [ 673496.702, 676736.597 ], [ 673505.122, 676737.005 ], [ 673518.392, 676738.318 ], [ 673532.069, 676739.569 ], [ 673534.464, 676739.757 ], [ 673548.521, 676740.863 ], [ 673565.021, 676741.723 ], [ 673585.719, 676742.354 ], [ 673599.992, 676743.07 ], [ 673606.599, 676743.402 ], [ 673635.682, 676745.42 ], [ 673642.061, 676745.863 ], [ 673664.821, 676747.442 ], [ 673720.644, 676751.987 ] ] ] ], "type": "MultiPolygon" }, "properties": { "COUNTY_COD": "01", "COUNTY_ENG": "CARLOW", "COUNTY_GAE": "Ceatharlach", "CSO_LEA": "CARLOW", "ED_ENGLISH": "CARLOW RURAL", "ED_GAEILGE": "CEATHARLACH (TUATH)", "ED_GUID": "2ae19629-1857-13a3-e055-000000000001", "ED_ID_STR": "017010", "ED_OFFICIA": "Y", "ED_PART_CO": 1, "OBJECTID": 3, "SA_CHANGE_": 0, "SA_GEOGID_": "A017010037", "SA_GUID_20": "4c07d11e-0a4e-851d-e053-ca3ca8c0ca7f", "SA_GUID__1": "4c07d11e-0a4e-851d-e053-ca3ca8c0ca7f", "SA_NUTS1": "IE0", "SA_NUTS1_N": "Ireland", "SA_NUTS2": "IE05", "SA_NUTS2_N": "Southern", "SA_NUTS3": "IE052", "SA_NUTS3_N": "South-East", "SA_PUB2011": "017010037", "SA_PUB2016": "017010037", "SA_PUB2022": "017010037", "SA_URBAN_1": "Carlow", "SA_URBAN_A": 1, "SHAPE_Area": 208426.9267, "SHAPE_Leng": 2436.9856 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 671923.304, 675704.149 ], [ 671917.909, 675688.602 ], [ 671916.703, 675685.269 ], [ 671904.506, 675651.564 ], [ 671902.922, 675647.026 ], [ 671900.209, 675639.252 ], [ 671896.782, 675629.746 ], [ 671889.029, 675607.743 ], [ 671875.106, 675562.303 ], [ 671873.486, 675559.188 ], [ 671869.113, 675551.796 ], [ 671842.38, 675489.415 ], [ 671816.957, 675414.824 ], [ 671813.745, 675407.774 ], [ 671809.704, 675396.282 ], [ 671797.171, 675363.623 ], [ 671788.584, 675344.548 ], [ 671769.618, 675299.313 ], [ 671759.351, 675278.808 ], [ 671747.228, 675258.629 ], [ 671743.839, 675254.31 ], [ 671719.737, 675223.599 ], [ 671705.386, 675206.855 ], [ 671682.065, 675180.246 ], [ 671664.426, 675157.823 ], [ 671654.43, 675147.514 ], [ 671650.366, 675143.324 ], [ 671647.056, 675139.91 ], [ 671645.944, 675139.364 ], [ 671645.883, 675139.334 ], [ 671645.91, 675138.171 ], [ 671645.036, 675135.08 ], [ 671643.799, 675130.739 ], [ 671641.568, 675122.911 ], [ 671639.874, 675116.964 ], [ 671638.946, 675113.708 ], [ 671637.21, 675107.615 ], [ 671610.185, 675039.384 ], [ 671608.5261, 675034.3541 ], [ 671605.933, 675026.492 ], [ 671601.812, 675013.996 ], [ 671598.055, 674998.539 ], [ 671595.631, 674988.564 ], [ 671594.546, 674984.1 ], [ 671594.447, 674983.5871 ], [ 671589.933, 674960.205 ], [ 671588.872, 674945.453 ], [ 671588.063, 674934.193 ], [ 671587.564, 674927.257 ], [ 671586.901, 674914.161 ], [ 671586.302, 674902.307 ], [ 671584.503, 674884.8769 ], [ 671578.9277, 674884.5598 ], [ 671579.1, 674885.582 ], [ 671555.545, 674894.11 ], [ 671515.006, 674907.936 ], [ 671512.986, 674908.457 ], [ 671502.024, 674912.238 ], [ 671472.73, 674921.075 ], [ 671460.903, 674924.705 ], [ 671447.027, 674927.089 ], [ 671433.262, 674931.154 ], [ 671422.126, 674934.762 ], [ 671418.278, 674935.946 ], [ 671390.464, 674946.664 ], [ 671381.154, 674950.708 ], [ 671381.5779, 674951.7991 ], [ 671370.7563, 674956.4333 ], [ 671369.8969, 674956.8012 ], [ 671322.16, 674977.244 ], [ 671316.119, 674976.173 ], [ 671314.425, 674976.723 ], [ 671310.239, 674978.083 ], [ 671310.655, 674982.17 ], [ 671258.356, 675004.566 ], [ 671183.464, 675036.636 ], [ 671184.945, 675039.386 ], [ 671191.077, 675051.728 ], [ 671195.879, 675061.076 ], [ 671201.06, 675071.651 ], [ 671206.627, 675083.173 ], [ 671210.52, 675092.222 ], [ 671215.928, 675104.021 ], [ 671222.475, 675118.384 ], [ 671227.7, 675129.289 ], [ 671233.231, 675141.269 ], [ 671239.07, 675153.102 ], [ 671245.018, 675163.465 ], [ 671252.101, 675176.493 ], [ 671260.383, 675190.512 ], [ 671265.206, 675198.819 ], [ 671270.133, 675207.052 ], [ 671275.149, 675214.626 ], [ 671281.26, 675224.484 ], [ 671286.939, 675233.165 ], [ 671293.613, 675242.807 ], [ 671299.176, 675250.977 ], [ 671305.049, 675258.901 ], [ 671310.249, 675266.225 ], [ 671314.745, 675272.335 ], [ 671315.529, 675273.399 ], [ 671325.877, 675288.123 ], [ 671332.656, 675297.59 ], [ 671340.494, 675308.578 ], [ 671346.649, 675317.599 ], [ 671352.908, 675326.47 ], [ 671358.116, 675333.439 ], [ 671363.901, 675341.893 ], [ 671369.994, 675350.228 ], [ 671376.358, 675358.949 ], [ 671383.852, 675369.396 ], [ 671391.889, 675380.566 ], [ 671399.622, 675390.612 ], [ 671402.924, 675395.279 ], [ 671405.927, 675399.686 ], [ 671410.826, 675409.163 ], [ 671414.738, 675416.206 ], [ 671417.81, 675422.139 ], [ 671422.832, 675431.846 ], [ 671427.147, 675438.974 ], [ 671429.811, 675442.638 ], [ 671433.555, 675448.001 ], [ 671437.741, 675452.866 ], [ 671443.929, 675459.17 ], [ 671448.294, 675462.846 ], [ 671452.661, 675467.586 ], [ 671459.081, 675473.719 ], [ 671467.752, 675481.448 ], [ 671471.951, 675485.703 ], [ 671477.391, 675492.551 ], [ 671481.781, 675498.563 ], [ 671487.359, 675506.074 ], [ 671489.826, 675509.377 ], [ 671491.618, 675513.454 ], [ 671494.323, 675518.718 ], [ 671495.661, 675522.632 ], [ 671498.919, 675530.5 ], [ 671501.736, 675538.839 ], [ 671504.931, 675546.095 ], [ 671507.884, 675553.98 ], [ 671511.288, 675562.232 ], [ 671513.986, 675568.943 ], [ 671517.787, 675578.752 ], [ 671520.239, 675585.179 ], [ 671521.849, 675594.077 ], [ 671523.471, 675602.492 ], [ 671525.541, 675612.517 ], [ 671527.645, 675620.892 ], [ 671530.1, 675631.89 ], [ 671531.285, 675639.254 ], [ 671535.538, 675652.676 ], [ 671560.259, 675728.514 ], [ 671577.425, 675783.34 ], [ 671596.911, 675838.371 ], [ 671597.2081, 675837.9861 ], [ 671608.447, 675823.424 ], [ 671620.898, 675807.326 ], [ 671638.396, 675805.913 ], [ 671641.9423, 675807.8253 ], [ 671684.105, 675830.561 ], [ 671728.331, 675853.792 ], [ 671762.745, 675868.999 ], [ 671827.57, 675890.449 ], [ 671868.289, 675904.62 ], [ 671843.78, 675895.884 ], [ 671822.519, 675807.621 ], [ 671950.201, 675782.955 ], [ 671923.304, 675704.149 ] ] ] ], "type": "MultiPolygon" }, "properties": { "COUNTY_COD": "01", "COUNTY_ENG": "CARLOW", "COUNTY_GAE": "Ceatharlach", "CSO_LEA": "CARLOW", "ED_ENGLISH": "CARLOW RURAL", "ED_GAEILGE": "CEATHARLACH (TUATH)", "ED_GUID": "2ae19629-1857-13a3-e055-000000000001", "ED_ID_STR": "017010", "ED_OFFICIA": "Y", "ED_PART_CO": 1, "OBJECTID": 4, "SA_CHANGE_": 0, "SA_GEOGID_": "A017010005", "SA_GUID_20": "4c07d11e-0a25-851d-e053-ca3ca8c0ca7f", "SA_GUID__1": "4c07d11e-0a25-851d-e053-ca3ca8c0ca7f", "SA_NUTS1": "IE0", "SA_NUTS1_N": "Ireland", "SA_NUTS2": "IE05", "SA_NUTS2_N": "Southern", "SA_NUTS3": "IE052", "SA_NUTS3_N": "South-East", "SA_PUB2011": "017010005", "SA_PUB2016": "017010005", "SA_PUB2022": "017010005", "SA_URBAN_1": "Carlow", "SA_URBAN_A": 1, "SHAPE_Area": 348798.5964, "SHAPE_Leng": 2887.0913 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 673711.843, 677406.32 ], [ 673691.363, 677322.244 ], [ 673680.461, 677253.236 ], [ 673644.665, 677217.004 ], [ 673585.384, 677150.79 ], [ 673566.077, 677099.376 ], [ 673544.867, 677073.694 ], [ 673535.887, 677055.463 ], [ 673536.084, 677053.681 ], [ 673536.245, 677052.658 ], [ 673536.03, 677052.002 ], [ 673535.767, 677051.69 ], [ 673535.148, 677050.954 ], [ 673534.465, 677050.732 ], [ 673533.34, 677050.524 ], [ 673532.478, 677041.589 ], [ 673525.526, 677039.652 ], [ 673520.074, 677038.133 ], [ 673517.564, 677037.434 ], [ 673515.503, 677036.862 ], [ 673505.365, 677033.855 ], [ 673504.27, 677033.53 ], [ 673491.912, 677030.326 ], [ 673490.076, 677029.854 ], [ 673481.268, 677027.439 ], [ 673479.75, 677027.022 ], [ 673477.407, 677026.379 ], [ 673469.817, 677024.298 ], [ 673459.125, 677021.366 ], [ 673458.708, 677021.252 ], [ 673437.256, 677013.497 ], [ 673416.846, 677004.544 ], [ 673410.847, 677001.562 ], [ 673398.515, 676995.432 ], [ 673376.967, 676984.038 ], [ 673357.138, 676971.946 ], [ 673336.17, 676957.992 ], [ 673332.825, 676955.579 ], [ 673327.22, 676951.535 ], [ 673321.161, 676947.163 ], [ 673310.03, 676936.656 ], [ 673288.33, 676913.983 ], [ 673267.427, 676893.531 ], [ 673246.405, 676874.499 ], [ 673228.399, 676858.648 ], [ 673201.837, 676838.985 ], [ 673183.302, 676828.806 ], [ 673186.343, 676823.484 ], [ 673188.317, 676820.03 ], [ 673191.5809, 676814.3189 ], [ 673181.404, 676824.156 ], [ 673178.3195, 676826.0706 ], [ 673175.739, 676827.672 ], [ 673156.556, 676909.217 ], [ 673155.344, 676908.981 ], [ 673155.082, 676915.486 ], [ 673152.852, 676924.965 ], [ 673150.905, 676982.668 ], [ 673152.398, 676982.715 ], [ 673152.029, 676992.133 ], [ 673151.839, 676997.172 ], [ 673151.625, 677002.372 ], [ 673151.075, 677012.962 ], [ 673150.967, 677015.797 ], [ 673150.604, 677025.282 ], [ 673150.163, 677034.62 ], [ 673150.031, 677037.423 ], [ 673149.799, 677043.983 ], [ 673149.457, 677051.835 ], [ 673149.354, 677054.198 ], [ 673148.884, 677058.465 ], [ 673147.757, 677079.687 ], [ 673147.365, 677085.485 ], [ 673146.98, 677091.169 ], [ 673146.72, 677096.819 ], [ 673146.228, 677107.515 ], [ 673146.133, 677109.57 ], [ 673145.848, 677117.136 ], [ 673145.596, 677123.809 ], [ 673145.469, 677127.02 ], [ 673145.079, 677136.895 ], [ 673144.678, 677147.042 ], [ 673144.497, 677151.629 ], [ 673144.303, 677156.839 ], [ 673143.966, 677166.81 ], [ 673143.635, 677176.269 ], [ 673143.62, 677177.029 ], [ 673142.522, 677191.153 ], [ 673142.346, 677205.842 ], [ 673142.335, 677206.749 ], [ 673142.344, 677214.567 ], [ 673142.35, 677219.925 ], [ 673142.405, 677221.536 ], [ 673142.781, 677232.539 ], [ 673144.654, 677245.582 ], [ 673146.119, 677257.407 ], [ 673147.684, 677266.453 ], [ 673148.452, 677270.387 ], [ 673149.907, 677280.833 ], [ 673150.855, 677290.364 ], [ 673151.151, 677292.502 ], [ 673153.169, 677314.621 ], [ 673155.14, 677335.62 ], [ 673157.799, 677357.654 ], [ 673158.741, 677366.445 ], [ 673159.706, 677375.435 ], [ 673160.559, 677382.867 ], [ 673160.934, 677384.924 ], [ 673161.586, 677389.338 ], [ 673162.912, 677395.796 ], [ 673166.461, 677425.135 ], [ 673166.914, 677429.448 ], [ 673167.411, 677434.662 ], [ 673163.75, 677435.093 ], [ 673164.597, 677443.355 ], [ 673156.467, 677444.436 ], [ 673141.923, 677446.369 ], [ 673096.263, 677448.498 ], [ 673093.525, 677451.322 ], [ 673096.238, 677451.195 ], [ 673096.297, 677452.435 ], [ 673095.851, 677491.451 ], [ 673095.87, 677495.307 ], [ 673095.885, 677498.541 ], [ 673095.558, 677529.041 ], [ 673097.836, 677529.382 ], [ 673097.154, 677534.881 ], [ 673089.667, 677533.971 ], [ 673080.618, 677532.872 ], [ 673083.52, 677538.169 ], [ 673073.056, 677537.865 ], [ 673080.79, 677554.968 ], [ 673095.729, 677582.532 ], [ 673106.042, 677595.792 ], [ 673123.713, 677618.513 ], [ 673141.212, 677640.92 ], [ 673146.546, 677647.75 ], [ 673147.729, 677649.265 ], [ 673148.911, 677650.778 ], [ 673149.623, 677651.501 ], [ 673152.107, 677654.024 ], [ 673167.476, 677669.633 ], [ 673180.03, 677682.165 ], [ 673183.106, 677685.235 ], [ 673187.205, 677689.314 ], [ 673197.261, 677700.206 ], [ 673211.378, 677706.361 ], [ 673211.396, 677706.369 ], [ 673216.484, 677708.588 ], [ 673220.664, 677710.406 ], [ 673225.135, 677712.351 ], [ 673257.403, 677727.972 ], [ 673281.475, 677737.96 ], [ 673304.523, 677745.13 ], [ 673319.982, 677748.113 ], [ 673333.717, 677750.764 ], [ 673358.558, 677753.068 ], [ 673379.896, 677752.619 ], [ 673383.518, 677752.543 ], [ 673385.298, 677752.673 ], [ 673390.565, 677753.072 ], [ 673407.327, 677754.058 ], [ 673422.137, 677760.971 ], [ 673426.968, 677763.052 ], [ 673429.065, 677764.26 ], [ 673431.483, 677765.324 ], [ 673436.309, 677767.448 ], [ 673442.917, 677770.356 ], [ 673455.9, 677776.071 ], [ 673470.699, 677782.187 ], [ 673472.854, 677782.761 ], [ 673481.554, 677785.079 ], [ 673504.44, 677789.883 ], [ 673521.203, 677792.798 ], [ 673534.467, 677795.494 ], [ 673614.278, 677807.921 ], [ 673664.692, 677817.411 ], [ 673695.269, 677821.488 ], [ 673698.505, 677806.296 ], [ 673698.519, 677806.298 ], [ 673698.561, 677806.03 ], [ 673727.871, 677668.435 ], [ 673728.037, 677666.829 ], [ 673731.991, 677649.397 ], [ 673734.883, 677629.906 ], [ 673738.042, 677600.562 ], [ 673739.818, 677583.211 ], [ 673742.393, 677550.809 ], [ 673743.664, 677528.841 ], [ 673743.695, 677522.226 ], [ 673742.645, 677522.005 ], [ 673734.055, 677488.163 ], [ 673721.897, 677438.852 ], [ 673719.345, 677428.499 ], [ 673717.257, 677420.905 ], [ 673715.667, 677415.121 ], [ 673714.041, 677414.795 ], [ 673711.866, 677414.359 ], [ 673711.873, 677410.416 ], [ 673711.843, 677406.32 ] ] ] ], "type": "MultiPolygon" }, "properties": { "COUNTY_COD": "01", "COUNTY_ENG": "CARLOW", "COUNTY_GAE": "Ceatharlach", "CSO_LEA": "CARLOW", "ED_ENGLISH": "CARLOW RURAL", "ED_GAEILGE": "CEATHARLACH (TUATH)", "ED_GUID": "2ae19629-1857-13a3-e055-000000000001", "ED_ID_STR": "017010", "ED_OFFICIA": "Y", "ED_PART_CO": 1, "OBJECTID": 5, "SA_CHANGE_": 0, "SA_GEOGID_": "A017010036", "SA_GUID_20": "4c07d11e-0a57-851d-e053-ca3ca8c0ca7f", "SA_GUID__1": "4c07d11e-0a57-851d-e053-ca3ca8c0ca7f", "SA_NUTS1": "IE0", "SA_NUTS1_N": "Ireland", "SA_NUTS2": "IE05", "SA_NUTS2_N": "Southern", "SA_NUTS3": "IE052", "SA_NUTS3_N": "South-East", "SA_PUB2011": "017010036", "SA_PUB2016": "017010036", "SA_PUB2022": "017010036", "SA_URBAN_1": "Carlow", "SA_URBAN_A": 1, "SHAPE_Area": 429349.0961, "SHAPE_Leng": 2844.4096 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 673488.467, 675688.687 ], [ 673492.273, 675679.573 ], [ 673495.23, 675673.055 ], [ 673501.45, 675656.796 ], [ 673503.963, 675657.934 ], [ 673520.681, 675665.507 ], [ 673525.101, 675667.509 ], [ 673528.892, 675659.533 ], [ 673534.461, 675647.815 ], [ 673538.187, 675639.245 ], [ 673540.544, 675633.242 ], [ 673546.364, 675618.422 ], [ 673555.282, 675599.99 ], [ 673565.001, 675579.903 ], [ 673568.084, 675573.073 ], [ 673577.223, 675552.829 ], [ 673583.435, 675539.255 ], [ 673590.963, 675524.97 ], [ 673584.374, 675520.309 ], [ 673587.306, 675513.139 ], [ 673585.686, 675515.732 ], [ 673583.755, 675519.87 ], [ 673583.186, 675521.089 ], [ 673574.602, 675515.186 ], [ 673573.75, 675514.626 ], [ 673568.987, 675511.441 ], [ 673566.189, 675509.571 ], [ 673564.139, 675508.199 ], [ 673558.093, 675503.742 ], [ 673552.466, 675499.61 ], [ 673547.655, 675496.095 ], [ 673546.007, 675494.912 ], [ 673545.413, 675494.485 ], [ 673542.941, 675491.5 ], [ 673542.156, 675490.587 ], [ 673538.241, 675486.034 ], [ 673537.807, 675485.529 ], [ 673537.502, 675485.174 ], [ 673532.768, 675481.602 ], [ 673531.877, 675480.929 ], [ 673531.239, 675480.466 ], [ 673527.808, 675477.977 ], [ 673527.178, 675477.521 ], [ 673522.523, 675474.148 ], [ 673517.071, 675470.203 ], [ 673516.655, 675469.907 ], [ 673510.787, 675465.731 ], [ 673506.514, 675462.691 ], [ 673505.551, 675462.006 ], [ 673501.476, 675459.102 ], [ 673500.694, 675458.53 ], [ 673495.532, 675454.749 ], [ 673495.016, 675454.371 ], [ 673489.531, 675450.355 ], [ 673488.846, 675449.853 ], [ 673484.55, 675446.714 ], [ 673483.87, 675446.218 ], [ 673480.166, 675443.541 ], [ 673479.027, 675442.72 ], [ 673473.862, 675438.989 ], [ 673473.043, 675438.397 ], [ 673468.252, 675434.937 ], [ 673467.396, 675434.318 ], [ 673463.018, 675431.155 ], [ 673457.949, 675427.582 ], [ 673452.483, 675423.48 ], [ 673452.005, 675423.057 ], [ 673446.734, 675419.179 ], [ 673445.939, 675418.594 ], [ 673441.756, 675415.517 ], [ 673440.95, 675414.924 ], [ 673436.702, 675411.854 ], [ 673431.02, 675407.766 ], [ 673430.468, 675407.369 ], [ 673425.298, 675403.677 ], [ 673424.638, 675403.241 ], [ 673418.455, 675399.16 ], [ 673412.219, 675407.769 ], [ 673412.02, 675408.043 ], [ 673410.809, 675407.236 ], [ 673407.32, 675404.777 ], [ 673396.2511, 675385.3124 ], [ 673395.5565, 675386.6231 ], [ 673393.384, 675390.723 ], [ 673392.1858, 675392.9841 ], [ 673390.929, 675395.356 ], [ 673385.575, 675404.904 ], [ 673379.3627, 675416.6803 ], [ 673378.771, 675417.802 ], [ 673377.7149, 675419.5641 ], [ 673375.7662, 675422.9743 ], [ 673365.0529, 675444.0043 ], [ 673353.4566, 675461.9907 ], [ 673352.0912, 675464.1084 ], [ 673336.2197, 675483.4189 ], [ 673321.8031, 675500.8778 ], [ 673308.3123, 675514.2365 ], [ 673293.5494, 675530.3059 ], [ 673293.2395, 675530.5988 ], [ 673281.8445, 675539.0182 ], [ 673274.778, 675544.067 ], [ 673265.626, 675550.314 ], [ 673265.2812, 675550.5464 ], [ 673253.0264, 675558.4127 ], [ 673265.78, 675581.156 ], [ 673268.383, 675586.746 ], [ 673266.338, 675587.52 ], [ 673263.3, 675588.808 ], [ 673265.733, 675595.18 ], [ 673269.528, 675600.284 ], [ 673279.5412, 675613.7491 ], [ 673279.5268, 675613.8514 ], [ 673292.7654, 675655.5742 ], [ 673296.8697, 675654.6996 ], [ 673308.256, 675652.852 ], [ 673317.911, 675652.164 ], [ 673324.069, 675652.366 ], [ 673330.649, 675653.201 ], [ 673336.352, 675654.381 ], [ 673341.324, 675655.904 ], [ 673344.102, 675656.934 ], [ 673365.772, 675666.363 ], [ 673389.335, 675675.419 ], [ 673394.696, 675663.346 ], [ 673398.0853, 675654.7379 ], [ 673401.203, 675656.122 ], [ 673404.341, 675657.473 ], [ 673401.146, 675664.022 ], [ 673428.281, 675666.864 ], [ 673429.599, 675667.408 ], [ 673429.758, 675667.019 ], [ 673434.732, 675669.004 ], [ 673434.659, 675669.181 ], [ 673434.577, 675669.378 ], [ 673443.922, 675673.076 ], [ 673456.733, 675678.147 ], [ 673482.256, 675688.231 ], [ 673482.901, 675686.784 ], [ 673483.151, 675686.224 ], [ 673486.096, 675687.589 ], [ 673488.467, 675688.687 ] ] ] ], "type": "MultiPolygon" }, "properties": { "COUNTY_COD": "01", "COUNTY_ENG": "CARLOW", "COUNTY_GAE": "Ceatharlach", "CSO_LEA": "CARLOW", "ED_ENGLISH": "CARLOW RURAL", "ED_GAEILGE": "CEATHARLACH (TUATH)", "ED_GUID": "2ae19629-1857-13a3-e055-000000000001", "ED_ID_STR": "017010", "ED_OFFICIA": "Y", "ED_PART_CO": 1, "OBJECTID": 6, "SA_CHANGE_": 4, "SA_GEOGID_": "A017010009", "SA_GUID_20": "4c07d11e-2df2-851d-e053-ca3ca8c0ca7f", "SA_GUID__1": "4c07d11e-2df2-851d-e053-ca3ca8c0ca7f", "SA_NUTS1": "IE0", "SA_NUTS1_N": "Ireland", "SA_NUTS2": "IE05", "SA_NUTS2_N": "Southern", "SA_NUTS3": "IE052", "SA_NUTS3_N": "South-East", "SA_PUB2011": "017010009", "SA_PUB2016": "017010009", "SA_PUB2022": "017010009", "SA_URBAN_1": "Carlow", "SA_URBAN_A": 1, "SHAPE_Area": 59299.198, "SHAPE_Leng": 1058.2899 }, "type": "Feature" } ], "type": "FeatureCollection" }, "text/html": [ "\n", "\n", "\n", "\t\n", "\t\n", "\n", "\n", "\t\n", "\t\n", "\t\n", "\t\n", "\t\n", "\t\n", "\n", "
A sf: 6 × 29
OBJECTIDSA_GUID_20SA_GUID__1SA_PUB2011SA_PUB2016SA_PUB2022SA_GEOGID_SA_CHANGE_SA_URBAN_ASA_URBAN_1geometryED_GAEILGEED_ID_STRED_PART_COCOUNTY_CODCOUNTY_ENGCOUNTY_GAECSO_LEASHAPE_LengSHAPE_Areageometry
<int><chr><chr><chr><chr><chr><chr><int><int><chr><chr><chr><int><chr><chr><chr><chr><dbl><dbl><MULTIPOLYGON [m]>
114c07d11e-0a4f-851d-e053-ca3ca8c0ca7f4c07d11e-0a4f-851d-e053-ca3ca8c0ca7f017010016017010016017010016A01701001601CarlowMULTIPOLYGON (((673146.5 67...CEATHARLACH (TUATH)017010101CARLOWCeatharlachCARLOW2123.346204944.2MULTIPOLYGON (((673146.5 67...
224c07d11e-0a3a-851d-e053-ca3ca8c0ca7f4c07d11e-0a3a-851d-e053-ca3ca8c0ca7f017010046017010046017010046A01701004641CarlowMULTIPOLYGON (((673956.3 67...CEATHARLACH (TUATH)017010101CARLOWCeatharlachCARLOW2891.271288225.4MULTIPOLYGON (((673956.3 67...
334c07d11e-0a4e-851d-e053-ca3ca8c0ca7f4c07d11e-0a4e-851d-e053-ca3ca8c0ca7f017010037017010037017010037A01701003701CarlowMULTIPOLYGON (((673720.6 67...CEATHARLACH (TUATH)017010101CARLOWCeatharlachCARLOW2436.986208426.9MULTIPOLYGON (((673720.6 67...
444c07d11e-0a25-851d-e053-ca3ca8c0ca7f4c07d11e-0a25-851d-e053-ca3ca8c0ca7f017010005017010005017010005A01701000501CarlowMULTIPOLYGON (((671923.3 67...CEATHARLACH (TUATH)017010101CARLOWCeatharlachCARLOW2887.091348798.6MULTIPOLYGON (((671923.3 67...
554c07d11e-0a57-851d-e053-ca3ca8c0ca7f4c07d11e-0a57-851d-e053-ca3ca8c0ca7f017010036017010036017010036A01701003601CarlowMULTIPOLYGON (((673711.8 67...CEATHARLACH (TUATH)017010101CARLOWCeatharlachCARLOW2844.410429349.1MULTIPOLYGON (((673711.8 67...
664c07d11e-2df2-851d-e053-ca3ca8c0ca7f4c07d11e-2df2-851d-e053-ca3ca8c0ca7f017010009017010009017010009A01701000941CarlowMULTIPOLYGON (((673488.5 67...CEATHARLACH (TUATH)017010101CARLOWCeatharlachCARLOW1058.290 59299.2MULTIPOLYGON (((673488.5 67...
\n" ], "text/latex": [ "A sf: 6 × 29\n", "\\begin{tabular}{r|lllllllllllllllllllll}\n", " & OBJECTID & SA\\_GUID\\_20 & SA\\_GUID\\_\\_1 & SA\\_PUB2011 & SA\\_PUB2016 & SA\\_PUB2022 & SA\\_GEOGID\\_ & SA\\_CHANGE\\_ & SA\\_URBAN\\_A & SA\\_URBAN\\_1 & geometry & ⋯ & ED\\_GAEILGE & ED\\_ID\\_STR & ED\\_PART\\_CO & COUNTY\\_COD & COUNTY\\_ENG & COUNTY\\_GAE & CSO\\_LEA & SHAPE\\_Leng & SHAPE\\_Area & geometry\\\\\n", " & & & & & & & & & & & ⋯ & & & & & & & & & & \\\\\n", "\\hline\n", "\t1 & 1 & 4c07d11e-0a4f-851d-e053-ca3ca8c0ca7f & 4c07d11e-0a4f-851d-e053-ca3ca8c0ca7f & 017010016 & 017010016 & 017010016 & A017010016 & 0 & 1 & Carlow & MULTIPOLYGON (((673146.5 67... & ⋯ & CEATHARLACH (TUATH) & 017010 & 1 & 01 & CARLOW & Ceatharlach & CARLOW & 2123.346 & 204944.2 & MULTIPOLYGON (((673146.5 67...\\\\\n", "\t2 & 2 & 4c07d11e-0a3a-851d-e053-ca3ca8c0ca7f & 4c07d11e-0a3a-851d-e053-ca3ca8c0ca7f & 017010046 & 017010046 & 017010046 & A017010046 & 4 & 1 & Carlow & MULTIPOLYGON (((673956.3 67... & ⋯ & CEATHARLACH (TUATH) & 017010 & 1 & 01 & CARLOW & Ceatharlach & CARLOW & 2891.271 & 288225.4 & MULTIPOLYGON (((673956.3 67...\\\\\n", "\t3 & 3 & 4c07d11e-0a4e-851d-e053-ca3ca8c0ca7f & 4c07d11e-0a4e-851d-e053-ca3ca8c0ca7f & 017010037 & 017010037 & 017010037 & A017010037 & 0 & 1 & Carlow & MULTIPOLYGON (((673720.6 67... & ⋯ & CEATHARLACH (TUATH) & 017010 & 1 & 01 & CARLOW & Ceatharlach & CARLOW & 2436.986 & 208426.9 & MULTIPOLYGON (((673720.6 67...\\\\\n", "\t4 & 4 & 4c07d11e-0a25-851d-e053-ca3ca8c0ca7f & 4c07d11e-0a25-851d-e053-ca3ca8c0ca7f & 017010005 & 017010005 & 017010005 & A017010005 & 0 & 1 & Carlow & MULTIPOLYGON (((671923.3 67... & ⋯ & CEATHARLACH (TUATH) & 017010 & 1 & 01 & CARLOW & Ceatharlach & CARLOW & 2887.091 & 348798.6 & MULTIPOLYGON (((671923.3 67...\\\\\n", "\t5 & 5 & 4c07d11e-0a57-851d-e053-ca3ca8c0ca7f & 4c07d11e-0a57-851d-e053-ca3ca8c0ca7f & 017010036 & 017010036 & 017010036 & A017010036 & 0 & 1 & Carlow & MULTIPOLYGON (((673711.8 67... & ⋯ & CEATHARLACH (TUATH) & 017010 & 1 & 01 & CARLOW & Ceatharlach & CARLOW & 2844.410 & 429349.1 & MULTIPOLYGON (((673711.8 67...\\\\\n", "\t6 & 6 & 4c07d11e-2df2-851d-e053-ca3ca8c0ca7f & 4c07d11e-2df2-851d-e053-ca3ca8c0ca7f & 017010009 & 017010009 & 017010009 & A017010009 & 4 & 1 & Carlow & MULTIPOLYGON (((673488.5 67... & ⋯ & CEATHARLACH (TUATH) & 017010 & 1 & 01 & CARLOW & Ceatharlach & CARLOW & 1058.290 & 59299.2 & MULTIPOLYGON (((673488.5 67...\\\\\n", "\\end{tabular}\n" ], "text/markdown": [ "\n", "A sf: 6 × 29\n", "\n", "| | OBJECTID <int> | SA_GUID_20 <chr> | SA_GUID__1 <chr> | SA_PUB2011 <chr> | SA_PUB2016 <chr> | SA_PUB2022 <chr> | SA_GEOGID_ <chr> | SA_CHANGE_ <int> | SA_URBAN_A <int> | SA_URBAN_1 <chr> | geometry ⋯ | ⋯ <chr> | ED_GAEILGE <chr> | ED_ID_STR <int> | ED_PART_CO <chr> | COUNTY_COD <chr> | COUNTY_ENG <chr> | COUNTY_GAE <chr> | CSO_LEA <dbl> | SHAPE_Leng <dbl> | SHAPE_Area <MULTIPOLYGON [m]> | geometry <int> |\n", "|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n", "| 1 | 1 | 4c07d11e-0a4f-851d-e053-ca3ca8c0ca7f | 4c07d11e-0a4f-851d-e053-ca3ca8c0ca7f | 017010016 | 017010016 | 017010016 | A017010016 | 0 | 1 | Carlow | MULTIPOLYGON (((673146.5 67... | ⋯ | CEATHARLACH (TUATH) | 017010 | 1 | 01 | CARLOW | Ceatharlach | CARLOW | 2123.346 | 204944.2 | MULTIPOLYGON (((673146.5 67... |\n", "| 2 | 2 | 4c07d11e-0a3a-851d-e053-ca3ca8c0ca7f | 4c07d11e-0a3a-851d-e053-ca3ca8c0ca7f | 017010046 | 017010046 | 017010046 | A017010046 | 4 | 1 | Carlow | MULTIPOLYGON (((673956.3 67... | ⋯ | CEATHARLACH (TUATH) | 017010 | 1 | 01 | CARLOW | Ceatharlach | CARLOW | 2891.271 | 288225.4 | MULTIPOLYGON (((673956.3 67... |\n", "| 3 | 3 | 4c07d11e-0a4e-851d-e053-ca3ca8c0ca7f | 4c07d11e-0a4e-851d-e053-ca3ca8c0ca7f | 017010037 | 017010037 | 017010037 | A017010037 | 0 | 1 | Carlow | MULTIPOLYGON (((673720.6 67... | ⋯ | CEATHARLACH (TUATH) | 017010 | 1 | 01 | CARLOW | Ceatharlach | CARLOW | 2436.986 | 208426.9 | MULTIPOLYGON (((673720.6 67... |\n", "| 4 | 4 | 4c07d11e-0a25-851d-e053-ca3ca8c0ca7f | 4c07d11e-0a25-851d-e053-ca3ca8c0ca7f | 017010005 | 017010005 | 017010005 | A017010005 | 0 | 1 | Carlow | MULTIPOLYGON (((671923.3 67... | ⋯ | CEATHARLACH (TUATH) | 017010 | 1 | 01 | CARLOW | Ceatharlach | CARLOW | 2887.091 | 348798.6 | MULTIPOLYGON (((671923.3 67... |\n", "| 5 | 5 | 4c07d11e-0a57-851d-e053-ca3ca8c0ca7f | 4c07d11e-0a57-851d-e053-ca3ca8c0ca7f | 017010036 | 017010036 | 017010036 | A017010036 | 0 | 1 | Carlow | MULTIPOLYGON (((673711.8 67... | ⋯ | CEATHARLACH (TUATH) | 017010 | 1 | 01 | CARLOW | Ceatharlach | CARLOW | 2844.410 | 429349.1 | MULTIPOLYGON (((673711.8 67... |\n", "| 6 | 6 | 4c07d11e-2df2-851d-e053-ca3ca8c0ca7f | 4c07d11e-2df2-851d-e053-ca3ca8c0ca7f | 017010009 | 017010009 | 017010009 | A017010009 | 4 | 1 | Carlow | MULTIPOLYGON (((673488.5 67... | ⋯ | CEATHARLACH (TUATH) | 017010 | 1 | 01 | CARLOW | Ceatharlach | CARLOW | 1058.290 | 59299.2 | MULTIPOLYGON (((673488.5 67... |\n", "\n" ], "text/plain": [ " OBJECTID SA_GUID_20 \n", "1 1 4c07d11e-0a4f-851d-e053-ca3ca8c0ca7f\n", "2 2 4c07d11e-0a3a-851d-e053-ca3ca8c0ca7f\n", "3 3 4c07d11e-0a4e-851d-e053-ca3ca8c0ca7f\n", "4 4 4c07d11e-0a25-851d-e053-ca3ca8c0ca7f\n", "5 5 4c07d11e-0a57-851d-e053-ca3ca8c0ca7f\n", "6 6 4c07d11e-2df2-851d-e053-ca3ca8c0ca7f\n", " SA_GUID__1 SA_PUB2011 SA_PUB2016 SA_PUB2022\n", "1 4c07d11e-0a4f-851d-e053-ca3ca8c0ca7f 017010016 017010016 017010016 \n", "2 4c07d11e-0a3a-851d-e053-ca3ca8c0ca7f 017010046 017010046 017010046 \n", "3 4c07d11e-0a4e-851d-e053-ca3ca8c0ca7f 017010037 017010037 017010037 \n", "4 4c07d11e-0a25-851d-e053-ca3ca8c0ca7f 017010005 017010005 017010005 \n", "5 4c07d11e-0a57-851d-e053-ca3ca8c0ca7f 017010036 017010036 017010036 \n", "6 4c07d11e-2df2-851d-e053-ca3ca8c0ca7f 017010009 017010009 017010009 \n", " SA_GEOGID_ SA_CHANGE_ SA_URBAN_A SA_URBAN_1 geometry ⋯\n", "1 A017010016 0 1 Carlow MULTIPOLYGON (((673146.5 67... ⋯\n", "2 A017010046 4 1 Carlow MULTIPOLYGON (((673956.3 67... ⋯\n", "3 A017010037 0 1 Carlow MULTIPOLYGON (((673720.6 67... ⋯\n", "4 A017010005 0 1 Carlow MULTIPOLYGON (((671923.3 67... ⋯\n", "5 A017010036 0 1 Carlow MULTIPOLYGON (((673711.8 67... ⋯\n", "6 A017010009 4 1 Carlow MULTIPOLYGON (((673488.5 67... ⋯\n", " ED_GAEILGE ED_ID_STR ED_PART_CO COUNTY_COD COUNTY_ENG COUNTY_GAE \n", "1 CEATHARLACH (TUATH) 017010 1 01 CARLOW Ceatharlach\n", "2 CEATHARLACH (TUATH) 017010 1 01 CARLOW Ceatharlach\n", "3 CEATHARLACH (TUATH) 017010 1 01 CARLOW Ceatharlach\n", "4 CEATHARLACH (TUATH) 017010 1 01 CARLOW Ceatharlach\n", "5 CEATHARLACH (TUATH) 017010 1 01 CARLOW Ceatharlach\n", "6 CEATHARLACH (TUATH) 017010 1 01 CARLOW Ceatharlach\n", " CSO_LEA SHAPE_Leng SHAPE_Area geometry \n", "1 CARLOW 2123.346 204944.2 MULTIPOLYGON (((673146.5 67...\n", "2 CARLOW 2891.271 288225.4 MULTIPOLYGON (((673956.3 67...\n", "3 CARLOW 2436.986 208426.9 MULTIPOLYGON (((673720.6 67...\n", "4 CARLOW 2887.091 348798.6 MULTIPOLYGON (((671923.3 67...\n", "5 CARLOW 2844.410 429349.1 MULTIPOLYGON (((673711.8 67...\n", "6 CARLOW 1058.290 59299.2 MULTIPOLYGON (((673488.5 67..." ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# Load Social Vulnerability Index data\n", "svi_input <- st_read(\"../../3_outputs/Ireland/2022/social_vulnerability_index_ireland_2022.geojson\")\n", "head(svi_input)\n", "\n", "# Load census output areas\n", "census_areas <- st_read(\"../../0_data/boundaries/Ireland/census_small_areas/2022/SMALL_AREA_2022.shp\")\n", "head(census_areas)" ] }, { "cell_type": "markdown", "id": "f0d12a0e-b211-45c0-b975-352d0bedfa54", "metadata": {}, "source": [ "## Filter Data" ] }, { "cell_type": "code", "execution_count": 5, "id": "105808e8-2cb6-4131-83ef-9e758db062de", "metadata": {}, "outputs": [ { "data": { "text/html": [ "2206" ], "text/latex": [ "2206" ], "text/markdown": [ "2206" ], "text/plain": [ "[1] 2206" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/geo+json": { "features": [ { "geometry": { "coordinates": [ [ [ [ 498746.1185, 535568.3214 ], [ 498741.252, 535563.988 ], [ 498736.187, 535559.484 ], [ 498716.407, 535544.805 ], [ 498713.108, 535541.892 ], [ 498706.519, 535533.546 ], [ 498706.494, 535533.516 ], [ 498699.497, 535527.606 ], [ 498697.637, 535522.921 ], [ 498699.79, 535521.417 ], [ 498698.796, 535516.151 ], [ 498696.638, 535510.643 ], [ 498696.546, 535507.194 ], [ 498699.29, 535504.435 ], [ 498707.854, 535498.32 ], [ 498713.208, 535493.999 ], [ 498716.257, 535490.719 ], [ 498718.301, 535485.907 ], [ 498718.434, 535481.254 ], [ 498716.769, 535470.523 ], [ 498716.375, 535467.983 ], [ 498716.157, 535466.582 ], [ 498716.099, 535466.208 ], [ 498707.809, 535468.226 ], [ 498688.388, 535470.999 ], [ 498666.051, 535471.401 ], [ 498649.733, 535472.008 ], [ 498629.316, 535468.776 ], [ 498613.336, 535464.693 ], [ 498609.644, 535463.749 ], [ 498597.207, 535459.052 ], [ 498590.0548, 535455.555 ], [ 498546.165, 535433.998 ], [ 498526.613, 535422.575 ], [ 498520.063, 535417.703 ], [ 498498.317, 535387.565 ], [ 498468.296, 535342.599 ], [ 498434.079, 535292.048 ], [ 498417.424, 535265.757 ], [ 498408.94, 535248.587 ], [ 498405.503, 535237.375 ], [ 498398.893, 535216.528 ], [ 498396.007, 535207.06 ], [ 498396.049, 535205.937 ], [ 498386.013, 535173.204 ], [ 498380.436, 535156.834 ], [ 498369.039, 535130.731 ], [ 498367.808, 535127.909 ], [ 498348.861, 535092.76 ], [ 498347.215, 535089.827 ], [ 498323.6928, 535047.923 ], [ 498323.6, 535047.7513 ], [ 498310.2256, 535022.9926 ], [ 498237.0356, 535077.4207 ], [ 498259.7272, 535101.716 ], [ 498218.2194, 535107.5969 ], [ 498215.2596, 535139.1676 ], [ 498327.3781, 535204.4612 ], [ 498308.1094, 535234.4456 ], [ 498401.7241, 535318.726 ], [ 498383.4085, 535358.5869 ], [ 498483.6895, 535408.7814 ], [ 498447.3201, 535427.3703 ], [ 498421.8615, 535458.4863 ], [ 498382.6633, 535433.8359 ], [ 498360.0334, 535473.4382 ], [ 498288.6107, 535439.3402 ], [ 498196.1041, 535567.6294 ], [ 498195.2872, 535568.6776 ], [ 498185.21, 535566.588 ], [ 498184.9026, 535564.1359 ], [ 498137.3716, 535543.3484 ], [ 498127.602, 535550.1289 ], [ 498104.2349, 535522.3349 ], [ 498095.3446, 535522.739 ], [ 498078.3722, 535539.7114 ], [ 498071.9065, 535549.41 ], [ 498030.8745, 535599.2566 ], [ 498014.9309, 535617.8298 ], [ 498015.9269, 535641.6242 ], [ 498039.485, 535743.375 ], [ 498030.815, 535737.14 ], [ 498016.664, 535724.359 ], [ 497993.3514, 535699.9696 ], [ 497992.957, 535699.557 ], [ 497990.471, 535696.636 ], [ 497971.764, 535674.656 ], [ 497961.264, 535665.617 ], [ 497946.664, 535652.357 ], [ 497926.042, 535636.384 ], [ 497895.685, 535611.362 ], [ 497891.272, 535607.752 ], [ 497880.435, 535597.958 ], [ 497866.133, 535590.872 ], [ 497854.843, 535582.131 ], [ 497849.124, 535576.857 ], [ 497808.033, 535541.445 ], [ 497785.755, 535523.964 ], [ 497754.1129, 535561.2209 ], [ 497861.7467, 535646.1931 ], [ 497846.2004, 535672.5241 ], [ 497888.2661, 535703.6518 ], [ 497873.5792, 535748.7869 ], [ 497877.5321, 535799.6267 ], [ 497895.2116, 535802.1524 ], [ 497900.8944, 535849.5084 ], [ 497872.4807, 535851.4027 ], [ 497901.601, 535911.497 ], [ 497916.286, 535907.655 ], [ 497926.963, 535907.449 ], [ 497939.095, 535910.208 ], [ 497950.408, 535913.51 ], [ 497952.33, 535914.071 ], [ 497967.979, 535918.774 ], [ 497971.767, 535919.059 ], [ 497976.785, 535919.118 ], [ 497987.218, 535917.428 ], [ 498001.884, 535912.621 ], [ 498022.046, 535902.6 ], [ 498048.469, 535885.542 ], [ 498074.66, 535866.511 ], [ 498103.938, 535846.168 ], [ 498117.624, 535835.303 ], [ 498132.89, 535821.299 ], [ 498133.512, 535820.775 ], [ 498155.037, 535802.651 ], [ 498157.08, 535800.931 ], [ 498185.376, 535779.666 ], [ 498222.851, 535752.877 ], [ 498255.5374, 535795.0935 ], [ 498310.8267, 535748.3651 ], [ 498311.297, 535745.389 ], [ 498316.765, 535707.672 ], [ 498320.733, 535679.966 ], [ 498321.95, 535669.375 ], [ 498322.102, 535668.054 ], [ 498322.063, 535667.809 ], [ 498321.527, 535664.423 ], [ 498319.263, 535661.512 ], [ 498319.106, 535661.31 ], [ 498313.363, 535657.856 ], [ 498313.231, 535657.777 ], [ 498312.961, 535657.615 ], [ 498312.78, 535657.514 ], [ 498309.941, 535655.845 ], [ 498317.845, 535639.442 ], [ 498293.515, 535619.693 ], [ 498269.4161, 535609.704 ], [ 498269.302, 535608.905 ], [ 498268.671, 535600.936 ], [ 498270.563, 535593.812 ], [ 498274.177, 535587.186 ], [ 498278.925, 535581.889 ], [ 498285.863, 535577.709 ], [ 498288.224, 535577.021 ], [ 498296.391, 535574.643 ], [ 498302.504, 535574.022 ], [ 498313.261, 535575.509 ], [ 498321.546, 535576.295 ], [ 498329.693, 535576.143 ], [ 498335.915, 535574.893 ], [ 498345.063, 535570.311 ], [ 498354.764, 535563.732 ], [ 498357.9855, 535561.4865 ], [ 498361.181, 535559.259 ], [ 498362.686, 535561.051 ], [ 498393.4897, 535622.4013 ], [ 498517.1545, 535703.0204 ], [ 498535.4655, 535676.501 ], [ 498580.2959, 535700.4947 ], [ 498608.7095, 535655.0329 ], [ 498655.8719, 535689.2079 ], [ 498670.3399, 535670.043 ], [ 498746.1185, 535568.3214 ] ] ] ], "type": "MultiPolygon" }, "properties": { "SA_GUID__1": "04fa3a14-afbe-4e99-a760-f209f50d156e", "adaptive_capacity": 0.2211, "age": 0.3626, "age_middle_to_oldest_old": 0.9002, "disability": 1.0355, "early_childhood": -0.1751, "enhanced_exposure": -0.8615, "farmers": 0.8259, "foreign_nationals": 0.7627, "health": 0.199, "housing_characteristics": 1.1714, "impervious": -0.7964, "income": 0.0028, "info_access_use": 0.3748, "journey_time": -1.7326, "local_knowledge": 0.0729, "low_skilled_employment": -1.062, "mobile_home": -0.1878, "mobility": 0.1318, "new_residents": -0.6168, "no_car": 0.1318, "no_central_heating": 4.6632, "no_higher_education": 0.6407, "no_internet": 0.9013, "not_volunteers": -0.0591, "one_parent_households": -0.4338, "one_person_households": 2.25, "physical_access": -1.7326, "physical_environment": -1.9081, "poor_health": -0.6374, "prepare": 0.0611, "primary_school_age": 0.848, "private_water_supply": -0.2827, "recover": 1.2376, "rented": -0.3317, "respond": -0.0577, "sensitivity": 0.493, "social_network": 1.013, "social_vulnerability": -0.1661, "speak_english": -0.4175, "tenure": -0.3317, "three_or_more_children_households": -1.023, "tree_cover_density": -3.0199, "unemployment": 1.707, "unoccupied_dwellings": 0.3967, "year_built": 1.2676 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 545906.8826, 573380.5429 ], [ 545906.2919, 573367.9276 ], [ 545905.7941, 573367.468 ], [ 545902.0094, 573363.0551 ], [ 545898.7625, 573358.2326 ], [ 545896.0974, 573353.0658 ], [ 545894.0502, 573347.6245 ], [ 545892.6485, 573341.9824 ], [ 545891.9113, 573336.2157 ], [ 545891.8485, 573330.4024 ], [ 545891.8679, 573330.0245 ], [ 545892.4271, 573319.859 ], [ 545893.0203, 573314.4556 ], [ 545894.2999, 573308.7845 ], [ 545896.2292, 573303.3003 ], [ 545898.7821, 573298.0772 ], [ 545901.9242, 573293.1858 ], [ 545905.6128, 573288.6922 ], [ 545909.7982, 573284.6572 ], [ 545914.4237, 573281.1354 ], [ 545919.4268, 573278.1745 ], [ 545924.7398, 573275.8143 ], [ 545930.2909, 573274.0869 ], [ 545936.005, 573273.0157 ], [ 545941.8049, 573272.615 ], [ 545945.1963, 573272.6935 ], [ 545945.9821, 573272.7384 ], [ 545960.8216, 573273.1579 ], [ 545962.9625, 573273.1253 ], [ 545984.0186, 573271.8969 ], [ 545985.8677, 573271.789 ], [ 545988.242, 573271.7069 ], [ 545994.0491, 573271.9823 ], [ 545999.785, 573272.9301 ], [ 546005.3721, 573274.5373 ], [ 546010.7348, 573276.7823 ], [ 546015.8006, 573279.6346 ], [ 546017.6977, 573280.9328 ], [ 546017.8045, 573280.9929 ], [ 546019.056, 573280.9064 ], [ 546029.7463, 573279.4548 ], [ 546037.6714, 573278.2838 ], [ 546045.26, 573277.3192 ], [ 546056.5222, 573275.891 ], [ 546066.0748, 573274.68 ], [ 546073.3993, 573273.7209 ], [ 546080.2322, 573272.825 ], [ 546093.146, 573271.131 ], [ 546094.4726, 573270.8797 ], [ 546094.5081, 573270.8687 ], [ 546095.7781, 573270.3046 ], [ 546122.2912, 573256.5482 ], [ 546125.2208, 573254.9919 ], [ 546126.1975, 573254.4058 ], [ 546126.3117, 573254.3188 ], [ 546126.6514, 573253.9914 ], [ 546127.2998, 573253.2468 ], [ 546131.4854, 573249.212 ], [ 546136.1111, 573245.6904 ], [ 546141.0207, 573242.778 ], [ 546146.0089, 573240.1921 ], [ 546150.9721, 573237.619 ], [ 546156.3422, 573234.8349 ], [ 546157.5178, 573234.137 ], [ 546158.316, 573233.5292 ], [ 546159.1374, 573232.7831 ], [ 546159.6608, 573232.264 ], [ 546159.8719, 573232.0069 ], [ 546160.0919, 573231.032 ], [ 546160.1308, 573230.7792 ], [ 546161.4107, 573225.1081 ], [ 546163.3403, 573219.6241 ], [ 546164.5403, 573216.9767 ], [ 546164.7228, 573216.6034 ], [ 546165.284, 573215.0086 ], [ 546166.3284, 573212.2949 ], [ 546168.8817, 573207.072 ], [ 546172.024, 573202.1807 ], [ 546175.7129, 573197.6873 ], [ 546179.8985, 573193.6526 ], [ 546184.5242, 573190.131 ], [ 546189.5274, 573187.1703 ], [ 546194.8406, 573184.8105 ], [ 546200.3918, 573183.0834 ], [ 546202.6467, 573182.5784 ], [ 546217.4058, 573179.6292 ], [ 546233.9578, 573175.7779 ], [ 546246.6558, 573172.817 ], [ 546247.6863, 573172.6315 ], [ 546250.0415, 573172.1498 ], [ 546252.5873, 573171.7389 ], [ 546269.6466, 573168.7077 ], [ 546272.9414, 573168.1906 ], [ 546310.3158, 573162.3506 ], [ 546311.0536, 573162.2017 ], [ 546311.3638, 573162.1052 ], [ 546311.4162, 573162.0546 ], [ 546313.0693, 573160.1565 ], [ 546317.255, 573156.1219 ], [ 546321.8808, 573152.6005 ], [ 546326.8842, 573149.6399 ], [ 546332.1974, 573147.2802 ], [ 546337.7486, 573145.5533 ], [ 546343.4628, 573144.4825 ], [ 546349.2626, 573144.0823 ], [ 546355.0697, 573144.3582 ], [ 546360.8055, 573145.3063 ], [ 546366.3925, 573146.9139 ], [ 546371.755, 573149.1593 ], [ 546376.8206, 573152.012 ], [ 546381.5208, 573155.4335 ], [ 546385.792, 573159.3776 ], [ 546389.5764, 573163.7908 ], [ 546392.8229, 573168.6135 ], [ 546395.4875, 573173.7805 ], [ 546397.5343, 573179.222 ], [ 546398.9356, 573184.8642 ], [ 546399.3878, 573187.7366 ], [ 546399.5788, 573189.2321 ], [ 546399.709, 573189.2696 ], [ 546400.7521, 573189.4504 ], [ 546436.9102, 573193.8571 ], [ 546437.9911, 573193.9085 ], [ 546438.2604, 573193.1434 ], [ 546442.4695, 573176.0823 ], [ 546447.5825, 573153.0736 ], [ 546447.6824, 573152.5578 ], [ 546447.8109, 573151.5771 ], [ 546449.7388, 573131.7371 ], [ 546449.7312, 573131.0249 ], [ 546449.4249, 573130.9742 ], [ 546448.6273, 573130.924 ], [ 546446.4351, 573130.8706 ], [ 546439.22, 573130.3924 ], [ 546437.3528, 573130.2297 ], [ 546431.617, 573129.2815 ], [ 546426.0301, 573127.6738 ], [ 546420.6676, 573125.4283 ], [ 546415.6021, 573122.5755 ], [ 546410.902, 573119.1539 ], [ 546406.6309, 573115.2097 ], [ 546402.8465, 573110.7964 ], [ 546399.6001, 573105.9737 ], [ 546396.9356, 573100.8066 ], [ 546394.8889, 573095.3651 ], [ 546393.4878, 573089.7228 ], [ 546392.7511, 573083.9561 ], [ 546392.6327, 573080.4226 ], [ 546392.6654, 573062.9164 ], [ 546392.6377, 573062.0906 ], [ 546392.532, 573061.1018 ], [ 546391.5884, 573054.5988 ], [ 546391.3991, 573053.8365 ], [ 546390.4372, 573053.7908 ], [ 546369.1901, 573054.531 ], [ 546356.4851, 573054.973 ], [ 546329.6617, 573055.9069 ], [ 546328.8165, 573055.9754 ], [ 546328.5864, 573056.0185 ], [ 546328.5169, 573056.6746 ], [ 546328.5587, 573060.5309 ], [ 546328.5012, 573063.5318 ], [ 546327.2912, 573088.0865 ], [ 546327.1347, 573090.6802 ], [ 546326.5571, 573095.8062 ], [ 546325.2772, 573101.4772 ], [ 546323.3475, 573106.9613 ], [ 546320.7942, 573112.1842 ], [ 546317.6518, 573117.0754 ], [ 546313.9629, 573121.5688 ], [ 546309.7772, 573125.6034 ], [ 546305.1515, 573129.1249 ], [ 546300.1482, 573132.0856 ], [ 546294.835, 573134.4454 ], [ 546289.2838, 573136.1724 ], [ 546287.0078, 573136.6816 ], [ 546267.1102, 573140.6483 ], [ 546265.6763, 573140.9635 ], [ 546258.4619, 573142.3468 ], [ 546230.9935, 573148.911 ], [ 546227.1061, 573150.0022 ], [ 546224.0547, 573150.8656 ], [ 546221.8423, 573151.6047 ], [ 546212.7628, 573155.1148 ], [ 546204.4785, 573158.1717 ], [ 546200.3124, 573159.9369 ], [ 546179.1237, 573167.6372 ], [ 546177.1636, 573168.4423 ], [ 546171.0693, 573171.2499 ], [ 546169.2982, 573172.1529 ], [ 546160.2773, 573177.2142 ], [ 546158.2616, 573178.4754 ], [ 546146.5116, 573186.6402 ], [ 546108.8253, 573214.5992 ], [ 546106.958, 573215.9194 ], [ 546101.9548, 573218.8803 ], [ 546096.6417, 573221.2403 ], [ 546091.0906, 573222.9675 ], [ 546085.3765, 573224.0386 ], [ 546079.5767, 573224.4391 ], [ 546073.7695, 573224.1636 ], [ 546068.0337, 573223.2157 ], [ 546062.4467, 573221.6084 ], [ 546057.084, 573219.3633 ], [ 546052.0182, 573216.5109 ], [ 546047.3179, 573213.0896 ], [ 546043.0465, 573209.1458 ], [ 546039.2618, 573204.7328 ], [ 546036.0151, 573199.9102 ], [ 546033.3501, 573194.7433 ], [ 546032.2393, 573191.7906 ], [ 546032.1873, 573191.8102 ], [ 546031.1855, 573189.1474 ], [ 546028.3705, 573189.3405 ], [ 546028.3697, 573189.3282 ], [ 546024.2665, 573189.61 ], [ 546018.4594, 573189.3345 ], [ 546015.5785, 573188.9442 ], [ 546014.8272, 573188.8201 ], [ 546014.5155, 573188.8416 ], [ 546011.6088, 573188.9576 ], [ 546005.8017, 573188.6821 ], [ 546000.0658, 573187.7344 ], [ 545994.4788, 573186.1271 ], [ 545989.1161, 573183.8821 ], [ 545984.0503, 573181.0297 ], [ 545979.3499, 573177.6085 ], [ 545975.0784, 573173.6648 ], [ 545971.2937, 573169.2518 ], [ 545968.0469, 573164.4293 ], [ 545965.3819, 573159.2624 ], [ 545963.702, 573154.7974 ], [ 545958.1798, 573143.249 ], [ 545887.675, 573168.7254 ], [ 545884.0271, 573167.4171 ], [ 545882.7277, 573167.6607 ], [ 545876.9279, 573168.0614 ], [ 545871.1207, 573167.7861 ], [ 545865.3848, 573166.8385 ], [ 545859.7977, 573165.2314 ], [ 545854.435, 573162.9865 ], [ 545849.3691, 573160.1343 ], [ 545844.6686, 573156.7132 ], [ 545843.1477, 573155.3889 ], [ 545842.9961, 573155.2785 ], [ 545842.3977, 573155.3199 ], [ 545842.2153, 573155.3493 ], [ 545828.0736, 573158.1103 ], [ 545826.2293, 573158.5436 ], [ 545823.6236, 573159.2609 ], [ 545822.4083, 573159.5792 ], [ 545816.6942, 573160.6506 ], [ 545810.8944, 573161.0514 ], [ 545805.0873, 573160.7761 ], [ 545799.3514, 573159.8286 ], [ 545793.7643, 573158.2216 ], [ 545788.4015, 573155.9768 ], [ 545783.3356, 573153.1246 ], [ 545778.635, 573149.7036 ], [ 545774.3634, 573145.76 ], [ 545770.5785, 573141.3472 ], [ 545767.3315, 573136.5248 ], [ 545764.6663, 573131.3581 ], [ 545763.3833, 573128.1809 ], [ 545761.0664, 573121.8241 ], [ 545760.9703, 573121.586 ], [ 545760.7023, 573121.0664 ], [ 545760.6544, 573121.0107 ], [ 545759.2556, 573119.7101 ], [ 545757.3064, 573117.7959 ], [ 545753.5215, 573113.3831 ], [ 545753.1109, 573112.7733 ], [ 545753.0401, 573112.8272 ], [ 545748.0372, 573115.7884 ], [ 545746.0707, 573116.7314 ], [ 545745.9353, 573116.8115 ], [ 545744.7069, 573118.7241 ], [ 545743.0648, 573121.1242 ], [ 545739.3764, 573125.618 ], [ 545735.1912, 573129.6531 ], [ 545730.5658, 573133.1752 ], [ 545725.5629, 573136.1364 ], [ 545720.25, 573138.4968 ], [ 545714.6989, 573140.2244 ], [ 545708.9849, 573141.2959 ], [ 545703.1851, 573141.6969 ], [ 545697.378, 573141.4218 ], [ 545691.642, 573140.4744 ], [ 545687.0721, 573139.213 ], [ 545685.3382, 573138.6447 ], [ 545682.4883, 573137.7111 ], [ 545679.6379, 573136.776 ], [ 545676.7869, 573135.842 ], [ 545673.936, 573134.907 ], [ 545671.0851, 573133.973 ], [ 545668.2338, 573133.0379 ], [ 545665.3839, 573132.1039 ], [ 545662.5333, 573131.1701 ], [ 545659.6821, 573130.235 ], [ 545656.8319, 573129.301 ], [ 545653.9809, 573128.366 ], [ 545651.1301, 573127.432 ], [ 545648.2788, 573126.4969 ], [ 545645.4289, 573125.5629 ], [ 545642.5783, 573124.6291 ], [ 545639.7271, 573123.694 ], [ 545636.8769, 573122.76 ], [ 545634.026, 573121.825 ], [ 545631.1751, 573120.891 ], [ 545628.3248, 573119.9559 ], [ 545625.4738, 573119.0219 ], [ 545622.6232, 573118.0881 ], [ 545619.7716, 573117.1529 ], [ 545616.9213, 573116.2187 ], [ 545613.869, 573115.2184 ], [ 545611.2139, 573114.369 ], [ 545608.357, 573113.455 ], [ 545605.4995, 573112.5412 ], [ 545602.6418, 573111.628 ], [ 545599.7848, 573110.7139 ], [ 545596.9272, 573109.8001 ], [ 545594.0698, 573108.8869 ], [ 545591.2121, 573107.973 ], [ 545588.5515, 573107.1219 ], [ 545587.1966, 573106.667 ], [ 545581.8337, 573104.4224 ], [ 545576.7677, 573101.5704 ], [ 545572.067, 573098.1496 ], [ 545567.7952, 573094.2062 ], [ 545564.0102, 573089.7935 ], [ 545560.7629, 573084.9713 ], [ 545558.0975, 573079.8047 ], [ 545556.0499, 573074.3635 ], [ 545554.6479, 573068.7215 ], [ 545553.9103, 573062.9548 ], [ 545553.8471, 573057.1415 ], [ 545554.4593, 573051.3602 ], [ 545555.5845, 573046.2363 ], [ 545562.1372, 573022.4353 ], [ 545562.2912, 573021.888 ], [ 545564.2202, 573016.4037 ], [ 545564.2276, 573016.3874 ], [ 545564.5157, 573015.5684 ], [ 545561.3415, 573015.4378 ], [ 545544.2807, 573013.8445 ], [ 545531.3793, 573013.3194 ], [ 545529.5599, 573013.315 ], [ 545513.9294, 573013.856 ], [ 545513.0748, 573013.9253 ], [ 545512.7925, 573013.9782 ], [ 545512.3359, 573014.1203 ], [ 545511.8953, 573014.3059 ], [ 545506.3672, 573016.8906 ], [ 545502.8017, 573018.3924 ], [ 545497.2507, 573020.1203 ], [ 545496.3405, 573020.3375 ], [ 545495.3262, 573020.5695 ], [ 545494.283, 573020.8942 ], [ 545493.2158, 573021.3684 ], [ 545492.8965, 573021.5388 ], [ 545491.9513, 573022.1072 ], [ 545491.8463, 573022.1872 ], [ 545491.6585, 573023.9605 ], [ 545491.2685, 573026.842 ], [ 545489.9894, 573032.5132 ], [ 545488.0607, 573037.9976 ], [ 545485.5082, 573043.221 ], [ 545482.3667, 573048.1127 ], [ 545478.6785, 573052.6067 ], [ 545474.4935, 573056.6421 ], [ 545472.773, 573058.0527 ], [ 545461.1047, 573067.1736 ], [ 545431.6361, 573087.9988 ], [ 545414.7791, 573100.8999 ], [ 545391.9858, 573119.5977 ], [ 545388.2044, 573122.4123 ], [ 545383.2016, 573125.3738 ], [ 545377.8889, 573127.7346 ], [ 545372.338, 573129.4626 ], [ 545366.624, 573130.5345 ], [ 545360.8242, 573130.9359 ], [ 545355.0171, 573130.6612 ], [ 545349.2811, 573129.7141 ], [ 545343.6938, 573128.1076 ], [ 545338.3462, 573125.8708 ], [ 545319.8655, 573116.8484 ], [ 545318.5444, 573116.2958 ], [ 545317.9717, 573116.2687 ], [ 545316.3, 573116.3165 ], [ 545310.4928, 573116.0418 ], [ 545304.7568, 573115.0948 ], [ 545299.1695, 573113.4884 ], [ 545293.8065, 573111.2441 ], [ 545288.7403, 573108.3924 ], [ 545284.0394, 573104.9719 ], [ 545279.7674, 573101.0287 ], [ 545276.955, 573097.8529 ], [ 545250.7653, 573065.6214 ], [ 545249.8058, 573064.5091 ], [ 545247.5433, 573062.0381 ], [ 545232.8452, 573046.2555 ], [ 545232.0709, 573045.5408 ], [ 545231.1872, 573046.064 ], [ 545210.0196, 573060.9223 ], [ 545206.765, 573063.0235 ], [ 545193.4013, 573070.9348 ], [ 545190.8581, 573072.3422 ], [ 545185.5455, 573074.7031 ], [ 545179.9946, 573076.4314 ], [ 545174.2807, 573077.5035 ], [ 545168.4809, 573077.905 ], [ 545162.6738, 573077.6306 ], [ 545156.9377, 573076.6838 ], [ 545151.3504, 573075.0775 ], [ 545145.9873, 573072.8334 ], [ 545140.921, 573069.9818 ], [ 545136.22, 573066.5614 ], [ 545131.9479, 573062.6184 ], [ 545130.0872, 573060.573 ], [ 545130.0719, 573060.5589 ], [ 545129.0858, 573060.0039 ], [ 545097.9539, 573045.3972 ], [ 545086.3761, 573038.1758 ], [ 545085.56, 573039.582 ], [ 545082.892, 573045.174 ], [ 545080.522, 573055.679 ], [ 545072.371, 573078.477 ], [ 545065.4858, 573075.194 ], [ 545064.3523, 573079.8118 ], [ 545060.4385, 573082.7929 ], [ 545055.4359, 573085.7548 ], [ 545050.1233, 573088.1159 ], [ 545044.5725, 573089.8443 ], [ 545038.8586, 573090.9165 ], [ 545033.0589, 573091.3182 ], [ 545027.2517, 573091.0439 ], [ 545021.5156, 573090.0973 ], [ 545015.9283, 573088.4911 ], [ 545010.5651, 573086.2472 ], [ 545005.4988, 573083.3958 ], [ 545002.6483, 573081.3219 ], [ 545002.6412, 573081.3317 ], [ 545000.3107, 573079.6363 ], [ 544999.3034, 573079.5887 ], [ 544961.9754, 573080.8748 ], [ 544960.8033, 573080.9014 ], [ 544954.9961, 573080.6272 ], [ 544949.26, 573079.6806 ], [ 544943.6726, 573078.0746 ], [ 544938.3095, 573075.8307 ], [ 544933.2431, 573072.9793 ], [ 544928.5419, 573069.5591 ], [ 544924.2697, 573065.6163 ], [ 544920.484, 573061.2041 ], [ 544917.2362, 573056.3822 ], [ 544914.5701, 573051.2159 ], [ 544914.1346, 573050.1539 ], [ 544913.9573, 573049.8102 ], [ 544913.8208, 573049.8038 ], [ 544912.7535, 573049.8696 ], [ 544860.377, 573055.7711 ], [ 544821.9787, 573060.606 ], [ 544814.6534, 573056.4836 ], [ 544811.8726, 573079.6336 ], [ 544802.8032, 573081.3225 ], [ 544800.016, 573084.0107 ], [ 544795.3913, 573087.5336 ], [ 544790.3889, 573090.4958 ], [ 544785.0764, 573092.8571 ], [ 544779.5257, 573094.5858 ], [ 544777.4735, 573095.0505 ], [ 544770.9798, 573096.3772 ], [ 544755.1266, 573099.4307 ], [ 544736.1039, 573103.095 ], [ 544710.773, 573107.974 ], [ 544663.3385, 573117.0114 ], [ 544662.6989, 573117.2106 ], [ 544662.8649, 573118.5064 ], [ 544672.9465, 573171.2793 ], [ 544673.2702, 573172.572 ], [ 544673.3978, 573172.548 ], [ 544674.577, 573172.1916 ], [ 544674.9436, 573172.0906 ], [ 544679.171, 573170.7561 ], [ 544695.6802, 573165.9431 ], [ 544695.6876, 573165.941 ], [ 544699.9147, 573164.7129 ], [ 544707.2576, 573162.7895 ], [ 544735.7655, 573156.9465 ], [ 544745.1581, 573155.2518 ], [ 544750.2146, 573154.3416 ], [ 544771.5232, 573150.2335 ], [ 544776.199, 573149.3308 ], [ 544792.1704, 573146.0629 ], [ 544794.9154, 573145.3363 ], [ 544797.5796, 573144.4663 ], [ 544801.0351, 573143.4738 ], [ 544805.5387, 573142.5713 ], [ 544805.685, 573142.5489 ], [ 544811.1072, 573141.4944 ], [ 544819.5654, 573133.1934 ], [ 544821.232, 573139.269 ], [ 544821.261, 573139.265 ], [ 544822.097, 573142.972 ], [ 544825.174, 573142.621 ], [ 544840.934, 573140.083 ], [ 544851.981, 573139.564 ], [ 544854.019, 573139.468 ], [ 544918.046, 573137.51 ], [ 544941.3543, 573136.5871 ], [ 544941.8145, 573137.1092 ], [ 544942.935, 573137.578 ], [ 544948.0014, 573140.4293 ], [ 544952.7025, 573143.8495 ], [ 544956.9749, 573147.7923 ], [ 544960.7605, 573152.2045 ], [ 544964.0084, 573157.0263 ], [ 544966.6745, 573162.1926 ], [ 544968.7229, 573167.6334 ], [ 544970.1257, 573173.2753 ], [ 544970.6029, 573176.3387 ], [ 544972.1275, 573188.6204 ], [ 544972.1419, 573188.7133 ], [ 544972.2901, 573189.3091 ], [ 544973.67, 573189.3746 ], [ 544988.7661, 573189.2133 ], [ 545007.8642, 573188.6994 ], [ 545008.6601, 573188.6844 ], [ 545014.4672, 573188.9587 ], [ 545020.2033, 573189.9053 ], [ 545025.7907, 573191.5114 ], [ 545031.1538, 573193.7553 ], [ 545033.7291, 573195.1077 ], [ 545034.3719, 573195.4694 ], [ 545034.6903, 573195.4845 ], [ 545035.4552, 573195.442 ], [ 545057.3847, 573193.2429 ], [ 545058.2663, 573193.0774 ], [ 545058.0856, 573192.3507 ], [ 545057.4662, 573189.5087 ], [ 545056.7281, 573183.7421 ], [ 545056.7077, 573181.8802 ], [ 545067.3459, 573149.4508 ], [ 545069.8642, 573146.3819 ], [ 545074.049, 573142.3462 ], [ 545078.6739, 573138.8236 ], [ 545083.6765, 573135.8618 ], [ 545088.9891, 573133.5008 ], [ 545094.54, 573131.7725 ], [ 545100.2539, 573130.7003 ], [ 545106.0536, 573130.2987 ], [ 545111.8608, 573130.5731 ], [ 545117.5969, 573131.5198 ], [ 545122.4956, 573132.8895 ], [ 545136.2, 573137.485 ], [ 545151.0079, 573142.459 ], [ 545151.6722, 573142.6873 ], [ 545157.0353, 573144.9314 ], [ 545157.537, 573145.18 ], [ 545177.8907, 573155.4083 ], [ 545194.4304, 573163.2074 ], [ 545220.381, 573176.215 ], [ 545231.5896, 573181.6082 ], [ 545231.8603, 573181.7394 ], [ 545236.9266, 573184.591 ], [ 545241.6276, 573188.0115 ], [ 545245.8996, 573191.9545 ], [ 545249.6851, 573196.3669 ], [ 545252.9327, 573201.1889 ], [ 545255.5985, 573206.3553 ], [ 545257.6465, 573211.7963 ], [ 545259.049, 573217.4382 ], [ 545259.7871, 573223.2048 ], [ 545259.8507, 573229.0181 ], [ 545259.2389, 573234.7995 ], [ 545258.4003, 573238.8361 ], [ 545255.9439, 573248.6157 ], [ 545255.3582, 573250.991 ], [ 545253.9907, 573262.9437 ], [ 545264.4071, 573263.6174 ], [ 545410.612, 573273.074 ], [ 545473.77, 573291.835 ], [ 545480.232, 573285.638 ], [ 545480.459, 573285.728 ], [ 545516.029, 573299.185 ], [ 545554.002, 573311.283 ], [ 545584.834, 573320.919 ], [ 545619.717, 573328.08 ], [ 545644.318, 573332.366 ], [ 545644.523, 573332.366 ], [ 545658.541, 573332.377 ], [ 545655.384, 573335.289 ], [ 545661.293, 573336.879 ], [ 545661.761, 573339.902 ], [ 545662.298, 573339.861 ], [ 545662.954, 573339.554 ], [ 545671.013, 573338.383 ], [ 545690.416, 573337.552 ], [ 545695.727, 573337.332 ], [ 545712.047, 573336.097 ], [ 545712.053, 573336.225 ], [ 545712.248, 573336.212 ], [ 545712.507, 573341.434 ], [ 545723.517, 573340.734 ], [ 545723.751, 573342.371 ], [ 545729.268, 573341.791 ], [ 545732.562, 573341.444 ], [ 545732.588, 573339.07 ], [ 545732.632, 573335.046 ], [ 545738.767, 573335.026 ], [ 545738.812, 573334.912 ], [ 545749.68, 573334.958 ], [ 545757.404, 573327.884 ], [ 545759.722, 573329.558 ], [ 545761.646, 573330.947 ], [ 545765.47, 573332.407 ], [ 545770.789, 573334.439 ], [ 545775.608, 573337.993 ], [ 545776.154, 573338.396 ], [ 545781.59, 573347.506 ], [ 545785.854, 573356.905 ], [ 545785.896, 573356.985 ], [ 545830.72, 573370.968 ], [ 545830.77, 573370.806 ], [ 545832.344, 573371.475 ], [ 545842.569, 573375.821 ], [ 545849.043, 573376.753 ], [ 545849.04, 573380.981 ], [ 545850.692, 573381.064 ], [ 545857.469, 573381.633 ], [ 545857.297, 573384.586 ], [ 545863.5755, 573384.9554 ], [ 545864.061, 573384.984 ], [ 545864.1459, 573383.5392 ], [ 545865.2217, 573380.8683 ], [ 545870.247, 573380.149 ], [ 545906.8826, 573380.5429 ] ] ] ], "type": "MultiPolygon" }, "properties": { "SA_GUID__1": "056f5166-a6a5-45aa-99c2-bd4e5ecab938", "adaptive_capacity": -0.5887, "age": 0.4967, "age_middle_to_oldest_old": 0.0988, "disability": -0.5859, "early_childhood": 0.8945, "enhanced_exposure": 0.4346, "farmers": -0.5775, "foreign_nationals": -0.6427, "health": -0.3767, "housing_characteristics": 0.2807, "impervious": -0.4797, "income": -0.1583, "info_access_use": -0.2146, "journey_time": -0.6986, "local_knowledge": -0.4928, "low_skilled_employment": 0.2713, "mobile_home": -0.1878, "mobility": -0.2695, "new_residents": -0.343, "no_car": -0.2695, "no_central_heating": 1.7331, "no_higher_education": -0.5531, "no_internet": 0.3792, "not_volunteers": -1.578, "one_parent_households": -0.3856, "one_person_households": 0.7969, "physical_access": -0.6986, "physical_environment": 0.091, "poor_health": -0.1676, "prepare": -0.5688, "primary_school_age": 0.5498, "private_water_supply": -0.3911, "recover": -0.2015, "rented": -0.2399, "respond": -0.8034, "sensitivity": 0.1053, "social_network": -0.0771, "social_vulnerability": -0.4278, "speak_english": -0.4698, "tenure": -0.2399, "three_or_more_children_households": -0.4588, "tree_cover_density": 0.6617, "unemployment": 0.3594, "unoccupied_dwellings": -0.339, "year_built": 0.5883 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 570586.1982, 611042.5262 ], [ 570609.2023, 611006.1784 ], [ 570672.1897, 611037.1097 ], [ 570687.9408, 611007.924 ], [ 570688.8054, 611008.3477 ], [ 570690.0336, 611008.8661 ], [ 570690.4548, 611008.2175 ], [ 570694.744, 610999.8835 ], [ 570696.4053, 610996.9092 ], [ 570706.5543, 610980.1113 ], [ 570714.7561, 610966.7488 ], [ 570717.0864, 610963.2854 ], [ 570720.7969, 610958.81 ], [ 570725.0018, 610954.7957 ], [ 570727.3695, 610953.0111 ], [ 570727.3228, 610952.9491 ], [ 570729.6321, 610951.2085 ], [ 570730.0018, 610950.6391 ], [ 570730.0293, 610950.5872 ], [ 570744.5537, 610921.0554 ], [ 570744.7785, 610920.4264 ], [ 570744.4925, 610920.2635 ], [ 570743.9042, 610920.0026 ], [ 570728.7217, 610914.0186 ], [ 570724.8812, 610912.3151 ], [ 570719.8295, 610909.4382 ], [ 570715.1459, 610905.9942 ], [ 570710.8938, 610902.0298 ], [ 570707.1307, 610897.5986 ], [ 570703.9075, 610892.7605 ], [ 570701.2677, 610887.5809 ], [ 570699.2471, 610882.1298 ], [ 570697.873, 610876.481 ], [ 570697.164, 610870.7109 ], [ 570697.155, 610869.1825 ], [ 570702.008, 610860.255 ], [ 570715.515, 610830.384 ], [ 570718.07, 610825.186 ], [ 570720.309, 610819.247 ], [ 570722.839, 610812.533 ], [ 570726.9589, 610802.929 ], [ 570728.3397, 610799.71 ], [ 570733.109, 610788.592 ], [ 570737.718, 610774.425 ], [ 570743.156, 610758.908 ], [ 570753.085, 610726.502 ], [ 570762.661, 610701.176 ], [ 570772.806, 610683.005 ], [ 570785.939, 610659.016 ], [ 570803.901, 610627.403 ], [ 570818.727, 610604.23 ], [ 570822.736, 610595.583 ], [ 570824.531, 610590.85 ], [ 570826.959, 610582.868 ], [ 570827.328, 610582.124 ], [ 570828.223, 610580.318 ], [ 570832.194, 610572.311 ], [ 570816.836, 610572.075 ], [ 570769.258, 610562.261 ], [ 570745.977, 610556.088 ], [ 570739.01, 610553.759 ], [ 570719.84, 610547.35 ], [ 570640.34, 610515.621 ], [ 570597.094, 610498.163 ], [ 570576.966, 610489.644 ], [ 570576.544, 610489.466 ], [ 570569.838, 610486.961 ], [ 570564.8713, 610485.1058 ], [ 570558.4846, 610484.3811 ], [ 570558.054, 610489.464 ], [ 570555.86, 610505.671 ], [ 570549.952, 610524.067 ], [ 570545.647, 610533.116 ], [ 570545.517, 610533.389 ], [ 570535.41, 610554.633 ], [ 570532.039, 610563.042 ], [ 570531.745, 610563.775 ], [ 570530.872, 610565.951 ], [ 570521.52, 610587.612 ], [ 570516.6989, 610594.8472 ], [ 570521.3551, 610596.8321 ], [ 570527.9362, 610599.5212 ], [ 570563.0657, 610614.984 ], [ 570567.3514, 610617.0186 ], [ 570583.1016, 610624.5051 ], [ 570585.8744, 610625.8277 ], [ 570589.7352, 610627.8378 ], [ 570595.6048, 610631.1752 ], [ 570607.2322, 610637.805 ], [ 570610.1035, 610639.4425 ], [ 570613.159, 610641.3337 ], [ 570615.1388, 610642.6598 ], [ 570619.2237, 610645.7087 ], [ 570623.476, 610649.673 ], [ 570627.2392, 610654.1041 ], [ 570630.4626, 610658.9421 ], [ 570633.1025, 610664.1217 ], [ 570635.1233, 610669.5727 ], [ 570636.4976, 610675.2214 ], [ 570637.2068, 610680.9915 ], [ 570637.2413, 610686.8049 ], [ 570636.6008, 610692.583 ], [ 570636.1783, 610694.7694 ], [ 570635.2528, 610699.0457 ], [ 570632.0705, 610713.7459 ], [ 570631.8857, 610714.5495 ], [ 570631.4839, 610716.2822 ], [ 570628.3671, 610729.7274 ], [ 570628.3624, 610729.7506 ], [ 570628.291, 610730.3947 ], [ 570629.0427, 610730.7137 ], [ 570640.5863, 610734.3524 ], [ 570642.3759, 610734.954 ], [ 570647.7276, 610737.2248 ], [ 570652.7794, 610740.1016 ], [ 570657.463, 610743.5455 ], [ 570661.7152, 610747.5098 ], [ 570665.4784, 610751.9409 ], [ 570668.7018, 610756.779 ], [ 570671.3417, 610761.9585 ], [ 570673.3624, 610767.4095 ], [ 570674.7366, 610773.0583 ], [ 570675.4458, 610778.8283 ], [ 570675.4803, 610784.6417 ], [ 570674.8397, 610790.4198 ], [ 570673.5326, 610796.0845 ], [ 570671.5768, 610801.5591 ], [ 570671.1569, 610802.5204 ], [ 570670.9257, 610803.0349 ], [ 570660.5318, 610826.4802 ], [ 570660.1537, 610827.5384 ], [ 570660.1569, 610828.0767 ], [ 570660.2202, 610828.7544 ], [ 570660.2547, 610834.5678 ], [ 570659.6141, 610840.3459 ], [ 570658.3071, 610846.0105 ], [ 570656.3512, 610851.4851 ], [ 570653.773, 610856.6957 ], [ 570650.6074, 610861.5717 ], [ 570646.897, 610866.0472 ], [ 570642.6922, 610870.0617 ], [ 570638.0498, 610873.5609 ], [ 570633.0325, 610876.4975 ], [ 570627.7082, 610878.8318 ], [ 570622.149, 610880.5322 ], [ 570616.4299, 610881.5757 ], [ 570610.6283, 610881.9481 ], [ 570607.722, 610881.8809 ], [ 570605.518, 610881.7657 ], [ 570604.8878, 610882.5259 ], [ 570580.2264, 610917.7927 ], [ 570576.2225, 610923.5163 ], [ 570556.9095, 610953.2098 ], [ 570556.7602, 610953.4256 ], [ 570556.6487, 610953.6067 ], [ 570533.4649, 610988.5213 ], [ 570533.3307, 610988.7393 ], [ 570533.0983, 610989.2089 ], [ 570534.0719, 610989.9248 ], [ 570546.272, 610997.7102 ], [ 570554.5806, 611003.0706 ], [ 570554.6994, 611003.1475 ], [ 570559.3832, 611006.5912 ], [ 570563.6354, 611010.5554 ], [ 570567.3987, 611014.9865 ], [ 570570.6222, 611019.8245 ], [ 570573.2622, 611025.004 ], [ 570575.283, 611030.455 ], [ 570576.6574, 611036.1037 ], [ 570577.3667, 611041.8737 ], [ 570577.3979, 611047.1207 ], [ 570577.6303, 611046.4702 ], [ 570580.2085, 611041.2596 ], [ 570582.4344, 611037.8311 ], [ 570586.1982, 611042.5262 ] ] ] ], "type": "MultiPolygon" }, "properties": { "SA_GUID__1": "06192d69-db1b-49af-b03e-8067305ba789", "adaptive_capacity": 0.4814, "age": 0.2336, "age_middle_to_oldest_old": -0.2047, "disability": 0.4153, "early_childhood": 0.6719, "enhanced_exposure": 0.1297, "farmers": -0.3244, "foreign_nationals": 0.0761, "health": -0.0851, "housing_characteristics": -0.0388, "impervious": -0.2842, "income": 0.0005, "info_access_use": 0.4904, "journey_time": 0.5141, "local_knowledge": 0.0534, "low_skilled_employment": 0.6394, "mobile_home": -0.1878, "mobility": -0.2151, "new_residents": 0.0306, "no_car": -0.2151, "no_central_heating": 0.7227, "no_higher_education": 0.4754, "no_internet": 0.7193, "not_volunteers": -0.3943, "one_parent_households": 0.7337, "one_person_households": 0.5055, "physical_access": 0.5141, "physical_environment": 0.1498, "poor_health": -0.5855, "prepare": 0.666, "primary_school_age": -0.1874, "private_water_supply": -0.4948, "recover": 0.0972, "rented": 0.7501, "respond": 0.3438, "sensitivity": 0.1303, "social_network": -0.0254, "social_vulnerability": 0.4712, "speak_english": 0.2765, "tenure": 0.7501, "three_or_more_children_households": -0.7302, "tree_cover_density": 0.5837, "unemployment": -0.3159, "unoccupied_dwellings": -0.4699, "year_built": 0.2357 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 566496.5738, 568519.0605 ], [ 566544.7231, 568581.2534 ], [ 566557.5743, 568606.1998 ], [ 566603.6873, 568593.3486 ], [ 566618.8063, 568593.3486 ], [ 566648.2883, 568599.3962 ], [ 566689.3147, 568611.7482 ], [ 566690.513, 568606.409 ], [ 566692.232, 568597.061 ], [ 566694.602, 568588.583 ], [ 566696.611, 568582.114 ], [ 566698.551, 568575.396 ], [ 566703.17, 568562.948 ], [ 566703.66, 568561.629 ], [ 566705.2531, 568557.1135 ], [ 566707.279, 568551.371 ], [ 566709.849, 568543.882 ], [ 566713.088, 568538.734 ], [ 566715.807, 568534.344 ], [ 566717.627, 568532.065 ], [ 566722.386, 568520.857 ], [ 566727.725, 568505.381 ], [ 566728.9014, 568500.2309 ], [ 566732.674, 568483.716 ], [ 566735.093, 568477.517 ], [ 566735.667, 568476.439 ], [ 566736.993, 568473.948 ], [ 566738.562, 568469.279 ], [ 566739.952, 568459.911 ], [ 566741.702, 568447.523 ], [ 566742.891, 568440.145 ], [ 566743.2568, 568439.3268 ], [ 566744.491, 568436.566 ], [ 566747.66, 568428.887 ], [ 566755.499, 568419.719 ], [ 566766.526, 568406.052 ], [ 566778.094, 568390.846 ], [ 566780.613, 568392.975 ], [ 566782.243, 568390.006 ], [ 566784.522, 568384.717 ], [ 566786.002, 568382.448 ], [ 566792.801, 568378.048 ], [ 566794.95, 568376.229 ], [ 566797.48, 568366.711 ], [ 566799.319, 568362.722 ], [ 566801.589, 568360.092 ], [ 566804.828, 568357.893 ], [ 566807.327, 568356.063 ], [ 566808.867, 568354.354 ], [ 566811.517, 568351.044 ], [ 566814.366, 568346.415 ], [ 566815.056, 568344.696 ], [ 566816.335, 568340.617 ], [ 566817.225, 568337.597 ], [ 566818.785, 568334.418 ], [ 566825.094, 568327.789 ], [ 566829.893, 568318.211 ], [ 566833.102, 568311.463 ], [ 566840.28, 568303.145 ], [ 566841.29, 568301.345 ], [ 566842.45, 568292.247 ], [ 566844.069, 568289.478 ], [ 566851.678, 568282.449 ], [ 566854.627, 568277.7 ], [ 566854.837, 568276.431 ], [ 566856.097, 568274.231 ], [ 566858.646, 568268.312 ], [ 566860.966, 568265.283 ], [ 566861.176, 568264.293 ], [ 566867.664, 568257.145 ], [ 566868.944, 568255.695 ], [ 566870.334, 568251.456 ], [ 566872.693, 568246.537 ], [ 566875.253, 568242.768 ], [ 566875.483, 568241.318 ], [ 566879.152, 568235.779 ], [ 566883.531, 568228.421 ], [ 566883.991, 568227.251 ], [ 566884.371, 568226.031 ], [ 566885.081, 568220.013 ], [ 566885.74, 568213.404 ], [ 566888.68, 568209.305 ], [ 566889.71, 568206.556 ], [ 566890.509, 568204.546 ], [ 566891.329, 568197.788 ], [ 566892.669, 568193.988 ], [ 566892.839, 568192.179 ], [ 566893.402, 568190.743 ], [ 566894.069, 568189.04 ], [ 566895.568, 568182.621 ], [ 566898.108, 568173.453 ], [ 566900.687, 568163.685 ], [ 566901.167, 568161.046 ], [ 566899.3175, 568160.2621 ], [ 566898.548, 568159.936 ], [ 566895.228, 568158.536 ], [ 566893.379, 568157.596 ], [ 566894.4417, 568154.2192 ], [ 566895.188, 568151.848 ], [ 566895.6942, 568150.0926 ], [ 566896.318, 568147.929 ], [ 566897.788, 568141.06 ], [ 566897.128, 568136.861 ], [ 566888.22, 568131.562 ], [ 566881.031, 568125.803 ], [ 566879.827, 568123.3831 ], [ 566877.972, 568119.655 ], [ 566877.8939, 568118.8025 ], [ 566877.612, 568115.726 ], [ 566879.781, 568110.557 ], [ 566883.501, 568100.299 ], [ 566887.23, 568088.842 ], [ 566887.7623, 568087.48 ], [ 566888.34, 568086.002 ], [ 566888.6955, 568084.5181 ], [ 566888.989, 568083.293 ], [ 566889.549, 568080.613 ], [ 566890.169, 568076.244 ], [ 566892.219, 568071.555 ], [ 566894.148, 568067.086 ], [ 566894.988, 568063.007 ], [ 566896.318, 568058.938 ], [ 566896.9042, 568058.4636 ], [ 566900.827, 568055.289 ], [ 566902.506, 568052.799 ], [ 566903.736, 568050.48 ], [ 566905.186, 568046.421 ], [ 566906.546, 568037.323 ], [ 566907.5179, 568031.7165 ], [ 566907.735, 568030.464 ], [ 566910.455, 568026.325 ], [ 566911.954, 568025.465 ], [ 566913.384, 568023.556 ], [ 566913.074, 568020.706 ], [ 566914.304, 568017.017 ], [ 566916.203, 568015.008 ], [ 566923.572, 568010.299 ], [ 566928.901, 568004.37 ], [ 566932.32, 568000.361 ], [ 566934.04, 567996.752 ], [ 566935.073, 567994.8271 ], [ 566935.269, 567994.462 ], [ 566937.299, 567986.194 ], [ 566936.939, 567981.295 ], [ 566938.569, 567969.917 ], [ 566937.459, 567966.198 ], [ 566937.349, 567964.789 ], [ 566939.418, 567957.11 ], [ 566938.849, 567955.481 ], [ 566938.389, 567952.761 ], [ 566937.1171, 567949.8278 ], [ 566935.489, 567946.073 ], [ 566935.419, 567943.803 ], [ 566936.749, 567940.484 ], [ 566938.66, 567936.935 ], [ 566939.238, 567935.695 ], [ 566941.148, 567932.186 ], [ 566942.968, 567926.297 ], [ 566943.784, 567923.4108 ], [ 566861.003, 567919.815 ], [ 566799.361, 567868.418 ], [ 566764.561, 567861.703 ], [ 566735.926, 567855.578 ], [ 566696.033, 567843.211 ], [ 566618.95, 567844.366 ], [ 566606.342, 567848.875 ], [ 566568.451, 568038.384 ], [ 566539.439, 568174.488 ], [ 566537.564, 568180.063 ], [ 566532.245, 568188.331 ], [ 566517.838, 568209.276 ], [ 566515.799, 568215.855 ], [ 566515.4, 568217.32 ], [ 566514.449, 568220.814 ], [ 566513.229, 568230.802 ], [ 566513.399, 568236.55 ], [ 566514.301, 568253.067 ], [ 566514.639, 568259.265 ], [ 566514.739, 568267.774 ], [ 566522.257, 568289.749 ], [ 566527.386, 568301.496 ], [ 566536.315, 568325.741 ], [ 566538.154, 568333.359 ], [ 566540.454, 568351.765 ], [ 566540.824, 568360.933 ], [ 566541.024, 568381.229 ], [ 566540.754, 568383.648 ], [ 566539.472, 568383.411 ], [ 566538.696, 568389.804 ], [ 566522.096, 568389.322 ], [ 566509.244, 568388.949 ], [ 566514.961, 568392.283 ], [ 566520.496, 568397.938 ], [ 566524.126, 568404.576 ], [ 566526.551, 568411.213 ], [ 566527.88, 568424.297 ], [ 566527.925, 568434.226 ], [ 566527.928, 568434.885 ], [ 566526.677, 568439.539 ], [ 566525.901, 568442.972 ], [ 566524.296, 568450.071 ], [ 566523.11, 568454.314 ], [ 566520.336, 568463.526 ], [ 566518.489, 568469.219 ], [ 566516.06, 568476.443 ], [ 566512.188, 568485.464 ], [ 566509.708, 568491.284 ], [ 566504.084, 568504.314 ], [ 566498.24, 568516.575 ], [ 566496.5738, 568519.0605 ] ] ] ], "type": "MultiPolygon" }, "properties": { "SA_GUID__1": "0642d55d-8404-4fcf-8fc0-5e7ce85e11d8", "adaptive_capacity": -1.8581, "age": 1.4976, "age_middle_to_oldest_old": -1.2126, "disability": -1.5867, "early_childhood": 4.2078, "enhanced_exposure": -0.0891, "farmers": -0.5775, "foreign_nationals": -0.3465, "health": -1.4281, "housing_characteristics": 0.1719, "impervious": -0.7189, "income": -1.0945, "info_access_use": -0.9246, "journey_time": -1.2368, "local_knowledge": -0.4683, "low_skilled_employment": -0.8404, "mobile_home": -0.1878, "mobility": -0.9861, "new_residents": -0.5902, "no_car": -0.9861, "no_central_heating": 3.007, "no_higher_education": -1.042, "no_internet": -1.3609, "not_volunteers": 0.8185, "one_parent_households": -1.2517, "one_person_households": -1.3031, "physical_access": -1.2368, "physical_environment": -0.248, "poor_health": -1.2696, "prepare": -1.7734, "primary_school_age": -0.7286, "private_water_supply": -0.539, "recover": -1.4875, "rented": -0.9593, "respond": -2.1505, "sensitivity": 0.061, "social_network": -0.4044, "social_vulnerability": -1.568, "speak_english": -0.371, "tenure": -0.9593, "three_or_more_children_households": -0.6762, "tree_cover_density": 0.2228, "unemployment": -2.127, "unoccupied_dwellings": -0.6633, "year_built": -0.7575 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 548155.249, 555937.2428 ], [ 548156.0215, 555935.722 ], [ 548156.1765, 555935.3871 ], [ 548156.6564, 555934.025 ], [ 548157.1001, 555932.2558 ], [ 548158.258, 555927.639 ], [ 548160.0947, 555923.7114 ], [ 548160.2661, 555923.3237 ], [ 548161.6121, 555920.4313 ], [ 548163.1454, 555916.6735 ], [ 548163.8822, 555914.5412 ], [ 548165.1389, 555909.9349 ], [ 548165.395, 555908.996 ], [ 548166.131, 555906.295 ], [ 548167.6638, 555902.8364 ], [ 548168.846, 555900.169 ], [ 548169.866, 555897.869 ], [ 548172.1758, 555892.6557 ], [ 548172.5316, 555891.6456 ], [ 548172.627, 555891.2235 ], [ 548173.3508, 555888.4068 ], [ 548175.2829, 555882.9236 ], [ 548177.8385, 555877.7019 ], [ 548178.7103, 555876.2159 ], [ 548179.3019, 555875.2461 ], [ 548180.246, 555873.3418 ], [ 548183.4403, 555865.9398 ], [ 548184.1814, 555864.1994 ], [ 548186.616, 555859.2639 ], [ 548189.7605, 555854.3741 ], [ 548190.2061, 555853.7984 ], [ 548190.8318, 555852.8255 ], [ 548190.9309, 555852.6351 ], [ 548192.2819, 555849.8128 ], [ 548193.8251, 555846.8477 ], [ 548195.326, 555844.3575 ], [ 548197.3843, 555841.1567 ], [ 548200.4568, 555835.3193 ], [ 548203.1255, 555830.0915 ], [ 548205.9538, 555824.6904 ], [ 548206.2443, 555824.0729 ], [ 548206.3989, 555823.6343 ], [ 548207.0355, 555821.157 ], [ 548208.9677, 555815.6738 ], [ 548210.1957, 555812.9723 ], [ 548210.8969, 555811.544 ], [ 548213.7506, 555804.9885 ], [ 548214.3034, 555803.4196 ], [ 548214.5376, 555802.5081 ], [ 548216.3848, 555797.2288 ], [ 548216.8177, 555796.184 ], [ 548219.2767, 555790.3422 ], [ 548219.7456, 555789.0116 ], [ 548220.3858, 555786.1811 ], [ 548220.462, 555786.1983 ], [ 548221.1155, 555783.3088 ], [ 548223.0384, 555777.8478 ], [ 548224.7354, 555773.7945 ], [ 548225.1922, 555772.4972 ], [ 548224.7876, 555772.2691 ], [ 548224.4447, 555772.1166 ], [ 548198.3014, 555761.6188 ], [ 548197.5485, 555761.4018 ], [ 548195.9212, 555762.9689 ], [ 548193.7693, 555764.9241 ], [ 548189.142, 555768.4435 ], [ 548184.1374, 555771.402 ], [ 548178.8232, 555773.7595 ], [ 548173.2713, 555775.4841 ], [ 548167.5567, 555776.5525 ], [ 548161.7567, 555776.9502 ], [ 548155.9497, 555776.6719 ], [ 548150.2143, 555775.7214 ], [ 548144.6281, 555774.1114 ], [ 548139.2665, 555771.8638 ], [ 548134.2021, 555769.0089 ], [ 548129.5034, 555765.5855 ], [ 548125.2338, 555761.6396 ], [ 548121.4513, 555757.2248 ], [ 548118.2068, 555752.4007 ], [ 548115.5443, 555747.2326 ], [ 548114.4427, 555744.5406 ], [ 548114.1327, 555743.7154 ], [ 548114.0846, 555743.6804 ], [ 548111.9006, 555742.3641 ], [ 548107.2018, 555738.9406 ], [ 548102.9323, 555734.9948 ], [ 548099.1497, 555730.58 ], [ 548098.8163, 555730.0842 ], [ 548050.231, 555722.469 ], [ 548033.3723, 555719.826 ], [ 548022.5586, 555718.3752 ], [ 548022.0853, 555720.4683 ], [ 548020.1534, 555725.9515 ], [ 548017.5981, 555731.1734 ], [ 548014.4538, 555736.0634 ], [ 548010.763, 555740.5553 ], [ 548006.5758, 555744.5883 ], [ 548001.9486, 555748.1079 ], [ 547996.9442, 555751.0666 ], [ 547991.6301, 555753.4242 ], [ 547986.0782, 555755.149 ], [ 547980.3636, 555756.2176 ], [ 547974.5636, 555756.6156 ], [ 547968.7567, 555756.3375 ], [ 547963.0212, 555755.3872 ], [ 547960.1342, 555754.5553 ], [ 547841.0671, 555710.7806 ], [ 547809.2228, 555799.6484 ], [ 547805.5467, 555806.3565 ], [ 547805.2573, 555806.8772 ], [ 547802.1132, 555811.7673 ], [ 547798.4227, 555816.2593 ], [ 547794.2356, 555820.2925 ], [ 547789.6086, 555823.8123 ], [ 547784.6043, 555826.7712 ], [ 547779.2903, 555829.1291 ], [ 547773.7385, 555830.8541 ], [ 547768.0239, 555831.923 ], [ 547762.2239, 555832.3212 ], [ 547756.417, 555832.0434 ], [ 547750.6815, 555831.0933 ], [ 547745.0951, 555829.4837 ], [ 547739.7333, 555827.2366 ], [ 547734.6687, 555824.3821 ], [ 547732.3946, 555822.8298 ], [ 547720.3173, 555814.0888 ], [ 547719.7352, 555813.7608 ], [ 547718.2426, 555816.075 ], [ 547718.1871, 555816.0391 ], [ 547716.5176, 555818.6266 ], [ 547712.8272, 555823.1187 ], [ 547708.6401, 555827.1519 ], [ 547704.0132, 555830.6719 ], [ 547699.0089, 555833.6308 ], [ 547693.695, 555835.9888 ], [ 547688.1432, 555837.7139 ], [ 547682.4287, 555838.7829 ], [ 547676.6287, 555839.1812 ], [ 547670.8217, 555838.9035 ], [ 547665.0862, 555837.9535 ], [ 547659.4998, 555836.344 ], [ 547656.7866, 555835.2987 ], [ 547655.5934, 555834.7986 ], [ 547655.6043, 555834.8841 ], [ 547656.0204, 555836.7986 ], [ 547656.7554, 555842.5656 ], [ 547656.8158, 555848.3789 ], [ 547656.201, 555854.16 ], [ 547654.9192, 555859.8305 ], [ 547652.9878, 555865.314 ], [ 547651.7858, 555867.963 ], [ 547651.093, 555869.379 ], [ 547650.6696, 555870.5811 ], [ 547648.7052, 555877.6053 ], [ 547647.8648, 555881.1329 ], [ 547647.2722, 555883.3859 ], [ 547645.3408, 555888.8693 ], [ 547643.0693, 555893.5815 ], [ 547639.7753, 555899.5893 ], [ 547639.2728, 555900.6316 ], [ 547639.236, 555900.7361 ], [ 547639.3935, 555901.1552 ], [ 547639.8159, 555902.0369 ], [ 547641.861, 555907.4789 ], [ 547643.2605, 555913.1216 ], [ 547643.9955, 555918.8886 ], [ 547644.0559, 555924.7019 ], [ 547643.4411, 555930.4829 ], [ 547642.1594, 555936.1535 ], [ 547640.2279, 555941.6369 ], [ 547637.673, 555946.859 ], [ 547635.8857, 555949.7903 ], [ 547635.1412, 555950.922 ], [ 547633.7845, 555952.8809 ], [ 547630.0941, 555957.3731 ], [ 547628.9765, 555958.5441 ], [ 547620.1048, 555967.5429 ], [ 547601.6915, 555987.4345 ], [ 547600.835, 555988.477 ], [ 547601.2535, 555988.8636 ], [ 547601.3701, 555988.9534 ], [ 547612.356, 555996.856 ], [ 547622.2836, 556003.9969 ], [ 547624.8261, 556005.9524 ], [ 547629.096, 556009.8977 ], [ 547632.8791, 556014.3121 ], [ 547636.1241, 556019.1358 ], [ 547638.3721, 556023.3929 ], [ 547639.4893, 556025.7804 ], [ 547640.8887, 556029.0732 ], [ 547648.2205, 556048.1977 ], [ 547702.6109, 556104.9992 ], [ 547787.2407, 556083.0581 ], [ 547830.0781, 556068.4308 ], [ 547906.3495, 556025.5934 ], [ 547859.6392, 555990.2661 ], [ 547860.6154, 555989.5236 ], [ 547912.7573, 555944.0191 ], [ 547913.6335, 555943.1675 ], [ 547913.6795, 555943.1115 ], [ 547913.6228, 555942.6659 ], [ 547913.4212, 555941.7381 ], [ 547912.6866, 555935.9711 ], [ 547912.6265, 555930.1577 ], [ 547913.2418, 555924.3768 ], [ 547914.524, 555918.7063 ], [ 547916.4558, 555913.223 ], [ 547919.0112, 555908.0011 ], [ 547922.1554, 555903.1111 ], [ 547925.8462, 555898.6193 ], [ 547930.0334, 555894.5862 ], [ 547934.6605, 555891.0666 ], [ 547939.665, 555888.1079 ], [ 547944.9791, 555885.7502 ], [ 547950.531, 555884.0254 ], [ 547956.2455, 555882.9568 ], [ 547962.0455, 555882.5588 ], [ 547967.8525, 555882.8369 ], [ 547973.5879, 555883.7872 ], [ 547979.145, 555885.3866 ], [ 547987.6703, 555888.3843 ], [ 547992.8089, 555890.124 ], [ 547998.3177, 555891.9869 ], [ 548003.8753, 555893.8673 ], [ 548012.1834, 555896.6751 ], [ 548016.5264, 555898.0389 ], [ 548021.1199, 555899.3663 ], [ 548030.1411, 555901.967 ], [ 548039.1321, 555904.559 ], [ 548052.1219, 555908.304 ], [ 548063.9749, 555911.721 ], [ 548069.6449, 555913.3559 ], [ 548075.2219, 555914.9639 ], [ 548080.973, 555916.6219 ], [ 548086.7902, 555918.299 ], [ 548096.084, 555920.9781 ], [ 548104.9929, 555923.556 ], [ 548114.1526, 555926.2056 ], [ 548115.5646, 555926.6145 ], [ 548129.8143, 555930.7375 ], [ 548147.7879, 555935.9379 ], [ 548151.6606, 555937.0581 ], [ 548154.1605, 555937.7815 ], [ 548154.1827, 555937.7872 ], [ 548154.83, 555937.8945 ], [ 548155.249, 555937.2428 ] ] ] ], "type": "MultiPolygon" }, "properties": { "SA_GUID__1": "08ce1729-2944-4bf4-86f1-0b8c5545ed17", "adaptive_capacity": -0.6444, "age": 0.7269, "age_middle_to_oldest_old": -1.2211, "disability": -1.5074, "early_childhood": 2.675, "enhanced_exposure": -0.3495, "farmers": -0.2219, "foreign_nationals": 0.7049, "health": -0.988, "housing_characteristics": -0.4539, "impervious": -0.339, "income": 0.2252, "info_access_use": 0.2185, "journey_time": -0.9059, "local_knowledge": 0.2516, "low_skilled_employment": 0.7742, "mobile_home": -0.1878, "mobility": -0.8748, "new_residents": -0.2017, "no_car": -0.8748, "no_central_heating": -0.2911, "no_higher_education": -0.8998, "no_internet": -1.0233, "not_volunteers": 0.497, "one_parent_households": 0.4458, "one_person_households": -1.2011, "physical_access": -0.9059, "physical_environment": 0.155, "poor_health": -0.4686, "prepare": 0.671, "primary_school_age": -2.6457, "private_water_supply": -0.3669, "recover": -0.9196, "rented": 0.609, "respond": -0.9259, "sensitivity": -0.2292, "social_network": -1.1166, "social_vulnerability": -0.5552, "speak_english": 2.5787, "tenure": 0.609, "three_or_more_children_households": 0.6247, "tree_cover_density": 0.6491, "unemployment": -0.497, "unoccupied_dwellings": -0.6278, "year_built": -0.7961 }, "type": "Feature" }, { "geometry": { "coordinates": [ [ [ [ 579895.7085, 598714.55 ], [ 579895.7118, 598715.3508 ], [ 579895.7118, 598715.3577 ], [ 579896.5439, 598722.8448 ], [ 579897.3557, 598733.4459 ], [ 579897.6508, 598735.8249 ], [ 579900.49, 598752.2631 ], [ 579902.1722, 598762.0003 ], [ 579868.6525, 598767.0032 ], [ 579825.9234, 598764.2165 ], [ 579802.701, 598836.6703 ], [ 579873.1546, 598865.4079 ], [ 579873.491, 598865.409 ], [ 579875.3705, 598865.1518 ], [ 579903.9505, 598860.8215 ], [ 579906.3794, 598860.6133 ], [ 579906.4439, 598860.6078 ], [ 579906.3824, 598860.8721 ], [ 579906.4471, 598860.8997 ], [ 579929.075, 598857.804 ], [ 579928.732, 598858.944 ], [ 579929.501, 598858.909 ], [ 579954.102, 598854.556 ], [ 579970.513, 598862.643 ], [ 579977.045, 598863.953 ], [ 579997.602, 598867.427 ], [ 579999.996, 598856.277 ], [ 580004.806, 598825.478 ], [ 580005.623, 598820.247 ], [ 580007.656, 598807.228 ], [ 580014.622, 598764.663 ], [ 580014.767, 598759.103 ], [ 580026.322, 598757.398 ], [ 580046.801, 598755.143 ], [ 580055.367, 598754.373 ], [ 580069.259, 598753.819 ], [ 580074.114, 598753.625 ], [ 580089.237, 598753.427 ], [ 580104.014, 598753.907 ], [ 580122.359, 598755.857 ], [ 580128.148, 598757.303 ], [ 580144.017, 598761.192 ], [ 580159.161, 598765.735 ], [ 580180.389, 598772.288 ], [ 580212.34, 598782.403 ], [ 580189.106, 598856.276 ], [ 580169.959, 598915.624 ], [ 580172.088, 598916.344 ], [ 580175.664, 598924.584 ], [ 580181.997, 598927.184 ], [ 580192.499, 598930.41 ], [ 580192.13, 598931.509 ], [ 580176.994, 598967.085 ], [ 580176.731, 598967.704 ], [ 580171.992, 598975.633 ], [ 580160.289, 598994.302 ], [ 580154.493, 599003.107 ], [ 580150.098, 599009.539 ], [ 580130.453, 599038.292 ], [ 580124.652, 599046.781 ], [ 580104.973, 599079.803 ], [ 580114.181, 599086.586 ], [ 580123.414, 599093.67 ], [ 580122.575, 599094.228 ], [ 580113.198, 599100.132 ], [ 580100.454, 599107.827 ], [ 580095.3205, 599111.0883 ], [ 580094.7115, 599113.7049 ], [ 580092.9688, 599118.5533 ], [ 580092.7451, 599119.1758 ], [ 580090.157, 599124.3813 ], [ 580086.9819, 599129.2512 ], [ 580083.263, 599133.7195 ], [ 580079.0505, 599137.7259 ], [ 580075.7183, 599140.3118 ], [ 580069.6378, 599144.6321 ], [ 580069.1227, 599145.0318 ], [ 580068.9093, 599145.2348 ], [ 580069.6694, 599145.796 ], [ 580081.7168, 599153.2691 ], [ 580082.6676, 599153.8739 ], [ 580087.3446, 599157.3267 ], [ 580091.5892, 599161.2991 ], [ 580095.3438, 599165.7374 ], [ 580098.5579, 599170.5816 ], [ 580099.9486, 599173.1364 ], [ 580100.9327, 599175.0765 ], [ 580101.9141, 599175.9949 ], [ 580103.9786, 599178.043 ], [ 580107.7333, 599182.4813 ], [ 580110.9473, 599187.3255 ], [ 580113.5772, 599192.5101 ], [ 580115.5875, 599197.965 ], [ 580116.9508, 599203.6163 ], [ 580117.6489, 599209.3877 ], [ 580117.6722, 599215.2011 ], [ 580117.0205, 599220.9779 ], [ 580115.7025, 599226.64 ], [ 580113.7362, 599232.1108 ], [ 580111.653, 599236.4117 ], [ 580106.3236, 599246.1936 ], [ 580117.037, 599240.549 ], [ 580126.062, 599236.41 ], [ 580127.949, 599236.129 ], [ 580136.549, 599239.292 ], [ 580139.49, 599239.655 ], [ 580141.361, 599238.157 ], [ 580145.016, 599230.564 ], [ 580153.576, 599213.066 ], [ 580153.475, 599210.565 ], [ 580151.801, 599200.368 ], [ 580156.071, 599192.507 ], [ 580169.138, 599167.855 ], [ 580172.069, 599162.713 ], [ 580195.182, 599173.329 ], [ 580207.996, 599179.423 ], [ 580219.405, 599184.849 ], [ 580221.811, 599181.659 ], [ 580223.659, 599179.21 ], [ 580221.417, 599172.298 ], [ 580218.525, 599163.824 ], [ 580216.484, 599157.659 ], [ 580210.763, 599148.384 ], [ 580207.197, 599144.091 ], [ 580206.068, 599139.969 ], [ 580205.737, 599137.575 ], [ 580206.586, 599134.702 ], [ 580210.524, 599127.864 ], [ 580219.559, 599114.057 ], [ 580240.929, 599081.398 ], [ 580247.988, 599069.962 ], [ 580251.58, 599066.318 ], [ 580254.41, 599064.989 ], [ 580256.394, 599065.454 ], [ 580278.396, 599074.049 ], [ 580308.116, 599085.839 ], [ 580320.309, 599093.932 ], [ 580326.201, 599098.293 ], [ 580331.432, 599102.164 ], [ 580352.782, 599116.57 ], [ 580392.37, 599143.973 ], [ 580395.148, 599138.725 ], [ 580395.568, 599137.932 ], [ 580410.088, 599107.396 ], [ 580432.063, 599061.774 ], [ 580434.287, 599056.991 ], [ 580434.99, 599055.478 ], [ 580403.263, 599035.418 ], [ 580375.962, 599018.6 ], [ 580386.656, 598999.713 ], [ 580397.904, 599001.297 ], [ 580417.821, 599003.349 ], [ 580425.497, 599000.467 ], [ 580436.149, 598995.892 ], [ 580439.226, 598994.57 ], [ 580446.871, 598988.434 ], [ 580435.692, 598978.961 ], [ 580431.874, 598976.042 ], [ 580422.348, 598965.637 ], [ 580403.998, 598951.811 ], [ 580383.347, 598936.159 ], [ 580368.483, 598927.791 ], [ 580357.206, 598917.144 ], [ 580349.405, 598909.314 ], [ 580342.792, 598906.369 ], [ 580333.63, 598904.699 ], [ 580328.957, 598905.061 ], [ 580321.566, 598910.664 ], [ 580314.229, 598919.416 ], [ 580309.071, 598927.95 ], [ 580303.416, 598942.771 ], [ 580299.816, 598955.376 ], [ 580298.376, 598962.667 ], [ 580295.986, 598983.875 ], [ 580292.398, 598986.19 ], [ 580280.557, 598992.579 ], [ 580271.888, 598995.949 ], [ 580265.286, 598997.833 ], [ 580265.095, 598992.813 ], [ 580265.183, 598988.759 ], [ 580265.16, 598987.259 ], [ 580265.659, 598983.949 ], [ 580266.063, 598980.991 ], [ 580266.43, 598978.834 ], [ 580266.881, 598975.726 ], [ 580267.484, 598972.665 ], [ 580268.21, 598971.103 ], [ 580269.018, 598968.389 ], [ 580270.324, 598965.517 ], [ 580272.725, 598962.429 ], [ 580275.13, 598959.441 ], [ 580277.135, 598956.608 ], [ 580279.541, 598953.721 ], [ 580281.065, 598952.096 ], [ 580282.681, 598949.871 ], [ 580284.095, 598947.547 ], [ 580285.436, 598943.725 ], [ 580286.584, 598940.356 ], [ 580289.568, 598926.438 ], [ 580291.591, 598917.636 ], [ 580292.378, 598914.758 ], [ 580294.253, 598908.549 ], [ 580294.877, 598906.904 ], [ 580301.178, 598890.292 ], [ 580308.662, 598871.402 ], [ 580314.914, 598856.276 ], [ 580317.267, 598852.283 ], [ 580319.231, 598849.298 ], [ 580337.757, 598838.869 ], [ 580356.176, 598828.431 ], [ 580356.664, 598828.281 ], [ 580357.717, 598827.801 ], [ 580358.672, 598827.527 ], [ 580359.544, 598827.396 ], [ 580363.333, 598827.315 ], [ 580369.729, 598827.727 ], [ 580383.658, 598829.141 ], [ 580395.561, 598831.437 ], [ 580405.82, 598833.921 ], [ 580424.879, 598839.115 ], [ 580438.29, 598842.884 ], [ 580448.126, 598845.824 ], [ 580449.781, 598846.498 ], [ 580451.188, 598847.406 ], [ 580454.616, 598849.617 ], [ 580459.261, 598853.975 ], [ 580462, 598856.275 ], [ 580474.392, 598866.297 ], [ 580486.683, 598875.088 ], [ 580495.302, 598886.014 ], [ 580501.131, 598897.339 ], [ 580497.791, 598903.575 ], [ 580514.022, 598917.791 ], [ 580531.78, 598926.17 ], [ 580559.245, 598936.544 ], [ 580574.6555, 598942.7362 ], [ 580524.9748, 599085.1278 ], [ 580516.7084, 599081.5864 ], [ 580465.2971, 599229.9563 ], [ 580468.7107, 599231.542 ], [ 580405.2556, 599349.8509 ], [ 580409.3286, 599352.2405 ], [ 580414.0054, 599355.6937 ], [ 580418.2497, 599359.6664 ], [ 580419.152, 599360.7331 ], [ 580438.394, 599370.893 ], [ 580437.413, 599373.083 ], [ 580435.613, 599377.245 ], [ 580432.88, 599383.249 ], [ 580431.8436, 599389.6927 ], [ 580431.795, 599389.995 ], [ 580431.9889, 599390.7773 ], [ 580433.0147, 599394.9153 ], [ 580433.2, 599395.663 ], [ 580433.7659, 599396.3172 ], [ 580436.3582, 599399.3145 ], [ 580438.5284, 599402.0065 ], [ 580441.7421, 599406.8509 ], [ 580382.079, 599471.369 ], [ 580420.516, 599497.181 ], [ 580427.734, 599497.0774 ], [ 580426.5717, 599498.5523 ], [ 580424.5766, 599500.9263 ], [ 580423.9325, 599501.7437 ], [ 580423.7741, 599501.968 ], [ 580420.756, 599506.441 ], [ 580416.6722, 599512.4926 ], [ 580416.4649, 599512.8258 ], [ 580416.2662, 599513.2252 ], [ 580416.8958, 599513.5854 ], [ 580497.237, 599548.985 ], [ 580506.49, 599553.0625 ], [ 580506.7605, 599553.1706 ], [ 580507.2081, 599553.3027 ], [ 580663.1222, 599605.4491 ], [ 580623.9849, 599687.7196 ], [ 580623.7206, 599688.4548 ], [ 580624.6087, 599688.963 ], [ 580687.7364, 599718.879 ], [ 580689.4465, 599719.6766 ], [ 580694.4924, 599722.5637 ], [ 580696.8814, 599724.2227 ], [ 580698.0155, 599725.0602 ], [ 580699.0265, 599725.6387 ], [ 580714.4561, 599733.0461 ], [ 580719.3289, 599735.385 ], [ 580733.5829, 599742.228 ], [ 580735.1662, 599742.9881 ], [ 580742.973, 599746.7411 ], [ 580750.8559, 599750.787 ], [ 580754.5513, 599752.6993 ], [ 580771.1406, 599762.1427 ], [ 580777.1937, 599765.5925 ], [ 580777.3836, 599765.6937 ], [ 580779.3246, 599766.5897 ], [ 580784.3705, 599769.4769 ], [ 580789.047, 599772.9304 ], [ 580793.291, 599776.9034 ], [ 580797.045, 599781.3422 ], [ 580800.2584, 599786.1869 ], [ 580802.8876, 599791.3719 ], [ 580804.8971, 599796.827 ], [ 580806.2596, 599802.4785 ], [ 580806.9569, 599808.25 ], [ 580806.9794, 599814.0634 ], [ 580806.3269, 599819.8401 ], [ 580805.7779, 599822.5693 ], [ 580799.7761, 599848.6306 ], [ 580799.6978, 599849.3233 ], [ 580800.5828, 599850.1518 ], [ 580812.0342, 599859.5089 ], [ 580813.9108, 599860.9012 ], [ 580814.3747, 599861.2128 ], [ 580815.83, 599862.1914 ], [ 580816.8396, 599862.7691 ], [ 580817.5602, 599863.0766 ], [ 580836.7249, 599868.9327 ], [ 580836.9526, 599868.9939 ], [ 580837.5003, 599869.0883 ], [ 580837.791, 599868.7391 ], [ 580839.716, 599866.5592 ], [ 580843.9291, 599862.5535 ], [ 580848.5788, 599859.064 ], [ 580853.6022, 599856.1379 ], [ 580858.9313, 599853.8148 ], [ 580864.4941, 599852.1261 ], [ 580870.2153, 599851.0945 ], [ 580876.0176, 599850.7341 ], [ 580881.8225, 599851.0498 ], [ 580887.5514, 599852.0373 ], [ 580893.1271, 599853.6831 ], [ 580898.4739, 599855.9651 ], [ 580903.5197, 599858.8525 ], [ 580908.1961, 599862.306 ], [ 580912.44, 599866.2792 ], [ 580916.194, 599870.7181 ], [ 580919.4072, 599875.5628 ], [ 580922.0363, 599880.7479 ], [ 580924.0456, 599886.203 ], [ 580925.408, 599891.8546 ], [ 580926.1052, 599897.6261 ], [ 580926.1294, 599903.4054 ], [ 580925.29, 599919.039 ], [ 580922.9924, 599961.8131 ], [ 580922.9906, 599961.8462 ], [ 580922.3379, 599967.6229 ], [ 580921.019, 599973.2848 ], [ 580919.0518, 599978.7553 ], [ 580916.4627, 599983.9604 ], [ 580913.2869, 599988.8297 ], [ 580909.6768, 599993.1659 ], [ 580913.1244, 599993.6308 ], [ 580913.574, 599988.45 ], [ 580920.756, 599988.313 ], [ 580925.882, 599988.216 ], [ 580926.5421, 599988.2034 ], [ 580935.273, 599988.037 ], [ 580940.121, 599985.419 ], [ 580951.389, 599976.656 ], [ 580966.303, 599964.948 ], [ 580977.438, 599955.838 ], [ 580989.168, 599946.418 ], [ 580996.777, 599940.701 ], [ 581006.158, 599933.238 ], [ 581017.944, 599923.578 ], [ 581032.425, 599912.396 ], [ 581056.081, 599893.274 ], [ 581070.66, 599881.951 ], [ 581084.781, 599870.715 ], [ 581089.137, 599867.196 ], [ 581101.841, 599856.934 ], [ 581118.784, 599843.295 ], [ 581124.635, 599838.667 ], [ 581143.827, 599823.693 ], [ 581151.964, 599817.345 ], [ 581153.436, 599816.162 ], [ 581153.377, 599816.081 ], [ 581153.358, 599816.055 ], [ 581150.981, 599812.805 ], [ 581146.592, 599806.804 ], [ 581145.919, 599806.258 ], [ 581125.526, 599789.721 ], [ 581124.438, 599788.97 ], [ 581128.027, 599784.645 ], [ 581145.104, 599764.067 ], [ 581147.536, 599761.137 ], [ 581148.029, 599761.706 ], [ 581152.128, 599765.009 ], [ 581158.384, 599768.363 ], [ 581168.131, 599771.224 ], [ 581174.033, 599772.098 ], [ 581183.932, 599770.5 ], [ 581189.568, 599768.863 ], [ 581194.904, 599766.105 ], [ 581208.625, 599754.287 ], [ 581214.318, 599747.737 ], [ 581221.329, 599737.03 ], [ 581225.878, 599728.324 ], [ 581229.186, 599720.502 ], [ 581233.072, 599705.494 ], [ 581235.302, 599694.832 ], [ 581236.426, 599676.565 ], [ 581235.339, 599659.798 ], [ 581233.438, 599648.483 ], [ 581230.057, 599635.565 ], [ 581225.328, 599625.858 ], [ 581223.852, 599623.465 ], [ 581219.648, 599616.653 ], [ 581210.636, 599605.319 ], [ 581203.104, 599596.777 ], [ 581197.184, 599588.595 ], [ 581186.279, 599575.304 ], [ 581175.32, 599561.194 ], [ 581172.622, 599558.272 ], [ 581166.159, 599553.539 ], [ 581163.406, 599557.697 ], [ 581163.282, 599557.596 ], [ 581159.021, 599555.857 ], [ 581152.977, 599566.161 ], [ 581142.906, 599582.468 ], [ 581137.915, 599590.549 ], [ 581126.269, 599610.092 ], [ 581127.971, 599612.423 ], [ 581129.232, 599614.15 ], [ 581126.99, 599615.882 ], [ 581124.851, 599617.816 ], [ 581115.479, 599630.631 ], [ 581114.481, 599629.915 ], [ 581109.874, 599637.669 ], [ 581106.364, 599641.701 ], [ 581105.384, 599641.126 ], [ 581102.747, 599645.106 ], [ 581100.548, 599648.139 ], [ 581097.151, 599652.83 ], [ 581094.586, 599656.371 ], [ 581091.47, 599660.675 ], [ 581086.879, 599667.015 ], [ 581082.382, 599673.225 ], [ 581080.531, 599675.782 ], [ 581077.968, 599679.536 ], [ 581077.012, 599680.935 ], [ 581073.585, 599685.77 ], [ 581069.202, 599691.954 ], [ 581064.86, 599698.079 ], [ 581060.399, 599704.372 ], [ 581056.036, 599710.526 ], [ 581051.585, 599716.807 ], [ 581050.125, 599718.865 ], [ 581047.317, 599722.849 ], [ 581043.393, 599728.419 ], [ 581039.919, 599733.353 ], [ 581033.388, 599742.628 ], [ 581032.231, 599744.271 ], [ 581028.511, 599749.553 ], [ 581023.902, 599756.097 ], [ 581019.979, 599762.563 ], [ 581018.947, 599764.265 ], [ 581010.989, 599759.293 ], [ 581004.971, 599755.53 ], [ 581004.666, 599756.216 ], [ 580994.714, 599749.857 ], [ 580989.883, 599746.769 ], [ 580990.331, 599745.664 ], [ 580982.68, 599741.714 ], [ 580971.346, 599732.552 ], [ 580953.726, 599721.855 ], [ 580949.124, 599718.993 ], [ 580946.295, 599717.117 ], [ 580933.942, 599711.939 ], [ 580933.743, 599716.449 ], [ 580929.678, 599714.35 ], [ 580926.626, 599686.092 ], [ 580927.514, 599669.434 ], [ 580927.964, 599660.99 ], [ 580923.415, 599656.365 ], [ 580919.85, 599623.359 ], [ 580912.991, 599620.189 ], [ 580858.362, 599596.295 ], [ 580858.388, 599595.272 ], [ 580858.025, 599595.108 ], [ 580858.421, 599593.986 ], [ 580861.057, 599490.152 ], [ 580836.987, 599477.082 ], [ 580845.09, 599456.143 ], [ 580856.307, 599427.16 ], [ 580862.592, 599429.688 ], [ 580863.122, 599408.791 ], [ 580843.616, 599409.276 ], [ 580841.087, 599409.339 ], [ 580812.994, 599409.827 ], [ 580791, 599410.254 ], [ 580771.865, 599410.811 ], [ 580754.557, 599411.334 ], [ 580714.804, 599411.384 ], [ 580711.599, 599411.28 ], [ 580705.718, 599411.088 ], [ 580703.918, 599411.132 ], [ 580658.948, 599412.236 ], [ 580639.355, 599412.718 ], [ 580626.926, 599413.144 ], [ 580617.431, 599436.597 ], [ 580607.383, 599463.764 ], [ 580602.384, 599478.883 ], [ 580599.8652, 599477.7838 ], [ 580557.521, 599459.304 ], [ 580540.814, 599451.313 ], [ 580487.658, 599425.748 ], [ 580484.064, 599427.313 ], [ 580475.378, 599423.935 ], [ 580476.734, 599419.877 ], [ 580476.786, 599419.28 ], [ 580524.22, 599367.267 ], [ 580532.021, 599357.55 ], [ 580534.277, 599354.74 ], [ 580551.629, 599333.128 ], [ 580574.951, 599304.975 ], [ 580580.624, 599298.125 ], [ 580588.817, 599288.232 ], [ 580567.842, 599278.432 ], [ 580523.1, 599257.42 ], [ 580495.446, 599244.611 ], [ 580495.632, 599244.048 ], [ 580502.818, 599228.597 ], [ 580516.841, 599196.927 ], [ 580520.505, 599188.715 ], [ 580530.503, 599166.306 ], [ 580547.569, 599127.938 ], [ 580553.573, 599114.439 ], [ 580559.895, 599100.154 ], [ 580576.916, 599061.691 ], [ 580577.807, 599059.711 ], [ 580582.277, 599049.767 ], [ 580598.762, 599012.392 ], [ 580601.507, 599006.168 ], [ 580603.945, 599000.638 ], [ 580606.41, 598995.05 ], [ 580621.331, 598961.556 ], [ 580621.659, 598960.821 ], [ 580625.572, 598943.728 ], [ 580633.01, 598909.739 ], [ 580633.27, 598908.549 ], [ 580633.458, 598908.028 ], [ 580633.879, 598906.857 ], [ 580635.576, 598902.138 ], [ 580640.149, 598888.128 ], [ 580643.356, 598878.153 ], [ 580662.34, 598882.765 ], [ 580709.513, 598893.981 ], [ 580710.051, 598894.109 ], [ 580754.556, 598905.511 ], [ 580757.724, 598906.301 ], [ 580766.676, 598883.027 ], [ 580773.572, 598865.255 ], [ 580776.488, 598856.274 ], [ 580782.212, 598841.119 ], [ 580794, 598809.902 ], [ 580798.731, 598797.731 ], [ 580799.403, 598796.001 ], [ 580754.556, 598785.494 ], [ 580728.113, 598779.33 ], [ 580720.1079, 598813.3024 ], [ 580686.723, 598805.674 ], [ 580675.7561, 598848.3261 ], [ 580606.539, 598830.589 ], [ 580605.278, 598829.602 ], [ 580594.162, 598825.868 ], [ 580590.249, 598824.484 ], [ 580561.882, 598815.454 ], [ 580553.833, 598812.674 ], [ 580563.6, 598784.653 ], [ 580534.67, 598774.523 ], [ 580502.966, 598762.525 ], [ 580504.746, 598757.559 ], [ 580497.301, 598753.159 ], [ 580484.959, 598745.958 ], [ 580475.717, 598728.822 ], [ 580482.808, 598712.819 ], [ 580479.841, 598711.115 ], [ 580477.448, 598710.355 ], [ 580475.819, 598713.843 ], [ 580444.102, 598698.444 ], [ 580448.172, 598645.555 ], [ 580441.873, 598645.364 ], [ 580438.189, 598645.813 ], [ 580422.627, 598646.047 ], [ 580408.245, 598646.171 ], [ 580406.785, 598646.159 ], [ 580400.27, 598645.486 ], [ 580397.891, 598645.367 ], [ 580392.991, 598645.267 ], [ 580385.535, 598644.766 ], [ 580379.959, 598644.261 ], [ 580377.74, 598644.123 ], [ 580371.337, 598644.451 ], [ 580366.46, 598644.091 ], [ 580359.159, 598644.112 ], [ 580358.144, 598643.934 ], [ 580353.992, 598657.529 ], [ 580351.61, 598664.872 ], [ 580341.969, 598682.709 ], [ 580337.381, 598692.103 ], [ 580355.545, 598702.525 ], [ 580360.725, 598707.388 ], [ 580364.836, 598711.042 ], [ 580357.752, 598718.905 ], [ 580335.233, 598743.184 ], [ 580351.265, 598761.575 ], [ 580338.6987, 598772.1686 ], [ 580298.538, 598779.347 ], [ 580296.189, 598755.807 ], [ 580295.865, 598753.864 ], [ 580292.218, 598744.814 ], [ 580288.094, 598740.36 ], [ 580281.642, 598737.893 ], [ 580288.6663, 598689.1368 ], [ 580257.328, 598686.648 ], [ 580256.8612, 598673.2815 ], [ 580254.636, 598609.56 ], [ 580250.492, 598609.757 ], [ 580242.229, 598610.787 ], [ 580231.244, 598612.406 ], [ 580222.459, 598613.934 ], [ 580213.373, 598615.641 ], [ 580201.246, 598618.076 ], [ 580182.693, 598621.869 ], [ 580178.51, 598622.773 ], [ 580175.067, 598623.86 ], [ 580157.83, 598629.791 ], [ 580156.144, 598630.371 ], [ 580144.07, 598634.307 ], [ 580137.543, 598636.563 ], [ 580136.874, 598636.845 ], [ 580128.528, 598640.37 ], [ 580113.185, 598647.152 ], [ 580112.133, 598647.624 ], [ 580111.282, 598648.006 ], [ 580108.56, 598648.716 ], [ 580099.15, 598651.461 ], [ 580087.311, 598654.758 ], [ 580086.02, 598655.034 ], [ 580085.062, 598655.286 ], [ 580084.115, 598655.575 ], [ 580083.49, 598655.789 ], [ 580082.564, 598656.14 ], [ 580081.955, 598656.394 ], [ 580081.054, 598656.805 ], [ 580080.17, 598657.251 ], [ 580079.047, 598658.141 ], [ 580069.897, 598666.573 ], [ 580063.737, 598672.11 ], [ 580061.551, 598673.863 ], [ 580057.663, 598676.148 ], [ 580051.893, 598679.047 ], [ 580040.612, 598684.825 ], [ 580032.999, 598688.417 ], [ 580024.608, 598691.686 ], [ 580013.374, 598695.665 ], [ 580007.961, 598697.554 ], [ 580006.511, 598698.06 ], [ 580003.282, 598699.187 ], [ 579995.655, 598701.34 ], [ 579990.111, 598702.46 ], [ 579978.704, 598704.717 ], [ 579966.176, 598707.012 ], [ 579954.727, 598709.049 ], [ 579949.351, 598707.618 ], [ 579948.946, 598707.51 ], [ 579942.411, 598707.314 ], [ 579936.437, 598708.004 ], [ 579934.161, 598706.499 ], [ 579929.324, 598706.807 ], [ 579914.512, 598710.551 ], [ 579895.7085, 598714.55 ] ] ] ], "type": "MultiPolygon" }, "properties": { "SA_GUID__1": "0ad9190d-7e7c-4402-b99c-1366ce4f8a4a", "adaptive_capacity": -0.4281, "age": -0.7621, "age_middle_to_oldest_old": -0.512, "disability": 0.0466, "early_childhood": -1.0123, "enhanced_exposure": -0.6073, "farmers": -0.4558, "foreign_nationals": -0.3813, "health": -0.1181, "housing_characteristics": -0.2605, "impervious": 0.0726, "income": -0.2574, "info_access_use": 0.3742, "journey_time": 0.4665, "local_knowledge": -0.4792, "low_skilled_employment": 0.2797, "mobile_home": -0.1878, "mobility": -0.5118, "new_residents": -0.5771, "no_car": -0.5118, "no_central_heating": -0.1848, "no_higher_education": -0.6042, "no_internet": 0.0101, "not_volunteers": -0.3412, "one_parent_households": -0.3198, "one_person_households": 0.0979, "physical_access": 0.4665, "physical_environment": -0.2589, "poor_health": -0.2828, "prepare": -0.4827, "primary_school_age": -0.1039, "private_water_supply": -0.3992, "recover": -0.3543, "rented": -0.5759, "respond": -0.2201, "sensitivity": -0.7726, "social_network": -0.1157, "social_vulnerability": -0.6444, "speak_english": 1.7167, "tenure": -0.5759, "three_or_more_children_households": -0.3914, "tree_cover_density": -0.5904, "unemployment": -0.3997, "unoccupied_dwellings": -0.4421, "year_built": -0.0884 }, "type": "Feature" } ], "type": "FeatureCollection" }, "text/html": [ "\n", "\n", "\n", "\t\n", "\t\n", "\n", "\n", "\t\n", "\t\n", "\t\n", "\t\n", "\t\n", "\t\n", "\n", "
A sf: 6 × 47
SA_GUID__1early_childhoodage_middle_to_oldest_oldpoor_healthdisabilityone_parent_householdsthree_or_more_children_householdslow_skilled_employmentfarmersunemploymentgeometryhousing_characteristicsphysical_environmentsensitivitypreparerespondrecoveradaptive_capacityenhanced_exposuresocial_vulnerabilitygeometry
<chr><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><MULTIPOLYGON [m]>
104fa3a14-afbe-4e99-a760-f209f50d156e-0.1751081 0.90022941-0.6374113 1.0354936-0.4338410-1.0229980-1.0620197 0.8259487 1.7070003MULTIPOLYGON (((498746.1 53... 1.17139451-1.90814855 0.49296903 0.06113257-0.05771688 1.23755431 0.2211145-0.86153177-0.1661047MULTIPOLYGON (((498746.1 53...
2056f5166-a6a5-45aa-99c2-bd4e5ecab938 0.8945241 0.09879282-0.1675958-0.5858810-0.3856101-0.4588344 0.2712924-0.5775435 0.3593869MULTIPOLYGON (((545906.9 57... 0.28067781 0.09097864 0.10526478-0.56876794-0.80338394-0.20154873-0.5886800 0.43460072-0.4278078MULTIPOLYGON (((545906.9 57...
306192d69-db1b-49af-b03e-8067305ba789 0.6718825-0.20471071-0.5854947 0.4152686 0.7336784-0.7301653 0.6393685-0.3244177-0.3158771MULTIPOLYGON (((570586.2 61...-0.03881498 0.14975495 0.13032809 0.66595662 0.34384632 0.09718817 0.4813834 0.12972893 0.4712041MULTIPOLYGON (((570586.2 61...
40642d55d-8404-4fcf-8fc0-5e7ce85e11d8 4.2077987-1.21257418-1.2695713-1.5866988-1.2516686-0.6761514-0.8403841-0.5775435-2.1269721MULTIPOLYGON (((566496.6 56... 0.17186172-0.24804621 0.06098647-1.77335609-2.15052250-1.48747349-1.8580879-0.08908721-1.5680132MULTIPOLYGON (((566496.6 56...
508ce1729-2944-4bf4-86f1-0b8c5545ed17 2.6750215-1.22113669-0.4686445-1.5073698 0.4458323 0.6247320 0.7741581-0.2219075-0.4970439MULTIPOLYGON (((548155.2 55...-0.45394071 0.15504147-0.22916032 0.67104277-0.92585359-0.91960294-0.6444084-0.34952125-0.5551767MULTIPOLYGON (((548155.2 55...
60ad9190d-7e7c-4402-b99c-1366ce4f8a4a-1.0122613-0.51202199-0.2827849 0.0466368-0.3198408-0.3913507 0.2796594-0.4558315-0.3996752MULTIPOLYGON (((579895.7 59...-0.26046751-0.25889901-0.77264543-0.48273512-0.22006800-0.35431027-0.4280592-0.60732719-0.6443571MULTIPOLYGON (((579895.7 59...
\n" ], "text/latex": [ "A sf: 6 × 47\n", "\\begin{tabular}{r|lllllllllllllllllllll}\n", " & SA\\_GUID\\_\\_1 & early\\_childhood & age\\_middle\\_to\\_oldest\\_old & poor\\_health & disability & one\\_parent\\_households & three\\_or\\_more\\_children\\_households & low\\_skilled\\_employment & farmers & unemployment & geometry & ⋯ & housing\\_characteristics & physical\\_environment & sensitivity & prepare & respond & recover & adaptive\\_capacity & enhanced\\_exposure & social\\_vulnerability & geometry\\\\\n", " & & & & & & & & & & & ⋯ & & & & & & & & & & \\\\\n", "\\hline\n", "\t1 & 04fa3a14-afbe-4e99-a760-f209f50d156e & -0.1751081 & 0.90022941 & -0.6374113 & 1.0354936 & -0.4338410 & -1.0229980 & -1.0620197 & 0.8259487 & 1.7070003 & MULTIPOLYGON (((498746.1 53... & ⋯ & 1.17139451 & -1.90814855 & 0.49296903 & 0.06113257 & -0.05771688 & 1.23755431 & 0.2211145 & -0.86153177 & -0.1661047 & MULTIPOLYGON (((498746.1 53...\\\\\n", "\t2 & 056f5166-a6a5-45aa-99c2-bd4e5ecab938 & 0.8945241 & 0.09879282 & -0.1675958 & -0.5858810 & -0.3856101 & -0.4588344 & 0.2712924 & -0.5775435 & 0.3593869 & MULTIPOLYGON (((545906.9 57... & ⋯ & 0.28067781 & 0.09097864 & 0.10526478 & -0.56876794 & -0.80338394 & -0.20154873 & -0.5886800 & 0.43460072 & -0.4278078 & MULTIPOLYGON (((545906.9 57...\\\\\n", "\t3 & 06192d69-db1b-49af-b03e-8067305ba789 & 0.6718825 & -0.20471071 & -0.5854947 & 0.4152686 & 0.7336784 & -0.7301653 & 0.6393685 & -0.3244177 & -0.3158771 & MULTIPOLYGON (((570586.2 61... & ⋯ & -0.03881498 & 0.14975495 & 0.13032809 & 0.66595662 & 0.34384632 & 0.09718817 & 0.4813834 & 0.12972893 & 0.4712041 & MULTIPOLYGON (((570586.2 61...\\\\\n", "\t4 & 0642d55d-8404-4fcf-8fc0-5e7ce85e11d8 & 4.2077987 & -1.21257418 & -1.2695713 & -1.5866988 & -1.2516686 & -0.6761514 & -0.8403841 & -0.5775435 & -2.1269721 & MULTIPOLYGON (((566496.6 56... & ⋯ & 0.17186172 & -0.24804621 & 0.06098647 & -1.77335609 & -2.15052250 & -1.48747349 & -1.8580879 & -0.08908721 & -1.5680132 & MULTIPOLYGON (((566496.6 56...\\\\\n", "\t5 & 08ce1729-2944-4bf4-86f1-0b8c5545ed17 & 2.6750215 & -1.22113669 & -0.4686445 & -1.5073698 & 0.4458323 & 0.6247320 & 0.7741581 & -0.2219075 & -0.4970439 & MULTIPOLYGON (((548155.2 55... & ⋯ & -0.45394071 & 0.15504147 & -0.22916032 & 0.67104277 & -0.92585359 & -0.91960294 & -0.6444084 & -0.34952125 & -0.5551767 & MULTIPOLYGON (((548155.2 55...\\\\\n", "\t6 & 0ad9190d-7e7c-4402-b99c-1366ce4f8a4a & -1.0122613 & -0.51202199 & -0.2827849 & 0.0466368 & -0.3198408 & -0.3913507 & 0.2796594 & -0.4558315 & -0.3996752 & MULTIPOLYGON (((579895.7 59... & ⋯ & -0.26046751 & -0.25889901 & -0.77264543 & -0.48273512 & -0.22006800 & -0.35431027 & -0.4280592 & -0.60732719 & -0.6443571 & MULTIPOLYGON (((579895.7 59...\\\\\n", "\\end{tabular}\n" ], "text/markdown": [ "\n", "A sf: 6 × 47\n", "\n", "| | SA_GUID__1 <chr> | early_childhood <dbl> | age_middle_to_oldest_old <dbl> | poor_health <dbl> | disability <dbl> | one_parent_households <dbl> | three_or_more_children_households <dbl> | low_skilled_employment <dbl> | farmers <dbl> | unemployment <dbl> | geometry ⋯ | ⋯ <dbl> | housing_characteristics <dbl> | physical_environment <dbl> | sensitivity <dbl> | prepare <dbl> | respond <dbl> | recover <dbl> | adaptive_capacity <dbl> | enhanced_exposure <dbl> | social_vulnerability <MULTIPOLYGON [m]> | geometry <chr> |\n", "|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n", "| 1 | 04fa3a14-afbe-4e99-a760-f209f50d156e | -0.1751081 | 0.90022941 | -0.6374113 | 1.0354936 | -0.4338410 | -1.0229980 | -1.0620197 | 0.8259487 | 1.7070003 | MULTIPOLYGON (((498746.1 53... | ⋯ | 1.17139451 | -1.90814855 | 0.49296903 | 0.06113257 | -0.05771688 | 1.23755431 | 0.2211145 | -0.86153177 | -0.1661047 | MULTIPOLYGON (((498746.1 53... |\n", "| 2 | 056f5166-a6a5-45aa-99c2-bd4e5ecab938 | 0.8945241 | 0.09879282 | -0.1675958 | -0.5858810 | -0.3856101 | -0.4588344 | 0.2712924 | -0.5775435 | 0.3593869 | MULTIPOLYGON (((545906.9 57... | ⋯ | 0.28067781 | 0.09097864 | 0.10526478 | -0.56876794 | -0.80338394 | -0.20154873 | -0.5886800 | 0.43460072 | -0.4278078 | MULTIPOLYGON (((545906.9 57... |\n", "| 3 | 06192d69-db1b-49af-b03e-8067305ba789 | 0.6718825 | -0.20471071 | -0.5854947 | 0.4152686 | 0.7336784 | -0.7301653 | 0.6393685 | -0.3244177 | -0.3158771 | MULTIPOLYGON (((570586.2 61... | ⋯ | -0.03881498 | 0.14975495 | 0.13032809 | 0.66595662 | 0.34384632 | 0.09718817 | 0.4813834 | 0.12972893 | 0.4712041 | MULTIPOLYGON (((570586.2 61... |\n", "| 4 | 0642d55d-8404-4fcf-8fc0-5e7ce85e11d8 | 4.2077987 | -1.21257418 | -1.2695713 | -1.5866988 | -1.2516686 | -0.6761514 | -0.8403841 | -0.5775435 | -2.1269721 | MULTIPOLYGON (((566496.6 56... | ⋯ | 0.17186172 | -0.24804621 | 0.06098647 | -1.77335609 | -2.15052250 | -1.48747349 | -1.8580879 | -0.08908721 | -1.5680132 | MULTIPOLYGON (((566496.6 56... |\n", "| 5 | 08ce1729-2944-4bf4-86f1-0b8c5545ed17 | 2.6750215 | -1.22113669 | -0.4686445 | -1.5073698 | 0.4458323 | 0.6247320 | 0.7741581 | -0.2219075 | -0.4970439 | MULTIPOLYGON (((548155.2 55... | ⋯ | -0.45394071 | 0.15504147 | -0.22916032 | 0.67104277 | -0.92585359 | -0.91960294 | -0.6444084 | -0.34952125 | -0.5551767 | MULTIPOLYGON (((548155.2 55... |\n", "| 6 | 0ad9190d-7e7c-4402-b99c-1366ce4f8a4a | -1.0122613 | -0.51202199 | -0.2827849 | 0.0466368 | -0.3198408 | -0.3913507 | 0.2796594 | -0.4558315 | -0.3996752 | MULTIPOLYGON (((579895.7 59... | ⋯ | -0.26046751 | -0.25889901 | -0.77264543 | -0.48273512 | -0.22006800 | -0.35431027 | -0.4280592 | -0.60732719 | -0.6443571 | MULTIPOLYGON (((579895.7 59... |\n", "\n" ], "text/plain": [ " SA_GUID__1 early_childhood age_middle_to_oldest_old\n", "1 04fa3a14-afbe-4e99-a760-f209f50d156e -0.1751081 0.90022941 \n", "2 056f5166-a6a5-45aa-99c2-bd4e5ecab938 0.8945241 0.09879282 \n", "3 06192d69-db1b-49af-b03e-8067305ba789 0.6718825 -0.20471071 \n", "4 0642d55d-8404-4fcf-8fc0-5e7ce85e11d8 4.2077987 -1.21257418 \n", "5 08ce1729-2944-4bf4-86f1-0b8c5545ed17 2.6750215 -1.22113669 \n", "6 0ad9190d-7e7c-4402-b99c-1366ce4f8a4a -1.0122613 -0.51202199 \n", " poor_health disability one_parent_households\n", "1 -0.6374113 1.0354936 -0.4338410 \n", "2 -0.1675958 -0.5858810 -0.3856101 \n", "3 -0.5854947 0.4152686 0.7336784 \n", "4 -1.2695713 -1.5866988 -1.2516686 \n", "5 -0.4686445 -1.5073698 0.4458323 \n", "6 -0.2827849 0.0466368 -0.3198408 \n", " three_or_more_children_households low_skilled_employment farmers \n", "1 -1.0229980 -1.0620197 0.8259487\n", "2 -0.4588344 0.2712924 -0.5775435\n", "3 -0.7301653 0.6393685 -0.3244177\n", "4 -0.6761514 -0.8403841 -0.5775435\n", "5 0.6247320 0.7741581 -0.2219075\n", "6 -0.3913507 0.2796594 -0.4558315\n", " unemployment geometry ⋯ housing_characteristics\n", "1 1.7070003 MULTIPOLYGON (((498746.1 53... ⋯ 1.17139451 \n", "2 0.3593869 MULTIPOLYGON (((545906.9 57... ⋯ 0.28067781 \n", "3 -0.3158771 MULTIPOLYGON (((570586.2 61... ⋯ -0.03881498 \n", "4 -2.1269721 MULTIPOLYGON (((566496.6 56... ⋯ 0.17186172 \n", "5 -0.4970439 MULTIPOLYGON (((548155.2 55... ⋯ -0.45394071 \n", "6 -0.3996752 MULTIPOLYGON (((579895.7 59... ⋯ -0.26046751 \n", " physical_environment sensitivity prepare respond recover \n", "1 -1.90814855 0.49296903 0.06113257 -0.05771688 1.23755431\n", "2 0.09097864 0.10526478 -0.56876794 -0.80338394 -0.20154873\n", "3 0.14975495 0.13032809 0.66595662 0.34384632 0.09718817\n", "4 -0.24804621 0.06098647 -1.77335609 -2.15052250 -1.48747349\n", "5 0.15504147 -0.22916032 0.67104277 -0.92585359 -0.91960294\n", "6 -0.25889901 -0.77264543 -0.48273512 -0.22006800 -0.35431027\n", " adaptive_capacity enhanced_exposure social_vulnerability\n", "1 0.2211145 -0.86153177 -0.1661047 \n", "2 -0.5886800 0.43460072 -0.4278078 \n", "3 0.4813834 0.12972893 0.4712041 \n", "4 -1.8580879 -0.08908721 -1.5680132 \n", "5 -0.6444084 -0.34952125 -0.5551767 \n", "6 -0.4280592 -0.60732719 -0.6443571 \n", " geometry \n", "1 MULTIPOLYGON (((498746.1 53...\n", "2 MULTIPOLYGON (((545906.9 57...\n", "3 MULTIPOLYGON (((570586.2 61...\n", "4 MULTIPOLYGON (((566496.6 56...\n", "5 MULTIPOLYGON (((548155.2 55...\n", "6 MULTIPOLYGON (((579895.7 59..." ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# Merge the Social Vulnerability Index data and the census areas\n", "merged_data <- merge(st_drop_geometry(svi_input), st_drop_geometry(census_areas), by = GUID)\n", "\n", "# Filter Cork data (Cork city and suburbs code is \"17\", the rest of county Cork code is \"18\")\n", "merged_data_cork <- merged_data %>% filter(COUNTY_COD == \"17\" | COUNTY_COD == \"18\")\n", "merged_data_cork_ids <- merged_data_cork[,GUID]\n", "\n", "svi_output_cork <- svi_input %>% filter(!!as.symbol(GUID) %in% merged_data_cork_ids)\n", "nrow(svi_output_cork)\n", "head(svi_output_cork)" ] }, { "cell_type": "markdown", "id": "d3c661af-fee0-4b75-84df-8b82f0d0e8dd", "metadata": {}, "source": [ "# Export" ] }, { "cell_type": "code", "execution_count": 6, "id": "b6cd2e54-d479-4b3a-b534-3e9c77ff2582", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Deleting source `../../3_outputs/Ireland/2022/Cork/social_vulnerability_index_cork_2022.geojson' using driver `GeoJSON'\n", "Writing layer `social_vulnerability_index_cork_2022' to data source \n", " `../../3_outputs/Ireland/2022/Cork/social_vulnerability_index_cork_2022.geojson' using driver `GeoJSON'\n", "Writing 2206 features with 46 fields and geometry type Multi Polygon.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Warning message in abbreviate_shapefile_names(obj):\n", "“Field names abbreviated for ESRI Shapefile driver”\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Deleting layer `social_vulnerability_index_cork_2022' using driver `ESRI Shapefile'\n", "Writing layer `social_vulnerability_index_cork_2022' to data source \n", " `../../3_outputs/Ireland/2022/Cork/social_vulnerability_index_cork_2022.shp' using driver `ESRI Shapefile'\n", "Writing 2206 features with 46 fields and geometry type Multi Polygon.\n" ] } ], "source": [ "# CSV\n", "write.csv(st_drop_geometry(svi_output_cork), file.path(output_dir, \"social_vulnerability_index_cork_2022.csv\"), row.names = FALSE)\n", "\n", "# GeoJSON\n", "st_write(svi_output_cork, file.path(output_dir, \"social_vulnerability_index_cork_2022.geojson\"), delete_dsn=TRUE)\n", "\n", "# Shapefile\n", "st_write(svi_output_cork, file.path(output_dir, \"social_vulnerability_index_cork_2022.shp\"), append = FALSE)" ] }, { "cell_type": "markdown", "id": "fd3ac13a-60d8-43a1-a522-dfe14b76a423", "metadata": {}, "source": [ "**END**" ] } ], "metadata": { "kernelspec": { "display_name": "R", "language": "R", "name": "ir" }, "language_info": { "codemirror_mode": "r", "file_extension": ".r", "mimetype": "text/x-r-source", "name": "R", "pygments_lexer": "r", "version": "4.3.3" } }, "nbformat": 4, "nbformat_minor": 5 }