perfect-postcode/analyses/bank_postcode_boundaries.ipynb
2026-02-15 22:39:54 +00:00

1217 lines
3.1 MiB

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Postcode Boundary Quality — Bank Station (1km radius)\n",
"\n",
"Compares postcode boundaries **before** and **after** greenspace/water subtraction."
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2026-02-10T21:00:00.764910Z",
"iopub.status.busy": "2026-02-10T21:00:00.764845Z",
"iopub.status.idle": "2026-02-10T21:00:04.849684Z",
"shell.execute_reply": "2026-02-10T21:00:04.849373Z"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Without greenspace: 1239 postcodes\n",
"With greenspace: 1239 postcodes\n"
]
}
],
"source": [
"import json\n",
"from pathlib import Path\n",
"\n",
"import folium\n",
"from folium.plugins import SideBySideLayers\n",
"\n",
"DATA = Path(\"/tmp/bank_test\")\n",
"\n",
"with open(DATA / \"bank_no_greenspace.geojson\") as f:\n",
" no_green = json.load(f)\n",
"with open(DATA / \"bank_with_greenspace.geojson\") as f:\n",
" with_green = json.load(f)\n",
"\n",
"print(f\"Without greenspace: {len(no_green['features'])} postcodes\")\n",
"print(f\"With greenspace: {len(with_green['features'])} postcodes\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Side-by-side comparison\n",
"\n",
"Drag the slider left/right to compare. **Left** = original, **Right** = greenspace subtracted."
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"execution": {
"iopub.execute_input": "2026-02-10T21:00:04.879270Z",
"iopub.status.busy": "2026-02-10T21:00:04.879058Z",
"iopub.status.idle": "2026-02-10T21:00:05.027225Z",
"shell.execute_reply": "2026-02-10T21:00:05.026811Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"<div style=\"width:100%;\"><div style=\"position:relative;width:100%;height:0;padding-bottom:60%;\"><span style=\"color:#565656\">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc=\"&lt;!DOCTYPE html&gt;\n",
"&lt;html&gt;\n",
"&lt;head&gt;\n",
" \n",
" &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;\n",
" &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;\n",
" &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;\n",
" &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;\n",
" &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;\n",
" \n",
" &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,\n",
" initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;\n",
" &lt;style&gt;\n",
" #map_3d3ffd5822a435ea69039f38fc9f0b4f {\n",
" position: relative;\n",
" width: 100.0%;\n",
" height: 100.0%;\n",
" left: 0.0%;\n",
" top: 0.0%;\n",
" }\n",
" .leaflet-container { font-size: 1rem; }\n",
" &lt;/style&gt;\n",
"\n",
" &lt;style&gt;html, body {\n",
" width: 100%;\n",
" height: 100%;\n",
" margin: 0;\n",
" padding: 0;\n",
" }\n",
" &lt;/style&gt;\n",
"\n",
" &lt;style&gt;#map {\n",
" position:absolute;\n",
" top:0;\n",
" bottom:0;\n",
" right:0;\n",
" left:0;\n",
" }\n",
" &lt;/style&gt;\n",
"\n",
" &lt;script&gt;\n",
" L_NO_TOUCH = false;\n",
" L_DISABLE_3D = false;\n",
" &lt;/script&gt;\n",
"\n",
" \n",
" \n",
" &lt;style&gt;\n",
" .foliumtooltip {\n",
" \n",
" }\n",
" .foliumtooltip table{\n",
" margin: auto;\n",
" }\n",
" .foliumtooltip tr{\n",
" text-align: left;\n",
" }\n",
" .foliumtooltip th{\n",
" padding: 2px; padding-right: 8px;\n",
" }\n",
" &lt;/style&gt;\n",
" \n",
" \n",
" &lt;style&gt;\n",
" .foliumtooltip {\n",
" \n",
" }\n",
" .foliumtooltip table{\n",
" margin: auto;\n",
" }\n",
" .foliumtooltip tr{\n",
" text-align: left;\n",
" }\n",
" .foliumtooltip th{\n",
" padding: 2px; padding-right: 8px;\n",
" }\n",
" &lt;/style&gt;\n",
" \n",
" &lt;script src=&quot;https://cdn.jsdelivr.net/gh/digidem/leaflet-side-by-side@2.0.0/leaflet-side-by-side.min.js&quot;&gt;&lt;/script&gt;\n",
"&lt;/head&gt;\n",
"&lt;body&gt;\n",
" \n",
" \n",
" &lt;div class=&quot;folium-map&quot; id=&quot;map_3d3ffd5822a435ea69039f38fc9f0b4f&quot; &gt;&lt;/div&gt;\n",
" \n",
"&lt;/body&gt;\n",
"&lt;script&gt;\n",
" \n",
" \n",
" var map_3d3ffd5822a435ea69039f38fc9f0b4f = L.map(\n",
" &quot;map_3d3ffd5822a435ea69039f38fc9f0b4f&quot;,\n",
" {\n",
" center: [51.5133, -0.0886],\n",
" crs: L.CRS.EPSG3857,\n",
" ...{\n",
" &quot;zoom&quot;: 15,\n",
" &quot;zoomControl&quot;: true,\n",
" &quot;preferCanvas&quot;: false,\n",
"}\n",
"\n",
" }\n",
" );\n",
"\n",
" \n",
"\n",
" \n",
" \n",
" var tile_layer_cbc9f374d1b3c31043c615a76eeb88b3 = L.tileLayer(\n",
" &quot;https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png&quot;,\n",
" {\n",
" &quot;minZoom&quot;: 0,\n",
" &quot;maxZoom&quot;: 20,\n",
" &quot;maxNativeZoom&quot;: 20,\n",
" &quot;noWrap&quot;: false,\n",
" &quot;attribution&quot;: &quot;\\u0026copy; \\u003ca href=\\&quot;https://www.openstreetmap.org/copyright\\&quot;\\u003eOpenStreetMap\\u003c/a\\u003e contributors \\u0026copy; \\u003ca href=\\&quot;https://carto.com/attributions\\&quot;\\u003eCARTO\\u003c/a\\u003e&quot;,\n",
" &quot;subdomains&quot;: &quot;abcd&quot;,\n",
" &quot;detectRetina&quot;: false,\n",
" &quot;tms&quot;: false,\n",
" &quot;opacity&quot;: 1,\n",
"}\n",
"\n",
" );\n",
" \n",
" \n",
" tile_layer_cbc9f374d1b3c31043c615a76eeb88b3.addTo(map_3d3ffd5822a435ea69039f38fc9f0b4f);\n",
" \n",
" \n",
" var feature_group_818553276a00f0c04daad344b8c9c6e3 = L.featureGroup(\n",
" {\n",
"}\n",
" );\n",
" \n",
" \n",
" function geo_json_ffaea7e013d2c9680ecf70b4100a8c7e_styler(feature) {\n",
" switch(feature.properties.postcode) {\n",
" default:\n",
" return {&quot;color&quot;: &quot;#3388ff&quot;, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.3, &quot;weight&quot;: 1};\n",
" }\n",
" }\n",
"\n",
" function geo_json_ffaea7e013d2c9680ecf70b4100a8c7e_onEachFeature(feature, layer) {\n",
"\n",
" layer.on({\n",
" });\n",
" };\n",
" var geo_json_ffaea7e013d2c9680ecf70b4100a8c7e = L.geoJson(null, {\n",
" onEachFeature: geo_json_ffaea7e013d2c9680ecf70b4100a8c7e_onEachFeature,\n",
" \n",
" style: geo_json_ffaea7e013d2c9680ecf70b4100a8c7e_styler,\n",
" ...{\n",
"}\n",
" });\n",
"\n",
" function geo_json_ffaea7e013d2c9680ecf70b4100a8c7e_add (data) {\n",
" geo_json_ffaea7e013d2c9680ecf70b4100a8c7e\n",
" .addData(data);\n",
" }\n",
" geo_json_ffaea7e013d2c9680ecf70b4100a8c7e_add({&quot;features&quot;: [{&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077888, 51.518201], [-0.07778, 51.518409], [-0.077452, 51.518563], [-0.077386, 51.518572], [-0.077316, 51.518627], [-0.077305, 51.518664], [-0.077231, 51.518658], [-0.077186, 51.51867], [-0.077151, 51.518759], [-0.077068, 51.518743], [-0.07715, 51.51838], [-0.077141, 51.518349], [-0.077794, 51.518043], [-0.077888, 51.518201]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2024, &quot;postcode&quot;: &quot;E1 6AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078366, 51.518829], [-0.07884, 51.518815], [-0.078859, 51.518871], [-0.078845, 51.518883], [-0.078998, 51.518873], [-0.078996, 51.518884], [-0.078113, 51.518965], [-0.078067, 51.5188], [-0.078162, 51.518777], [-0.078158, 51.518875], [-0.078371, 51.518874], [-0.078366, 51.518829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 598, &quot;postcode&quot;: &quot;E1 6AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079222, 51.520918], [-0.079187, 51.521014], [-0.079203, 51.52105], [-0.079084, 51.521226], [-0.07905, 51.521235], [-0.078832, 51.521217], [-0.078735, 51.521275], [-0.078721, 51.521303], [-0.078599, 51.521366], [-0.078522, 51.521371], [-0.078745, 51.520749], [-0.078947, 51.520858], [-0.079009, 51.520875], [-0.079046, 51.520916], [-0.079105, 51.520924], [-0.079155, 51.520908], [-0.079222, 51.520918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1713, &quot;postcode&quot;: &quot;E1 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077151, 51.518759], [-0.077141, 51.518807], [-0.076875, 51.518839], [-0.076892, 51.51877], [-0.077058, 51.518786], [-0.077066, 51.518753], [-0.077151, 51.518759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 104, &quot;postcode&quot;: &quot;E1 6GN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077215, 51.518314], [-0.077156, 51.518356], [-0.077086, 51.518664], [-0.077147, 51.518757], [-0.077091, 51.518761], [-0.077058, 51.518786], [-0.076928, 51.518779], [-0.07689, 51.518798], [-0.076875, 51.518839], [-0.076706, 51.518859], [-0.076369, 51.518284], [-0.076628, 51.518171], [-0.077023, 51.518231], [-0.077215, 51.518314]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2849, &quot;postcode&quot;: &quot;E1 6HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075148, 51.515284], [-0.07582, 51.515731], [-0.076301, 51.515396], [-0.076395, 51.515413], [-0.075824, 51.515829], [-0.075119, 51.515306], [-0.075148, 51.515284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 693, &quot;postcode&quot;: &quot;E1 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076076, 51.517669], [-0.076116, 51.517639], [-0.076136, 51.517665], [-0.076076, 51.517669]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;E1 7AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076009, 51.515875], [-0.076009, 51.515875], [-0.075993, 51.515863], [-0.076009, 51.515875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;E1 7AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078765, 51.51545], [-0.078618, 51.515555], [-0.078509, 51.515496], [-0.078552, 51.515512], [-0.0786, 51.515509], [-0.078722, 51.515426], [-0.078765, 51.51545]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 67, &quot;postcode&quot;: &quot;E1 7AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077626, 51.515626], [-0.077088, 51.515355], [-0.077122, 51.515323], [-0.077167, 51.515349], [-0.077225, 51.515357], [-0.077309, 51.515317], [-0.07729, 51.515342], [-0.077299, 51.515371], [-0.077626, 51.515571], [-0.077626, 51.515626]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 258, &quot;postcode&quot;: &quot;E1 7BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075139, 51.51528], [-0.07511, 51.5153], [-0.074415, 51.514784], [-0.074408, 51.514744], [-0.074204, 51.514603], [-0.074211, 51.514583], [-0.074467, 51.51475], [-0.074527, 51.514756], [-0.074693, 51.514718], [-0.074863, 51.514844], [-0.074752, 51.514908], [-0.074743, 51.51495], [-0.074954, 51.515163], [-0.07502, 51.515197], [-0.075072, 51.515204], [-0.075076, 51.515239], [-0.075139, 51.51528]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 667, &quot;postcode&quot;: &quot;E1 7BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077334, 51.515472], [-0.077287, 51.51559], [-0.077229, 51.515603], [-0.07699, 51.51546], [-0.076996, 51.515425], [-0.077035, 51.515388], [-0.077022, 51.515351], [-0.076878, 51.515256], [-0.076806, 51.515228], [-0.076763, 51.515232], [-0.076721, 51.515257], [-0.076675, 51.515241], [-0.07662, 51.51525], [-0.076395, 51.515413], [-0.076408, 51.515321], [-0.076544, 51.515212], [-0.07653, 51.515179], [-0.076441, 51.515124], [-0.076611, 51.514884], [-0.076832, 51.514896], [-0.076936, 51.514941], [-0.076989, 51.514943], [-0.076903, 51.515021], [-0.076928, 51.515071], [-0.076871, 51.515122], [-0.076872, 51.515155], [-0.077096, 51.515299], [-0.077131, 51.515374], [-0.077334, 51.515472]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1661, &quot;postcode&quot;: &quot;E1 7BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077491, 51.517409], [-0.077433, 51.517403], [-0.077145, 51.516936], [-0.076927, 51.51665], [-0.076842, 51.51658], [-0.076521, 51.516518], [-0.076046, 51.516028], [-0.07604, 51.515941], [-0.075851, 51.51581], [-0.07588, 51.515788], [-0.076524, 51.516233], [-0.076869, 51.516546], [-0.076942, 51.516554], [-0.07704, 51.516508], [-0.077116, 51.516541], [-0.076996, 51.516633], [-0.076986, 51.516672], [-0.077168, 51.516885], [-0.077491, 51.517409]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1683, &quot;postcode&quot;: &quot;E1 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077957, 51.515829], [-0.077945, 51.51596], [-0.077888, 51.515945], [-0.077838, 51.515958], [-0.077349, 51.516352], [-0.07728, 51.516396], [-0.077198, 51.516382], [-0.077766, 51.515911], [-0.07775, 51.515879], [-0.077675, 51.515847], [-0.077695, 51.515713], [-0.077671, 51.51568], [-0.077619, 51.515667], [-0.077516, 51.515681], [-0.077428, 51.515722], [-0.077229, 51.515603], [-0.077292, 51.515575], [-0.077329, 51.515469], [-0.077939, 51.515769], [-0.077957, 51.515829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1187, &quot;postcode&quot;: &quot;E1 7DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079029, 51.515759], [-0.078943, 51.515846], [-0.078882, 51.515819], [-0.078815, 51.51583], [-0.078603, 51.51602], [-0.078577, 51.515908], [-0.078842, 51.515706], [-0.078935, 51.515677], [-0.078967, 51.515701], [-0.078975, 51.515739], [-0.079029, 51.515759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 379, &quot;postcode&quot;: &quot;E1 7DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076059, 51.515952], [-0.07605, 51.515967], [-0.076032, 51.515934], [-0.076059, 51.515952]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;E1 7EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077062, 51.515377], [-0.076996, 51.515425], [-0.077021, 51.515438], [-0.07699, 51.51546], [-0.077229, 51.515603], [-0.076733, 51.515719], [-0.076901, 51.515997], [-0.077428, 51.515722], [-0.077569, 51.515806], [-0.077728, 51.515868], [-0.077804, 51.5158], [-0.077864, 51.515832], [-0.07702, 51.516523], [-0.076889, 51.516571], [-0.076523, 51.516232], [-0.07588, 51.515788], [-0.076664, 51.515216], [-0.076721, 51.515257], [-0.076785, 51.515211], [-0.077062, 51.515377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8809, &quot;postcode&quot;: &quot;E1 7EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077703, 51.515661], [-0.077695, 51.515683], [-0.077675, 51.515847], [-0.077569, 51.515806], [-0.077428, 51.515722], [-0.077505, 51.515682], [-0.077703, 51.515661]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 231, &quot;postcode&quot;: &quot;E1 7ED&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077428, 51.515722], [-0.076901, 51.515997], [-0.076733, 51.515719], [-0.077229, 51.515603], [-0.077428, 51.515722]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1060, &quot;postcode&quot;: &quot;E1 7EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075148, 51.515284], [-0.075119, 51.515306], [-0.075103, 51.515261], [-0.075018, 51.5152], [-0.075083, 51.515193], [-0.075107, 51.515255], [-0.075148, 51.515284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 27, &quot;postcode&quot;: &quot;E1 7EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077287, 51.517309], [-0.077069, 51.517102], [-0.076998, 51.517105], [-0.076958, 51.517122], [-0.076946, 51.517156], [-0.076972, 51.517188], [-0.076807, 51.517227], [-0.076766, 51.517158], [-0.076735, 51.51714], [-0.076595, 51.517157], [-0.076373, 51.516843], [-0.076608, 51.516775], [-0.076681, 51.516731], [-0.07669, 51.516696], [-0.076628, 51.516659], [-0.076532, 51.516678], [-0.07632, 51.516477], [-0.07645, 51.516444], [-0.076529, 51.516513], [-0.077019, 51.51662], [-0.076966, 51.516666], [-0.076966, 51.516696], [-0.077353, 51.517262], [-0.077287, 51.517309]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2915, &quot;postcode&quot;: &quot;E1 7EZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078427, 51.518116], [-0.078623, 51.518134], [-0.078619, 51.518271], [-0.078415, 51.518275], [-0.078422, 51.518312], [-0.078239, 51.518327], [-0.078253, 51.51823], [-0.078171, 51.518226], [-0.077937, 51.518336], [-0.077895, 51.518188], [-0.077837, 51.518105], [-0.078427, 51.518116]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 963, &quot;postcode&quot;: &quot;E1 7HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077134, 51.517904], [-0.076921, 51.518044], [-0.076873, 51.517883], [-0.0771, 51.517887], [-0.077134, 51.517904]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 171, &quot;postcode&quot;: &quot;E1 7HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077662, 51.517827], [-0.077646, 51.517858], [-0.077516, 51.517896], [-0.077525, 51.51796], [-0.076989, 51.518044], [-0.07697, 51.518012], [-0.07752, 51.517649], [-0.077577, 51.517668], [-0.077662, 51.517827]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 902, &quot;postcode&quot;: &quot;E1 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076015, 51.517507], [-0.076329, 51.517412], [-0.07628, 51.517348], [-0.07674, 51.517243], [-0.076879, 51.517436], [-0.077067, 51.517396], [-0.077048, 51.517364], [-0.077233, 51.517327], [-0.077346, 51.517489], [-0.077454, 51.51757], [-0.077501, 51.517662], [-0.077134, 51.517904], [-0.0771, 51.517887], [-0.076875, 51.517889], [-0.076827, 51.517729], [-0.07607, 51.517716], [-0.076047, 51.517687], [-0.076076, 51.517669], [-0.076136, 51.517665], [-0.076015, 51.517507]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4280, &quot;postcode&quot;: &quot;E1 7HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079458, 51.518373], [-0.079452, 51.518409], [-0.079191, 51.51842], [-0.078237, 51.518531], [-0.078092, 51.518596], [-0.078011, 51.518594], [-0.077937, 51.518336], [-0.078171, 51.518226], [-0.078253, 51.51823], [-0.078239, 51.518327], [-0.078183, 51.518343], [-0.078164, 51.518375], [-0.078216, 51.518441], [-0.07827, 51.51846], [-0.079193, 51.51837], [-0.079458, 51.518373]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1114, &quot;postcode&quot;: &quot;E1 7HW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079582, 51.518108], [-0.079508, 51.518235], [-0.079239, 51.518203], [-0.079199, 51.518219], [-0.079182, 51.51825], [-0.079114, 51.518262], [-0.079087, 51.518302], [-0.078971, 51.518297], [-0.078966, 51.518257], [-0.0789, 51.518232], [-0.078897, 51.518182], [-0.078848, 51.518154], [-0.078756, 51.518146], [-0.078712, 51.518157], [-0.078688, 51.518183], [-0.078678, 51.518264], [-0.078619, 51.518271], [-0.078621, 51.518167], [-0.078574, 51.518132], [-0.07836, 51.518112], [-0.077837, 51.518105], [-0.077722, 51.517939], [-0.077433, 51.517403], [-0.077491, 51.517409], [-0.07782, 51.517591], [-0.07792, 51.517625], [-0.078138, 51.51765], [-0.078198, 51.517636], [-0.078269, 51.51764], [-0.07826, 51.517727], [-0.078291, 51.517767], [-0.07873, 51.517846], [-0.078715, 51.517944], [-0.078856, 51.518011], [-0.079025, 51.518051], [-0.07952, 51.518116], [-0.079582, 51.518108]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4664, &quot;postcode&quot;: &quot;E1 7HY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079455, 51.516968], [-0.079337, 51.5171], [-0.079008, 51.516984], [-0.078927, 51.516999], [-0.078664, 51.517389], [-0.078546, 51.517366], [-0.078486, 51.517401], [-0.078436, 51.517567], [-0.078468, 51.517589], [-0.078586, 51.517619], [-0.078641, 51.517619], [-0.078664, 51.517636], [-0.078348, 51.517784], [-0.078281, 51.517773], [-0.078195, 51.517659], [-0.077883, 51.517621], [-0.077848, 51.5176], [-0.077801, 51.517596], [-0.077778, 51.517563], [-0.077488, 51.51741], [-0.077371, 51.517396], [-0.077287, 51.517309], [-0.077353, 51.517262], [-0.077406, 51.517348], [-0.077519, 51.517412], [-0.078172, 51.517483], [-0.078226, 51.517475], [-0.07903, 51.516479], [-0.079254, 51.516548], [-0.079152, 51.516691], [-0.079078, 51.51672], [-0.079016, 51.516803], [-0.07902, 51.516839], [-0.079056, 51.51686], [-0.079455, 51.516968]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4085, &quot;postcode&quot;: &quot;E1 7JF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078961, 51.517861], [-0.078929, 51.51803], [-0.07876, 51.517972], [-0.078768, 51.517948], [-0.078961, 51.517861]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 143, &quot;postcode&quot;: &quot;E1 7JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07583, 51.517269], [-0.075888, 51.517344], [-0.075811, 51.517378], [-0.075741, 51.517286], [-0.07583, 51.517269]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 66, &quot;postcode&quot;: &quot;E1 7LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076764, 51.516769], [-0.076684, 51.516754], [-0.076247, 51.516877], [-0.076281, 51.516751], [-0.07618, 51.516588], [-0.076363, 51.516516], [-0.076517, 51.516657], [-0.076569, 51.516666], [-0.076645, 51.516647], [-0.076764, 51.516769]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 748, &quot;postcode&quot;: &quot;E1 7LB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076807, 51.517227], [-0.076506, 51.517297], [-0.076498, 51.51725], [-0.076408, 51.517215], [-0.076196, 51.517258], [-0.076197, 51.517091], [-0.076169, 51.517033], [-0.07622, 51.516999], [-0.076223, 51.516966], [-0.076162, 51.51689], [-0.076104, 51.516871], [-0.076052, 51.516873], [-0.075931, 51.516686], [-0.07593, 51.516651], [-0.075894, 51.516629], [-0.07582, 51.516512], [-0.075946, 51.516473], [-0.075962, 51.516519], [-0.07592, 51.516543], [-0.075912, 51.516573], [-0.075948, 51.516623], [-0.075996, 51.516638], [-0.076314, 51.516525], [-0.076322, 51.516533], [-0.076222, 51.516572], [-0.0762, 51.516599], [-0.076222, 51.51667], [-0.076292, 51.516745], [-0.076276, 51.516822], [-0.076316, 51.516845], [-0.076373, 51.516843], [-0.076494, 51.517007], [-0.07658, 51.517015], [-0.076532, 51.517059], [-0.07658, 51.51713], [-0.076638, 51.517145], [-0.076715, 51.51713], [-0.076795, 51.517195], [-0.076807, 51.517227]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1805, &quot;postcode&quot;: &quot;E1 7LE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077067, 51.517396], [-0.076879, 51.517436], [-0.07674, 51.517243], [-0.077101, 51.517157], [-0.077141, 51.517167], [-0.077235, 51.517326], [-0.077048, 51.517364], [-0.077067, 51.517396]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 622, &quot;postcode&quot;: &quot;E1 7LF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077007, 51.517103], [-0.076944, 51.517138], [-0.076872, 51.517098], [-0.076973, 51.517071], [-0.077007, 51.517103]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;E1 7LG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077794, 51.518043], [-0.077272, 51.518287], [-0.077215, 51.518261], [-0.077149, 51.518278], [-0.077023, 51.518231], [-0.077097, 51.518176], [-0.077081, 51.518031], [-0.077307, 51.517996], [-0.077374, 51.518047], [-0.077434, 51.518057], [-0.077673, 51.518031], [-0.077707, 51.518009], [-0.077711, 51.517978], [-0.077743, 51.517969], [-0.077794, 51.518043]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 917, &quot;postcode&quot;: &quot;E1 7LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075741, 51.517286], [-0.07553, 51.517011], [-0.07587, 51.516923], [-0.075905, 51.516975], [-0.075987, 51.516951], [-0.07601, 51.516958], [-0.076072, 51.51706], [-0.076169, 51.517051], [-0.0762, 51.517088], [-0.076189, 51.517247], [-0.076179, 51.517234], [-0.075861, 51.517308], [-0.07583, 51.517269], [-0.075741, 51.517286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1260, &quot;postcode&quot;: &quot;E1 7LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079244, 51.518415], [-0.079151, 51.51844], [-0.079149, 51.518506], [-0.078883, 51.518532], [-0.078856, 51.518562], [-0.078867, 51.518618], [-0.078843, 51.518583], [-0.078791, 51.518571], [-0.078323, 51.518626], [-0.078285, 51.518668], [-0.078219, 51.518668], [-0.078179, 51.518685], [-0.078162, 51.518777], [-0.078067, 51.5188], [-0.078009, 51.518594], [-0.078105, 51.51859], [-0.078153, 51.518552], [-0.078208, 51.518534], [-0.078513, 51.5185], [-0.078551, 51.518521], [-0.078598, 51.518524], [-0.078709, 51.518476], [-0.079244, 51.518415]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 925, &quot;postcode&quot;: &quot;E1 7LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076521, 51.517258], [-0.076506, 51.517297], [-0.076322, 51.517347], [-0.076308, 51.517376], [-0.076329, 51.517412], [-0.076052, 51.517501], [-0.076041, 51.517539], [-0.076116, 51.517639], [-0.076047, 51.517687], [-0.075811, 51.517378], [-0.075862, 51.517349], [-0.075861, 51.517308], [-0.076179, 51.517234], [-0.076241, 51.517247], [-0.076402, 51.51721], [-0.076521, 51.517258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1032, &quot;postcode&quot;: &quot;E1 7LQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079195, 51.51837], [-0.078855, 51.518405], [-0.078818, 51.51843], [-0.078819, 51.518463], [-0.078647, 51.518506], [-0.07858, 51.518546], [-0.078466, 51.518449], [-0.078236, 51.518464], [-0.078126, 51.518344], [-0.078369, 51.518312], [-0.078415, 51.518275], [-0.078646, 51.518265], [-0.07868, 51.518238], [-0.078695, 51.518139], [-0.07891, 51.51816], [-0.078913, 51.518209], [-0.078983, 51.518237], [-0.078997, 51.518276], [-0.079038, 51.518292], [-0.079094, 51.518285], [-0.079167, 51.518297], [-0.079195, 51.51837]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1476, &quot;postcode&quot;: &quot;E1 7LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077723, 51.518278], [-0.07742, 51.518421], [-0.077382, 51.518393], [-0.077663, 51.518262], [-0.077723, 51.518278]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 101, &quot;postcode&quot;: &quot;E1 7NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076117, 51.516317], [-0.076053, 51.516353], [-0.076067, 51.516406], [-0.076, 51.516444], [-0.075926, 51.51641], [-0.075846, 51.516428], [-0.075763, 51.51635], [-0.075808, 51.516318], [-0.076038, 51.516243], [-0.076117, 51.516317]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 298, &quot;postcode&quot;: &quot;E1 7PN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075801, 51.516087], [-0.075733, 51.515987], [-0.075692, 51.516], [-0.075672, 51.515969], [-0.075699, 51.515961], [-0.075759, 51.515984], [-0.075799, 51.515973], [-0.075833, 51.516026], [-0.075815, 51.516031], [-0.075832, 51.516068], [-0.075801, 51.516087]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 56, &quot;postcode&quot;: &quot;E1 7QD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075946, 51.516473], [-0.076067, 51.516406], [-0.07612, 51.516406], [-0.076328, 51.516325], [-0.07645, 51.516444], [-0.07632, 51.516477], [-0.076363, 51.516516], [-0.07624, 51.516551], [-0.075931, 51.516686], [-0.075894, 51.516629], [-0.07593, 51.516598], [-0.075902, 51.516553], [-0.075962, 51.516519], [-0.075946, 51.516473]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 699, &quot;postcode&quot;: &quot;E1 7TB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076243, 51.516359], [-0.07612, 51.516406], [-0.076036, 51.516412], [-0.075946, 51.516473], [-0.075819, 51.516512], [-0.075692, 51.516315], [-0.075629, 51.516251], [-0.075661, 51.516241], [-0.075728, 51.516315], [-0.075823, 51.516328], [-0.075794, 51.516373], [-0.075847, 51.51641], [-0.075992, 51.516393], [-0.076084, 51.516321], [-0.076068, 51.516273], [-0.076011, 51.51626], [-0.075955, 51.516276], [-0.075963, 51.516245], [-0.076114, 51.516244], [-0.076158, 51.516231], [-0.076221, 51.516284], [-0.076211, 51.516319], [-0.076243, 51.516359]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 423, &quot;postcode&quot;: &quot;E1 7TF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075692, 51.516], [-0.075652, 51.516012], [-0.075733, 51.515987], [-0.075749, 51.516001], [-0.075812, 51.516111], [-0.075669, 51.516189], [-0.075684, 51.516209], [-0.075609, 51.516231], [-0.075448, 51.516072], [-0.075507, 51.516055], [-0.075448, 51.516072], [-0.07542, 51.516045], [-0.075672, 51.515969], [-0.075692, 51.516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 437, &quot;postcode&quot;: &quot;E1 7TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074482, 51.514212], [-0.074415, 51.514229], [-0.074273, 51.514019], [-0.074218, 51.513995], [-0.074167, 51.514002], [-0.073916, 51.514097], [-0.073886, 51.514137], [-0.073797, 51.514155], [-0.073447, 51.513548], [-0.073522, 51.513517], [-0.073813, 51.513473], [-0.073818, 51.513504], [-0.073859, 51.513527], [-0.074032, 51.513512], [-0.074151, 51.513554], [-0.074254, 51.51357], [-0.074253, 51.513675], [-0.074358, 51.513794], [-0.074308, 51.513835], [-0.074403, 51.514003], [-0.074372, 51.514023], [-0.074366, 51.514054], [-0.074482, 51.514212]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3146, &quot;postcode&quot;: &quot;E1 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075096, 51.51398], [-0.074944, 51.514032], [-0.074908, 51.513989], [-0.074934, 51.513938], [-0.074895, 51.513909], [-0.074786, 51.513921], [-0.074708, 51.513905], [-0.074584, 51.513929], [-0.074552, 51.513953], [-0.074549, 51.513979], [-0.07467, 51.514131], [-0.074541, 51.514173], [-0.074329, 51.513883], [-0.07426, 51.513851], [-0.074256, 51.513819], [-0.074311, 51.5138], [-0.074327, 51.513771], [-0.07425, 51.513673], [-0.074237, 51.513576], [-0.074027, 51.513512], [-0.07378, 51.513547], [-0.073813, 51.513473], [-0.074106, 51.513418], [-0.074133, 51.513318], [-0.074094, 51.513282], [-0.074896, 51.512953], [-0.074947, 51.513072], [-0.074925, 51.513096], [-0.074928, 51.513142], [-0.074878, 51.513155], [-0.074855, 51.513182], [-0.07488, 51.513284], [-0.074874, 51.513364], [-0.074997, 51.513724], [-0.074991, 51.513759], [-0.075024, 51.513806], [-0.074993, 51.513854], [-0.075096, 51.51398]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5244, &quot;postcode&quot;: &quot;E1 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.072927, 51.511303], [-0.072929, 51.511327], [-0.073156, 51.511321], [-0.073088, 51.511362], [-0.073038, 51.511365], [-0.073113, 51.511777], [-0.073342, 51.511759], [-0.073357, 51.511822], [-0.07319, 51.511837], [-0.073251, 51.512181], [-0.073452, 51.512161], [-0.073373, 51.5122], [-0.07313, 51.512219], [-0.072902, 51.511313], [-0.072927, 51.511303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 981, &quot;postcode&quot;: &quot;E1 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.073326, 51.512586], [-0.073191, 51.512571], [-0.07313, 51.51222], [-0.073264, 51.512211], [-0.073326, 51.512586]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 391, &quot;postcode&quot;: &quot;E1 8AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075109, 51.511191], [-0.075036, 51.511182], [-0.074763, 51.511237], [-0.074638, 51.511207], [-0.074592, 51.511227], [-0.074575, 51.511265], [-0.074386, 51.511274], [-0.074228, 51.511319], [-0.073993, 51.511326], [-0.073927, 51.511302], [-0.072929, 51.511327], [-0.072912, 51.510996], [-0.073045, 51.510986], [-0.073073, 51.510962], [-0.073076, 51.510923], [-0.07325, 51.51091], [-0.073524, 51.510706], [-0.073827, 51.510903], [-0.073988, 51.510905], [-0.074029, 51.51087], [-0.074042, 51.510584], [-0.074171, 51.510587], [-0.074258, 51.510645], [-0.074334, 51.510782], [-0.074366, 51.510804], [-0.074632, 51.51084], [-0.074896, 51.510943], [-0.074951, 51.510935], [-0.075015, 51.510887], [-0.075109, 51.511191]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7475, &quot;postcode&quot;: &quot;E1 8AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.073951, 51.514229], [-0.074003, 51.514262], [-0.074042, 51.514247], [-0.074092, 51.514308], [-0.074165, 51.514283], [-0.07418, 51.514316], [-0.074122, 51.514335], [-0.074213, 51.514566], [-0.074311, 51.514528], [-0.074278, 51.514626], [-0.074219, 51.514583], [-0.074203, 51.514602], [-0.074266, 51.514648], [-0.074256, 51.514666], [-0.073969, 51.514453], [-0.073797, 51.514155], [-0.073886, 51.514137], [-0.073951, 51.514229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 633, &quot;postcode&quot;: &quot;E1 8AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.072983, 51.511094], [-0.072921, 51.511127], [-0.072927, 51.511303], [-0.072902, 51.511313], [-0.072764, 51.510803], [-0.07274, 51.510183], [-0.072772, 51.510212], [-0.072973, 51.510993], [-0.072936, 51.511042], [-0.072983, 51.511094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 885, &quot;postcode&quot;: &quot;E1 8BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074659, 51.512433], [-0.074573, 51.512447], [-0.074539, 51.512468], [-0.074554, 51.512584], [-0.074276, 51.512617], [-0.074244, 51.512645], [-0.074252, 51.512695], [-0.073327, 51.512587], [-0.073264, 51.51221], [-0.073372, 51.512199], [-0.07345, 51.512168], [-0.073532, 51.512184], [-0.073835, 51.512161], [-0.073871, 51.512141], [-0.073892, 51.512092], [-0.073994, 51.512076], [-0.074026, 51.512038], [-0.07409, 51.512067], [-0.074277, 51.512052], [-0.074307, 51.512095], [-0.074353, 51.512112], [-0.074557, 51.512094], [-0.074615, 51.512195], [-0.074659, 51.512433]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5049, &quot;postcode&quot;: &quot;E1 8BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.073993, 51.511326], [-0.074417, 51.511313], [-0.074423, 51.51135], [-0.074369, 51.511352], [-0.074408, 51.511635], [-0.073656, 51.511706], [-0.073654, 51.511724], [-0.073565, 51.51173], [-0.073572, 51.511765], [-0.073362, 51.511757], [-0.073383, 51.511748], [-0.073113, 51.511777], [-0.073038, 51.511365], [-0.073088, 51.511362], [-0.073137, 51.511328], [-0.073214, 51.511312], [-0.07399, 51.511301], [-0.073993, 51.511326]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4026, &quot;postcode&quot;: &quot;E1 8BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075207, 51.511567], [-0.074955, 51.511588], [-0.074903, 51.51162], [-0.074866, 51.511596], [-0.074844, 51.51149], [-0.074979, 51.511478], [-0.075042, 51.511499], [-0.075189, 51.511487], [-0.075207, 51.511567]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 252, &quot;postcode&quot;: &quot;E1 8BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075231, 51.511592], [-0.075238, 51.511701], [-0.07521, 51.511669], [-0.075156, 51.51166], [-0.07396, 51.511761], [-0.073923, 51.511787], [-0.073921, 51.511826], [-0.073944, 51.511882], [-0.074, 51.511902], [-0.074033, 51.512074], [-0.073906, 51.512096], [-0.073867, 51.51216], [-0.073521, 51.512185], [-0.073424, 51.512165], [-0.073251, 51.512181], [-0.07319, 51.511837], [-0.073318, 51.51182], [-0.073345, 51.511794], [-0.073343, 51.511759], [-0.073506, 51.511762], [-0.073567, 51.51173], [-0.074414, 51.511672], [-0.075231, 51.511592]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2985, &quot;postcode&quot;: &quot;E1 8RB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098718, 51.515914], [-0.098657, 51.516418], [-0.098671, 51.516672], [-0.097858, 51.5166], [-0.097959, 51.516473], [-0.098492, 51.516205], [-0.098558, 51.516138], [-0.098685, 51.51592], [-0.098718, 51.515914]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2114, &quot;postcode&quot;: &quot;EC1A 1HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097688, 51.520681], [-0.097638, 51.52071], [-0.097556, 51.520916], [-0.097541, 51.520901], [-0.097578, 51.520717], [-0.097688, 51.520681]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 61, &quot;postcode&quot;: &quot;EC1A 4AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097921, 51.516051], [-0.098118, 51.516076], [-0.097959, 51.516473], [-0.097858, 51.5166], [-0.098274, 51.516637], [-0.098053, 51.516784], [-0.097874, 51.516791], [-0.09789, 51.516875], [-0.097419, 51.51681], [-0.097439, 51.516663], [-0.097406, 51.516622], [-0.097379, 51.516624], [-0.097365, 51.516654], [-0.097384, 51.516781], [-0.097032, 51.516812], [-0.097038, 51.516795], [-0.097003, 51.516791], [-0.09703, 51.516707], [-0.097001, 51.516703], [-0.097006, 51.516678], [-0.097038, 51.516682], [-0.097224, 51.516135], [-0.09727, 51.516124], [-0.097588, 51.516144], [-0.097614, 51.51612], [-0.097921, 51.516051]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5063, &quot;postcode&quot;: &quot;EC1A 4AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097983, 51.515537], [-0.09792, 51.516054], [-0.097614, 51.51612], [-0.097389, 51.516052], [-0.097273, 51.516069], [-0.097081, 51.516302], [-0.097057, 51.516424], [-0.096996, 51.51643], [-0.096959, 51.516469], [-0.096835, 51.516446], [-0.096815, 51.516394], [-0.096483, 51.516258], [-0.096511, 51.51623], [-0.096736, 51.516317], [-0.096816, 51.516324], [-0.096925, 51.516305], [-0.096978, 51.516264], [-0.097063, 51.515775], [-0.096997, 51.51568], [-0.097009, 51.515629], [-0.097062, 51.515623], [-0.097095, 51.515594], [-0.097116, 51.515469], [-0.097053, 51.515431], [-0.097093, 51.51526], [-0.097151, 51.51524], [-0.097167, 51.515194], [-0.097148, 51.515162], [-0.0971, 51.515148], [-0.097076, 51.515084], [-0.097192, 51.515142], [-0.097215, 51.515187], [-0.097314, 51.515203], [-0.097983, 51.515537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5957, &quot;postcode&quot;: &quot;EC1A 4EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097439, 51.516663], [-0.097419, 51.51681], [-0.0973, 51.516893], [-0.097093, 51.516879], [-0.096973, 51.516839], [-0.097039, 51.516519], [-0.096995, 51.516476], [-0.096886, 51.516456], [-0.096832, 51.516467], [-0.096761, 51.516598], [-0.096367, 51.516621], [-0.096395, 51.516579], [-0.09645, 51.516555], [-0.096468, 51.516473], [-0.096504, 51.516455], [-0.09657, 51.516367], [-0.09682, 51.516444], [-0.096916, 51.516459], [-0.096963, 51.516448], [-0.096997, 51.516409], [-0.097044, 51.516397], [-0.097066, 51.516372], [-0.09713, 51.516403], [-0.097015, 51.516752], [-0.097028, 51.516788], [-0.09709, 51.516808], [-0.097332, 51.516788], [-0.097378, 51.516754], [-0.097379, 51.516624], [-0.097406, 51.516622], [-0.097439, 51.516663]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1061, &quot;postcode&quot;: &quot;EC1A 4ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09702, 51.517064], [-0.096981, 51.517108], [-0.096984, 51.517429], [-0.096914, 51.517399], [-0.096812, 51.517432], [-0.096753, 51.51743], [-0.096745, 51.517145], [-0.096786, 51.5169], [-0.096761, 51.516598], [-0.096816, 51.516472], [-0.09681, 51.516441], [-0.097046, 51.516486], [-0.096942, 51.516927], [-0.096951, 51.51703], [-0.09702, 51.517064]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1629, &quot;postcode&quot;: &quot;EC1A 4HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096786, 51.5169], [-0.096745, 51.517145], [-0.096125, 51.517061], [-0.096204, 51.516903], [-0.096472, 51.516888], [-0.096786, 51.5169]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 998, &quot;postcode&quot;: &quot;EC1A 4HJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097702, 51.518966], [-0.097318, 51.519001], [-0.097282, 51.519032], [-0.097285, 51.519121], [-0.097281, 51.519045], [-0.09726, 51.519018], [-0.097216, 51.519006], [-0.097103, 51.519013], [-0.097129, 51.518587], [-0.097205, 51.518557], [-0.097195, 51.518465], [-0.097161, 51.518432], [-0.097104, 51.518427], [-0.097084, 51.518242], [-0.097035, 51.518226], [-0.096882, 51.518235], [-0.096845, 51.518119], [-0.0968, 51.518105], [-0.096679, 51.51811], [-0.096839, 51.518091], [-0.09686, 51.518063], [-0.096849, 51.517998], [-0.097036, 51.518004], [-0.097056, 51.518076], [-0.097155, 51.518111], [-0.097351, 51.518097], [-0.097358, 51.5182], [-0.097174, 51.518216], [-0.097129, 51.518243], [-0.097143, 51.51836], [-0.097187, 51.518391], [-0.097456, 51.51836], [-0.097487, 51.518329], [-0.097552, 51.51831], [-0.097567, 51.518276], [-0.097623, 51.518258], [-0.097634, 51.518202], [-0.097702, 51.518966]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3322, &quot;postcode&quot;: &quot;EC1A 4HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097494, 51.518359], [-0.097152, 51.518403], [-0.097133, 51.518319], [-0.09715, 51.518317], [-0.097132, 51.518219], [-0.097145, 51.51829], [-0.097083, 51.5183], [-0.097135, 51.51862], [-0.096657, 51.518556], [-0.096609, 51.518402], [-0.096621, 51.518391], [-0.096645, 51.51839], [-0.096649, 51.51842], [-0.096918, 51.518409], [-0.096882, 51.518235], [-0.097071, 51.518223], [-0.097063, 51.518172], [-0.097135, 51.518181], [-0.097145, 51.518217], [-0.097358, 51.5182], [-0.097348, 51.518163], [-0.097369, 51.518161], [-0.097344, 51.518072], [-0.097512, 51.518074], [-0.097579, 51.518319], [-0.097487, 51.518329], [-0.097494, 51.518359]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1691, &quot;postcode&quot;: &quot;EC1A 4HU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098575, 51.519733], [-0.09857, 51.519807], [-0.098523, 51.519848], [-0.098228, 51.51993], [-0.098162, 51.519944], [-0.098091, 51.519936], [-0.097915, 51.519999], [-0.097493, 51.520083], [-0.097404, 51.519827], [-0.097297, 51.519372], [-0.09728, 51.519001], [-0.097702, 51.518966], [-0.097764, 51.519665], [-0.097867, 51.519891], [-0.097937, 51.519901], [-0.098575, 51.519733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3986, &quot;postcode&quot;: &quot;EC1A 4HY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098555, 51.520044], [-0.098538, 51.520313], [-0.097978, 51.520317], [-0.097861, 51.520393], [-0.097895, 51.52048], [-0.097709, 51.520489], [-0.097663, 51.520514], [-0.097684, 51.520612], [-0.097737, 51.52063], [-0.097831, 51.520618], [-0.097841, 51.520655], [-0.09767, 51.520686], [-0.097574, 51.520742], [-0.097522, 51.521001], [-0.097292, 51.521583], [-0.097385, 51.521218], [-0.09747, 51.520572], [-0.09735, 51.520252], [-0.097316, 51.520226], [-0.097249, 51.52022], [-0.096872, 51.520283], [-0.096514, 51.520255], [-0.09651, 51.520241], [-0.096688, 51.520055], [-0.097175, 51.520081], [-0.097257, 51.520061], [-0.097286, 51.520036], [-0.097232, 51.519838], [-0.097142, 51.519628], [-0.097116, 51.519519], [-0.097139, 51.519491], [-0.097128, 51.519437], [-0.097091, 51.519405], [-0.097076, 51.519338], [-0.097103, 51.519013], [-0.097279, 51.519001], [-0.097298, 51.519373], [-0.097404, 51.519827], [-0.097492, 51.520055], [-0.097554, 51.520071], [-0.097766, 51.520032], [-0.097829, 51.520052], [-0.09804, 51.520032], [-0.098065, 51.520059], [-0.09811, 51.52007], [-0.098555, 51.520044]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6641, &quot;postcode&quot;: &quot;EC1A 4JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096905, 51.520931], [-0.096828, 51.520801], [-0.096905, 51.520931], [-0.096905, 51.520931]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1A 4JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096759, 51.520275], [-0.096797, 51.520278], [-0.096872, 51.520283], [-0.096802, 51.520296], [-0.096759, 51.520275]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC1A 4JP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097677, 51.52062], [-0.097678, 51.520626], [-0.097647, 51.520497], [-0.097677, 51.52062]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1A 4JQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096959, 51.518596], [-0.097135, 51.518621], [-0.097076, 51.519336], [-0.096959, 51.518596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 461, &quot;postcode&quot;: &quot;EC1A 4LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101162, 51.516216], [-0.10117, 51.516218], [-0.101162, 51.516216], [-0.101162, 51.516216]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1A 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101597, 51.516198], [-0.101583, 51.516246], [-0.099934, 51.516715], [-0.099912, 51.516676], [-0.099861, 51.51666], [-0.098855, 51.516688], [-0.098671, 51.516672], [-0.098657, 51.51642], [-0.098718, 51.515973], [-0.099273, 51.516008], [-0.099343, 51.515984], [-0.099882, 51.516005], [-0.099937, 51.515968], [-0.099902, 51.515849], [-0.099926, 51.51578], [-0.099989, 51.515754], [-0.100062, 51.515745], [-0.100298, 51.515806], [-0.10033, 51.515834], [-0.10045, 51.515867], [-0.100489, 51.515906], [-0.101597, 51.516198]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13188, &quot;postcode&quot;: &quot;EC1A 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100524, 51.51591], [-0.100458, 51.515898], [-0.100404, 51.515854], [-0.100422, 51.515838], [-0.100462, 51.515849], [-0.100471, 51.515888], [-0.100524, 51.51591]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC1A 7AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099989, 51.515754], [-0.099972, 51.515781], [-0.099921, 51.515804], [-0.099906, 51.515839], [-0.099951, 51.51601], [-0.099402, 51.515986], [-0.099338, 51.516011], [-0.098727, 51.515973], [-0.098696, 51.515926], [-0.098572, 51.515867], [-0.0987, 51.515689], [-0.098744, 51.515591], [-0.098773, 51.515587], [-0.098748, 51.515684], [-0.098797, 51.515714], [-0.098999, 51.51572], [-0.099035, 51.515699], [-0.099055, 51.515648], [-0.099063, 51.515684], [-0.099111, 51.515705], [-0.099413, 51.515723], [-0.099469, 51.515708], [-0.099485, 51.515666], [-0.099426, 51.515616], [-0.099177, 51.515544], [-0.099248, 51.515558], [-0.0993, 51.51554], [-0.099428, 51.515576], [-0.099527, 51.51564], [-0.099989, 51.515754]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3000, &quot;postcode&quot;: &quot;EC1A 7BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098917, 51.518276], [-0.098853, 51.518255], [-0.098798, 51.518259], [-0.098573, 51.518381], [-0.098514, 51.518399], [-0.098399, 51.518481], [-0.098334, 51.518468], [-0.098131, 51.518322], [-0.098217, 51.518273], [-0.098259, 51.51821], [-0.098231, 51.518137], [-0.098311, 51.518093], [-0.098327, 51.518064], [-0.098454, 51.517998], [-0.098465, 51.517956], [-0.098511, 51.51793], [-0.098592, 51.517932], [-0.098879, 51.518064], [-0.098917, 51.518276]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1881, &quot;postcode&quot;: &quot;EC1A 7BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099367, 51.518538], [-0.099155, 51.518723], [-0.099087, 51.51872], [-0.098889, 51.518807], [-0.098729, 51.518833], [-0.098694, 51.518862], [-0.098704, 51.518904], [-0.098642, 51.519005], [-0.098567, 51.518975], [-0.098474, 51.518976], [-0.098203, 51.518791], [-0.09847, 51.518615], [-0.098472, 51.518561], [-0.098376, 51.518495], [-0.098488, 51.518429], [-0.098551, 51.518417], [-0.098573, 51.518381], [-0.098846, 51.518231], [-0.098917, 51.51829], [-0.098621, 51.51837], [-0.098595, 51.518405], [-0.098617, 51.518437], [-0.099367, 51.518538]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2709, &quot;postcode&quot;: &quot;EC1A 7BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099749, 51.516768], [-0.099669, 51.51745], [-0.099215, 51.517725], [-0.099162, 51.517656], [-0.098907, 51.517488], [-0.0988, 51.517381], [-0.098752, 51.517224], [-0.098686, 51.516674], [-0.099749, 51.516768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6293, &quot;postcode&quot;: &quot;EC1A 7BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098506, 51.51858], [-0.098488, 51.518608], [-0.098203, 51.518791], [-0.098146, 51.518745], [-0.098169, 51.518598], [-0.09825, 51.518574], [-0.098305, 51.518487], [-0.098334, 51.518468], [-0.098399, 51.518481], [-0.098408, 51.518516], [-0.098506, 51.51858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 447, &quot;postcode&quot;: &quot;EC1A 7BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09919, 51.518704], [-0.09907, 51.518806], [-0.098983, 51.518756], [-0.099121, 51.5187], [-0.09919, 51.518704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 68, &quot;postcode&quot;: &quot;EC1A 7BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099397, 51.518102], [-0.099275, 51.518067], [-0.099253, 51.518046], [-0.099336, 51.517967], [-0.099401, 51.518007], [-0.099486, 51.518005], [-0.099404, 51.518074], [-0.099397, 51.518102]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 117, &quot;postcode&quot;: &quot;EC1A 7BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098949, 51.517945], [-0.098879, 51.518064], [-0.09881, 51.51804], [-0.098748, 51.518054], [-0.098717, 51.51799], [-0.09856, 51.517931], [-0.098511, 51.517947], [-0.098494, 51.517977], [-0.098347, 51.518074], [-0.09833, 51.518016], [-0.098166, 51.517894], [-0.098187, 51.517853], [-0.098081, 51.517634], [-0.098184, 51.517593], [-0.098295, 51.51753], [-0.098315, 51.517504], [-0.098522, 51.517403], [-0.098609, 51.517422], [-0.098627, 51.517472], [-0.098853, 51.517631], [-0.098942, 51.517667], [-0.098917, 51.517764], [-0.098931, 51.517793], [-0.098904, 51.517847], [-0.098914, 51.517908], [-0.098949, 51.517945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2834, &quot;postcode&quot;: &quot;EC1A 7BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099336, 51.517967], [-0.098917, 51.518206], [-0.098881, 51.518149], [-0.098879, 51.518064], [-0.098973, 51.517981], [-0.098899, 51.517896], [-0.098942, 51.517667], [-0.099009, 51.517722], [-0.099077, 51.517734], [-0.099084, 51.517784], [-0.099336, 51.517967]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 909, &quot;postcode&quot;: &quot;EC1A 7BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098686, 51.516674], [-0.098703, 51.516933], [-0.098677, 51.516753], [-0.098475, 51.516769], [-0.098494, 51.516883], [-0.098466, 51.516919], [-0.097913, 51.517003], [-0.097874, 51.516791], [-0.098053, 51.516784], [-0.098274, 51.516637], [-0.098686, 51.516674]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1323, &quot;postcode&quot;: &quot;EC1A 7BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098326, 51.515366], [-0.098599, 51.515426], [-0.098601, 51.515447], [-0.098326, 51.515366]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC1A 7BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097541, 51.51521], [-0.097643, 51.515193], [-0.097753, 51.515202], [-0.098633, 51.515457], [-0.098691, 51.515488], [-0.09873, 51.515539], [-0.098729, 51.515639], [-0.098572, 51.515867], [-0.098685, 51.51592], [-0.098556, 51.516141], [-0.09849, 51.516207], [-0.097959, 51.516473], [-0.098118, 51.516076], [-0.097921, 51.516051], [-0.097983, 51.515537], [-0.097438, 51.515265], [-0.097541, 51.51521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5519, &quot;postcode&quot;: &quot;EC1A 7BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098639, 51.51748], [-0.098558, 51.517426], [-0.098496, 51.517422], [-0.09815, 51.517612], [-0.098083, 51.517633], [-0.09805, 51.517579], [-0.097986, 51.517565], [-0.097598, 51.517677], [-0.097087, 51.517971], [-0.097039, 51.517795], [-0.096979, 51.517397], [-0.09697, 51.517126], [-0.097005, 51.517059], [-0.097243, 51.517064], [-0.097288, 51.517052], [-0.097311, 51.51702], [-0.0973, 51.516893], [-0.097419, 51.51681], [-0.09789, 51.516875], [-0.09791, 51.516966], [-0.097964, 51.516992], [-0.098435, 51.516926], [-0.098447, 51.517004], [-0.098534, 51.517085], [-0.098571, 51.517153], [-0.098595, 51.517405], [-0.098639, 51.51748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8775, &quot;postcode&quot;: &quot;EC1A 7BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099213, 51.517732], [-0.099169, 51.517759], [-0.098931, 51.517793], [-0.098969, 51.517711], [-0.098961, 51.51768], [-0.098876, 51.517648], [-0.098641, 51.517481], [-0.098595, 51.517418], [-0.098522, 51.517403], [-0.098584, 51.517371], [-0.098585, 51.517283], [-0.098568, 51.517148], [-0.098498, 51.517044], [-0.098445, 51.517021], [-0.098435, 51.516926], [-0.098492, 51.516887], [-0.098475, 51.516769], [-0.098677, 51.516753], [-0.098756, 51.517249], [-0.098813, 51.517432], [-0.098855, 51.517477], [-0.098933, 51.517507], [-0.099071, 51.517601], [-0.099213, 51.517732]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1707, &quot;postcode&quot;: &quot;EC1A 7DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098334, 51.518468], [-0.098253, 51.518574], [-0.098186, 51.518601], [-0.098164, 51.518629], [-0.098152, 51.518737], [-0.098252, 51.518847], [-0.098184, 51.518866], [-0.097974, 51.519005], [-0.097927, 51.519004], [-0.097914, 51.518973], [-0.097874, 51.518956], [-0.097702, 51.518966], [-0.097588, 51.51768], [-0.098043, 51.517546], [-0.098195, 51.517912], [-0.098341, 51.518024], [-0.098336, 51.51808], [-0.098248, 51.518142], [-0.098292, 51.518199], [-0.098258, 51.518222], [-0.098254, 51.518253], [-0.098162, 51.518323], [-0.098182, 51.518356], [-0.098283, 51.518405], [-0.098334, 51.518468]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5941, &quot;postcode&quot;: &quot;EC1A 7ES&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098348, 51.518888], [-0.098328, 51.518928], [-0.098257, 51.518881], [-0.098402, 51.518977], [-0.098325, 51.519009], [-0.098347, 51.519028], [-0.09816, 51.519113], [-0.098155, 51.519133], [-0.098141, 51.519119], [-0.098033, 51.519156], [-0.098049, 51.51917], [-0.098033, 51.519156], [-0.098006, 51.51912], [-0.097838, 51.519167], [-0.097747, 51.519045], [-0.097771, 51.519023], [-0.097947, 51.518992], [-0.098162, 51.518889], [-0.098149, 51.518879], [-0.098176, 51.518864], [-0.098252, 51.518847], [-0.098348, 51.518888]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 820, &quot;postcode&quot;: &quot;EC1A 7HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098469, 51.519029], [-0.098391, 51.519065], [-0.098376, 51.519109], [-0.098327, 51.519136], [-0.098342, 51.51919], [-0.098151, 51.519265], [-0.098033, 51.519156], [-0.098313, 51.519042], [-0.098363, 51.518974], [-0.098328, 51.518928], [-0.098348, 51.518888], [-0.098423, 51.51894], [-0.098425, 51.518988], [-0.098469, 51.519029]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 400, &quot;postcode&quot;: &quot;EC1A 7HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098758, 51.518813], [-0.098776, 51.5188], [-0.098815, 51.518824], [-0.098855, 51.518801], [-0.098824, 51.518777], [-0.098843, 51.518768], [-0.098889, 51.518807], [-0.098983, 51.518756], [-0.09907, 51.518806], [-0.098996, 51.51887], [-0.098774, 51.518835], [-0.098758, 51.518813]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 139, &quot;postcode&quot;: &quot;EC1A 7HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098642, 51.519005], [-0.098482, 51.51904], [-0.098421, 51.518991], [-0.098423, 51.51894], [-0.098481, 51.518969], [-0.098544, 51.518961], [-0.098642, 51.519005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 83, &quot;postcode&quot;: &quot;EC1A 7HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098736, 51.51906], [-0.098617, 51.519134], [-0.098555, 51.519099], [-0.09867, 51.519031], [-0.098736, 51.51906]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 63, &quot;postcode&quot;: &quot;EC1A 7HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098151, 51.519265], [-0.098571, 51.519102], [-0.098617, 51.519134], [-0.097763, 51.519665], [-0.097702, 51.518966], [-0.098047, 51.518938], [-0.097947, 51.518992], [-0.097743, 51.519027], [-0.097747, 51.519045], [-0.097838, 51.519167], [-0.098006, 51.51912], [-0.098151, 51.519265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1778, &quot;postcode&quot;: &quot;EC1A 7HU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098995, 51.51887], [-0.098873, 51.518974], [-0.098736, 51.519059], [-0.098693, 51.519045], [-0.098645, 51.519049], [-0.098562, 51.519105], [-0.098342, 51.51919], [-0.098289, 51.519146], [-0.098341, 51.519122], [-0.098352, 51.519078], [-0.098395, 51.519059], [-0.098469, 51.51903], [-0.098516, 51.519032], [-0.098639, 51.519001], [-0.098774, 51.518835], [-0.098995, 51.51887]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 545, &quot;postcode&quot;: &quot;EC1A 7JN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098162, 51.519944], [-0.098523, 51.519848], [-0.098508, 51.519826], [-0.09857, 51.519807], [-0.098575, 51.519733], [-0.098555, 51.520058], [-0.098555, 51.520044], [-0.098048, 51.520073], [-0.098041, 51.520032], [-0.097872, 51.520041], [-0.097875, 51.520064], [-0.097757, 51.52007], [-0.097773, 51.52003], [-0.097916, 51.519999], [-0.097925, 51.519985], [-0.098148, 51.519919], [-0.098162, 51.519944]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 759, &quot;postcode&quot;: &quot;EC1A 9HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097719, 51.520635], [-0.097678, 51.520624], [-0.097646, 51.520496], [-0.097895, 51.52048], [-0.097885, 51.520459], [-0.097936, 51.520454], [-0.097959, 51.52051], [-0.098091, 51.52049], [-0.09812, 51.520575], [-0.098073, 51.520592], [-0.09813, 51.520584], [-0.098166, 51.5206], [-0.097841, 51.520655], [-0.097831, 51.520618], [-0.097719, 51.520635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 497, &quot;postcode&quot;: &quot;EC1M 6AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098139, 51.520314], [-0.097931, 51.520324], [-0.09793, 51.520314], [-0.097932, 51.520314], [-0.098139, 51.520314]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC1M 6EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09812, 51.520575], [-0.098091, 51.52049], [-0.097959, 51.52051], [-0.097936, 51.520454], [-0.097885, 51.520459], [-0.09787, 51.520428], [-0.09784, 51.520428], [-0.097828, 51.520374], [-0.097934, 51.520354], [-0.097931, 51.520324], [-0.098368, 51.520313], [-0.098406, 51.520383], [-0.098381, 51.520337], [-0.098411, 51.520313], [-0.098538, 51.520313], [-0.098524, 51.520538], [-0.098166, 51.5206], [-0.09812, 51.520575]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1139, &quot;postcode&quot;: &quot;EC1M 6EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088701, 51.520949], [-0.088676, 51.521423], [-0.08772, 51.521202], [-0.087794, 51.520857], [-0.088701, 51.520949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3023, &quot;postcode&quot;: &quot;EC1V 2PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095375, 51.521342], [-0.095381, 51.521391], [-0.094619, 51.521442], [-0.094703, 51.521399], [-0.095273, 51.521356], [-0.095297, 51.521333], [-0.095284, 51.521302], [-0.095375, 51.521342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 246, &quot;postcode&quot;: &quot;EC1Y 0AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095295, 51.521334], [-0.095272, 51.521356], [-0.094717, 51.521398], [-0.094619, 51.521442], [-0.0944, 51.521457], [-0.094351, 51.521378], [-0.09446, 51.521203], [-0.094449, 51.521106], [-0.094587, 51.52111], [-0.094629, 51.521094], [-0.094643, 51.521061], [-0.094819, 51.521061], [-0.09504, 51.521021], [-0.095094, 51.521047], [-0.095182, 51.521039], [-0.095295, 51.521334]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2156, &quot;postcode&quot;: &quot;EC1Y 0RR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087037, 51.522462], [-0.086851, 51.52248], [-0.086837, 51.522511], [-0.086684, 51.522496], [-0.086675, 51.522518], [-0.086609, 51.522524], [-0.086696, 51.522314], [-0.086762, 51.522293], [-0.086778, 51.522258], [-0.086841, 51.522233], [-0.08692, 51.522238], [-0.087007, 51.522275], [-0.087029, 51.52243], [-0.087054, 51.522446], [-0.087037, 51.522462]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 643, &quot;postcode&quot;: &quot;EC1Y 1AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08717, 51.521893], [-0.087168, 51.522641], [-0.087105, 51.522637], [-0.087046, 51.5226], [-0.087054, 51.522634], [-0.086636, 51.522609], [-0.086684, 51.522496], [-0.086837, 51.522511], [-0.086851, 51.52248], [-0.087037, 51.522462], [-0.087054, 51.522446], [-0.087029, 51.52243], [-0.087007, 51.522275], [-0.086901, 51.522235], [-0.086933, 51.521965], [-0.086942, 51.521949], [-0.08717, 51.521893]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1438, &quot;postcode&quot;: &quot;EC1Y 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086743, 51.522615], [-0.086578, 51.522605], [-0.086576, 51.522605], [-0.086609, 51.522524], [-0.086675, 51.522518], [-0.086661, 51.522587], [-0.086694, 51.522609], [-0.086743, 51.522615]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 49, &quot;postcode&quot;: &quot;EC1Y 2AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088806, 51.52028], [-0.088851, 51.520284], [-0.088789, 51.520538], [-0.08883, 51.520542], [-0.088824, 51.520567], [-0.089673, 51.520643], [-0.089812, 51.520305], [-0.08983, 51.520306], [-0.089801, 51.520389], [-0.089897, 51.520405], [-0.089797, 51.520646], [-0.089896, 51.520661], [-0.089812, 51.520704], [-0.089695, 51.520687], [-0.089784, 51.5207], [-0.089381, 51.520739], [-0.089108, 51.520677], [-0.088823, 51.520697], [-0.088668, 51.520527], [-0.088806, 51.52028]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1263, &quot;postcode&quot;: &quot;EC1Y 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089896, 51.520661], [-0.090177, 51.520706], [-0.090176, 51.52072], [-0.090592, 51.520802], [-0.090585, 51.520817], [-0.089812, 51.520704], [-0.089896, 51.520661]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 220, &quot;postcode&quot;: &quot;EC1Y 4AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09243, 51.521452], [-0.091955, 51.521569], [-0.091929, 51.521593], [-0.091897, 51.52172], [-0.091709, 51.521719], [-0.091744, 51.521256], [-0.092108, 51.521237], [-0.092135, 51.521211], [-0.092165, 51.521077], [-0.092304, 51.521067], [-0.092331, 51.521037], [-0.092322, 51.520994], [-0.092397, 51.521002], [-0.092442, 51.521149], [-0.092391, 51.521175], [-0.092394, 51.521227], [-0.092371, 51.521259], [-0.09243, 51.521452]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2105, &quot;postcode&quot;: &quot;EC1Y 4GR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089975, 51.520054], [-0.090761, 51.520195], [-0.090774, 51.520175], [-0.0908, 51.520182], [-0.09074, 51.520339], [-0.090689, 51.52033], [-0.090676, 51.52036], [-0.090775, 51.520402], [-0.090841, 51.5204], [-0.090918, 51.520239], [-0.091101, 51.52028], [-0.091111, 51.520261], [-0.091323, 51.520309], [-0.091311, 51.52033], [-0.091714, 51.520402], [-0.091679, 51.520536], [-0.091748, 51.520551], [-0.091735, 51.520596], [-0.092151, 51.520646], [-0.092144, 51.520676], [-0.092358, 51.5207], [-0.092315, 51.520972], [-0.092438, 51.520953], [-0.092444, 51.52087], [-0.092456, 51.520929], [-0.092558, 51.520943], [-0.09242, 51.521076], [-0.092397, 51.521002], [-0.092322, 51.520994], [-0.092332, 51.521029], [-0.091407, 51.520941], [-0.09111, 51.520906], [-0.091114, 51.520892], [-0.090999, 51.520943], [-0.090826, 51.520874], [-0.090789, 51.520838], [-0.090585, 51.520817], [-0.090592, 51.520802], [-0.090176, 51.52072], [-0.090177, 51.520706], [-0.089797, 51.520646], [-0.089897, 51.520405], [-0.089801, 51.520389], [-0.089893, 51.520131], [-0.08994, 51.520137], [-0.089975, 51.520054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10605, &quot;postcode&quot;: &quot;EC1Y 4SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092528, 51.521429], [-0.09243, 51.521452], [-0.092361, 51.521232], [-0.092384, 51.521195], [-0.092353, 51.521103], [-0.09231, 51.521083], [-0.092196, 51.52108], [-0.092158, 51.52111], [-0.092128, 51.521244], [-0.091802, 51.521254], [-0.091747, 51.521279], [-0.091708, 51.521719], [-0.091398, 51.521747], [-0.091398, 51.521653], [-0.091364, 51.521632], [-0.091319, 51.521628], [-0.091379, 51.521233], [-0.091332, 51.521209], [-0.091138, 51.521191], [-0.091086, 51.521202], [-0.091062, 51.521235], [-0.091035, 51.52123], [-0.091111, 51.520906], [-0.092332, 51.521029], [-0.09236, 51.521103], [-0.092442, 51.52115], [-0.092528, 51.521429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3961, &quot;postcode&quot;: &quot;EC1Y 4SB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091291, 51.520928], [-0.091163, 51.520915], [-0.091109, 51.520936], [-0.091035, 51.521229], [-0.090965, 51.521246], [-0.09099, 51.521144], [-0.090976, 51.521115], [-0.090929, 51.521098], [-0.090766, 51.521092], [-0.090826, 51.520874], [-0.090978, 51.520937], [-0.091114, 51.520892], [-0.091154, 51.520911], [-0.091291, 51.520928]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 503, &quot;postcode&quot;: &quot;EC1Y 4SE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090454, 51.520798], [-0.090789, 51.520838], [-0.090826, 51.520874], [-0.090766, 51.521092], [-0.090631, 51.521085], [-0.090682, 51.520903], [-0.090451, 51.520875], [-0.090454, 51.520798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 404, &quot;postcode&quot;: &quot;EC1Y 4SF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088676, 51.521423], [-0.088722, 51.520691], [-0.089858, 51.520801], [-0.089733, 51.52165], [-0.089758, 51.522836], [-0.088649, 51.522724], [-0.088892, 51.521473], [-0.088676, 51.521423]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 16106, &quot;postcode&quot;: &quot;EC1Y 4TW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090032, 51.520737], [-0.089981, 51.520825], [-0.089841, 51.520913], [-0.089852, 51.520839], [-0.089834, 51.520809], [-0.089655, 51.520781], [-0.089659, 51.520712], [-0.089784, 51.5207], [-0.090032, 51.520737]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 299, &quot;postcode&quot;: &quot;EC1Y 4TY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088709, 51.520816], [-0.088701, 51.520944], [-0.087839, 51.520861], [-0.087767, 51.520881], [-0.087734, 51.520855], [-0.087657, 51.520844], [-0.087684, 51.520742], [-0.087793, 51.52075], [-0.087843, 51.520735], [-0.087874, 51.520651], [-0.08785, 51.520616], [-0.087506, 51.520579], [-0.087454, 51.520601], [-0.087436, 51.520662], [-0.087374, 51.520655], [-0.087549, 51.520481], [-0.087988, 51.520539], [-0.08808, 51.520522], [-0.088142, 51.520619], [-0.088173, 51.520638], [-0.088614, 51.520681], [-0.088603, 51.520779], [-0.088709, 51.520816]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2205, &quot;postcode&quot;: &quot;EC1Y 4UP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088282, 51.520527], [-0.088624, 51.520561], [-0.088668, 51.520527], [-0.088823, 51.520697], [-0.088719, 51.520694], [-0.088709, 51.520816], [-0.088588, 51.520789], [-0.088614, 51.520681], [-0.088149, 51.520638], [-0.088094, 51.520527], [-0.088282, 51.520527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 715, &quot;postcode&quot;: &quot;EC1Y 4UQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089381, 51.520739], [-0.089658, 51.520712], [-0.089655, 51.520781], [-0.08938, 51.520755], [-0.089381, 51.520739]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 91, &quot;postcode&quot;: &quot;EC1Y 4YY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092558, 51.520943], [-0.092985, 51.520977], [-0.09249, 51.521064], [-0.092475, 51.521081], [-0.092583, 51.521356], [-0.092959, 51.521323], [-0.092959, 51.521264], [-0.09327, 51.521247], [-0.092763, 51.521387], [-0.092528, 51.521429], [-0.09242, 51.521076], [-0.092558, 51.520943]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 618, &quot;postcode&quot;: &quot;EC1Y 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091396, 51.521759], [-0.090959, 51.521787], [-0.090941, 51.521645], [-0.090975, 51.521642], [-0.091073, 51.521184], [-0.091394, 51.521215], [-0.091319, 51.521628], [-0.091395, 51.521626], [-0.091413, 51.521706], [-0.091389, 51.521708], [-0.091396, 51.521759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1608, &quot;postcode&quot;: &quot;EC1Y 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089802, 51.521372], [-0.089981, 51.521489], [-0.08994, 51.521971], [-0.089735, 51.521972], [-0.089733, 51.52165], [-0.089772, 51.521368], [-0.089802, 51.521372]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 948, &quot;postcode&quot;: &quot;EC1Y 8HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090978, 51.52231], [-0.09047, 51.522401], [-0.090165, 51.52236], [-0.090524, 51.522212], [-0.090869, 51.52216], [-0.090938, 51.522222], [-0.090978, 51.52231]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 828, &quot;postcode&quot;: &quot;EC1Y 8LE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089759, 51.522871], [-0.089735, 51.521972], [-0.08994, 51.521971], [-0.089966, 51.522281], [-0.090102, 51.52227], [-0.090166, 51.522362], [-0.089821, 51.522317], [-0.089883, 51.523184], [-0.089082, 51.523186], [-0.089082, 51.523171], [-0.089302, 51.523168], [-0.089293, 51.522877], [-0.089759, 51.522871]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2467, &quot;postcode&quot;: &quot;EC1Y 8LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089968, 51.522281], [-0.089951, 51.521823], [-0.090283, 51.521839], [-0.090292, 51.521785], [-0.09049, 51.521809], [-0.090491, 51.521795], [-0.090563, 51.521798], [-0.090559, 51.521854], [-0.090886, 51.521871], [-0.090911, 51.522153], [-0.090524, 51.522212], [-0.090293, 51.522298], [-0.090343, 51.52224], [-0.089968, 51.522281]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2882, &quot;postcode&quot;: &quot;EC1Y 8LX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092167, 51.521516], [-0.092112, 51.521529], [-0.092167, 51.521516], [-0.092167, 51.521516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1Y 8NX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091897, 51.52172], [-0.091784, 51.522164], [-0.090978, 51.522309], [-0.090941, 51.522231], [-0.09087, 51.52216], [-0.090908, 51.522121], [-0.090866, 51.52165], [-0.090942, 51.521647], [-0.090958, 51.521755], [-0.091018, 51.521783], [-0.091352, 51.521763], [-0.091398, 51.521748], [-0.091654, 51.521724], [-0.0917, 51.521702], [-0.091714, 51.521662], [-0.091755, 51.521706], [-0.091897, 51.52172]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3620, &quot;postcode&quot;: &quot;EC1Y 8TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090343, 51.52224], [-0.090293, 51.522298], [-0.090165, 51.52236], [-0.090102, 51.52227], [-0.090343, 51.52224]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 107, &quot;postcode&quot;: &quot;EC1Y 8TZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090451, 51.520875], [-0.090682, 51.520903], [-0.090631, 51.521085], [-0.091002, 51.5211], [-0.090887, 51.521543], [-0.090678, 51.521531], [-0.090672, 51.521573], [-0.090641, 51.521572], [-0.090632, 51.521635], [-0.090268, 51.521616], [-0.090273, 51.521575], [-0.090247, 51.521574], [-0.090256, 51.521509], [-0.08998, 51.521494], [-0.089802, 51.521372], [-0.089772, 51.521368], [-0.089841, 51.520913], [-0.089981, 51.520825], [-0.090032, 51.520737], [-0.090454, 51.520798], [-0.090451, 51.520875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5749, &quot;postcode&quot;: &quot;EC1Y 8YY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090886, 51.521871], [-0.090559, 51.521854], [-0.090539, 51.521823], [-0.090496, 51.521809], [-0.090336, 51.521804], [-0.090283, 51.521839], [-0.089951, 51.521822], [-0.08998, 51.521494], [-0.090256, 51.521509], [-0.090255, 51.521556], [-0.090305, 51.521612], [-0.09056, 51.521631], [-0.090623, 51.521615], [-0.090678, 51.521531], [-0.090887, 51.521543], [-0.090863, 51.521675], [-0.090886, 51.521871]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1936, &quot;postcode&quot;: &quot;EC1Y 8YZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087436, 51.520662], [-0.087455, 51.520572], [-0.087883, 51.520612], [-0.087851, 51.520756], [-0.087684, 51.520741], [-0.087657, 51.520844], [-0.087794, 51.520857], [-0.087776, 51.520936], [-0.087641, 51.520924], [-0.087733, 51.520932], [-0.08772, 51.520976], [-0.087591, 51.52092], [-0.087384, 51.520902], [-0.0874, 51.520835], [-0.087219, 51.520756], [-0.087235, 51.520716], [-0.087374, 51.520655], [-0.087436, 51.520662]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1148, &quot;postcode&quot;: &quot;EC2A 1AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08715, 51.521127], [-0.087219, 51.520756], [-0.0874, 51.520835], [-0.087384, 51.520902], [-0.087591, 51.52092], [-0.08772, 51.520976], [-0.087758, 51.521024], [-0.08772, 51.521202], [-0.087172, 51.521076], [-0.087172, 51.521154], [-0.08715, 51.521127]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1153, &quot;postcode&quot;: &quot;EC2A 1AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085436, 51.520565], [-0.08544, 51.520481], [-0.085514, 51.520487], [-0.085523, 51.520419], [-0.085632, 51.520427], [-0.085652, 51.520401], [-0.085852, 51.52038], [-0.085669, 51.521267], [-0.085551, 51.521276], [-0.085548, 51.521294], [-0.085591, 51.521298], [-0.085584, 51.521341], [-0.085536, 51.521337], [-0.085533, 51.521353], [-0.085439, 51.521346], [-0.085443, 51.521328], [-0.085372, 51.521318], [-0.084975, 51.521283], [-0.084999, 51.521218], [-0.084978, 51.521214], [-0.085008, 51.521191], [-0.084985, 51.521176], [-0.084993, 51.521158], [-0.085013, 51.521175], [-0.085019, 51.521157], [-0.084917, 51.521094], [-0.085082, 51.520679], [-0.085217, 51.520635], [-0.085239, 51.520581], [-0.085353, 51.520591], [-0.085436, 51.520565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4495, &quot;postcode&quot;: &quot;EC2A 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086833, 51.521545], [-0.086803, 51.521596], [-0.086423, 51.521569], [-0.086459, 51.521516], [-0.086833, 51.521545]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 163, &quot;postcode&quot;: &quot;EC2A 1AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086077, 51.519631], [-0.086281, 51.519717], [-0.086371, 51.519691], [-0.086465, 51.519708], [-0.08649, 51.519656], [-0.086679, 51.519601], [-0.086612, 51.519739], [-0.086954, 51.519797], [-0.086924, 51.519854], [-0.0868, 51.519832], [-0.086793, 51.519851], [-0.086011, 51.519713], [-0.086077, 51.519631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 634, &quot;postcode&quot;: &quot;EC2A 1AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087034, 51.520138], [-0.086734, 51.520114], [-0.0868, 51.519832], [-0.086924, 51.519854], [-0.086954, 51.519797], [-0.086987, 51.519802], [-0.086982, 51.519816], [-0.087267, 51.519869], [-0.087278, 51.519842], [-0.087309, 51.519848], [-0.087318, 51.519825], [-0.08735, 51.519829], [-0.087361, 51.519797], [-0.087578, 51.519787], [-0.087664, 51.519834], [-0.087542, 51.52018], [-0.087389, 51.520248], [-0.087365, 51.520316], [-0.087549, 51.520481], [-0.087374, 51.520655], [-0.087226, 51.520728], [-0.087278, 51.520483], [-0.086747, 51.520436], [-0.086793, 51.520394], [-0.086851, 51.520389], [-0.086898, 51.520342], [-0.087174, 51.520364], [-0.087252, 51.520063], [-0.087058, 51.520036], [-0.087034, 51.520138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3194, &quot;postcode&quot;: &quot;EC2A 1AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085542, 51.521494], [-0.085453, 51.521557], [-0.085382, 51.521886], [-0.085196, 51.521879], [-0.08522, 51.521769], [-0.085179, 51.521731], [-0.084802, 51.521695], [-0.084927, 51.52141], [-0.085124, 51.521411], [-0.085258, 51.521308], [-0.085384, 51.521324], [-0.085542, 51.521494]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1848, &quot;postcode&quot;: &quot;EC2A 1DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086459, 51.521516], [-0.086423, 51.521569], [-0.085958, 51.52153], [-0.085891, 51.521555], [-0.085778, 51.522078], [-0.085806, 51.522111], [-0.085926, 51.522124], [-0.085923, 51.52214], [-0.085423, 51.522123], [-0.085412, 51.522081], [-0.085347, 51.522062], [-0.085454, 51.521549], [-0.085491, 51.521519], [-0.085507, 51.521467], [-0.085384, 51.521324], [-0.085498, 51.521332], [-0.08554, 51.52131], [-0.085551, 51.521276], [-0.085669, 51.521267], [-0.085648, 51.521432], [-0.085689, 51.521454], [-0.085806, 51.521464], [-0.085813, 51.5215], [-0.085858, 51.521521], [-0.085937, 51.521517], [-0.08597, 51.521477], [-0.086459, 51.521516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2644, &quot;postcode&quot;: &quot;EC2A 1DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087251, 51.520063], [-0.087174, 51.520364], [-0.086923, 51.520346], [-0.086851, 51.520389], [-0.086793, 51.520394], [-0.08673, 51.520332], [-0.086589, 51.520317], [-0.086688, 51.519833], [-0.086793, 51.519851], [-0.086744, 51.520073], [-0.086774, 51.520111], [-0.086998, 51.520129], [-0.087041, 51.520102], [-0.087058, 51.520036], [-0.087251, 51.520063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1401, &quot;postcode&quot;: &quot;EC2A 1HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088278, 51.519977], [-0.088211, 51.520219], [-0.087965, 51.520187], [-0.087919, 51.520194], [-0.087887, 51.520221], [-0.087822, 51.520482], [-0.087753, 51.520479], [-0.087706, 51.520502], [-0.087549, 51.520481], [-0.087365, 51.520315], [-0.087389, 51.520248], [-0.087549, 51.520168], [-0.087644, 51.519909], [-0.088278, 51.519977]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2266, &quot;postcode&quot;: &quot;EC2A 1NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087604, 51.520045], [-0.087598, 51.520064], [-0.087586, 51.520071], [-0.087585, 51.520056], [-0.087604, 51.520045]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2A 1NS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08808, 51.520522], [-0.088002, 51.520541], [-0.087706, 51.520502], [-0.087707, 51.520471], [-0.08808, 51.520508], [-0.08808, 51.520522]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 98, &quot;postcode&quot;: &quot;EC2A 1NT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085825, 51.519819], [-0.085946, 51.519832], [-0.085973, 51.519706], [-0.086688, 51.519833], [-0.086589, 51.520317], [-0.086742, 51.520329], [-0.086793, 51.520394], [-0.086747, 51.520436], [-0.085856, 51.520357], [-0.085852, 51.52038], [-0.085652, 51.520401], [-0.085512, 51.520339], [-0.085499, 51.520312], [-0.085715, 51.52033], [-0.085394, 51.520304], [-0.085445, 51.520203], [-0.085379, 51.520068], [-0.085443, 51.519963], [-0.085785, 51.520004], [-0.085825, 51.519819]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5211, &quot;postcode&quot;: &quot;EC2A 1PX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085856, 51.520357], [-0.087278, 51.520483], [-0.08714, 51.521127], [-0.087172, 51.521154], [-0.087171, 51.521446], [-0.087073, 51.521441], [-0.087047, 51.521562], [-0.085632, 51.521451], [-0.085856, 51.520357]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12278, &quot;postcode&quot;: &quot;EC2A 1RR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088823, 51.519828], [-0.08879, 51.51996], [-0.088553, 51.519936], [-0.088508, 51.519956], [-0.088489, 51.520005], [-0.087644, 51.519909], [-0.087791, 51.519394], [-0.087813, 51.519383], [-0.088145, 51.519486], [-0.088206, 51.519468], [-0.088241, 51.519399], [-0.088366, 51.519453], [-0.088392, 51.519494], [-0.088269, 51.519459], [-0.088197, 51.519486], [-0.088155, 51.519568], [-0.088172, 51.519616], [-0.088233, 51.519641], [-0.088217, 51.519709], [-0.088234, 51.519737], [-0.088545, 51.519782], [-0.088594, 51.519807], [-0.088823, 51.519828]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2801, &quot;postcode&quot;: &quot;EC2A 1RS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087566, 51.519435], [-0.087556, 51.519514], [-0.087641, 51.519627], [-0.087578, 51.519787], [-0.087361, 51.519797], [-0.087483, 51.519467], [-0.087464, 51.519464], [-0.087487, 51.519406], [-0.087516, 51.519406], [-0.087566, 51.519435]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 475, &quot;postcode&quot;: &quot;EC2A 1SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082506, 51.520419], [-0.082319, 51.520557], [-0.082062, 51.520472], [-0.082346, 51.520287], [-0.082384, 51.520294], [-0.082506, 51.520419]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 473, &quot;postcode&quot;: &quot;EC2A 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081304, 51.5209], [-0.081302, 51.520939], [-0.081437, 51.520974], [-0.081457, 51.521031], [-0.081013, 51.52184], [-0.080911, 51.521864], [-0.080489, 51.521768], [-0.080759, 51.521292], [-0.08021, 51.521168], [-0.08069, 51.520799], [-0.081233, 51.520923], [-0.081304, 51.5209]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5426, &quot;postcode&quot;: &quot;EC2A 2AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08717, 51.521892], [-0.086943, 51.521957], [-0.086901, 51.522235], [-0.086807, 51.522242], [-0.086762, 51.522293], [-0.086697, 51.522314], [-0.086737, 51.522208], [-0.08669, 51.522168], [-0.086462, 51.522158], [-0.08644, 51.52213], [-0.086397, 51.522117], [-0.086351, 51.522124], [-0.086311, 51.522153], [-0.085923, 51.52214], [-0.085883, 51.522123], [-0.085768, 51.522117], [-0.085895, 51.521524], [-0.086763, 51.521594], [-0.086807, 51.52158], [-0.086833, 51.521545], [-0.087023, 51.52155], [-0.087055, 51.521522], [-0.087073, 51.521441], [-0.087171, 51.521446], [-0.08717, 51.521892]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5908, &quot;postcode&quot;: &quot;EC2A 2AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080745, 51.521289], [-0.080373, 51.521205], [-0.080759, 51.521292], [-0.080489, 51.521768], [-0.080911, 51.521864], [-0.081013, 51.52184], [-0.081288, 51.521337], [-0.081358, 51.521346], [-0.08105, 51.521953], [-0.08023, 51.521772], [-0.080014, 51.52174], [-0.079991, 51.521663], [-0.080481, 51.521754], [-0.080745, 51.521289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 963, &quot;postcode&quot;: &quot;EC2A 2BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084844, 51.521588], [-0.084802, 51.521695], [-0.08523, 51.521733], [-0.085199, 51.52187], [-0.084756, 51.521828], [-0.084704, 51.521966], [-0.084607, 51.521956], [-0.084582, 51.521939], [-0.084716, 51.5216], [-0.084844, 51.521588]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 825, &quot;postcode&quot;: &quot;EC2A 2BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082548, 51.520188], [-0.082384, 51.520294], [-0.08232, 51.520304], [-0.082119, 51.520436], [-0.082108, 51.520465], [-0.082129, 51.520492], [-0.082318, 51.520557], [-0.081922, 51.52085], [-0.081491, 51.520781], [-0.081452, 51.520793], [-0.081304, 51.5209], [-0.081233, 51.520923], [-0.080725, 51.520807], [-0.080806, 51.520725], [-0.080812, 51.520688], [-0.080711, 51.520587], [-0.080851, 51.520346], [-0.081013, 51.520298], [-0.081048, 51.520265], [-0.080909, 51.52008], [-0.081192, 51.519953], [-0.081462, 51.519907], [-0.081518, 51.519966], [-0.082548, 51.520188]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8872, &quot;postcode&quot;: &quot;EC2A 2BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084917, 51.521094], [-0.085019, 51.521157], [-0.085013, 51.521175], [-0.084993, 51.521158], [-0.084985, 51.521176], [-0.085008, 51.521191], [-0.084978, 51.521214], [-0.084999, 51.521218], [-0.084975, 51.521283], [-0.085258, 51.521308], [-0.085126, 51.521419], [-0.084927, 51.52141], [-0.084844, 51.521588], [-0.084716, 51.5216], [-0.084917, 51.521094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 685, &quot;postcode&quot;: &quot;EC2A 2BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084694, 51.522054], [-0.084735, 51.522101], [-0.084572, 51.522095], [-0.084694, 51.522054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 28, &quot;postcode&quot;: &quot;EC2A 2DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081288, 51.521337], [-0.08146, 51.521011], [-0.081424, 51.520966], [-0.081302, 51.520939], [-0.081304, 51.5209], [-0.081477, 51.520775], [-0.081922, 51.52085], [-0.081423, 51.521217], [-0.081358, 51.521346], [-0.081288, 51.521337]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1029, &quot;postcode&quot;: &quot;EC2A 2DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085431, 51.522065], [-0.085423, 51.522123], [-0.085303, 51.522119], [-0.085306, 51.52206], [-0.085351, 51.522032], [-0.085369, 51.521943], [-0.085358, 51.522032], [-0.085385, 51.522056], [-0.085431, 51.522065]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 66, &quot;postcode&quot;: &quot;EC2A 2DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080766, 51.520326], [-0.080777, 51.520049], [-0.080909, 51.52008], [-0.081075, 51.52028], [-0.080851, 51.520345], [-0.080766, 51.520326]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 448, &quot;postcode&quot;: &quot;EC2A 2EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080711, 51.520587], [-0.080822, 51.520686], [-0.080811, 51.5207], [-0.080745, 51.520688], [-0.081238, 51.520775], [-0.081327, 51.520788], [-0.081257, 51.520851], [-0.080773, 51.520747], [-0.080725, 51.520807], [-0.080193, 51.520698], [-0.080222, 51.520629], [-0.07979, 51.520536], [-0.079349, 51.520495], [-0.079351, 51.520472], [-0.079422, 51.520491], [-0.07944, 51.520434], [-0.079404, 51.520429], [-0.079407, 51.520416], [-0.079633, 51.520444], [-0.079872, 51.52048], [-0.080473, 51.520629], [-0.080246, 51.520572], [-0.080299, 51.520446], [-0.080265, 51.520403], [-0.080432, 51.52025], [-0.080484, 51.520073], [-0.080574, 51.520001], [-0.080777, 51.520049], [-0.080766, 51.520326], [-0.080851, 51.520345], [-0.080711, 51.520587]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3188, &quot;postcode&quot;: &quot;EC2A 2EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082896, 51.519645], [-0.082822, 51.51974], [-0.082702, 51.519707], [-0.082631, 51.519656], [-0.082523, 51.519633], [-0.082464, 51.519644], [-0.082398, 51.519724], [-0.082348, 51.519725], [-0.082309, 51.519749], [-0.08229, 51.520055], [-0.082185, 51.520089], [-0.082128, 51.520096], [-0.081574, 51.519979], [-0.081507, 51.51999], [-0.081474, 51.519935], [-0.081418, 51.519917], [-0.081192, 51.519954], [-0.080909, 51.52008], [-0.080582, 51.520011], [-0.080487, 51.520071], [-0.080432, 51.52025], [-0.080265, 51.520403], [-0.079992, 51.520374], [-0.079895, 51.520396], [-0.079854, 51.520363], [-0.079901, 51.52028], [-0.079945, 51.520278], [-0.079982, 51.520258], [-0.080022, 51.520158], [-0.079998, 51.520118], [-0.079921, 51.520098], [-0.079934, 51.520035], [-0.079852, 51.519944], [-0.080019, 51.519816], [-0.080013, 51.519663], [-0.080183, 51.519625], [-0.080294, 51.519463], [-0.080637, 51.519272], [-0.080676, 51.519228], [-0.080786, 51.51922], [-0.081294, 51.519433], [-0.081586, 51.51934], [-0.081995, 51.519403], [-0.082056, 51.519385], [-0.082153, 51.519399], [-0.082291, 51.519346], [-0.082638, 51.519399], [-0.082551, 51.519517], [-0.082557, 51.519555], [-0.082896, 51.519645]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13549, &quot;postcode&quot;: &quot;EC2A 2EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085379, 51.520068], [-0.085445, 51.520203], [-0.085394, 51.520304], [-0.085499, 51.520312], [-0.085512, 51.520339], [-0.085652, 51.520401], [-0.085632, 51.520427], [-0.085523, 51.520419], [-0.085514, 51.520487], [-0.08544, 51.520481], [-0.085436, 51.520565], [-0.085353, 51.520591], [-0.085239, 51.520581], [-0.085217, 51.520635], [-0.085082, 51.520679], [-0.085142, 51.520527], [-0.085366, 51.520382], [-0.085262, 51.520347], [-0.085264, 51.520309], [-0.085242, 51.520295], [-0.085379, 51.520068]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 850, &quot;postcode&quot;: &quot;EC2A 2EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085219, 51.520333], [-0.085365, 51.520383], [-0.085142, 51.520527], [-0.085219, 51.520333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 126, &quot;postcode&quot;: &quot;EC2A 2ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080745, 51.521289], [-0.080481, 51.521754], [-0.079821, 51.521631], [-0.079364, 51.521567], [-0.079321, 51.52155], [-0.078818, 51.521487], [-0.078786, 51.521445], [-0.078872, 51.521215], [-0.079045, 51.521226], [-0.07909, 51.521206], [-0.079163, 51.521128], [-0.079188, 51.521075], [-0.079176, 51.521043], [-0.079268, 51.520838], [-0.079254, 51.520767], [-0.079304, 51.520517], [-0.079439, 51.520538], [-0.079451, 51.520568], [-0.079489, 51.520586], [-0.079635, 51.520578], [-0.079684, 51.520607], [-0.08069, 51.520799], [-0.080274, 51.521119], [-0.080258, 51.521148], [-0.080299, 51.521188], [-0.080745, 51.521289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11114, &quot;postcode&quot;: &quot;EC2A 2EW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080299, 51.520446], [-0.080216, 51.5206], [-0.080193, 51.520698], [-0.079651, 51.520603], [-0.079621, 51.520579], [-0.079252, 51.52045], [-0.079247, 51.520409], [-0.07944, 51.520434], [-0.079436, 51.520473], [-0.079477, 51.520502], [-0.07973, 51.520527], [-0.079791, 51.520508], [-0.079806, 51.520462], [-0.079858, 51.520445], [-0.079895, 51.520396], [-0.079977, 51.520372], [-0.080265, 51.520403], [-0.080299, 51.520446]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1191, &quot;postcode&quot;: &quot;EC2A 2EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079179, 51.521573], [-0.079236, 51.521538], [-0.079991, 51.521663], [-0.080014, 51.52174], [-0.07917, 51.521614], [-0.079179, 51.521573]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 486, &quot;postcode&quot;: &quot;EC2A 2FA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082305, 51.519712], [-0.082399, 51.519724], [-0.082545, 51.51979], [-0.082638, 51.519784], [-0.083125, 51.519963], [-0.082506, 51.520419], [-0.082384, 51.520294], [-0.082548, 51.520188], [-0.082208, 51.520113], [-0.082185, 51.520089], [-0.082291, 51.520055], [-0.082305, 51.519712]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2417, &quot;postcode&quot;: &quot;EC2A 2UT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078472, 51.52151], [-0.078522, 51.521371], [-0.078597, 51.521367], [-0.078721, 51.521303], [-0.078824, 51.521344], [-0.078786, 51.521445], [-0.078798, 51.521468], [-0.078823, 51.521471], [-0.078818, 51.521487], [-0.079134, 51.521523], [-0.079179, 51.521573], [-0.07917, 51.521614], [-0.078472, 51.52151]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 695, &quot;postcode&quot;: &quot;EC2A 3PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086942, 51.521949], [-0.086631, 51.522163], [-0.086613, 51.522163], [-0.086615, 51.522113], [-0.086678, 51.522112], [-0.086719, 51.52209], [-0.086781, 51.521952], [-0.086811, 51.521926], [-0.086942, 51.521949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 142, &quot;postcode&quot;: &quot;EC2A 4LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084565, 51.522095], [-0.08452, 51.522093], [-0.084526, 51.52208], [-0.084565, 51.522095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2A 4NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083825, 51.516536], [-0.083719, 51.516739], [-0.083505, 51.516701], [-0.08358, 51.516538], [-0.083573, 51.516508], [-0.083534, 51.516486], [-0.083575, 51.51646], [-0.083581, 51.516411], [-0.083704, 51.516436], [-0.083687, 51.516472], [-0.08371, 51.516508], [-0.083825, 51.516536]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 461, &quot;postcode&quot;: &quot;EC2M 1JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08466, 51.517098], [-0.084629, 51.517183], [-0.084549, 51.51725], [-0.084371, 51.517224], [-0.084462, 51.51705], [-0.08466, 51.517098]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 294, &quot;postcode&quot;: &quot;EC2M 1JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084961, 51.517185], [-0.084893, 51.517305], [-0.084795, 51.517301], [-0.084752, 51.517346], [-0.084549, 51.51725], [-0.084628, 51.517181], [-0.08466, 51.517098], [-0.084961, 51.517185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 435, &quot;postcode&quot;: &quot;EC2M 1JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085061, 51.516642], [-0.085007, 51.516733], [-0.084944, 51.516761], [-0.084861, 51.516972], [-0.084798, 51.516972], [-0.084361, 51.516861], [-0.084303, 51.516863], [-0.083719, 51.516739], [-0.083773, 51.516604], [-0.084217, 51.516664], [-0.084271, 51.51669], [-0.084333, 51.51668], [-0.084792, 51.516743], [-0.084843, 51.516731], [-0.084866, 51.516699], [-0.084973, 51.516684], [-0.085061, 51.516642]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1704, &quot;postcode&quot;: &quot;EC2M 1JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083316, 51.517235], [-0.083459, 51.516846], [-0.083644, 51.516877], [-0.08365, 51.516862], [-0.08377, 51.51688], [-0.084232, 51.516977], [-0.08423, 51.516947], [-0.084291, 51.516956], [-0.084158, 51.517276], [-0.083833, 51.51723], [-0.083518, 51.517267], [-0.083316, 51.517235]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2320, &quot;postcode&quot;: &quot;EC2M 1NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08407, 51.517263], [-0.084052, 51.51731], [-0.083842, 51.517339], [-0.083602, 51.517272], [-0.083499, 51.517283], [-0.083256, 51.517224], [-0.083218, 51.517166], [-0.083175, 51.517146], [-0.083309, 51.516801], [-0.083769, 51.51688], [-0.083688, 51.516869], [-0.083644, 51.516877], [-0.083516, 51.516857], [-0.083453, 51.516875], [-0.083332, 51.517196], [-0.083354, 51.517235], [-0.083515, 51.517266], [-0.083833, 51.51723], [-0.08407, 51.517263]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 831, &quot;postcode&quot;: &quot;EC2M 1PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084814, 51.517377], [-0.084678, 51.517491], [-0.084573, 51.51745], [-0.084506, 51.51745], [-0.084429, 51.517421], [-0.084032, 51.517365], [-0.08407, 51.517263], [-0.084148, 51.517257], [-0.084184, 51.517203], [-0.084202, 51.517202], [-0.084549, 51.51725], [-0.084814, 51.517377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 945, &quot;postcode&quot;: &quot;EC2M 1QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083161, 51.516793], [-0.083035, 51.517119], [-0.082844, 51.5171], [-0.082791, 51.517116], [-0.082026, 51.51698], [-0.081972, 51.516982], [-0.082027, 51.516876], [-0.082214, 51.516908], [-0.082271, 51.516894], [-0.082324, 51.516733], [-0.082875, 51.516754], [-0.083161, 51.516793]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2349, &quot;postcode&quot;: &quot;EC2M 1QS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083597, 51.516202], [-0.083484, 51.516388], [-0.083381, 51.516381], [-0.083332, 51.516395], [-0.082703, 51.516317], [-0.082651, 51.516336], [-0.082585, 51.51643], [-0.082069, 51.516363], [-0.08209, 51.516307], [-0.08218, 51.51621], [-0.082178, 51.516176], [-0.082144, 51.516154], [-0.081949, 51.516113], [-0.081852, 51.516073], [-0.081921, 51.515999], [-0.082508, 51.515523], [-0.082566, 51.515549], [-0.082108, 51.515976], [-0.082157, 51.516079], [-0.083425, 51.516251], [-0.083483, 51.516238], [-0.083534, 51.516187], [-0.083597, 51.516202]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2884, &quot;postcode&quot;: &quot;EC2M 1RP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082019, 51.516298], [-0.081931, 51.516288], [-0.081884, 51.516299], [-0.081932, 51.516106], [-0.081994, 51.516143], [-0.082019, 51.516298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 127, &quot;postcode&quot;: &quot;EC2M 1RQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083581, 51.516411], [-0.083531, 51.516452], [-0.083534, 51.516486], [-0.083479, 51.516488], [-0.083443, 51.516509], [-0.08337, 51.51668], [-0.083046, 51.516642], [-0.082621, 51.516613], [-0.08263, 51.516539], [-0.082561, 51.516507], [-0.082606, 51.516364], [-0.083255, 51.516443], [-0.083318, 51.516425], [-0.083338, 51.516376], [-0.083581, 51.516411]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1580, &quot;postcode&quot;: &quot;EC2M 1RX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083044, 51.517907], [-0.083006, 51.517948], [-0.082923, 51.517974], [-0.082909, 51.518028], [-0.082765, 51.518051], [-0.082706, 51.518079], [-0.08267, 51.518068], [-0.082724, 51.517917], [-0.082791, 51.51793], [-0.082839, 51.517921], [-0.082907, 51.517835], [-0.083044, 51.517907]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 311, &quot;postcode&quot;: &quot;EC2M 2AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086735, 51.519052], [-0.086789, 51.519069], [-0.086701, 51.519243], [-0.086201, 51.519132], [-0.086067, 51.519064], [-0.086396, 51.518911], [-0.086412, 51.518888], [-0.086777, 51.518997], [-0.086735, 51.519052]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1131, &quot;postcode&quot;: &quot;EC2M 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086777, 51.518997], [-0.08715, 51.519109], [-0.087144, 51.519178], [-0.086998, 51.519136], [-0.086963, 51.519141], [-0.08686, 51.519333], [-0.086713, 51.519219], [-0.086789, 51.519069], [-0.086735, 51.519052], [-0.086777, 51.518997]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 499, &quot;postcode&quot;: &quot;EC2M 2AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084605, 51.520166], [-0.083865, 51.519962], [-0.08396, 51.519943], [-0.084598, 51.520128], [-0.084605, 51.520166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 216, &quot;postcode&quot;: &quot;EC2M 2AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083293, 51.517693], [-0.083251, 51.517796], [-0.083586, 51.517849], [-0.083594, 51.51783], [-0.083696, 51.517854], [-0.083724, 51.517828], [-0.083931, 51.517858], [-0.083957, 51.517794], [-0.084065, 51.517811], [-0.083825, 51.518094], [-0.083643, 51.518048], [-0.083609, 51.518024], [-0.083512, 51.518016], [-0.083448, 51.517977], [-0.083293, 51.517937], [-0.083239, 51.517898], [-0.083044, 51.517907], [-0.082907, 51.517835], [-0.082845, 51.517752], [-0.082901, 51.517688], [-0.083169, 51.517652], [-0.083203, 51.517689], [-0.083265, 51.517668], [-0.083293, 51.517693]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1677, &quot;postcode&quot;: &quot;EC2M 2AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083962, 51.518198], [-0.08386, 51.518359], [-0.08377, 51.51838], [-0.083723, 51.518417], [-0.083518, 51.51837], [-0.083397, 51.518416], [-0.08331, 51.518352], [-0.08322, 51.518342], [-0.083267, 51.518268], [-0.083246, 51.518226], [-0.08326, 51.518218], [-0.08339, 51.518238], [-0.083459, 51.518216], [-0.083447, 51.518121], [-0.083415, 51.518098], [-0.083364, 51.518094], [-0.083322, 51.518063], [-0.083101, 51.518018], [-0.083053, 51.517976], [-0.083044, 51.517907], [-0.083239, 51.517898], [-0.083297, 51.517938], [-0.083448, 51.517977], [-0.083511, 51.518013], [-0.083609, 51.518024], [-0.083653, 51.51805], [-0.083825, 51.518094], [-0.083863, 51.51816], [-0.083962, 51.518198]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1741, &quot;postcode&quot;: &quot;EC2M 2AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086077, 51.519631], [-0.085985, 51.519611], [-0.085989, 51.519518], [-0.086143, 51.519554], [-0.086077, 51.519631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 89, &quot;postcode&quot;: &quot;EC2M 2DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08686, 51.519333], [-0.08684, 51.519373], [-0.086781, 51.5194], [-0.086679, 51.519601], [-0.086506, 51.519653], [-0.086465, 51.519708], [-0.086368, 51.519694], [-0.086281, 51.519717], [-0.086077, 51.519631], [-0.0862, 51.519507], [-0.086393, 51.519179], [-0.086645, 51.519232], [-0.086713, 51.519219], [-0.08686, 51.519333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1848, &quot;postcode&quot;: &quot;EC2M 2EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084562, 51.519672], [-0.084498, 51.519656], [-0.08446, 51.519624], [-0.084174, 51.519554], [-0.084127, 51.519559], [-0.084008, 51.519608], [-0.084172, 51.51954], [-0.084204, 51.519561], [-0.08451, 51.519636], [-0.084562, 51.519672]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC2M 2PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084152, 51.519548], [-0.084806, 51.519278], [-0.085061, 51.518903], [-0.085911, 51.519138], [-0.085258, 51.520185], [-0.085422, 51.519923], [-0.085455, 51.519943], [-0.085218, 51.520334], [-0.084605, 51.520166], [-0.084598, 51.520128], [-0.083562, 51.519826], [-0.083605, 51.519781], [-0.084153, 51.519548], [-0.08451, 51.519636], [-0.084152, 51.519548]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12162, &quot;postcode&quot;: &quot;EC2M 2PF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084769, 51.519296], [-0.083612, 51.51978], [-0.083598, 51.519814], [-0.083626, 51.519844], [-0.08396, 51.519943], [-0.083865, 51.519962], [-0.083393, 51.519833], [-0.083374, 51.519812], [-0.083395, 51.519803], [-0.083475, 51.519824], [-0.083523, 51.519818], [-0.083556, 51.519791], [-0.083795, 51.519685], [-0.084134, 51.519138], [-0.084769, 51.519296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1815, &quot;postcode&quot;: &quot;EC2M 2PJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085219, 51.520333], [-0.085242, 51.520295], [-0.085264, 51.520309], [-0.085262, 51.520347], [-0.085219, 51.520333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC2M 2PY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085397, 51.518953], [-0.08537, 51.518985], [-0.085121, 51.518919], [-0.085054, 51.518927], [-0.084806, 51.519278], [-0.08477, 51.519295], [-0.084195, 51.519153], [-0.084128, 51.519162], [-0.084043, 51.519282], [-0.083994, 51.519306], [-0.08378, 51.519644], [-0.083724, 51.519639], [-0.083683, 51.519655], [-0.083613, 51.519761], [-0.083559, 51.519787], [-0.083514, 51.519866], [-0.083482, 51.519857], [-0.083483, 51.519829], [-0.083526, 51.519814], [-0.083549, 51.519779], [-0.083515, 51.519738], [-0.082991, 51.519611], [-0.083016, 51.519561], [-0.082994, 51.51953], [-0.082874, 51.519508], [-0.082672, 51.519404], [-0.082291, 51.519346], [-0.082275, 51.519012], [-0.082497, 51.518975], [-0.08254, 51.518948], [-0.082586, 51.518828], [-0.082527, 51.518736], [-0.08256, 51.518668], [-0.08252, 51.518638], [-0.082797, 51.518158], [-0.08287, 51.518136], [-0.083289, 51.518237], [-0.083254, 51.518317], [-0.08338, 51.518394], [-0.083543, 51.518372], [-0.083674, 51.518405], [-0.083723, 51.518403], [-0.083862, 51.518351], [-0.083939, 51.518235], [-0.083935, 51.518197], [-0.083859, 51.518162], [-0.083825, 51.518094], [-0.084065, 51.517811], [-0.084252, 51.51784], [-0.083935, 51.518117], [-0.083942, 51.518168], [-0.085264, 51.518554], [-0.08514, 51.518752], [-0.085242, 51.518835], [-0.085382, 51.518863], [-0.085361, 51.518918], [-0.085397, 51.518953]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 23109, &quot;postcode&quot;: &quot;EC2M 2QS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087511, 51.519227], [-0.087495, 51.519244], [-0.087516, 51.519406], [-0.087487, 51.519406], [-0.087464, 51.519464], [-0.087483, 51.519467], [-0.08735, 51.519829], [-0.087318, 51.519825], [-0.087309, 51.519848], [-0.087278, 51.519842], [-0.087267, 51.519869], [-0.086982, 51.519816], [-0.086987, 51.519802], [-0.086612, 51.519739], [-0.086798, 51.519365], [-0.08684, 51.519373], [-0.086963, 51.519141], [-0.086998, 51.519136], [-0.087144, 51.519178], [-0.08715, 51.519109], [-0.087511, 51.519227]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3500, &quot;postcode&quot;: &quot;EC2M 2RB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086074, 51.519631], [-0.086011, 51.519713], [-0.085969, 51.519737], [-0.085946, 51.519832], [-0.085869, 51.519827], [-0.08582, 51.519851], [-0.085784, 51.520004], [-0.085443, 51.519963], [-0.085577, 51.519743], [-0.085559, 51.519699], [-0.085779, 51.519342], [-0.085815, 51.519349], [-0.08572, 51.519507], [-0.085728, 51.519541], [-0.085765, 51.519561], [-0.086074, 51.519631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1291, &quot;postcode&quot;: &quot;EC2M 2SJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086201, 51.519132], [-0.086114, 51.51911], [-0.08594, 51.519348], [-0.08584, 51.519308], [-0.085992, 51.519057], [-0.086067, 51.519064], [-0.086201, 51.519132]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 287, &quot;postcode&quot;: &quot;EC2M 2SN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086393, 51.519179], [-0.086211, 51.519489], [-0.086178, 51.519592], [-0.086127, 51.519552], [-0.08607, 51.519538], [-0.086, 51.519555], [-0.085985, 51.51961], [-0.085697, 51.519545], [-0.085794, 51.519383], [-0.085779, 51.519342], [-0.085888, 51.519153], [-0.085853, 51.519121], [-0.08556, 51.519037], [-0.085594, 51.518998], [-0.08566, 51.518974], [-0.085851, 51.518729], [-0.085978, 51.518766], [-0.085981, 51.51882], [-0.086109, 51.518865], [-0.08598, 51.519078], [-0.085992, 51.519117], [-0.086054, 51.519135], [-0.086114, 51.51911], [-0.086393, 51.519179]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2556, &quot;postcode&quot;: &quot;EC2M 2TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079046, 51.520736], [-0.07902, 51.520839], [-0.078933, 51.520849], [-0.078745, 51.520749], [-0.078912, 51.520751], [-0.078964, 51.520715], [-0.079046, 51.520736]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 165, &quot;postcode&quot;: &quot;EC2M 3AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079538, 51.520551], [-0.079414, 51.520583], [-0.079399, 51.52054], [-0.079326, 51.52052], [-0.079344, 51.520483], [-0.079538, 51.520551]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 62, &quot;postcode&quot;: &quot;EC2M 3AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079344, 51.520482], [-0.079326, 51.52052], [-0.079304, 51.520517], [-0.079277, 51.520624], [-0.079286, 51.520586], [-0.079255, 51.520583], [-0.079235, 51.52049], [-0.079249, 51.520452], [-0.079344, 51.520482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 63, &quot;postcode&quot;: &quot;EC2M 3AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080623, 51.518223], [-0.080615, 51.518436], [-0.080551, 51.518424], [-0.080467, 51.518302], [-0.080543, 51.518222], [-0.080623, 51.518223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 177, &quot;postcode&quot;: &quot;EC2M 3AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079255, 51.520583], [-0.079126, 51.520561], [-0.079078, 51.520583], [-0.079064, 51.520632], [-0.079019, 51.520617], [-0.079199, 51.520488], [-0.079235, 51.52049], [-0.079255, 51.520583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 71, &quot;postcode&quot;: &quot;EC2M 3NS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082315, 51.516768], [-0.082277, 51.51692], [-0.082045, 51.516879], [-0.082105, 51.516733], [-0.082315, 51.516768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 270, &quot;postcode&quot;: &quot;EC2M 3TL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080908, 51.518228], [-0.080855, 51.518482], [-0.080576, 51.518424], [-0.080445, 51.518446], [-0.080334, 51.518412], [-0.080205, 51.518284], [-0.080368, 51.518286], [-0.080419, 51.518264], [-0.080437, 51.518042], [-0.080454, 51.518034], [-0.080599, 51.518042], [-0.080663, 51.518065], [-0.080628, 51.518119], [-0.080626, 51.518187], [-0.080656, 51.518216], [-0.080908, 51.518228]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1247, &quot;postcode&quot;: &quot;EC2M 3TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080263, 51.518549], [-0.080447, 51.518446], [-0.080551, 51.518424], [-0.080855, 51.518483], [-0.080968, 51.51858], [-0.081203, 51.518674], [-0.080786, 51.51922], [-0.080676, 51.519228], [-0.080346, 51.519118], [-0.080296, 51.518986], [-0.080363, 51.518772], [-0.080242, 51.518671], [-0.080043, 51.51868], [-0.080017, 51.518738], [-0.080096, 51.518768], [-0.080092, 51.518858], [-0.08022, 51.518951], [-0.079668, 51.518838], [-0.079681, 51.518784], [-0.079858, 51.518653], [-0.07978, 51.518609], [-0.079875, 51.518426], [-0.079921, 51.518419], [-0.079962, 51.518466], [-0.080263, 51.518549]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5112, &quot;postcode&quot;: &quot;EC2M 3TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080042, 51.520123], [-0.079967, 51.520292], [-0.07991, 51.520296], [-0.079877, 51.520322], [-0.079878, 51.520353], [-0.079907, 51.520375], [-0.079878, 51.520426], [-0.079802, 51.520469], [-0.079461, 51.520421], [-0.079404, 51.520429], [-0.079124, 51.520393], [-0.079107, 51.520378], [-0.079165, 51.520064], [-0.079188, 51.520053], [-0.079298, 51.520054], [-0.079333, 51.519996], [-0.079534, 51.52001], [-0.079708, 51.519926], [-0.079852, 51.519944], [-0.07994, 51.520037], [-0.079943, 51.520092], [-0.080042, 51.520123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2740, &quot;postcode&quot;: &quot;EC2M 3TY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082648, 51.516517], [-0.082632, 51.516562], [-0.082585, 51.516579], [-0.082567, 51.516612], [-0.082288, 51.516609], [-0.082173, 51.516593], [-0.082122, 51.516613], [-0.081699, 51.516639], [-0.081394, 51.516675], [-0.081611, 51.516369], [-0.081554, 51.516231], [-0.081573, 51.516205], [-0.081733, 51.516183], [-0.081826, 51.516101], [-0.081892, 51.516091], [-0.082168, 51.516223], [-0.082089, 51.51632], [-0.082114, 51.516364], [-0.082585, 51.51643], [-0.082579, 51.516488], [-0.082648, 51.516517]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2903, &quot;postcode&quot;: &quot;EC2M 3UE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080676, 51.519228], [-0.080642, 51.519269], [-0.080297, 51.519462], [-0.080185, 51.51963], [-0.080031, 51.519668], [-0.080024, 51.519817], [-0.079853, 51.519943], [-0.079708, 51.519926], [-0.079461, 51.519681], [-0.079472, 51.519501], [-0.079437, 51.519479], [-0.079364, 51.519467], [-0.07946, 51.519188], [-0.079918, 51.519232], [-0.080112, 51.519202], [-0.080346, 51.519118], [-0.080676, 51.519228]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4346, &quot;postcode&quot;: &quot;EC2M 3WA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08357, 51.516146], [-0.083465, 51.516256], [-0.082282, 51.516104], [-0.08222, 51.516127], [-0.082177, 51.516226], [-0.08196, 51.516116], [-0.082059, 51.516137], [-0.082135, 51.516109], [-0.082147, 51.516076], [-0.082096, 51.515984], [-0.082162, 51.515904], [-0.082139, 51.515877], [-0.08209, 51.515866], [-0.082298, 51.515697], [-0.082347, 51.515708], [-0.082398, 51.515695], [-0.082566, 51.515549], [-0.083243, 51.515857], [-0.083137, 51.516016], [-0.08316, 51.516059], [-0.08357, 51.516146]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4203, &quot;postcode&quot;: &quot;EC2M 3XD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080242, 51.518671], [-0.080283, 51.518705], [-0.080096, 51.518768], [-0.080017, 51.518738], [-0.080043, 51.51868], [-0.080242, 51.518671]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 125, &quot;postcode&quot;: &quot;EC2M 3XU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080346, 51.519118], [-0.080109, 51.519204], [-0.079912, 51.519233], [-0.079522, 51.519199], [-0.079457, 51.51922], [-0.079378, 51.519442], [-0.079413, 51.519472], [-0.07949, 51.519486], [-0.079464, 51.51968], [-0.079708, 51.519926], [-0.079415, 51.520084], [-0.079233, 51.520061], [-0.079175, 51.520076], [-0.079111, 51.520359], [-0.079148, 51.520394], [-0.079252, 51.52041], [-0.079245, 51.52049], [-0.078981, 51.520477], [-0.079048, 51.519985], [-0.079149, 51.519657], [-0.079385, 51.519264], [-0.079455, 51.519197], [-0.079566, 51.518995], [-0.079613, 51.518961], [-0.079668, 51.518838], [-0.080221, 51.518952], [-0.080296, 51.518986], [-0.080346, 51.519118]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4343, &quot;postcode&quot;: &quot;EC2M 3YD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080096, 51.518768], [-0.080283, 51.518705], [-0.080363, 51.518772], [-0.080296, 51.518986], [-0.08022, 51.518951], [-0.080092, 51.518858], [-0.080096, 51.518768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 373, &quot;postcode&quot;: &quot;EC2M 3YX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079353, 51.516444], [-0.079259, 51.516535], [-0.07907, 51.516494], [-0.078997, 51.516514], [-0.078225, 51.517489], [-0.07749, 51.517408], [-0.077168, 51.516885], [-0.076973, 51.516657], [-0.077879, 51.515927], [-0.078039, 51.516002], [-0.078086, 51.516003], [-0.078127, 51.515984], [-0.07848, 51.516244], [-0.07859, 51.516299], [-0.07865, 51.516307], [-0.078704, 51.516282], [-0.078694, 51.516163], [-0.07872, 51.516126], [-0.079119, 51.516308], [-0.079269, 51.516357], [-0.079353, 51.516444]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15484, &quot;postcode&quot;: &quot;EC2M 4AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081319, 51.516478], [-0.08122, 51.516584], [-0.080982, 51.516528], [-0.080927, 51.516544], [-0.080901, 51.516592], [-0.080709, 51.516509], [-0.080784, 51.516494], [-0.080896, 51.516502], [-0.080954, 51.51645], [-0.081054, 51.516486], [-0.081101, 51.516489], [-0.081187, 51.516464], [-0.081223, 51.516433], [-0.081319, 51.516478]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 324, &quot;postcode&quot;: &quot;EC2M 4AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080433, 51.516884], [-0.080348, 51.516878], [-0.080298, 51.516847], [-0.080169, 51.516825], [-0.079712, 51.516677], [-0.079759, 51.516611], [-0.079974, 51.516678], [-0.079958, 51.516718], [-0.079992, 51.516751], [-0.080433, 51.516884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 189, &quot;postcode&quot;: &quot;EC2M 4AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08122, 51.516585], [-0.081195, 51.516614], [-0.081083, 51.516618], [-0.081031, 51.516672], [-0.081011, 51.516641], [-0.080901, 51.516592], [-0.080922, 51.516535], [-0.080993, 51.516527], [-0.08122, 51.516585]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 166, &quot;postcode&quot;: &quot;EC2M 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080634, 51.516965], [-0.080676, 51.516953], [-0.080784, 51.516986], [-0.080688, 51.517107], [-0.080447, 51.517037], [-0.080463, 51.517016], [-0.080585, 51.516979], [-0.08073, 51.51702], [-0.080617, 51.516988], [-0.080634, 51.516965]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC2M 4LN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080682, 51.517094], [-0.080675, 51.517124], [-0.080548, 51.517256], [-0.080049, 51.517354], [-0.079952, 51.517325], [-0.080042, 51.517222], [-0.080021, 51.517174], [-0.080418, 51.51703], [-0.080682, 51.517094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1012, &quot;postcode&quot;: &quot;EC2M 4LX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079362, 51.517309], [-0.078979, 51.517488], [-0.078688, 51.517421], [-0.078881, 51.517145], [-0.079362, 51.517309]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 938, &quot;postcode&quot;: &quot;EC2M 4NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080339, 51.517482], [-0.080119, 51.517695], [-0.079895, 51.517592], [-0.079935, 51.517547], [-0.079985, 51.517557], [-0.080035, 51.517542], [-0.080051, 51.517489], [-0.080232, 51.517447], [-0.080339, 51.517482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 412, &quot;postcode&quot;: &quot;EC2M 4NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081779, 51.516268], [-0.081723, 51.516267], [-0.081684, 51.516285], [-0.081452, 51.516589], [-0.081403, 51.516615], [-0.081302, 51.51682], [-0.081192, 51.516941], [-0.081062, 51.517052], [-0.080922, 51.517224], [-0.080325, 51.517778], [-0.080323, 51.517813], [-0.080454, 51.518034], [-0.080201, 51.518077], [-0.080137, 51.518067], [-0.080086, 51.518094], [-0.079882, 51.518413], [-0.079454, 51.519198], [-0.079384, 51.519266], [-0.079148, 51.519659], [-0.079039, 51.520032], [-0.078956, 51.520653], [-0.078971, 51.520759], [-0.078748, 51.520742], [-0.079407, 51.518909], [-0.079373, 51.51886], [-0.079283, 51.518858], [-0.079443, 51.518471], [-0.079477, 51.518296], [-0.07955, 51.518158], [-0.079508, 51.518115], [-0.079334, 51.518091], [-0.079324, 51.518049], [-0.079244, 51.518008], [-0.079159, 51.51799], [-0.078945, 51.517977], [-0.07895, 51.517883], [-0.078899, 51.517849], [-0.078918, 51.517776], [-0.079051, 51.517787], [-0.079119, 51.517709], [-0.079487, 51.517791], [-0.079535, 51.517773], [-0.079599, 51.517692], [-0.079658, 51.517704], [-0.079704, 51.517693], [-0.079774, 51.517701], [-0.079857, 51.517741], [-0.079855, 51.517778], [-0.079894, 51.517805], [-0.07998, 51.517803], [-0.080276, 51.517552], [-0.080673, 51.517126], [-0.081091, 51.516604], [-0.081166, 51.516609], [-0.081213, 51.516593], [-0.081475, 51.516306], [-0.081585, 51.516318], [-0.081656, 51.516244], [-0.081779, 51.516268]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10913, &quot;postcode&quot;: &quot;EC2M 4NR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079971, 51.517801], [-0.079937, 51.517827], [-0.079753, 51.517734], [-0.079648, 51.517706], [-0.079581, 51.51772], [-0.079521, 51.517793], [-0.079275, 51.517732], [-0.079638, 51.517604], [-0.07977, 51.517648], [-0.079777, 51.517701], [-0.079971, 51.517801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 401, &quot;postcode&quot;: &quot;EC2M 4NS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079532, 51.518198], [-0.079458, 51.518373], [-0.079195, 51.51837], [-0.079148, 51.518305], [-0.079094, 51.518285], [-0.079104, 51.518248], [-0.079172, 51.518227], [-0.079196, 51.518193], [-0.07946, 51.518228], [-0.079532, 51.518198]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 414, &quot;postcode&quot;: &quot;EC2M 4PT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07945, 51.518409], [-0.079356, 51.518688], [-0.079308, 51.518722], [-0.079325, 51.518762], [-0.079283, 51.518858], [-0.07909, 51.518876], [-0.079133, 51.518729], [-0.079187, 51.518723], [-0.079216, 51.518699], [-0.07921, 51.518644], [-0.079149, 51.518616], [-0.078867, 51.518619], [-0.078848, 51.518527], [-0.0791, 51.518507], [-0.079138, 51.518477], [-0.079131, 51.518427], [-0.07945, 51.518409]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1010, &quot;postcode&quot;: &quot;EC2M 4QD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079355, 51.518689], [-0.079325, 51.518762], [-0.07919, 51.51874], [-0.079132, 51.518754], [-0.07909, 51.518876], [-0.078845, 51.518883], [-0.078833, 51.518839], [-0.078774, 51.518817], [-0.078432, 51.518827], [-0.078385, 51.518844], [-0.07837, 51.518874], [-0.078158, 51.518875], [-0.078168, 51.518657], [-0.078227, 51.518655], [-0.078269, 51.518632], [-0.078855, 51.518566], [-0.078868, 51.518595], [-0.078905, 51.518615], [-0.079233, 51.518623], [-0.079255, 51.518669], [-0.079355, 51.518689]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1963, &quot;postcode&quot;: &quot;EC2M 4QH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08042, 51.516888], [-0.080189, 51.516964], [-0.080142, 51.516957], [-0.079857, 51.516868], [-0.07989, 51.516791], [-0.079789, 51.516748], [-0.079882, 51.516757], [-0.079928, 51.516744], [-0.08042, 51.516888]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 476, &quot;postcode&quot;: &quot;EC2M 4RH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079918, 51.516784], [-0.079806, 51.516935], [-0.07975, 51.516923], [-0.079703, 51.516932], [-0.079636, 51.517018], [-0.079487, 51.516977], [-0.079576, 51.516854], [-0.079554, 51.516818], [-0.079481, 51.516805], [-0.079461, 51.516787], [-0.079488, 51.516723], [-0.079529, 51.516703], [-0.079741, 51.516697], [-0.079806, 51.516751], [-0.079918, 51.516784]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 659, &quot;postcode&quot;: &quot;EC2M 4SQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079237, 51.516717], [-0.079113, 51.516875], [-0.078988, 51.516841], [-0.0791, 51.516692], [-0.079129, 51.516684], [-0.079237, 51.516717]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 190, &quot;postcode&quot;: &quot;EC2M 4TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079488, 51.516723], [-0.079461, 51.516787], [-0.079361, 51.516756], [-0.079239, 51.516909], [-0.079113, 51.516875], [-0.079237, 51.516717], [-0.079154, 51.516692], [-0.079281, 51.51663], [-0.079488, 51.516723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 366, &quot;postcode&quot;: &quot;EC2M 4TH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078979, 51.517488], [-0.078664, 51.517636], [-0.078604, 51.517645], [-0.078522, 51.517702], [-0.078346, 51.517674], [-0.07829, 51.517641], [-0.077883, 51.517617], [-0.077801, 51.517596], [-0.077801, 51.517573], [-0.078375, 51.517627], [-0.078413, 51.517601], [-0.078454, 51.517484], [-0.07851, 51.517454], [-0.078539, 51.517393], [-0.078624, 51.517401], [-0.078737, 51.51735], [-0.078712, 51.517394], [-0.078736, 51.517429], [-0.078979, 51.517488]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 875, &quot;postcode&quot;: &quot;EC2M 4TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079827, 51.517103], [-0.079562, 51.517218], [-0.079423, 51.517164], [-0.079399, 51.517126], [-0.079314, 51.517076], [-0.079388, 51.51704], [-0.079455, 51.516968], [-0.079658, 51.517025], [-0.079827, 51.517103]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 515, &quot;postcode&quot;: &quot;EC2M 4TR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080155, 51.516233], [-0.080107, 51.516252], [-0.080119, 51.516258], [-0.080005, 51.516391], [-0.079917, 51.516499], [-0.079937, 51.516475], [-0.079961, 51.516483], [-0.079936, 51.516511], [-0.080113, 51.516573], [-0.080034, 51.516668], [-0.079975, 51.516624], [-0.079932, 51.516642], [-0.079777, 51.516593], [-0.079712, 51.516677], [-0.079751, 51.516689], [-0.079741, 51.516697], [-0.079531, 51.516703], [-0.079488, 51.516723], [-0.079281, 51.51663], [-0.079259, 51.516535], [-0.079354, 51.516444], [-0.079269, 51.516357], [-0.079352, 51.516386], [-0.079156, 51.516317], [-0.07962, 51.515977], [-0.07979, 51.516076], [-0.079827, 51.516047], [-0.080155, 51.516233]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3459, &quot;postcode&quot;: &quot;EC2M 4UJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08, 51.516632], [-0.079975, 51.516678], [-0.079926, 51.516703], [-0.079927, 51.516749], [-0.079886, 51.516761], [-0.079794, 51.516742], [-0.079741, 51.516697], [-0.079792, 51.516656], [-0.079766, 51.516613], [-0.079777, 51.516593], [-0.0799, 51.516631], [-0.08, 51.516632]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 185, &quot;postcode&quot;: &quot;EC2M 4WD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078457, 51.516234], [-0.078271, 51.516093], [-0.078251, 51.515995], [-0.078344, 51.515954], [-0.07872, 51.516126], [-0.078694, 51.516163], [-0.078716, 51.516283], [-0.078638, 51.516318], [-0.078457, 51.516234]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 691, &quot;postcode&quot;: &quot;EC2M 4YA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078271, 51.516092], [-0.07816, 51.516016], [-0.078076, 51.516022], [-0.078043, 51.516006], [-0.078251, 51.515995], [-0.078271, 51.516092]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 50, &quot;postcode&quot;: &quot;EC2M 4YE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078986, 51.516975], [-0.078946, 51.516965], [-0.078948, 51.516962], [-0.078986, 51.516975]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2M 4YN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079489, 51.516795], [-0.079369, 51.516945], [-0.079239, 51.516909], [-0.079361, 51.516756], [-0.079489, 51.516795]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 186, &quot;postcode&quot;: &quot;EC2M 4YT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079369, 51.516945], [-0.079489, 51.516795], [-0.079588, 51.516827], [-0.079487, 51.516977], [-0.079369, 51.516945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 159, &quot;postcode&quot;: &quot;EC2M 4YW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085626, 51.516789], [-0.08559, 51.516819], [-0.085469, 51.516799], [-0.085404, 51.516826], [-0.085252, 51.516786], [-0.085191, 51.516796], [-0.084715, 51.516734], [-0.084668, 51.51674], [-0.084637, 51.516766], [-0.084627, 51.516734], [-0.084587, 51.516715], [-0.084374, 51.516687], [-0.084277, 51.516711], [-0.084182, 51.516659], [-0.0838, 51.516607], [-0.083796, 51.516542], [-0.083655, 51.516498], [-0.082637, 51.516378], [-0.0817, 51.516214], [-0.081626, 51.516236], [-0.081589, 51.516337], [-0.081529, 51.51632], [-0.081631, 51.516198], [-0.081696, 51.51619], [-0.084406, 51.516522], [-0.08447, 51.516508], [-0.084507, 51.516455], [-0.084703, 51.516526], [-0.084882, 51.516531], [-0.08508, 51.516628], [-0.085086, 51.516658], [-0.08512, 51.516679], [-0.085626, 51.516789]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3177, &quot;postcode&quot;: &quot;EC2M 5ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083681, 51.516394], [-0.084158, 51.51583], [-0.084442, 51.516001], [-0.084365, 51.515984], [-0.084647, 51.516049], [-0.084648, 51.516049], [-0.084509, 51.516272], [-0.084651, 51.516319], [-0.084802, 51.51607], [-0.085646, 51.516267], [-0.085584, 51.516385], [-0.085716, 51.516378], [-0.085732, 51.516397], [-0.085913, 51.516434], [-0.085695, 51.516752], [-0.085762, 51.516763], [-0.085669, 51.516813], [-0.085598, 51.516813], [-0.085626, 51.516789], [-0.085435, 51.516748], [-0.085173, 51.516611], [-0.085199, 51.516593], [-0.08487, 51.516488], [-0.084882, 51.516531], [-0.084706, 51.516528], [-0.084507, 51.516455], [-0.084472, 51.516516], [-0.084442, 51.516528], [-0.083704, 51.516433], [-0.083681, 51.516394]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7088, &quot;postcode&quot;: &quot;EC2M 5NG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085762, 51.516763], [-0.08603, 51.516805], [-0.08609, 51.516826], [-0.086098, 51.516863], [-0.086069, 51.516881], [-0.08559, 51.51682], [-0.085669, 51.516813], [-0.085762, 51.516763]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 226, &quot;postcode&quot;: &quot;EC2M 5PD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086098, 51.516863], [-0.086089, 51.516883], [-0.086069, 51.516881], [-0.086098, 51.516863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2M 5PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088734, 51.517337], [-0.088794, 51.517413], [-0.08869, 51.517418], [-0.088734, 51.517337]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 33, &quot;postcode&quot;: &quot;EC2M 5QA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088196, 51.517166], [-0.087986, 51.517131], [-0.087985, 51.517131], [-0.08813, 51.517137], [-0.088196, 51.517166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC2M 5QD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087464, 51.517042], [-0.087288, 51.517013], [-0.08729, 51.517012], [-0.087464, 51.517042]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2M 5QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089244, 51.517167], [-0.089229, 51.517219], [-0.089271, 51.517226], [-0.089244, 51.517306], [-0.089307, 51.517316], [-0.089313, 51.517426], [-0.089247, 51.517417], [-0.089259, 51.517398], [-0.089071, 51.517368], [-0.089059, 51.517389], [-0.089019, 51.517384], [-0.089108, 51.517274], [-0.089118, 51.517192], [-0.089099, 51.51719], [-0.089118, 51.517127], [-0.089328, 51.517149], [-0.089319, 51.517178], [-0.089244, 51.517167]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 376, &quot;postcode&quot;: &quot;EC2M 5QX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088593, 51.517035], [-0.088549, 51.51716], [-0.088561, 51.517223], [-0.08828, 51.517179], [-0.088312, 51.517147], [-0.088381, 51.517159], [-0.088429, 51.517142], [-0.088493, 51.51702], [-0.088593, 51.517035]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC2M 5TB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08861, 51.51669], [-0.088529, 51.516946], [-0.088477, 51.516951], [-0.088385, 51.517], [-0.08831, 51.517154], [-0.087984, 51.51713], [-0.087588, 51.517063], [-0.087679, 51.516955], [-0.087727, 51.516861], [-0.0878, 51.516466], [-0.088191, 51.516497], [-0.088245, 51.516482], [-0.08829, 51.516498], [-0.088236, 51.516613], [-0.088262, 51.516652], [-0.08861, 51.51669]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3465, &quot;postcode&quot;: &quot;EC2M 5TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088529, 51.516946], [-0.088421, 51.517171], [-0.088334, 51.517158], [-0.08828, 51.517179], [-0.088196, 51.517166], [-0.088151, 51.517143], [-0.088304, 51.517138], [-0.088396, 51.516971], [-0.088438, 51.516962], [-0.088465, 51.516936], [-0.088529, 51.516946]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 227, &quot;postcode&quot;: &quot;EC2M 5TF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086098, 51.516863], [-0.08609, 51.516826], [-0.086101, 51.516817], [-0.086119, 51.51682], [-0.086098, 51.516863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5, &quot;postcode&quot;: &quot;EC2M 5TN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086603, 51.516893], [-0.087021, 51.516967], [-0.086599, 51.516894], [-0.086603, 51.516893]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC2M 5TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08692, 51.516948], [-0.086946, 51.516955], [-0.086914, 51.516948], [-0.08692, 51.516948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2M 5TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087575, 51.51704], [-0.087604, 51.516876], [-0.087708, 51.516885], [-0.08772, 51.51691], [-0.087703, 51.516907], [-0.087624, 51.51707], [-0.088239, 51.517174], [-0.088239, 51.517144], [-0.088267, 51.517148], [-0.08824, 51.517147], [-0.088267, 51.517149], [-0.088267, 51.517178], [-0.088356, 51.51719], [-0.088359, 51.517159], [-0.088392, 51.517165], [-0.088392, 51.517195], [-0.088622, 51.517231], [-0.08864, 51.517205], [-0.088661, 51.517209], [-0.088652, 51.517235], [-0.088749, 51.517247], [-0.088757, 51.517225], [-0.08878, 51.517228], [-0.088751, 51.517307], [-0.087578, 51.517133], [-0.086089, 51.516883], [-0.086119, 51.51682], [-0.086481, 51.516877], [-0.086546, 51.516912], [-0.086591, 51.516912], [-0.086601, 51.516892], [-0.087535, 51.517054], [-0.087575, 51.51704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1452, &quot;postcode&quot;: &quot;EC2M 5TR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086958, 51.516177], [-0.086591, 51.516912], [-0.086523, 51.516907], [-0.086481, 51.516877], [-0.086385, 51.516864], [-0.086729, 51.516138], [-0.086958, 51.516177]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1314, &quot;postcode&quot;: &quot;EC2M 5TU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089005, 51.517783], [-0.088969, 51.517835], [-0.088889, 51.517829], [-0.088842, 51.517865], [-0.088691, 51.517836], [-0.088625, 51.517858], [-0.088631, 51.517801], [-0.088669, 51.517778], [-0.088681, 51.517731], [-0.088633, 51.5177], [-0.088554, 51.517717], [-0.088552, 51.517704], [-0.08869, 51.517418], [-0.088793, 51.517415], [-0.088786, 51.517467], [-0.088826, 51.517507], [-0.088855, 51.517677], [-0.088901, 51.517704], [-0.088912, 51.517758], [-0.089005, 51.517783]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 769, &quot;postcode&quot;: &quot;EC2M 6SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088645, 51.517555], [-0.088581, 51.517628], [-0.088531, 51.517758], [-0.088486, 51.517791], [-0.088619, 51.517549], [-0.088645, 51.517555]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 33, &quot;postcode&quot;: &quot;EC2M 6SE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08945, 51.518002], [-0.089448, 51.518083], [-0.089361, 51.518141], [-0.089319, 51.518131], [-0.089318, 51.518095], [-0.089277, 51.518071], [-0.089122, 51.518039], [-0.089054, 51.518064], [-0.088889, 51.518345], [-0.088846, 51.51837], [-0.088748, 51.518554], [-0.088752, 51.518589], [-0.088796, 51.518612], [-0.088748, 51.518618], [-0.088713, 51.518647], [-0.088347, 51.519306], [-0.088247, 51.519388], [-0.08822, 51.519439], [-0.088129, 51.519411], [-0.088136, 51.519378], [-0.088102, 51.519349], [-0.087826, 51.519292], [-0.088213, 51.518589], [-0.088207, 51.518559], [-0.088177, 51.518539], [-0.088074, 51.518544], [-0.088176, 51.518358], [-0.088207, 51.518339], [-0.088233, 51.518367], [-0.088284, 51.518377], [-0.088344, 51.518351], [-0.088752, 51.517611], [-0.088407, 51.518258], [-0.088428, 51.518306], [-0.088645, 51.518348], [-0.088695, 51.518376], [-0.088766, 51.518364], [-0.089053, 51.517905], [-0.089166, 51.517931], [-0.089213, 51.517963], [-0.08945, 51.518002]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5018, &quot;postcode&quot;: &quot;EC2M 6TX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087912, 51.51884], [-0.087801, 51.519066], [-0.087787, 51.519068], [-0.087912, 51.51884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 24, &quot;postcode&quot;: &quot;EC2M 6UR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08803, 51.518656], [-0.087922, 51.51885], [-0.08792, 51.518851], [-0.088017, 51.518647], [-0.08803, 51.518656]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 25, &quot;postcode&quot;: &quot;EC2M 6XB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089097, 51.517746], [-0.089027, 51.517862], [-0.089052, 51.517906], [-0.08813, 51.519411], [-0.087908, 51.519389], [-0.087566, 51.519435], [-0.087516, 51.519406], [-0.087495, 51.519244], [-0.087511, 51.519227], [-0.087566, 51.519241], [-0.087661, 51.519235], [-0.087709, 51.51921], [-0.088264, 51.518237], [-0.088392, 51.518264], [-0.087846, 51.519262], [-0.087882, 51.519302], [-0.088074, 51.519343], [-0.088123, 51.519342], [-0.08816, 51.519322], [-0.088645, 51.518348], [-0.0887, 51.518318], [-0.089043, 51.517735], [-0.089097, 51.517746]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2860, &quot;postcode&quot;: &quot;EC2M 6XQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085168, 51.516793], [-0.085061, 51.516781], [-0.085048, 51.51675], [-0.085007, 51.516733], [-0.085081, 51.516628], [-0.085116, 51.516678], [-0.085105, 51.51672], [-0.085148, 51.516749], [-0.085168, 51.516793]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 91, &quot;postcode&quot;: &quot;EC2M 7AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085433, 51.516861], [-0.085138, 51.517108], [-0.084804, 51.517017], [-0.084819, 51.516966], [-0.084874, 51.516936], [-0.084941, 51.516766], [-0.085094, 51.516781], [-0.085156, 51.516741], [-0.085161, 51.516707], [-0.085116, 51.516678], [-0.085093, 51.516627], [-0.085173, 51.516611], [-0.085434, 51.516748], [-0.085387, 51.516791], [-0.085433, 51.516861]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1307, &quot;postcode&quot;: &quot;EC2M 7AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085138, 51.517108], [-0.084814, 51.517376], [-0.084745, 51.517342], [-0.08476, 51.517308], [-0.084889, 51.517288], [-0.08494, 51.517218], [-0.08493, 51.517188], [-0.084867, 51.517151], [-0.084495, 51.51706], [-0.084439, 51.517084], [-0.084371, 51.517224], [-0.084202, 51.517202], [-0.084276, 51.517026], [-0.084272, 51.516972], [-0.08423, 51.516947], [-0.084238, 51.516921], [-0.084329, 51.516854], [-0.084814, 51.516976], [-0.084813, 51.517011], [-0.084842, 51.517034], [-0.085138, 51.517108]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1310, &quot;postcode&quot;: &quot;EC2M 7EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085593, 51.51682], [-0.086089, 51.516883], [-0.087578, 51.517133], [-0.088337, 51.517239], [-0.088666, 51.517293], [-0.088659, 51.517308], [-0.088743, 51.517322], [-0.087684, 51.519256], [-0.086187, 51.518736], [-0.086143, 51.518808], [-0.083883, 51.518163], [-0.084338, 51.517765], [-0.085433, 51.516861], [-0.085399, 51.516836], [-0.085427, 51.516785], [-0.085593, 51.51682]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 52811, &quot;postcode&quot;: &quot;EC2M 7EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084049, 51.517953], [-0.084137, 51.51794], [-0.084089, 51.517983], [-0.084049, 51.517953]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC2M 7JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086412, 51.518888], [-0.086395, 51.518911], [-0.086067, 51.519064], [-0.085992, 51.519057], [-0.086087, 51.518874], [-0.085909, 51.518787], [-0.085854, 51.518782], [-0.08581, 51.518802], [-0.085642, 51.518994], [-0.085594, 51.519005], [-0.08556, 51.519037], [-0.085344, 51.518978], [-0.085347, 51.518867], [-0.08524, 51.518837], [-0.085116, 51.518768], [-0.085264, 51.518555], [-0.085851, 51.518729], [-0.085857, 51.518758], [-0.085893, 51.518779], [-0.085943, 51.51878], [-0.085984, 51.518761], [-0.086412, 51.518888]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1987, &quot;postcode&quot;: &quot;EC2M 7LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084678, 51.517491], [-0.084387, 51.51773], [-0.083838, 51.517641], [-0.083826, 51.517603], [-0.083679, 51.51758], [-0.083686, 51.517564], [-0.083731, 51.517557], [-0.08394, 51.517545], [-0.084374, 51.517563], [-0.084525, 51.517431], [-0.084678, 51.517491]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 933, &quot;postcode&quot;: &quot;EC2M 7NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084506, 51.51745], [-0.084374, 51.517563], [-0.084041, 51.517542], [-0.083882, 51.517548], [-0.08383, 51.517574], [-0.083831, 51.517618], [-0.083868, 51.517645], [-0.084287, 51.517713], [-0.084236, 51.517839], [-0.084006, 51.517804], [-0.083956, 51.517818], [-0.083931, 51.517858], [-0.08376, 51.517835], [-0.083696, 51.517854], [-0.083251, 51.517796], [-0.083274, 51.517736], [-0.08326, 51.517707], [-0.083203, 51.517689], [-0.083134, 51.517621], [-0.083034, 51.517598], [-0.083089, 51.517535], [-0.083168, 51.517547], [-0.083216, 51.517531], [-0.083243, 51.517428], [-0.083807, 51.517508], [-0.08387, 51.517494], [-0.083906, 51.517428], [-0.083872, 51.517391], [-0.083445, 51.51732], [-0.083458, 51.517288], [-0.083512, 51.517289], [-0.083568, 51.517261], [-0.083827, 51.517337], [-0.084052, 51.51731], [-0.084062, 51.517358], [-0.084184, 51.517386], [-0.084182, 51.51743], [-0.084227, 51.517456], [-0.08441, 51.517479], [-0.084487, 51.517439], [-0.084506, 51.51745]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3130, &quot;postcode&quot;: &quot;EC2M 7NX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083205, 51.517558], [-0.083137, 51.517591], [-0.083169, 51.517652], [-0.082901, 51.517688], [-0.082754, 51.517547], [-0.082638, 51.517537], [-0.08258, 51.517485], [-0.08241, 51.51745], [-0.08232, 51.51741], [-0.082212, 51.517428], [-0.082046, 51.517425], [-0.081902, 51.517311], [-0.081927, 51.517286], [-0.082164, 51.517339], [-0.082231, 51.517322], [-0.082624, 51.5174], [-0.08258, 51.517454], [-0.082607, 51.517493], [-0.082905, 51.517535], [-0.083006, 51.517544], [-0.083071, 51.517531], [-0.083102, 51.517511], [-0.08313, 51.517456], [-0.083205, 51.517558]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 896, &quot;postcode&quot;: &quot;EC2M 7PD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08431, 51.51686], [-0.084245, 51.516911], [-0.084232, 51.516977], [-0.083479, 51.516827], [-0.082874, 51.516754], [-0.08211, 51.516735], [-0.081611, 51.516768], [-0.081556, 51.516795], [-0.081471, 51.516988], [-0.081509, 51.517032], [-0.081621, 51.517035], [-0.081672, 51.517014], [-0.081755, 51.517015], [-0.081826, 51.516931], [-0.081929, 51.516974], [-0.081984, 51.516973], [-0.082736, 51.517106], [-0.082802, 51.517091], [-0.082949, 51.517115], [-0.083042, 51.517101], [-0.08307, 51.517127], [-0.083137, 51.51714], [-0.083174, 51.517203], [-0.083231, 51.51723], [-0.083229, 51.517264], [-0.083266, 51.51729], [-0.08395, 51.517401], [-0.083894, 51.517458], [-0.083892, 51.517522], [-0.0832, 51.517413], [-0.083141, 51.517436], [-0.083101, 51.517516], [-0.083015, 51.517545], [-0.082696, 51.5175], [-0.08263, 51.517507], [-0.082563, 51.517543], [-0.082523, 51.517534], [-0.082573, 51.517424], [-0.082536, 51.517383], [-0.082286, 51.517333], [-0.082213, 51.517351], [-0.081976, 51.517297], [-0.08191, 51.517307], [-0.081829, 51.517285], [-0.08135, 51.517297], [-0.080786, 51.51735], [-0.08094, 51.517204], [-0.081463, 51.517165], [-0.081514, 51.517144], [-0.081548, 51.517079], [-0.081528, 51.517042], [-0.08145, 51.517031], [-0.081389, 51.517072], [-0.081327, 51.517058], [-0.081239, 51.516961], [-0.081191, 51.516942], [-0.081302, 51.51682], [-0.081371, 51.516679], [-0.0814, 51.516674], [-0.081999, 51.516618], [-0.082301, 51.516609], [-0.082752, 51.516619], [-0.08345, 51.516693], [-0.08431, 51.51686]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9131, &quot;postcode&quot;: &quot;EC2M 7PN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082027, 51.516876], [-0.082012, 51.516904], [-0.081952, 51.516901], [-0.081902, 51.516937], [-0.081822, 51.516947], [-0.081765, 51.51703], [-0.081711, 51.517024], [-0.081579, 51.517047], [-0.081529, 51.517116], [-0.081389, 51.517072], [-0.08145, 51.517017], [-0.081537, 51.516852], [-0.081513, 51.516816], [-0.08142, 51.516791], [-0.081499, 51.516781], [-0.081773, 51.51683], [-0.081835, 51.51682], [-0.081902, 51.516852], [-0.082027, 51.516876]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 731, &quot;postcode&quot;: &quot;EC2M 7PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082303, 51.517406], [-0.08241, 51.51745], [-0.082563, 51.51748], [-0.082523, 51.517534], [-0.082563, 51.517544], [-0.082613, 51.517514], [-0.082638, 51.517537], [-0.082442, 51.517602], [-0.082375, 51.517648], [-0.082177, 51.517603], [-0.082212, 51.517428], [-0.082303, 51.517406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 498, &quot;postcode&quot;: &quot;EC2M 7PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083629, 51.51807], [-0.083597, 51.518174], [-0.083464, 51.518173], [-0.083399, 51.518239], [-0.083262, 51.518218], [-0.08321, 51.518188], [-0.083104, 51.518191], [-0.082873, 51.518138], [-0.082734, 51.518177], [-0.082726, 51.518269], [-0.08254, 51.518604], [-0.082549, 51.518633], [-0.082588, 51.518653], [-0.082534, 51.518743], [-0.08259, 51.518825], [-0.082531, 51.51897], [-0.082324, 51.519004], [-0.082279, 51.519035], [-0.082289, 51.519347], [-0.082138, 51.519407], [-0.082085, 51.519398], [-0.082041, 51.519411], [-0.081587, 51.519344], [-0.081297, 51.519441], [-0.080786, 51.51922], [-0.081183, 51.518693], [-0.081156, 51.518655], [-0.080968, 51.51858], [-0.080855, 51.518482], [-0.080898, 51.518273], [-0.080883, 51.518244], [-0.080835, 51.518227], [-0.080624, 51.518223], [-0.080628, 51.51811], [-0.080663, 51.518065], [-0.080764, 51.518079], [-0.080924, 51.518152], [-0.081055, 51.518128], [-0.081187, 51.517992], [-0.081152, 51.517897], [-0.081098, 51.51787], [-0.081033, 51.517884], [-0.080934, 51.518044], [-0.08094, 51.517875], [-0.080922, 51.517847], [-0.080666, 51.517799], [-0.080449, 51.517713], [-0.080477, 51.51763], [-0.080721, 51.517411], [-0.080837, 51.517344], [-0.081351, 51.517297], [-0.081876, 51.517285], [-0.081905, 51.517306], [-0.08188, 51.51737], [-0.081913, 51.517398], [-0.082031, 51.517425], [-0.082212, 51.517428], [-0.082182, 51.517573], [-0.082223, 51.517613], [-0.082371, 51.517639], [-0.082638, 51.517537], [-0.08276, 51.517543], [-0.0829, 51.517688], [-0.082853, 51.517752], [-0.082907, 51.517835], [-0.082859, 51.51791], [-0.08289, 51.517952], [-0.082952, 51.517958], [-0.083033, 51.517929], [-0.083078, 51.517997], [-0.0832, 51.518027], [-0.083251, 51.518023], [-0.083287, 51.518071], [-0.083327, 51.518089], [-0.083383, 51.518085], [-0.083492, 51.518037], [-0.083501, 51.518071], [-0.083539, 51.51809], [-0.083588, 51.518089], [-0.083629, 51.51807]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 27731, &quot;postcode&quot;: &quot;EC2M 7PY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083278, 51.51806], [-0.083338, 51.518051], [-0.083364, 51.518094], [-0.08335, 51.518124], [-0.083294, 51.518123], [-0.083235, 51.518193], [-0.083205, 51.518186], [-0.083209, 51.518098], [-0.08325, 51.518101], [-0.083278, 51.51806]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 88, &quot;postcode&quot;: &quot;EC2M 7QA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081596, 51.517152], [-0.08109, 51.517037], [-0.081092, 51.51703], [-0.081189, 51.516952], [-0.081252, 51.516976], [-0.081333, 51.517058], [-0.081529, 51.517117], [-0.081596, 51.517152]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 172, &quot;postcode&quot;: &quot;EC2M 7QN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085195, 51.515303], [-0.0851, 51.515489], [-0.08512, 51.515526], [-0.085174, 51.515543], [-0.085146, 51.515582], [-0.085002, 51.515562], [-0.084965, 51.515582], [-0.084897, 51.515673], [-0.08481, 51.515682], [-0.084733, 51.515672], [-0.084678, 51.515707], [-0.08457, 51.515684], [-0.084519, 51.515643], [-0.084393, 51.515619], [-0.084328, 51.515636], [-0.084632, 51.515271], [-0.085029, 51.515048], [-0.085048, 51.5151], [-0.085089, 51.515122], [-0.085099, 51.515208], [-0.085136, 51.515234], [-0.085152, 51.515284], [-0.085195, 51.515303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2324, &quot;postcode&quot;: &quot;EC2N 1AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086881, 51.514783], [-0.086642, 51.514822], [-0.08611, 51.514869], [-0.085628, 51.514852], [-0.086006, 51.514462], [-0.086227, 51.514292], [-0.086881, 51.514783]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2885, &quot;postcode&quot;: &quot;EC2N 1AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084652, 51.515128], [-0.084521, 51.515234], [-0.084476, 51.515228], [-0.084618, 51.515109], [-0.084652, 51.515128]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 48, &quot;postcode&quot;: &quot;EC2N 1DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084934, 51.51497], [-0.084607, 51.51514], [-0.084545, 51.515215], [-0.084483, 51.515221], [-0.084582, 51.515135], [-0.084587, 51.515101], [-0.084506, 51.515048], [-0.084499, 51.515], [-0.084354, 51.51492], [-0.084601, 51.514744], [-0.084934, 51.51497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 905, &quot;postcode&quot;: &quot;EC2N 1DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086217, 51.514299], [-0.08602, 51.514451], [-0.085808, 51.514659], [-0.085758, 51.514684], [-0.085682, 51.514799], [-0.085542, 51.514933], [-0.085248, 51.514983], [-0.085034, 51.515047], [-0.084747, 51.515199], [-0.084626, 51.515291], [-0.083694, 51.516378], [-0.083696, 51.516412], [-0.083729, 51.516433], [-0.083925, 51.516458], [-0.083709, 51.516437], [-0.083476, 51.516389], [-0.083509, 51.516365], [-0.083618, 51.516163], [-0.084483, 51.515221], [-0.084547, 51.515211], [-0.084652, 51.515128], [-0.084906, 51.514975], [-0.084893, 51.514937], [-0.084645, 51.514764], [-0.084567, 51.514751], [-0.084391, 51.514402], [-0.085059, 51.514287], [-0.08511, 51.514294], [-0.085493, 51.51424], [-0.085824, 51.514215], [-0.086097, 51.514212], [-0.086217, 51.514299]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9360, &quot;postcode&quot;: &quot;EC2N 1DW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084717, 51.514814], [-0.084624, 51.514767], [-0.084551, 51.514779], [-0.084614, 51.514741], [-0.084717, 51.514814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13, &quot;postcode&quot;: &quot;EC2N 1DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084588, 51.51596], [-0.084555, 51.516028], [-0.084442, 51.516001], [-0.084218, 51.515854], [-0.08442, 51.515922], [-0.084588, 51.51596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 138, &quot;postcode&quot;: &quot;EC2N 1ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084476, 51.515228], [-0.084029, 51.515726], [-0.083317, 51.515471], [-0.083403, 51.515384], [-0.08332, 51.515355], [-0.08335, 51.515316], [-0.083161, 51.515242], [-0.083347, 51.515083], [-0.083053, 51.514953], [-0.083247, 51.51481], [-0.08371, 51.514527], [-0.083783, 51.514519], [-0.083891, 51.51459], [-0.08393, 51.514659], [-0.084054, 51.514636], [-0.084072, 51.514673], [-0.084344, 51.514622], [-0.084327, 51.514585], [-0.084465, 51.514559], [-0.084567, 51.514751], [-0.084601, 51.514744], [-0.084354, 51.51492], [-0.084542, 51.515022], [-0.084506, 51.515048], [-0.084618, 51.515109], [-0.084476, 51.515228]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8856, &quot;postcode&quot;: &quot;EC2N 1HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084034, 51.515729], [-0.083613, 51.516155], [-0.083114, 51.516052], [-0.083225, 51.515865], [-0.083201, 51.515839], [-0.083007, 51.515754], [-0.083182, 51.51559], [-0.083232, 51.515603], [-0.083277, 51.515594], [-0.083381, 51.515494], [-0.084034, 51.515729]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2972, &quot;postcode&quot;: &quot;EC2N 1HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082955, 51.516244], [-0.082953, 51.516261], [-0.082898, 51.51628], [-0.082878, 51.516265], [-0.082885, 51.516237], [-0.082955, 51.516244]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC2N 1HU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083937, 51.515816], [-0.083819, 51.515951], [-0.083809, 51.51595], [-0.083937, 51.515816]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC2N 1HW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083819, 51.515951], [-0.083597, 51.516202], [-0.083576, 51.516197], [-0.08357, 51.516146], [-0.083637, 51.516129], [-0.083819, 51.515951]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 40, &quot;postcode&quot;: &quot;EC2N 1HZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087851, 51.514691], [-0.087713, 51.514703], [-0.086874, 51.514853], [-0.086694, 51.514874], [-0.086644, 51.514907], [-0.086577, 51.514885], [-0.086344, 51.514913], [-0.08629, 51.514907], [-0.086164, 51.514933], [-0.085658, 51.514915], [-0.085543, 51.514932], [-0.085628, 51.514852], [-0.086081, 51.51487], [-0.086412, 51.514846], [-0.086832, 51.514793], [-0.08726, 51.514713], [-0.087584, 51.514644], [-0.087622, 51.51462], [-0.087699, 51.514634], [-0.087762, 51.514685], [-0.087851, 51.514691]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1143, &quot;postcode&quot;: &quot;EC2N 2AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085382, 51.516141], [-0.085445, 51.51622], [-0.085125, 51.516145], [-0.085182, 51.516103], [-0.08528, 51.516106], [-0.085382, 51.516141]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 127, &quot;postcode&quot;: &quot;EC2N 2AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086635, 51.514867], [-0.086635, 51.515022], [-0.086544, 51.515108], [-0.086383, 51.515098], [-0.086281, 51.51507], [-0.085964, 51.515159], [-0.085795, 51.515139], [-0.085619, 51.51507], [-0.08552, 51.515063], [-0.085518, 51.515024], [-0.085486, 51.514997], [-0.08547, 51.514942], [-0.085654, 51.514915], [-0.085928, 51.514925], [-0.085934, 51.51499], [-0.086006, 51.515011], [-0.086049, 51.514998], [-0.086129, 51.514933], [-0.086635, 51.514867]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1586, &quot;postcode&quot;: &quot;EC2N 2AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086031, 51.515013], [-0.086012, 51.515177], [-0.085908, 51.515137], [-0.085928, 51.514931], [-0.086129, 51.514933], [-0.086031, 51.515013]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 228, &quot;postcode&quot;: &quot;EC2N 2AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086962, 51.515601], [-0.086739, 51.515612], [-0.086697, 51.515587], [-0.086714, 51.515207], [-0.08668, 51.515176], [-0.086626, 51.515171], [-0.086544, 51.515108], [-0.086635, 51.515022], [-0.086685, 51.51502], [-0.08672, 51.514998], [-0.086733, 51.514869], [-0.08687, 51.51485], [-0.086916, 51.514852], [-0.086898, 51.514887], [-0.086959, 51.515079], [-0.086976, 51.515501], [-0.086962, 51.515601]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1556, &quot;postcode&quot;: &quot;EC2N 2AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087879, 51.514583], [-0.087781, 51.514628], [-0.087664, 51.514646], [-0.087644, 51.514679], [-0.087666, 51.514712], [-0.087515, 51.514737], [-0.087515, 51.514695], [-0.087459, 51.514672], [-0.087298, 51.514697], [-0.087191, 51.514415], [-0.087155, 51.51439], [-0.087097, 51.514388], [-0.087084, 51.51434], [-0.087275, 51.514303], [-0.087338, 51.514326], [-0.087572, 51.514301], [-0.087637, 51.514389], [-0.087745, 51.514392], [-0.087879, 51.514583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1574, &quot;postcode&quot;: &quot;EC2N 2AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086257, 51.516392], [-0.086234, 51.516441], [-0.085991, 51.516398], [-0.085944, 51.516406], [-0.085913, 51.516434], [-0.085732, 51.516397], [-0.085716, 51.516378], [-0.085831, 51.51631], [-0.086257, 51.516392]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 272, &quot;postcode&quot;: &quot;EC2N 2BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086392, 51.516865], [-0.086182, 51.516831], [-0.086279, 51.516622], [-0.086488, 51.51666], [-0.086392, 51.516865]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 364, &quot;postcode&quot;: &quot;EC2N 2DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086658, 51.515783], [-0.086687, 51.515657], [-0.086739, 51.515612], [-0.087617, 51.515602], [-0.087491, 51.515971], [-0.0878, 51.516034], [-0.087771, 51.516077], [-0.087472, 51.516024], [-0.087389, 51.516249], [-0.086729, 51.516138], [-0.086488, 51.51666], [-0.086279, 51.516622], [-0.086182, 51.516831], [-0.085695, 51.516752], [-0.085757, 51.516639], [-0.085947, 51.516389], [-0.086234, 51.516441], [-0.086289, 51.516323], [-0.086113, 51.516289], [-0.086179, 51.516203], [-0.086195, 51.516206], [-0.086275, 51.516037], [-0.086526, 51.516093], [-0.086658, 51.515783]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7163, &quot;postcode&quot;: &quot;EC2N 2DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086713, 51.515238], [-0.086704, 51.515404], [-0.086643, 51.515395], [-0.086595, 51.515418], [-0.086437, 51.515438], [-0.08625, 51.515296], [-0.086231, 51.515225], [-0.086032, 51.515168], [-0.086026, 51.515151], [-0.086303, 51.515071], [-0.086384, 51.515096], [-0.086544, 51.515108], [-0.086626, 51.515171], [-0.086639, 51.515221], [-0.086713, 51.515238]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1116, &quot;postcode&quot;: &quot;EC2N 2DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085926, 51.515582], [-0.085896, 51.515659], [-0.085853, 51.515701], [-0.085809, 51.515713], [-0.085719, 51.515698], [-0.085641, 51.515665], [-0.085449, 51.515678], [-0.08534, 51.515589], [-0.085082, 51.515523], [-0.085199, 51.515294], [-0.085367, 51.515314], [-0.085811, 51.515411], [-0.08587, 51.5154], [-0.085895, 51.515367], [-0.085927, 51.51541], [-0.085928, 51.515468], [-0.085895, 51.515519], [-0.085926, 51.515582]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1760, &quot;postcode&quot;: &quot;EC2N 2HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086437, 51.515438], [-0.086409, 51.51547], [-0.0864, 51.515542], [-0.085953, 51.515512], [-0.085947, 51.515483], [-0.08589, 51.515431], [-0.085367, 51.515314], [-0.08542, 51.51511], [-0.085473, 51.5151], [-0.08552, 51.515063], [-0.085616, 51.515068], [-0.085792, 51.515137], [-0.085883, 51.515152], [-0.085906, 51.515208], [-0.085895, 51.515373], [-0.085931, 51.515405], [-0.086201, 51.515425], [-0.086393, 51.515418], [-0.086437, 51.515438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1484, &quot;postcode&quot;: &quot;EC2N 2HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086111, 51.515779], [-0.085928, 51.51614], [-0.085868, 51.516098], [-0.085751, 51.516061], [-0.085642, 51.516051], [-0.085504, 51.51601], [-0.085434, 51.516007], [-0.085335, 51.515953], [-0.085372, 51.515868], [-0.085318, 51.515829], [-0.08537, 51.515828], [-0.085407, 51.515808], [-0.085472, 51.51572], [-0.085449, 51.515678], [-0.085661, 51.515663], [-0.085763, 51.515699], [-0.085853, 51.515701], [-0.085935, 51.51575], [-0.086111, 51.515779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1783, &quot;postcode&quot;: &quot;EC2N 2HE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085493, 51.515697], [-0.085461, 51.515757], [-0.085423, 51.51578], [-0.08535, 51.515923], [-0.085268, 51.51591], [-0.085213, 51.515925], [-0.085125, 51.516076], [-0.084828, 51.516014], [-0.084657, 51.516052], [-0.084557, 51.516028], [-0.084571, 51.515984], [-0.084542, 51.515951], [-0.084155, 51.515833], [-0.084352, 51.51561], [-0.084584, 51.515655], [-0.084631, 51.515678], [-0.084708, 51.515658], [-0.084786, 51.51567], [-0.084896, 51.515652], [-0.084967, 51.515544], [-0.085032, 51.51555], [-0.085082, 51.515523], [-0.085353, 51.51559], [-0.085388, 51.51564], [-0.085493, 51.515697]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3341, &quot;postcode&quot;: &quot;EC2N 2HG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085932, 51.516143], [-0.085831, 51.51631], [-0.085716, 51.516378], [-0.085584, 51.516385], [-0.085634, 51.516309], [-0.085627, 51.516274], [-0.085447, 51.51622], [-0.085366, 51.516139], [-0.085205, 51.51611], [-0.085124, 51.516145], [-0.084847, 51.516083], [-0.084795, 51.516094], [-0.084769, 51.516122], [-0.084657, 51.516052], [-0.084815, 51.51601], [-0.085105, 51.516061], [-0.085145, 51.516038], [-0.085221, 51.515899], [-0.08535, 51.515923], [-0.08536, 51.515963], [-0.085437, 51.516002], [-0.085552, 51.516019], [-0.085599, 51.516012], [-0.085646, 51.516047], [-0.085794, 51.516061], [-0.085932, 51.516143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1579, &quot;postcode&quot;: &quot;EC2N 2JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086476, 51.515925], [-0.08641, 51.516067], [-0.086326, 51.516051], [-0.08627, 51.516065], [-0.086195, 51.516206], [-0.086101, 51.516189], [-0.086058, 51.516147], [-0.085961, 51.516133], [-0.085949, 51.516111], [-0.086103, 51.515796], [-0.08616, 51.515787], [-0.086385, 51.515822], [-0.086378, 51.515893], [-0.086476, 51.515925]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 983, &quot;postcode&quot;: &quot;EC2N 2JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086739, 51.515612], [-0.086686, 51.515664], [-0.086658, 51.515783], [-0.086526, 51.516093], [-0.08641, 51.516068], [-0.086459, 51.51595], [-0.086427, 51.515918], [-0.086353, 51.515903], [-0.086371, 51.515853], [-0.086348, 51.515822], [-0.086207, 51.515794], [-0.086103, 51.515796], [-0.086067, 51.515773], [-0.085927, 51.51575], [-0.085853, 51.515701], [-0.085921, 51.515595], [-0.085892, 51.515519], [-0.085944, 51.515444], [-0.085895, 51.515367], [-0.085899, 51.515308], [-0.086131, 51.515316], [-0.08625, 51.515297], [-0.086418, 51.515431], [-0.086539, 51.515425], [-0.086584, 51.515407], [-0.08662, 51.515268], [-0.086646, 51.514879], [-0.086733, 51.514869], [-0.086698, 51.515567], [-0.086739, 51.515612]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3412, &quot;postcode&quot;: &quot;EC2N 2QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08625, 51.515296], [-0.08618, 51.51532], [-0.085899, 51.515308], [-0.085887, 51.515158], [-0.085976, 51.515158], [-0.086029, 51.515133], [-0.086077, 51.515134], [-0.086102, 51.515178], [-0.086247, 51.515226], [-0.08625, 51.515296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 370, &quot;postcode&quot;: &quot;EC2N 2QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084075, 51.513574], [-0.083942, 51.513853], [-0.083518, 51.51384], [-0.083474, 51.513814], [-0.083387, 51.51381], [-0.083947, 51.513447], [-0.084054, 51.51346], [-0.084069, 51.513474], [-0.08405, 51.51354], [-0.084075, 51.513574]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1130, &quot;postcode&quot;: &quot;EC2N 3AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084816, 51.514126], [-0.084473, 51.514154], [-0.084431, 51.514171], [-0.084417, 51.514198], [-0.084375, 51.514203], [-0.084322, 51.514185], [-0.084256, 51.514195], [-0.084161, 51.514109], [-0.084015, 51.514084], [-0.084107, 51.51389], [-0.084415, 51.513929], [-0.084478, 51.513913], [-0.084773, 51.513934], [-0.084816, 51.514126]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1329, &quot;postcode&quot;: &quot;EC2N 3AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083403, 51.515384], [-0.083346, 51.515448], [-0.083381, 51.515494], [-0.083257, 51.515621], [-0.083202, 51.515608], [-0.083156, 51.515618], [-0.083007, 51.515753], [-0.082612, 51.515572], [-0.082543, 51.515574], [-0.0825, 51.515611], [-0.082441, 51.515579], [-0.083053, 51.514953], [-0.083347, 51.515083], [-0.083203, 51.515207], [-0.083194, 51.515236], [-0.083221, 51.515265], [-0.08335, 51.515316], [-0.083349, 51.515356], [-0.083403, 51.515384]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2998, &quot;postcode&quot;: &quot;EC2N 3AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081707, 51.515779], [-0.081621, 51.515745], [-0.081622, 51.515724], [-0.081719, 51.515761], [-0.081707, 51.515779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 16, &quot;postcode&quot;: &quot;EC2N 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082196, 51.515517], [-0.081749, 51.515899], [-0.081598, 51.5161], [-0.08161, 51.516063], [-0.081583, 51.516034], [-0.081483, 51.516011], [-0.081436, 51.516019], [-0.081409, 51.516042], [-0.081364, 51.51603], [-0.081324, 51.515983], [-0.081214, 51.515922], [-0.081133, 51.515934], [-0.081069, 51.51602], [-0.080428, 51.515805], [-0.080496, 51.515743], [-0.08049, 51.515704], [-0.080277, 51.515575], [-0.080183, 51.515548], [-0.080124, 51.515488], [-0.080183, 51.515419], [-0.080226, 51.515438], [-0.080272, 51.515438], [-0.080699, 51.515686], [-0.080828, 51.515733], [-0.08088, 51.515719], [-0.08116, 51.515523], [-0.081328, 51.515551], [-0.081333, 51.515583], [-0.081369, 51.515605], [-0.081437, 51.515621], [-0.08149, 51.515612], [-0.081566, 51.515518], [-0.081666, 51.515338], [-0.082079, 51.515438], [-0.082196, 51.515517]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4988, &quot;postcode&quot;: &quot;EC2N 4AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08291, 51.51485], [-0.082755, 51.51499], [-0.082611, 51.514936], [-0.082686, 51.514826], [-0.082731, 51.514805], [-0.08291, 51.51485]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 226, &quot;postcode&quot;: &quot;EC2N 4AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082757, 51.514988], [-0.082633, 51.515109], [-0.082478, 51.515053], [-0.082475, 51.515022], [-0.082439, 51.514999], [-0.082487, 51.51494], [-0.082558, 51.514955], [-0.082611, 51.514936], [-0.082757, 51.514988]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 247, &quot;postcode&quot;: &quot;EC2N 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081681, 51.515981], [-0.081592, 51.516106], [-0.081556, 51.516221], [-0.081586, 51.516342], [-0.081522, 51.516319], [-0.081461, 51.516328], [-0.081319, 51.516478], [-0.081238, 51.516456], [-0.081106, 51.516506], [-0.080994, 51.516471], [-0.080928, 51.516495], [-0.080875, 51.516486], [-0.080709, 51.516509], [-0.08049, 51.516418], [-0.08047, 51.516348], [-0.080563, 51.516366], [-0.080615, 51.516322], [-0.080601, 51.516294], [-0.080519, 51.516241], [-0.080495, 51.516169], [-0.080826, 51.515983], [-0.08081, 51.515942], [-0.080713, 51.515901], [-0.081027, 51.516002], [-0.081094, 51.515983], [-0.081163, 51.515886], [-0.081372, 51.516008], [-0.081441, 51.515998], [-0.081602, 51.516032], [-0.081645, 51.516019], [-0.081681, 51.515981]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3654, &quot;postcode&quot;: &quot;EC2N 4AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083991, 51.513767], [-0.083822, 51.514102], [-0.083765, 51.514124], [-0.08376, 51.514175], [-0.083568, 51.514386], [-0.083487, 51.514357], [-0.083417, 51.514372], [-0.083243, 51.514532], [-0.083248, 51.51458], [-0.08291, 51.51485], [-0.082731, 51.514805], [-0.082709, 51.514753], [-0.082595, 51.514705], [-0.082564, 51.514666], [-0.08279, 51.514446], [-0.082774, 51.514405], [-0.082696, 51.514377], [-0.082995, 51.514094], [-0.08296, 51.514053], [-0.082745, 51.514006], [-0.08278, 51.513937], [-0.083086, 51.513993], [-0.083387, 51.51381], [-0.083518, 51.513812], [-0.083577, 51.51384], [-0.083893, 51.513849], [-0.083945, 51.51383], [-0.083973, 51.513768], [-0.083991, 51.513767]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5226, &quot;postcode&quot;: &quot;EC2N 4BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089667, 51.517322], [-0.089734, 51.517146], [-0.089667, 51.517322], [-0.089667, 51.517322]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2R 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090105, 51.515559], [-0.090065, 51.515669], [-0.090053, 51.515693], [-0.090031, 51.515688], [-0.090105, 51.515559]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 21, &quot;postcode&quot;: &quot;EC2R 5AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090288, 51.515583], [-0.090261, 51.515623], [-0.090299, 51.515627], [-0.090227, 51.51562], [-0.090247, 51.515578], [-0.090288, 51.515583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC2R 5AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090427, 51.516725], [-0.090386, 51.516751], [-0.090367, 51.516832], [-0.090304, 51.516851], [-0.089891, 51.516835], [-0.089843, 51.516794], [-0.089857, 51.516598], [-0.089892, 51.516531], [-0.089863, 51.516474], [-0.089988, 51.51648], [-0.089962, 51.516546], [-0.090027, 51.51658], [-0.090162, 51.516571], [-0.090185, 51.516544], [-0.090174, 51.51649], [-0.090305, 51.516496], [-0.09033, 51.516533], [-0.0904, 51.516544], [-0.090398, 51.516621], [-0.090357, 51.516639], [-0.090345, 51.516669], [-0.090365, 51.516708], [-0.090427, 51.516725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1246, &quot;postcode&quot;: &quot;EC2R 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089748, 51.51611], [-0.089732, 51.51615], [-0.089493, 51.516119], [-0.089502, 51.516077], [-0.089748, 51.51611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 80, &quot;postcode&quot;: &quot;EC2R 5BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090406, 51.514945], [-0.090051, 51.515641], [-0.089932, 51.515941], [-0.089887, 51.516135], [-0.089863, 51.51648], [-0.089905, 51.51652], [-0.089858, 51.516569], [-0.089845, 51.516786], [-0.089895, 51.51683], [-0.090045, 51.516842], [-0.089976, 51.516887], [-0.089889, 51.51688], [-0.089839, 51.516904], [-0.089802, 51.51709], [-0.089744, 51.51712], [-0.08965, 51.517366], [-0.089547, 51.517362], [-0.08936, 51.517451], [-0.089313, 51.517426], [-0.089302, 51.517333], [-0.089245, 51.517306], [-0.089259, 51.517252], [-0.089229, 51.517219], [-0.08923, 51.517156], [-0.089194, 51.517137], [-0.089071, 51.517122], [-0.089109, 51.516982], [-0.089555, 51.516998], [-0.08962, 51.516969], [-0.089664, 51.516519], [-0.089732, 51.516151], [-0.08983, 51.515937], [-0.089823, 51.515905], [-0.08988, 51.515751], [-0.09024, 51.515016], [-0.09029, 51.514997], [-0.090326, 51.514937], [-0.090406, 51.514945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4076, &quot;postcode&quot;: &quot;EC2R 5BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089697, 51.516332], [-0.089664, 51.51652], [-0.089491, 51.516512], [-0.089437, 51.516419], [-0.089205, 51.51638], [-0.089241, 51.516283], [-0.089307, 51.51629], [-0.089365, 51.51632], [-0.089539, 51.516336], [-0.089595, 51.516322], [-0.089697, 51.516332]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 476, &quot;postcode&quot;: &quot;EC2R 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089484, 51.516208], [-0.089433, 51.516203], [-0.089469, 51.516116], [-0.089732, 51.51615], [-0.089697, 51.516332], [-0.089595, 51.516322], [-0.089589, 51.516341], [-0.089352, 51.516319], [-0.089372, 51.516296], [-0.08946, 51.516304], [-0.089484, 51.516208]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 410, &quot;postcode&quot;: &quot;EC2R 5BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090272, 51.515226], [-0.090105, 51.515559], [-0.090092, 51.515557], [-0.090121, 51.51548], [-0.090095, 51.515454], [-0.090018, 51.515433], [-0.09004, 51.515374], [-0.090072, 51.515368], [-0.090132, 51.515387], [-0.090182, 51.515374], [-0.090272, 51.515226]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 106, &quot;postcode&quot;: &quot;EC2R 5EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089819, 51.514908], [-0.090179, 51.51495], [-0.090219, 51.514971], [-0.09024, 51.515015], [-0.090167, 51.515183], [-0.089895, 51.515139], [-0.08988, 51.515169], [-0.08968, 51.515122], [-0.089737, 51.51496], [-0.089819, 51.514908]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 890, &quot;postcode&quot;: &quot;EC2R 6AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090032, 51.515441], [-0.08993, 51.515653], [-0.089684, 51.515625], [-0.089657, 51.515576], [-0.089519, 51.515552], [-0.08959, 51.515384], [-0.090032, 51.515441]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 725, &quot;postcode&quot;: &quot;EC2R 6AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090167, 51.515183], [-0.090073, 51.515367], [-0.090018, 51.515433], [-0.089579, 51.515391], [-0.089528, 51.515364], [-0.08953, 51.515321], [-0.089586, 51.515316], [-0.089618, 51.515291], [-0.08968, 51.515122], [-0.08982, 51.515157], [-0.089895, 51.515139], [-0.090167, 51.515183]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1002, &quot;postcode&quot;: &quot;EC2R 6AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08949, 51.515025], [-0.089447, 51.515146], [-0.088997, 51.515082], [-0.089031, 51.51499], [-0.089193, 51.515005], [-0.08923, 51.514985], [-0.08925, 51.514938], [-0.089372, 51.514964], [-0.089396, 51.515007], [-0.08949, 51.515025]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 463, &quot;postcode&quot;: &quot;EC2R 6AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08993, 51.515653], [-0.089834, 51.515875], [-0.089841, 51.515908], [-0.089765, 51.516112], [-0.089571, 51.516086], [-0.089522, 51.516093], [-0.08945, 51.516163], [-0.089483, 51.516208], [-0.08946, 51.516304], [-0.089393, 51.516302], [-0.089352, 51.516319], [-0.089273, 51.516306], [-0.08923, 51.516313], [-0.089208, 51.516262], [-0.089092, 51.516247], [-0.089199, 51.516118], [-0.089245, 51.516114], [-0.089277, 51.516092], [-0.089349, 51.51591], [-0.08934, 51.515875], [-0.089293, 51.515855], [-0.089342, 51.515757], [-0.089336, 51.515694], [-0.089293, 51.515659], [-0.08922, 51.51565], [-0.089263, 51.515623], [-0.089367, 51.515354], [-0.089528, 51.515365], [-0.0896, 51.515384], [-0.089572, 51.515406], [-0.089534, 51.515513], [-0.089558, 51.515552], [-0.089696, 51.515578], [-0.089704, 51.515611], [-0.08974, 51.515631], [-0.08993, 51.515653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2946, &quot;postcode&quot;: &quot;EC2R 6AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089365, 51.515869], [-0.089264, 51.51613], [-0.089298, 51.516135], [-0.089271, 51.516205], [-0.089184, 51.516201], [-0.0892, 51.516069], [-0.089119, 51.516007], [-0.08916, 51.515899], [-0.089248, 51.515885], [-0.089293, 51.515855], [-0.089365, 51.515869]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 353, &quot;postcode&quot;: &quot;EC2R 6AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089318, 51.516709], [-0.089644, 51.516734], [-0.08962, 51.517], [-0.089109, 51.516982], [-0.089071, 51.517122], [-0.089118, 51.517127], [-0.089099, 51.51719], [-0.089118, 51.517192], [-0.089108, 51.517274], [-0.08908, 51.51727], [-0.089096, 51.517272], [-0.089019, 51.517384], [-0.088794, 51.517413], [-0.088738, 51.517338], [-0.088783, 51.517229], [-0.088877, 51.517245], [-0.088883, 51.517192], [-0.088918, 51.517196], [-0.088957, 51.517062], [-0.088922, 51.517058], [-0.088948, 51.516968], [-0.088983, 51.516972], [-0.089093, 51.516673], [-0.089318, 51.516709]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2037, &quot;postcode&quot;: &quot;EC2R 6BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089832, 51.514881], [-0.089823, 51.514907], [-0.089736, 51.514962], [-0.089618, 51.515292], [-0.089623, 51.51533], [-0.089563, 51.515334], [-0.089528, 51.515364], [-0.089395, 51.515365], [-0.089353, 51.515392], [-0.089267, 51.515617], [-0.089337, 51.515693], [-0.089344, 51.515757], [-0.089293, 51.515855], [-0.089248, 51.515885], [-0.089166, 51.515906], [-0.089121, 51.515965], [-0.089077, 51.515942], [-0.088817, 51.515913], [-0.088812, 51.515822], [-0.088849, 51.515792], [-0.088873, 51.515664], [-0.088835, 51.515627], [-0.088721, 51.515618], [-0.088757, 51.515457], [-0.089024, 51.515483], [-0.089091, 51.515461], [-0.089129, 51.515343], [-0.08909, 51.515284], [-0.08902, 51.515266], [-0.089075, 51.515095], [-0.089384, 51.515137], [-0.089447, 51.515122], [-0.089531, 51.514897], [-0.089505, 51.514858], [-0.089425, 51.514841], [-0.089437, 51.514812], [-0.089832, 51.514881]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3492, &quot;postcode&quot;: &quot;EC2R 6DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088281, 51.516497], [-0.088263, 51.516495], [-0.088264, 51.516465], [-0.088326, 51.516336], [-0.08827, 51.516331], [-0.088271, 51.516302], [-0.088479, 51.516294], [-0.088664, 51.516356], [-0.088667, 51.516485], [-0.088705, 51.516487], [-0.088703, 51.516513], [-0.088664, 51.516511], [-0.088658, 51.516546], [-0.088681, 51.51655], [-0.08861, 51.51669], [-0.088214, 51.516656], [-0.088281, 51.516497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1094, &quot;postcode&quot;: &quot;EC2R 6EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088835, 51.516764], [-0.088673, 51.517169], [-0.088696, 51.517209], [-0.088782, 51.517229], [-0.088738, 51.517338], [-0.088659, 51.517308], [-0.088672, 51.517271], [-0.088652, 51.517243], [-0.088561, 51.517223], [-0.088535, 51.517189], [-0.088584, 51.517062], [-0.088555, 51.517033], [-0.088493, 51.51702], [-0.088593, 51.516724], [-0.088835, 51.516764]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 816, &quot;postcode&quot;: &quot;EC2R 6EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088614, 51.516681], [-0.088853, 51.516717], [-0.088937, 51.516501], [-0.088955, 51.516502], [-0.08902, 51.516318], [-0.089004, 51.516315], [-0.08901, 51.516296], [-0.089231, 51.516312], [-0.089186, 51.516434], [-0.089143, 51.516427], [-0.089057, 51.516653], [-0.089052, 51.516666], [-0.089093, 51.516673], [-0.088983, 51.516972], [-0.088948, 51.516968], [-0.088922, 51.517058], [-0.088957, 51.517062], [-0.088918, 51.517196], [-0.088883, 51.517192], [-0.088877, 51.517245], [-0.088629, 51.517203], [-0.088663, 51.517193], [-0.088835, 51.516764], [-0.088593, 51.516724], [-0.088614, 51.516681]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1592, &quot;postcode&quot;: &quot;EC2R 6EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088901, 51.516524], [-0.08892, 51.51654], [-0.088853, 51.516717], [-0.088614, 51.516681], [-0.088681, 51.51655], [-0.088658, 51.516546], [-0.088664, 51.516511], [-0.088703, 51.516513], [-0.088705, 51.516487], [-0.088862, 51.516497], [-0.088858, 51.516521], [-0.088901, 51.516524]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 375, &quot;postcode&quot;: &quot;EC2R 6JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08919, 51.516428], [-0.089205, 51.51638], [-0.089483, 51.516422], [-0.089464, 51.516466], [-0.089502, 51.516472], [-0.089491, 51.516512], [-0.089664, 51.51652], [-0.089655, 51.516615], [-0.089389, 51.516604], [-0.089372, 51.516689], [-0.089337, 51.516687], [-0.08933, 51.51671], [-0.089052, 51.516666], [-0.089143, 51.516427], [-0.08919, 51.516428]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 915, &quot;postcode&quot;: &quot;EC2R 6LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089255, 51.516318], [-0.089225, 51.516336], [-0.089205, 51.516379], [-0.08923, 51.516314], [-0.089255, 51.516318]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2R 6PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089114, 51.515276], [-0.089105, 51.515302], [-0.089025, 51.515319], [-0.088795, 51.515294], [-0.088727, 51.515233], [-0.088606, 51.515218], [-0.088508, 51.515158], [-0.088368, 51.515156], [-0.088374, 51.515105], [-0.088403, 51.515076], [-0.088426, 51.514884], [-0.0885, 51.514901], [-0.088614, 51.515002], [-0.088775, 51.514994], [-0.088832, 51.515012], [-0.088874, 51.515059], [-0.089082, 51.515096], [-0.089035, 51.515233], [-0.089062, 51.515265], [-0.089114, 51.515276]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1245, &quot;postcode&quot;: &quot;EC2R 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08836, 51.516666], [-0.088214, 51.516656], [-0.088318, 51.516663], [-0.08836, 51.516666]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2R 7AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088781, 51.514631], [-0.08872, 51.514683], [-0.088729, 51.514737], [-0.088674, 51.514742], [-0.088641, 51.514769], [-0.088617, 51.514949], [-0.088494, 51.514944], [-0.088482, 51.514906], [-0.088426, 51.514884], [-0.088436, 51.514712], [-0.088506, 51.514715], [-0.088549, 51.514701], [-0.088569, 51.514668], [-0.088546, 51.514637], [-0.088575, 51.514622], [-0.088781, 51.514631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 475, &quot;postcode&quot;: &quot;EC2R 7AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089218, 51.51565], [-0.089214, 51.51567], [-0.089117, 51.515664], [-0.089067, 51.515679], [-0.088936, 51.515672], [-0.088891, 51.515682], [-0.088858, 51.515755], [-0.088877, 51.515782], [-0.088916, 51.515796], [-0.088908, 51.515825], [-0.08885, 51.515831], [-0.088816, 51.515862], [-0.088824, 51.515898], [-0.088861, 51.515918], [-0.08914, 51.51595], [-0.08903, 51.516245], [-0.088475, 51.516204], [-0.088447, 51.516154], [-0.088329, 51.516138], [-0.088295, 51.516113], [-0.088235, 51.516105], [-0.088286, 51.515924], [-0.088335, 51.515916], [-0.088363, 51.515888], [-0.088367, 51.515841], [-0.088334, 51.515813], [-0.088338, 51.515725], [-0.088274, 51.515697], [-0.088234, 51.51565], [-0.088112, 51.515654], [-0.088067, 51.515616], [-0.087916, 51.515603], [-0.088495, 51.515614], [-0.088536, 51.515591], [-0.088544, 51.515547], [-0.088495, 51.515504], [-0.088427, 51.515492], [-0.088434, 51.51544], [-0.088581, 51.515439], [-0.088757, 51.515457], [-0.088731, 51.515579], [-0.088771, 51.515617], [-0.089218, 51.51565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3513, &quot;postcode&quot;: &quot;EC2R 7AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089139, 51.515332], [-0.089084, 51.515489], [-0.088621, 51.515442], [-0.088559, 51.515454], [-0.088532, 51.515484], [-0.088554, 51.515522], [-0.088533, 51.515618], [-0.087916, 51.515603], [-0.087932, 51.515421], [-0.087972, 51.515385], [-0.087977, 51.515121], [-0.088369, 51.515133], [-0.088418, 51.515156], [-0.088495, 51.515151], [-0.088631, 51.515216], [-0.088732, 51.515232], [-0.088808, 51.515294], [-0.089014, 51.515318], [-0.089105, 51.515302], [-0.089139, 51.515332]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3019, &quot;postcode&quot;: &quot;EC2R 7AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088373, 51.515822], [-0.088358, 51.515929], [-0.088311, 51.515934], [-0.088278, 51.515957], [-0.088235, 51.516104], [-0.088271, 51.515946], [-0.08823, 51.515918], [-0.088125, 51.515905], [-0.08805, 51.515827], [-0.088036, 51.515765], [-0.087954, 51.515743], [-0.087955, 51.515671], [-0.087932, 51.515646], [-0.087947, 51.515609], [-0.08828, 51.515628], [-0.08829, 51.515681], [-0.088349, 51.515702], [-0.088339, 51.515788], [-0.088373, 51.515822]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 738, &quot;postcode&quot;: &quot;EC2R 7BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08771, 51.516859], [-0.087732, 51.51683], [-0.087725, 51.516882], [-0.08771, 51.516859]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5, &quot;postcode&quot;: &quot;EC2R 7BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087783, 51.51651], [-0.087783, 51.516538], [-0.087762, 51.516655], [-0.087715, 51.516598], [-0.087783, 51.51651]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;EC2R 7BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088155, 51.51585], [-0.088136, 51.515906], [-0.088056, 51.515904], [-0.087926, 51.515952], [-0.087871, 51.516053], [-0.087881, 51.516215], [-0.087858, 51.516228], [-0.08772, 51.516244], [-0.087713, 51.516213], [-0.087676, 51.516192], [-0.087415, 51.516177], [-0.087529, 51.51587], [-0.087802, 51.515929], [-0.087851, 51.515926], [-0.087946, 51.515823], [-0.087954, 51.515743], [-0.088035, 51.515752], [-0.088065, 51.51583], [-0.088155, 51.51585]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1195, &quot;postcode&quot;: &quot;EC2R 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090683, 51.514532], [-0.090557, 51.514782], [-0.090579, 51.514824], [-0.090549, 51.514905], [-0.090409, 51.514923], [-0.090336, 51.514948], [-0.09028, 51.515022], [-0.09024, 51.515016], [-0.09023, 51.51498], [-0.090172, 51.514949], [-0.089823, 51.514907], [-0.089778, 51.514872], [-0.089496, 51.514823], [-0.089425, 51.514841], [-0.089331, 51.514827], [-0.089274, 51.514836], [-0.089231, 51.514814], [-0.089047, 51.514788], [-0.089031, 51.514758], [-0.08899, 51.514741], [-0.088242, 51.514702], [-0.08819, 51.514685], [-0.08776, 51.514693], [-0.087699, 51.514634], [-0.088306, 51.514626], [-0.08887, 51.514656], [-0.088929, 51.514637], [-0.08898, 51.514639], [-0.089032, 51.514677], [-0.089722, 51.514768], [-0.089837, 51.514735], [-0.089868, 51.514701], [-0.08976, 51.514535], [-0.089935, 51.514488], [-0.090084, 51.514343], [-0.090191, 51.514409], [-0.090189, 51.514441], [-0.090224, 51.514467], [-0.090683, 51.514532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4206, &quot;postcode&quot;: &quot;EC2R 7DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087554, 51.516184], [-0.087729, 51.516193], [-0.087691, 51.516381], [-0.087509, 51.516368], [-0.087513, 51.516351], [-0.087491, 51.51635], [-0.087554, 51.516184]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 276, &quot;postcode&quot;: &quot;EC2R 7DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088416, 51.516214], [-0.088329, 51.516215], [-0.088265, 51.516257], [-0.088209, 51.516229], [-0.087934, 51.516193], [-0.08786, 51.516211], [-0.087809, 51.516432], [-0.08784, 51.516466], [-0.087899, 51.516476], [-0.087811, 51.516487], [-0.087726, 51.516583], [-0.087762, 51.516655], [-0.087732, 51.51683], [-0.087709, 51.516884], [-0.087642, 51.516885], [-0.087602, 51.516909], [-0.087574, 51.517041], [-0.087533, 51.517054], [-0.086601, 51.516892], [-0.086959, 51.516177], [-0.087331, 51.516239], [-0.087389, 51.516223], [-0.087415, 51.516177], [-0.087554, 51.516184], [-0.087507, 51.516343], [-0.087552, 51.51637], [-0.087664, 51.516371], [-0.087704, 51.51633], [-0.087758, 51.516329], [-0.087796, 51.516306], [-0.08785, 51.516088], [-0.088048, 51.515794], [-0.088049, 51.515827], [-0.087971, 51.515943], [-0.087975, 51.515993], [-0.087933, 51.516054], [-0.087878, 51.516089], [-0.087881, 51.516147], [-0.087923, 51.51617], [-0.088214, 51.516209], [-0.088289, 51.516191], [-0.0884, 51.516198], [-0.088416, 51.516214]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5905, &quot;postcode&quot;: &quot;EC2R 7DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088325, 51.516336], [-0.088263, 51.516495], [-0.088208, 51.516498], [-0.087801, 51.516466], [-0.087803, 51.516374], [-0.087753, 51.516353], [-0.087698, 51.516362], [-0.08772, 51.516245], [-0.087881, 51.516215], [-0.088022, 51.516224], [-0.088092, 51.516246], [-0.088145, 51.516296], [-0.088271, 51.516302], [-0.088325, 51.516336]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 954, &quot;postcode&quot;: &quot;EC2R 7EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087972, 51.515351], [-0.087714, 51.515385], [-0.087697, 51.515246], [-0.087975, 51.515208], [-0.087972, 51.515351]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 296, &quot;postcode&quot;: &quot;EC2R 7HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089771, 51.514747], [-0.089762, 51.514782], [-0.089705, 51.514817], [-0.089741, 51.514865], [-0.089601, 51.514843], [-0.089542, 51.514863], [-0.08949, 51.515025], [-0.089354, 51.515004], [-0.089293, 51.514978], [-0.089164, 51.51501], [-0.089251, 51.514816], [-0.089395, 51.514831], [-0.089475, 51.514785], [-0.089453, 51.514737], [-0.089331, 51.514716], [-0.089351, 51.514653], [-0.089613, 51.514666], [-0.089698, 51.514647], [-0.089771, 51.514747]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 891, &quot;postcode&quot;: &quot;EC2R 7HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088444, 51.514723], [-0.0884, 51.515105], [-0.08837, 51.515133], [-0.087939, 51.515116], [-0.087638, 51.515149], [-0.087507, 51.514873], [-0.087466, 51.514849], [-0.087412, 51.51485], [-0.087359, 51.514763], [-0.087755, 51.514696], [-0.087793, 51.514666], [-0.08778, 51.514629], [-0.087879, 51.514583], [-0.08792, 51.5146], [-0.088018, 51.5146], [-0.088012, 51.514662], [-0.088058, 51.514694], [-0.08841, 51.514711], [-0.088444, 51.514723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3135, &quot;postcode&quot;: &quot;EC2R 7HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089351, 51.514653], [-0.089331, 51.514716], [-0.08913, 51.51469], [-0.089061, 51.514721], [-0.089059, 51.514761], [-0.089083, 51.514787], [-0.089251, 51.514816], [-0.089163, 51.515012], [-0.089047, 51.515007], [-0.089, 51.515074], [-0.088842, 51.515057], [-0.088818, 51.515024], [-0.08875, 51.51501], [-0.088697, 51.51502], [-0.088671, 51.515052], [-0.088616, 51.515058], [-0.088568, 51.514947], [-0.088622, 51.514912], [-0.088645, 51.514727], [-0.088713, 51.514729], [-0.08877, 51.51471], [-0.088789, 51.514682], [-0.088781, 51.514631], [-0.089351, 51.514653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1623, &quot;postcode&quot;: &quot;EC2R 7HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087971, 51.515422], [-0.087929, 51.515456], [-0.087916, 51.515604], [-0.087958, 51.515655], [-0.08795, 51.515818], [-0.087862, 51.515943], [-0.087529, 51.51587], [-0.087608, 51.515651], [-0.087577, 51.51561], [-0.086962, 51.515601], [-0.086976, 51.5155], [-0.08696, 51.515104], [-0.086934, 51.51497], [-0.086872, 51.514853], [-0.087375, 51.51476], [-0.087397, 51.514823], [-0.087452, 51.514843], [-0.087414, 51.514879], [-0.087435, 51.514934], [-0.087534, 51.515028], [-0.087601, 51.51506], [-0.087642, 51.515131], [-0.087699, 51.515143], [-0.087976, 51.515112], [-0.087975, 51.515208], [-0.087743, 51.515241], [-0.087701, 51.51528], [-0.08771, 51.515346], [-0.087752, 51.515373], [-0.087972, 51.515351], [-0.087971, 51.515422]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5612, &quot;postcode&quot;: &quot;EC2R 7HJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087932, 51.515646], [-0.087911, 51.515645], [-0.087916, 51.515603], [-0.087947, 51.515609], [-0.087932, 51.515646]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC2R 7HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088525, 51.516207], [-0.088472, 51.516299], [-0.088142, 51.516304], [-0.088079, 51.516246], [-0.087984, 51.516221], [-0.087881, 51.516215], [-0.087884, 51.516086], [-0.08791, 51.516086], [-0.087929, 51.516134], [-0.088, 51.51616], [-0.08825, 51.516188], [-0.088317, 51.516169], [-0.088332, 51.516116], [-0.088376, 51.516142], [-0.088486, 51.516152], [-0.088489, 51.516184], [-0.088525, 51.516207]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 556, &quot;postcode&quot;: &quot;EC2R 7NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088486, 51.516152], [-0.088475, 51.516204], [-0.08807, 51.516172], [-0.087879, 51.516131], [-0.087908, 51.516038], [-0.087899, 51.51599], [-0.088042, 51.515896], [-0.088286, 51.515924], [-0.088255, 51.51609], [-0.088369, 51.51614], [-0.088486, 51.516152]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 805, &quot;postcode&quot;: &quot;EC2R 7NJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091891, 51.514259], [-0.091844, 51.514347], [-0.091882, 51.514389], [-0.091869, 51.51441], [-0.09179, 51.514432], [-0.091496, 51.514398], [-0.091553, 51.514244], [-0.091536, 51.514207], [-0.0915, 51.514192], [-0.091218, 51.514155], [-0.091151, 51.514171], [-0.091055, 51.514168], [-0.090985, 51.514141], [-0.091014, 51.514045], [-0.090954, 51.514007], [-0.090954, 51.513965], [-0.091015, 51.513981], [-0.091067, 51.513975], [-0.091082, 51.514028], [-0.09119, 51.51405], [-0.091249, 51.514037], [-0.091276, 51.513993], [-0.091636, 51.514023], [-0.091609, 51.514101], [-0.091617, 51.514209], [-0.091656, 51.514226], [-0.091891, 51.514259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1260, &quot;postcode&quot;: &quot;EC2R 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091558, 51.514232], [-0.091521, 51.51433], [-0.091408, 51.514338], [-0.091367, 51.514382], [-0.09112, 51.514354], [-0.09106, 51.514368], [-0.090962, 51.514357], [-0.091061, 51.514156], [-0.091139, 51.514165], [-0.091191, 51.514144], [-0.091415, 51.514185], [-0.091456, 51.514177], [-0.091486, 51.514153], [-0.091558, 51.514232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 777, &quot;postcode&quot;: &quot;EC2R 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089714, 51.514601], [-0.089698, 51.514647], [-0.089628, 51.514675], [-0.089527, 51.514659], [-0.0879, 51.514599], [-0.087757, 51.514414], [-0.087708, 51.514399], [-0.087613, 51.514409], [-0.087577, 51.514322], [-0.087537, 51.514306], [-0.087484, 51.514309], [-0.087443, 51.514239], [-0.08752, 51.514196], [-0.087555, 51.514125], [-0.087466, 51.513988], [-0.087467, 51.513962], [-0.087986, 51.51381], [-0.088026, 51.513782], [-0.088886, 51.513551], [-0.088926, 51.513552], [-0.088974, 51.513589], [-0.088977, 51.513623], [-0.089714, 51.514601]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12475, &quot;postcode&quot;: &quot;EC2R 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090757, 51.513649], [-0.090683, 51.513705], [-0.090535, 51.513897], [-0.09053, 51.513929], [-0.090451, 51.513997], [-0.090345, 51.513974], [-0.090291, 51.513985], [-0.090224, 51.514111], [-0.089804, 51.514018], [-0.089626, 51.514058], [-0.089767, 51.513644], [-0.089799, 51.51349], [-0.090757, 51.513649]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3301, &quot;postcode&quot;: &quot;EC2R 8AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086259, 51.514033], [-0.086228, 51.514051], [-0.086218, 51.514077], [-0.086194, 51.514039], [-0.086259, 51.514033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7, &quot;postcode&quot;: &quot;EC2R 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089358, 51.514109], [-0.088936, 51.513537], [-0.089241, 51.51345], [-0.089246, 51.513462], [-0.089307, 51.513458], [-0.089193, 51.513549], [-0.089353, 51.513818], [-0.089329, 51.513872], [-0.08944, 51.513857], [-0.089688, 51.513855], [-0.089626, 51.514058], [-0.089793, 51.514014], [-0.090224, 51.514111], [-0.090286, 51.513967], [-0.090451, 51.513997], [-0.089945, 51.514488], [-0.089835, 51.514519], [-0.089791, 51.514457], [-0.089638, 51.514516], [-0.089172, 51.513888], [-0.089192, 51.513885], [-0.089358, 51.514109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3790, &quot;postcode&quot;: &quot;EC2R 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085824, 51.514215], [-0.085797, 51.514221], [-0.085657, 51.514229], [-0.085663, 51.514216], [-0.085824, 51.514215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC2R 8AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08914, 51.513476], [-0.088495, 51.513664], [-0.088358, 51.513681], [-0.088059, 51.513764], [-0.087786, 51.513866], [-0.087457, 51.513935], [-0.087446, 51.513972], [-0.087699, 51.514634], [-0.087622, 51.514636], [-0.087587, 51.51451], [-0.08748, 51.514302], [-0.087496, 51.514269], [-0.087413, 51.51404], [-0.087367, 51.514015], [-0.087296, 51.514025], [-0.087235, 51.514004], [-0.086762, 51.514111], [-0.086309, 51.514247], [-0.086217, 51.514299], [-0.086085, 51.514214], [-0.085701, 51.514216], [-0.085064, 51.514302], [-0.085012, 51.514295], [-0.084455, 51.514391], [-0.084418, 51.514411], [-0.084409, 51.514437], [-0.084468, 51.514565], [-0.084375, 51.514578], [-0.084344, 51.514622], [-0.084072, 51.514673], [-0.084015, 51.514647], [-0.08393, 51.514659], [-0.08389, 51.514594], [-0.083789, 51.514532], [-0.083742, 51.514522], [-0.083694, 51.514532], [-0.083249, 51.514809], [-0.082973, 51.51502], [-0.082787, 51.515239], [-0.08251, 51.515521], [-0.081922, 51.515998], [-0.081743, 51.516184], [-0.081562, 51.516207], [-0.081593, 51.516109], [-0.081805, 51.515844], [-0.082197, 51.515516], [-0.082274, 51.515498], [-0.082634, 51.515159], [-0.082633, 51.515109], [-0.082813, 51.514933], [-0.083184, 51.514618], [-0.083528, 51.514423], [-0.083747, 51.514189], [-0.083745, 51.514103], [-0.083819, 51.514093], [-0.083857, 51.514049], [-0.084076, 51.513571], [-0.084097, 51.513454], [-0.08415, 51.513358], [-0.084298, 51.513352], [-0.084264, 51.513439], [-0.084273, 51.513468], [-0.084245, 51.513492], [-0.084033, 51.514056], [-0.08407, 51.514091], [-0.084177, 51.514108], [-0.084232, 51.51417], [-0.084288, 51.514186], [-0.084409, 51.514159], [-0.084765, 51.514129], [-0.084806, 51.514095], [-0.084793, 51.514023], [-0.084875, 51.514081], [-0.08509, 51.514124], [-0.085138, 51.514118], [-0.085196, 51.514079], [-0.08534, 51.514067], [-0.085411, 51.513973], [-0.085385, 51.513772], [-0.085488, 51.513759], [-0.085714, 51.513821], [-0.085802, 51.513909], [-0.085866, 51.513923], [-0.08592, 51.513899], [-0.086038, 51.513693], [-0.086141, 51.513709], [-0.086126, 51.513752], [-0.086163, 51.513841], [-0.086353, 51.513937], [-0.086402, 51.514004], [-0.086271, 51.514046], [-0.086217, 51.514036], [-0.086118, 51.514059], [-0.086102, 51.514087], [-0.086118, 51.514115], [-0.086222, 51.514135], [-0.086284, 51.514106], [-0.086367, 51.51412], [-0.086439, 51.51411], [-0.086505, 51.514076], [-0.086596, 51.514071], [-0.086805, 51.514011], [-0.086843, 51.513986], [-0.086843, 51.513943], [-0.087206, 51.513869], [-0.087622, 51.513836], [-0.087664, 51.513797], [-0.087735, 51.513785], [-0.087817, 51.513726], [-0.088046, 51.513699], [-0.088088, 51.513658], [-0.088516, 51.51353], [-0.088575, 51.513484], [-0.088665, 51.513456], [-0.088685, 51.513424], [-0.088822, 51.513427], [-0.088847, 51.513484], [-0.088898, 51.513505], [-0.088962, 51.513495], [-0.088991, 51.513465], [-0.089113, 51.51344], [-0.08914, 51.513476]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14695, &quot;postcode&quot;: &quot;EC2R 8AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08983, 51.513472], [-0.089788, 51.513526], [-0.089786, 51.51363], [-0.089737, 51.513696], [-0.089688, 51.513855], [-0.08933, 51.51387], [-0.089347, 51.513812], [-0.089199, 51.513536], [-0.089246, 51.513519], [-0.089307, 51.513458], [-0.089747, 51.513482], [-0.089792, 51.513469], [-0.089813, 51.513442], [-0.08983, 51.513472]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1437, &quot;postcode&quot;: &quot;EC2R 8BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091524, 51.514005], [-0.091322, 51.514002], [-0.091252, 51.514058], [-0.091027, 51.514028], [-0.091023, 51.513989], [-0.090974, 51.513967], [-0.091113, 51.513663], [-0.091231, 51.513684], [-0.091111, 51.51393], [-0.091124, 51.513967], [-0.091222, 51.513988], [-0.091285, 51.513968], [-0.091524, 51.514005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 454, &quot;postcode&quot;: &quot;EC2R 8DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091084, 51.513721], [-0.091, 51.513919], [-0.09102, 51.51395], [-0.09107, 51.513964], [-0.090993, 51.514118], [-0.091007, 51.514146], [-0.091054, 51.514169], [-0.09102, 51.51424], [-0.090949, 51.514275], [-0.090845, 51.514553], [-0.090663, 51.514862], [-0.090674, 51.514898], [-0.09055, 51.514905], [-0.090555, 51.514867], [-0.090527, 51.514842], [-0.090805, 51.514275], [-0.090763, 51.514242], [-0.09029, 51.514148], [-0.090505, 51.513945], [-0.090713, 51.513664], [-0.090758, 51.513649], [-0.091045, 51.513698], [-0.091084, 51.513721]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3038, &quot;postcode&quot;: &quot;EC2R 8DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091409, 51.51462], [-0.091363, 51.514732], [-0.091165, 51.514692], [-0.091136, 51.514652], [-0.091049, 51.514636], [-0.091004, 51.514647], [-0.090978, 51.514673], [-0.090827, 51.514677], [-0.090769, 51.514749], [-0.090728, 51.514746], [-0.090871, 51.514497], [-0.090866, 51.514464], [-0.090956, 51.514259], [-0.091019, 51.51424], [-0.090992, 51.514298], [-0.091003, 51.514327], [-0.091041, 51.514346], [-0.09113, 51.514355], [-0.09118, 51.514382], [-0.091136, 51.514501], [-0.091151, 51.514535], [-0.091232, 51.514572], [-0.091409, 51.51462]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1039, &quot;postcode&quot;: &quot;EC2R 8DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090825, 51.514253], [-0.090659, 51.514561], [-0.090609, 51.514525], [-0.090162, 51.514457], [-0.090173, 51.514403], [-0.090084, 51.514343], [-0.09029, 51.514148], [-0.090825, 51.514253]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1441, &quot;postcode&quot;: &quot;EC2R 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092425, 51.513201], [-0.092406, 51.513233], [-0.092094, 51.513236], [-0.092066, 51.513266], [-0.092061, 51.513358], [-0.091811, 51.513321], [-0.091835, 51.513251], [-0.091794, 51.513213], [-0.091541, 51.513206], [-0.091507, 51.513239], [-0.091534, 51.51328], [-0.091514, 51.513327], [-0.091357, 51.513479], [-0.09136, 51.513526], [-0.091398, 51.513563], [-0.09135, 51.513661], [-0.091284, 51.513654], [-0.091237, 51.513672], [-0.091139, 51.513665], [-0.091084, 51.513721], [-0.091037, 51.513696], [-0.089822, 51.513489], [-0.089813, 51.513442], [-0.089838, 51.513362], [-0.090077, 51.51339], [-0.090137, 51.513341], [-0.090696, 51.513204], [-0.09073, 51.513181], [-0.090733, 51.513151], [-0.09066, 51.513111], [-0.090821, 51.513067], [-0.090874, 51.51298], [-0.090934, 51.512963], [-0.090965, 51.512933], [-0.091141, 51.512892], [-0.091197, 51.512892], [-0.091658, 51.512777], [-0.091616, 51.512942], [-0.091634, 51.512974], [-0.091586, 51.513], [-0.091563, 51.513072], [-0.091584, 51.513113], [-0.09173, 51.513133], [-0.091786, 51.513168], [-0.092425, 51.513201]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6907, &quot;postcode&quot;: &quot;EC2R 8EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090347, 51.51329], [-0.090173, 51.513333], [-0.090142, 51.513353], [-0.090137, 51.513341], [-0.090347, 51.51329]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2R 8EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08756, 51.514125], [-0.087527, 51.514184], [-0.087459, 51.514236], [-0.087479, 51.514302], [-0.087295, 51.514343], [-0.087228, 51.514337], [-0.087182, 51.514368], [-0.087301, 51.514706], [-0.086881, 51.514783], [-0.086196, 51.514283], [-0.086241, 51.51428], [-0.086688, 51.514129], [-0.086704, 51.514087], [-0.086652, 51.514055], [-0.086721, 51.51402], [-0.086707, 51.513957], [-0.086736, 51.513958], [-0.086778, 51.514001], [-0.086854, 51.513997], [-0.086853, 51.51404], [-0.086916, 51.514065], [-0.087258, 51.513996], [-0.087343, 51.514008], [-0.087442, 51.513962], [-0.087463, 51.513968], [-0.08756, 51.514125]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4613, &quot;postcode&quot;: &quot;EC2R 8HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084934, 51.513815], [-0.085206, 51.513727], [-0.085383, 51.513772], [-0.085414, 51.513976], [-0.085357, 51.514069], [-0.085196, 51.514079], [-0.085126, 51.51413], [-0.084939, 51.514101], [-0.084936, 51.514085], [-0.084878, 51.514088], [-0.08479, 51.51401], [-0.084917, 51.513874], [-0.084934, 51.513815]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1334, &quot;postcode&quot;: &quot;EC2R 8JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093018, 51.515182], [-0.092917, 51.515299], [-0.092929, 51.515329], [-0.092984, 51.515356], [-0.092917, 51.515337], [-0.092858, 51.515356], [-0.092416, 51.51583], [-0.091748, 51.515953], [-0.091922, 51.515419], [-0.091889, 51.515386], [-0.091648, 51.515308], [-0.09196, 51.515323], [-0.092006, 51.515314], [-0.092034, 51.515285], [-0.092073, 51.515092], [-0.092045, 51.515068], [-0.092, 51.515058], [-0.091812, 51.515041], [-0.091753, 51.515061], [-0.091654, 51.515024], [-0.09127, 51.514997], [-0.091286, 51.514955], [-0.09146, 51.514965], [-0.091852, 51.515008], [-0.09257, 51.515154], [-0.092777, 51.515124], [-0.093018, 51.515182]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5122, &quot;postcode&quot;: &quot;EC2V 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092038, 51.515269], [-0.092022, 51.515332], [-0.091931, 51.515343], [-0.091916, 51.515394], [-0.091789, 51.515353], [-0.091755, 51.515312], [-0.091814, 51.515289], [-0.09183, 51.515237], [-0.092038, 51.515269]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 183, &quot;postcode&quot;: &quot;EC2V 5AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093181, 51.515648], [-0.093123, 51.515654], [-0.093093, 51.515684], [-0.093107, 51.51572], [-0.093087, 51.515745], [-0.093012, 51.51614], [-0.092941, 51.516236], [-0.092807, 51.51635], [-0.092761, 51.51637], [-0.092544, 51.516598], [-0.0922, 51.516557], [-0.092129, 51.516586], [-0.092062, 51.516704], [-0.092082, 51.516743], [-0.092045, 51.516836], [-0.092076, 51.51686], [-0.09221, 51.516892], [-0.092295, 51.516889], [-0.092196, 51.516948], [-0.091847, 51.516868], [-0.092416, 51.515831], [-0.092892, 51.515318], [-0.093116, 51.515436], [-0.093105, 51.515592], [-0.093181, 51.515648]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6114, &quot;postcode&quot;: &quot;EC2V 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091121, 51.515343], [-0.091097, 51.515486], [-0.091095, 51.515487], [-0.091059, 51.515463], [-0.091099, 51.515436], [-0.091121, 51.515343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC2V 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092415, 51.515831], [-0.091847, 51.516868], [-0.09149, 51.516789], [-0.091561, 51.516586], [-0.091649, 51.516587], [-0.091691, 51.516572], [-0.09172, 51.516466], [-0.091664, 51.51643], [-0.091531, 51.516434], [-0.091338, 51.516276], [-0.091235, 51.51607], [-0.091154, 51.515945], [-0.091102, 51.515921], [-0.091064, 51.515848], [-0.091075, 51.515602], [-0.091137, 51.515211], [-0.09136, 51.515216], [-0.091932, 51.515399], [-0.091772, 51.51588], [-0.091796, 51.515924], [-0.091856, 51.515933], [-0.092415, 51.515831]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8792, &quot;postcode&quot;: &quot;EC2V 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091384, 51.515223], [-0.091137, 51.515211], [-0.091163, 51.514999], [-0.091266, 51.515007], [-0.091218, 51.515136], [-0.091227, 51.515165], [-0.091384, 51.515223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 163, &quot;postcode&quot;: &quot;EC2V 5AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090965, 51.51566], [-0.090953, 51.515767], [-0.090709, 51.515772], [-0.090717, 51.515655], [-0.090965, 51.51566]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC2V 5BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090852, 51.515795], [-0.09084, 51.515779], [-0.090852, 51.515769], [-0.090852, 51.51577], [-0.090852, 51.515795]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2V 5BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090984, 51.515657], [-0.090766, 51.515658], [-0.090714, 51.515699], [-0.090716, 51.515744], [-0.090754, 51.515769], [-0.090953, 51.515767], [-0.090958, 51.515859], [-0.090523, 51.515865], [-0.090165, 51.51582], [-0.09004, 51.515813], [-0.089976, 51.515827], [-0.090109, 51.515549], [-0.090252, 51.515567], [-0.090254, 51.515601], [-0.090295, 51.515625], [-0.090545, 51.515645], [-0.090592, 51.515611], [-0.090614, 51.515432], [-0.091025, 51.515461], [-0.090984, 51.515657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2002, &quot;postcode&quot;: &quot;EC2V 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090355, 51.516721], [-0.090697, 51.51673], [-0.090727, 51.51659], [-0.090725, 51.516468], [-0.090839, 51.516466], [-0.090837, 51.516517], [-0.091388, 51.516577], [-0.091378, 51.51684], [-0.091342, 51.516838], [-0.091295, 51.516902], [-0.091399, 51.516906], [-0.09129, 51.516905], [-0.091193, 51.51725], [-0.090933, 51.517209], [-0.090917, 51.517243], [-0.091, 51.517257], [-0.090985, 51.517284], [-0.090904, 51.517269], [-0.090882, 51.517313], [-0.090918, 51.51732], [-0.090882, 51.517401], [-0.090765, 51.517379], [-0.090702, 51.517516], [-0.089649, 51.517367], [-0.089757, 51.517086], [-0.089802, 51.51709], [-0.089837, 51.51687], [-0.089976, 51.516887], [-0.090046, 51.516842], [-0.090304, 51.516851], [-0.090323, 51.516832], [-0.090367, 51.516832], [-0.090381, 51.516761], [-0.090352, 51.516759], [-0.090355, 51.516721]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8258, &quot;postcode&quot;: &quot;EC2V 5DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091193, 51.51725], [-0.09129, 51.516905], [-0.091452, 51.516912], [-0.09149, 51.516789], [-0.091847, 51.516868], [-0.091526, 51.517454], [-0.091502, 51.517449], [-0.091481, 51.517519], [-0.091388, 51.517512], [-0.091369, 51.517561], [-0.091342, 51.517558], [-0.091328, 51.517613], [-0.091209, 51.517598], [-0.091275, 51.517408], [-0.091122, 51.517412], [-0.091152, 51.517355], [-0.091131, 51.517351], [-0.091148, 51.517301], [-0.091138, 51.51733], [-0.090882, 51.517313], [-0.090904, 51.517269], [-0.090985, 51.517284], [-0.091, 51.517257], [-0.090917, 51.517243], [-0.090933, 51.517209], [-0.091193, 51.51725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2560, &quot;postcode&quot;: &quot;EC2V 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091071, 51.515644], [-0.091071, 51.515648], [-0.09107, 51.51566], [-0.091071, 51.515644]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 5DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091269, 51.51742], [-0.091274, 51.517408], [-0.091252, 51.517408], [-0.091275, 51.517408], [-0.091269, 51.51742]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 5DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092574, 51.517256], [-0.09247, 51.517413], [-0.092374, 51.517391], [-0.09219, 51.517392], [-0.092067, 51.517546], [-0.091868, 51.5175], [-0.091824, 51.51752], [-0.09178, 51.51759], [-0.091725, 51.517578], [-0.091697, 51.517552], [-0.091706, 51.517519], [-0.091683, 51.517492], [-0.091526, 51.517454], [-0.091847, 51.516868], [-0.092196, 51.516948], [-0.092247, 51.516978], [-0.092295, 51.516975], [-0.092357, 51.516949], [-0.092398, 51.517023], [-0.092448, 51.517045], [-0.092478, 51.517116], [-0.092427, 51.517145], [-0.09242, 51.517209], [-0.092453, 51.517232], [-0.092574, 51.517256]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3336, &quot;postcode&quot;: &quot;EC2V 5DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091709, 51.516449], [-0.091701, 51.516589], [-0.09161, 51.516587], [-0.091567, 51.516603], [-0.091511, 51.516725], [-0.091512, 51.516681], [-0.091467, 51.516656], [-0.091516, 51.516648], [-0.091545, 51.516621], [-0.091541, 51.516591], [-0.091503, 51.516568], [-0.091539, 51.51651], [-0.091709, 51.516449]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 171, &quot;postcode&quot;: &quot;EC2V 5DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091727, 51.516425], [-0.091724, 51.516443], [-0.09154, 51.51652], [-0.091555, 51.516571], [-0.091641, 51.516588], [-0.091588, 51.516595], [-0.091541, 51.516631], [-0.091446, 51.516908], [-0.091295, 51.516902], [-0.091382, 51.516801], [-0.091402, 51.516606], [-0.091347, 51.516565], [-0.09077, 51.516513], [-0.090727, 51.516546], [-0.090697, 51.51673], [-0.090344, 51.516721], [-0.090345, 51.516612], [-0.09028, 51.516579], [-0.089907, 51.516576], [-0.089865, 51.516605], [-0.089855, 51.516677], [-0.089887, 51.516136], [-0.089995, 51.51581], [-0.090289, 51.51583], [-0.090529, 51.515865], [-0.090893, 51.51586], [-0.090949, 51.515836], [-0.090958, 51.515657], [-0.090988, 51.51563], [-0.091024, 51.515464], [-0.091056, 51.515166], [-0.091049, 51.515015], [-0.091163, 51.514996], [-0.091074, 51.515621], [-0.091067, 51.515857], [-0.091095, 51.515902], [-0.091138, 51.51592], [-0.091236, 51.516071], [-0.091342, 51.51628], [-0.091535, 51.516426], [-0.091727, 51.516425]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9349, &quot;postcode&quot;: &quot;EC2V 5HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09084, 51.515779], [-0.090754, 51.515771], [-0.090852, 51.515769], [-0.09084, 51.515779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3, &quot;postcode&quot;: &quot;EC2V 5HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098, 51.51509], [-0.097815, 51.515042], [-0.097682, 51.515055], [-0.097647, 51.515078], [-0.097613, 51.51516], [-0.09765, 51.51519], [-0.097743, 51.5152], [-0.09764, 51.515194], [-0.097553, 51.515208], [-0.097438, 51.515265], [-0.097184, 51.515138], [-0.097216, 51.515052], [-0.097207, 51.515022], [-0.09707, 51.514936], [-0.096968, 51.514916], [-0.096923, 51.51481], [-0.096736, 51.51466], [-0.096682, 51.514644], [-0.096711, 51.514563], [-0.096821, 51.514572], [-0.096857, 51.51455], [-0.096875, 51.514508], [-0.096925, 51.51451], [-0.096964, 51.514493], [-0.09699, 51.514392], [-0.09707, 51.514398], [-0.097121, 51.514378], [-0.097142, 51.514234], [-0.097242, 51.514242], [-0.097236, 51.514303], [-0.097343, 51.514361], [-0.097387, 51.514448], [-0.097367, 51.514491], [-0.097399, 51.514519], [-0.097492, 51.514519], [-0.097527, 51.514497], [-0.097532, 51.514469], [-0.097683, 51.514435], [-0.097736, 51.514753], [-0.0977, 51.514794], [-0.097737, 51.514999], [-0.097768, 51.515024], [-0.098, 51.51509]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4517, &quot;postcode&quot;: &quot;EC2V 6AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094859, 51.514213], [-0.094849, 51.514229], [-0.094843, 51.51424], [-0.094859, 51.514213]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094835, 51.51322], [-0.094743, 51.513474], [-0.09456, 51.513863], [-0.094596, 51.513911], [-0.094496, 51.514088], [-0.093736, 51.513937], [-0.093778, 51.513857], [-0.093821, 51.513853], [-0.093856, 51.513831], [-0.093941, 51.513658], [-0.09392, 51.513622], [-0.093808, 51.513594], [-0.093815, 51.513579], [-0.094181, 51.513642], [-0.094292, 51.513611], [-0.094323, 51.513588], [-0.094406, 51.513368], [-0.094367, 51.513338], [-0.094254, 51.51332], [-0.094302, 51.513167], [-0.094269, 51.51314], [-0.094166, 51.513114], [-0.094835, 51.51322]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3814, &quot;postcode&quot;: &quot;EC2V 6AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093954, 51.513634], [-0.093851, 51.513867], [-0.093775, 51.513886], [-0.09376, 51.513948], [-0.093661, 51.513944], [-0.093483, 51.513908], [-0.093541, 51.513882], [-0.093549, 51.513815], [-0.093512, 51.513794], [-0.093361, 51.513767], [-0.093473, 51.513537], [-0.093516, 51.513496], [-0.093665, 51.513526], [-0.093731, 51.513502], [-0.093781, 51.513397], [-0.093769, 51.513368], [-0.093734, 51.513352], [-0.093746, 51.513336], [-0.093836, 51.51335], [-0.093752, 51.51352], [-0.093755, 51.513551], [-0.09384, 51.513598], [-0.093942, 51.51362], [-0.093954, 51.513634]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1332, &quot;postcode&quot;: &quot;EC2V 6AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093153, 51.513547], [-0.093278, 51.513559], [-0.093243, 51.51364], [-0.093302, 51.51365], [-0.093251, 51.513735], [-0.093308, 51.513748], [-0.093243, 51.513872], [-0.092875, 51.513813], [-0.092943, 51.513657], [-0.093003, 51.513668], [-0.093029, 51.513598], [-0.093131, 51.513606], [-0.093153, 51.513547]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 686, &quot;postcode&quot;: &quot;EC2V 6AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092405, 51.513748], [-0.092434, 51.51375], [-0.092354, 51.513743], [-0.092405, 51.513748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096467, 51.514955], [-0.096465, 51.514991], [-0.096446, 51.51499], [-0.0964, 51.514931], [-0.096336, 51.514919], [-0.09629, 51.514889], [-0.09629, 51.514853], [-0.096251, 51.514829], [-0.096006, 51.514805], [-0.095838, 51.51477], [-0.095618, 51.514766], [-0.095635, 51.51466], [-0.095598, 51.51464], [-0.095483, 51.51462], [-0.095432, 51.514576], [-0.095491, 51.514442], [-0.096448, 51.514597], [-0.096425, 51.514729], [-0.096471, 51.514771], [-0.096472, 51.514811], [-0.096435, 51.514848], [-0.09644, 51.514928], [-0.096467, 51.514955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2042, &quot;postcode&quot;: &quot;EC2V 6BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096377, 51.515719], [-0.09642, 51.515782], [-0.096373, 51.515844], [-0.09629, 51.515865], [-0.096144, 51.515841], [-0.09609, 51.515867], [-0.096088, 51.515922], [-0.096126, 51.515941], [-0.096171, 51.515942], [-0.096147, 51.516003], [-0.096175, 51.516037], [-0.096145, 51.516076], [-0.096138, 51.515996], [-0.096099, 51.515966], [-0.09584, 51.515934], [-0.095773, 51.515955], [-0.095773, 51.516002], [-0.095873, 51.516057], [-0.095953, 51.516126], [-0.095307, 51.51598], [-0.095249, 51.515937], [-0.095311, 51.51594], [-0.095372, 51.515921], [-0.095464, 51.51595], [-0.09552, 51.515927], [-0.095526, 51.515893], [-0.095488, 51.515857], [-0.095386, 51.515855], [-0.095311, 51.515836], [-0.095555, 51.515766], [-0.095563, 51.515508], [-0.095613, 51.515472], [-0.095816, 51.51547], [-0.096233, 51.51554], [-0.096238, 51.515634], [-0.096295, 51.515659], [-0.096317, 51.515696], [-0.096377, 51.515719]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3018, &quot;postcode&quot;: &quot;EC2V 6BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09284, 51.513808], [-0.09284, 51.513808], [-0.092855, 51.51381], [-0.09284, 51.513808]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096004, 51.514804], [-0.095949, 51.515025], [-0.095562, 51.515023], [-0.095502, 51.51505], [-0.095454, 51.515024], [-0.095372, 51.51503], [-0.095115, 51.514991], [-0.095199, 51.514691], [-0.095362, 51.514695], [-0.095418, 51.514619], [-0.095584, 51.514637], [-0.095656, 51.514662], [-0.095634, 51.514727], [-0.095671, 51.514762], [-0.095842, 51.51477], [-0.096004, 51.514804]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1988, &quot;postcode&quot;: &quot;EC2V 6BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096711, 51.514563], [-0.096682, 51.514644], [-0.095283, 51.514406], [-0.09522, 51.514431], [-0.095159, 51.514564], [-0.094909, 51.514552], [-0.094948, 51.514419], [-0.094915, 51.514397], [-0.094843, 51.514383], [-0.094727, 51.514411], [-0.09475, 51.514331], [-0.094716, 51.514293], [-0.094552, 51.514266], [-0.094494, 51.514281], [-0.094316, 51.514238], [-0.094231, 51.514272], [-0.09419, 51.514375], [-0.094132, 51.514349], [-0.094182, 51.51424], [-0.094175, 51.51421], [-0.09398, 51.514149], [-0.094032, 51.514093], [-0.094794, 51.514237], [-0.094847, 51.514223], [-0.094898, 51.514172], [-0.095522, 51.514285], [-0.095521, 51.514338], [-0.095557, 51.514364], [-0.096046, 51.514447], [-0.096116, 51.514435], [-0.096154, 51.514378], [-0.0967, 51.51447], [-0.096689, 51.514534], [-0.096711, 51.514563]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3118, &quot;postcode&quot;: &quot;EC2V 6BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093514, 51.514056], [-0.093698, 51.514089], [-0.093698, 51.514089], [-0.093646, 51.514079], [-0.093514, 51.514056]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094692, 51.514527], [-0.094727, 51.514411], [-0.094782, 51.514399], [-0.094793, 51.514373], [-0.094971, 51.514406], [-0.094909, 51.514552], [-0.09516, 51.514564], [-0.095235, 51.514396], [-0.095491, 51.514442], [-0.095394, 51.514707], [-0.0952, 51.514688], [-0.095227, 51.51459], [-0.094692, 51.514527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 813, &quot;postcode&quot;: &quot;EC2V 6DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094186, 51.514232], [-0.094132, 51.514349], [-0.094131, 51.514349], [-0.094168, 51.514231], [-0.094186, 51.514232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC2V 6DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094744, 51.514976], [-0.094674, 51.515003], [-0.094651, 51.515113], [-0.094576, 51.515089], [-0.094507, 51.515121], [-0.094515, 51.51506], [-0.09448, 51.515029], [-0.094047, 51.51498], [-0.094003, 51.514908], [-0.093816, 51.514857], [-0.093767, 51.51488], [-0.093762, 51.514929], [-0.093634, 51.515078], [-0.093562, 51.515092], [-0.093513, 51.515169], [-0.093474, 51.515072], [-0.093505, 51.51503], [-0.093584, 51.514991], [-0.093596, 51.514936], [-0.09365, 51.514918], [-0.093767, 51.514802], [-0.093825, 51.514831], [-0.09389, 51.514816], [-0.094045, 51.514665], [-0.094046, 51.514624], [-0.094006, 51.514601], [-0.09394, 51.514602], [-0.093362, 51.514455], [-0.093303, 51.514413], [-0.093196, 51.514422], [-0.092744, 51.514363], [-0.092751, 51.514248], [-0.092729, 51.51422], [-0.092654, 51.514185], [-0.092399, 51.514156], [-0.092438, 51.513892], [-0.092774, 51.513932], [-0.093786, 51.514104], [-0.094183, 51.514201], [-0.094218, 51.51422], [-0.094416, 51.514245], [-0.094455, 51.514262], [-0.094535, 51.514247], [-0.09458, 51.51429], [-0.094708, 51.51433], [-0.094673, 51.514487], [-0.094591, 51.514508], [-0.094556, 51.514597], [-0.094634, 51.514661], [-0.094608, 51.514858], [-0.094676, 51.51489], [-0.094685, 51.514951], [-0.094744, 51.514976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9164, &quot;postcode&quot;: &quot;EC2V 6DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094449, 51.514172], [-0.094066, 51.514102], [-0.094016, 51.514114], [-0.09398, 51.514149], [-0.093851, 51.514132], [-0.093805, 51.514176], [-0.093765, 51.514169], [-0.093772, 51.514123], [-0.093722, 51.514093], [-0.092757, 51.513932], [-0.092164, 51.51386], [-0.092111, 51.513878], [-0.092055, 51.513941], [-0.091887, 51.514265], [-0.091588, 51.514214], [-0.091641, 51.514087], [-0.09164, 51.514048], [-0.091607, 51.51402], [-0.091342, 51.513977], [-0.091276, 51.513993], [-0.091067, 51.513975], [-0.091106, 51.513937], [-0.091214, 51.513719], [-0.091193, 51.513683], [-0.091122, 51.513665], [-0.091128, 51.513653], [-0.091193, 51.513663], [-0.09125, 51.513646], [-0.091329, 51.51365], [-0.091391, 51.513603], [-0.091425, 51.5136], [-0.093104, 51.513848], [-0.093654, 51.513943], [-0.093762, 51.513948], [-0.094495, 51.514087], [-0.094449, 51.514172]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5592, &quot;postcode&quot;: &quot;EC2V 6EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092315, 51.513246], [-0.09223, 51.513725], [-0.091451, 51.513604], [-0.091393, 51.513612], [-0.091359, 51.513638], [-0.091391, 51.513571], [-0.091359, 51.513533], [-0.091354, 51.513472], [-0.091514, 51.513326], [-0.091516, 51.513296], [-0.091492, 51.513273], [-0.091525, 51.513194], [-0.091849, 51.513225], [-0.091827, 51.513284], [-0.091842, 51.513314], [-0.091982, 51.513342], [-0.092058, 51.513317], [-0.092068, 51.513225], [-0.092291, 51.51323], [-0.092315, 51.513246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2747, &quot;postcode&quot;: &quot;EC2V 6EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09223, 51.513725], [-0.092225, 51.513727], [-0.092222, 51.513726], [-0.09223, 51.513725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097227, 51.515024], [-0.097183, 51.515138], [-0.096604, 51.51485], [-0.096399, 51.514871], [-0.096449, 51.514597], [-0.096622, 51.514631], [-0.096693, 51.514607], [-0.096705, 51.51464], [-0.09689, 51.514783], [-0.096855, 51.514813], [-0.09687, 51.51485], [-0.096965, 51.514912], [-0.097069, 51.514933], [-0.097137, 51.514989], [-0.097227, 51.515024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1172, &quot;postcode&quot;: &quot;EC2V 6ET&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096417, 51.515008], [-0.096465, 51.514992], [-0.096453, 51.515206], [-0.096403, 51.515181], [-0.096417, 51.515008]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 74, &quot;postcode&quot;: &quot;EC2V 6HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096472, 51.514819], [-0.096423, 51.514831], [-0.096399, 51.514871], [-0.096339, 51.514903], [-0.096348, 51.514967], [-0.096444, 51.51499], [-0.096331, 51.515035], [-0.096322, 51.515175], [-0.096116, 51.515219], [-0.096087, 51.515343], [-0.095837, 51.515315], [-0.095784, 51.515343], [-0.095757, 51.515431], [-0.095549, 51.515416], [-0.095516, 51.515388], [-0.095759, 51.515024], [-0.095903, 51.515022], [-0.095951, 51.514998], [-0.096004, 51.514804], [-0.09627, 51.514829], [-0.096349, 51.514814], [-0.096472, 51.514819]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2147, &quot;postcode&quot;: &quot;EC2V 6HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096453, 51.515206], [-0.096443, 51.515372], [-0.09639, 51.515406], [-0.096384, 51.515467], [-0.096171, 51.515941], [-0.096106, 51.515972], [-0.096042, 51.51596], [-0.096317, 51.51542], [-0.096312, 51.515261], [-0.096271, 51.515239], [-0.096117, 51.515227], [-0.096121, 51.515199], [-0.096189, 51.5152], [-0.096316, 51.515156], [-0.096339, 51.514881], [-0.096399, 51.514871], [-0.096438, 51.514953], [-0.096405, 51.515159], [-0.096453, 51.515206]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 911, &quot;postcode&quot;: &quot;EC2V 6HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092624, 51.513776], [-0.092815, 51.51335], [-0.093004, 51.513375], [-0.093, 51.513395], [-0.0931, 51.513411], [-0.093003, 51.513668], [-0.092943, 51.513657], [-0.092875, 51.513813], [-0.092624, 51.513776]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 967, &quot;postcode&quot;: &quot;EC2V 6JP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091045, 51.515046], [-0.091047, 51.515015], [-0.091047, 51.515015], [-0.091046, 51.515027], [-0.091045, 51.515046]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 7AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096859, 51.516408], [-0.096835, 51.516446], [-0.09657, 51.516367], [-0.096248, 51.516211], [-0.09594, 51.516122], [-0.09587, 51.516055], [-0.095733, 51.515996], [-0.095462, 51.515952], [-0.095338, 51.515971], [-0.095304, 51.515944], [-0.095248, 51.515936], [-0.095274, 51.515862], [-0.095247, 51.515836], [-0.095203, 51.515826], [-0.095193, 51.5158], [-0.095259, 51.515812], [-0.095312, 51.515794], [-0.095322, 51.515821], [-0.09536, 51.51584], [-0.095512, 51.515848], [-0.095603, 51.515892], [-0.095996, 51.51596], [-0.096082, 51.515958], [-0.096126, 51.515929], [-0.096171, 51.515941], [-0.096147, 51.515998], [-0.096165, 51.51603], [-0.096685, 51.516243], [-0.096696, 51.516259], [-0.096642, 51.516294], [-0.096654, 51.516329], [-0.096859, 51.516408]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1582, &quot;postcode&quot;: &quot;EC2V 7AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094924, 51.515743], [-0.094853, 51.515754], [-0.094843, 51.515707], [-0.094925, 51.515729], [-0.094924, 51.515743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 18, &quot;postcode&quot;: &quot;EC2V 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094668, 51.515894], [-0.094632, 51.515962], [-0.094514, 51.515994], [-0.094549, 51.515862], [-0.094668, 51.515894]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 93, &quot;postcode&quot;: &quot;EC2V 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095036, 51.516389], [-0.094961, 51.516551], [-0.095004, 51.516597], [-0.094989, 51.516626], [-0.094866, 51.516602], [-0.094808, 51.516615], [-0.094736, 51.516776], [-0.094659, 51.516765], [-0.094603, 51.516792], [-0.094228, 51.516713], [-0.094401, 51.516384], [-0.094388, 51.516355], [-0.094349, 51.516337], [-0.094268, 51.516355], [-0.094257, 51.516293], [-0.094295, 51.516287], [-0.094323, 51.516319], [-0.094384, 51.516327], [-0.094472, 51.516258], [-0.094512, 51.516279], [-0.095036, 51.516389]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2060, &quot;postcode&quot;: &quot;EC2V 7AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095227, 51.51459], [-0.095112, 51.515001], [-0.094756, 51.514977], [-0.094687, 51.515006], [-0.094591, 51.515538], [-0.094553, 51.515507], [-0.094623, 51.515274], [-0.094712, 51.514653], [-0.09493, 51.514662], [-0.095023, 51.514566], [-0.095227, 51.51459]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1435, &quot;postcode&quot;: &quot;EC2V 7AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091968, 51.515021], [-0.091962, 51.515055], [-0.091822, 51.515034], [-0.091755, 51.515062], [-0.091722, 51.515058], [-0.091656, 51.514994], [-0.091557, 51.514991], [-0.091467, 51.515007], [-0.091458, 51.514965], [-0.09154, 51.514851], [-0.091655, 51.514865], [-0.091774, 51.514786], [-0.091834, 51.514802], [-0.091843, 51.51484], [-0.091895, 51.51486], [-0.091865, 51.514992], [-0.091901, 51.515012], [-0.091968, 51.515021]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 558, &quot;postcode&quot;: &quot;EC2V 7AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09154, 51.514851], [-0.091442, 51.514902], [-0.091469, 51.514951], [-0.091467, 51.515007], [-0.091323, 51.514988], [-0.091266, 51.515007], [-0.091149, 51.514999], [-0.091047, 51.515015], [-0.090843, 51.514993], [-0.090781, 51.515022], [-0.090713, 51.514978], [-0.090326, 51.514937], [-0.090628, 51.514896], [-0.090728, 51.514746], [-0.090777, 51.514727], [-0.090813, 51.514661], [-0.090883, 51.514672], [-0.090948, 51.514662], [-0.091001, 51.514625], [-0.091065, 51.51463], [-0.091112, 51.514603], [-0.091188, 51.514617], [-0.091176, 51.514668], [-0.091209, 51.514701], [-0.091523, 51.514774], [-0.091506, 51.514818], [-0.09154, 51.514851]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2040, &quot;postcode&quot;: &quot;EC2V 7BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095296, 51.515835], [-0.095248, 51.515936], [-0.095048, 51.51592], [-0.09501, 51.515902], [-0.094736, 51.515851], [-0.094594, 51.515848], [-0.094549, 51.515861], [-0.094525, 51.515698], [-0.094761, 51.515781], [-0.094958, 51.515737], [-0.095193, 51.5158], [-0.095231, 51.515827], [-0.095296, 51.515835]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 702, &quot;postcode&quot;: &quot;EC2V 7BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094961, 51.5159], [-0.09505, 51.515904], [-0.095048, 51.51592], [-0.095128, 51.515926], [-0.095121, 51.515936], [-0.094961, 51.5159]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC2V 7BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095036, 51.516389], [-0.094467, 51.516269], [-0.094709, 51.515845], [-0.095178, 51.515949], [-0.095121, 51.515936], [-0.095128, 51.515926], [-0.095249, 51.515937], [-0.095307, 51.51598], [-0.095312, 51.516027], [-0.09535, 51.515927], [-0.095392, 51.515931], [-0.095357, 51.516076], [-0.095362, 51.516062], [-0.095392, 51.516106], [-0.095279, 51.516371], [-0.095229, 51.516372], [-0.095232, 51.516395], [-0.095261, 51.516401], [-0.095247, 51.516432], [-0.095187, 51.516432], [-0.095097, 51.516612], [-0.095033, 51.516602], [-0.095134, 51.516376], [-0.095041, 51.516379], [-0.095155, 51.516135], [-0.095036, 51.516389]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2862, &quot;postcode&quot;: &quot;EC2V 7BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09657, 51.516367], [-0.096475, 51.516489], [-0.096461, 51.516584], [-0.096401, 51.51659], [-0.096367, 51.516621], [-0.096226, 51.516626], [-0.096055, 51.516562], [-0.096095, 51.516415], [-0.095991, 51.516235], [-0.096051, 51.516154], [-0.096244, 51.516209], [-0.09657, 51.516367]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1290, &quot;postcode&quot;: &quot;EC2V 7BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094957, 51.517352], [-0.094902, 51.517359], [-0.09477, 51.517321], [-0.094028, 51.517325], [-0.093899, 51.517298], [-0.094228, 51.516713], [-0.094603, 51.516792], [-0.094629, 51.516753], [-0.094932, 51.516819], [-0.094784, 51.517059], [-0.095043, 51.517108], [-0.094954, 51.517269], [-0.09502, 51.517274], [-0.095109, 51.517127], [-0.095369, 51.517191], [-0.095395, 51.517154], [-0.095458, 51.517195], [-0.095449, 51.517226], [-0.095471, 51.51723], [-0.095482, 51.517211], [-0.09562, 51.517301], [-0.09555, 51.517423], [-0.095443, 51.517427], [-0.095095, 51.517343], [-0.095028, 51.517354], [-0.094995, 51.517398], [-0.09494, 51.517377], [-0.094957, 51.517352]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4709, &quot;postcode&quot;: &quot;EC2V 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095669, 51.516708], [-0.095645, 51.516726], [-0.095547, 51.516717], [-0.095504, 51.516746], [-0.095363, 51.516718], [-0.095316, 51.516722], [-0.095282, 51.516742], [-0.095214, 51.516853], [-0.095035, 51.51682], [-0.094979, 51.516829], [-0.094736, 51.516776], [-0.094809, 51.516595], [-0.094888, 51.516602], [-0.094933, 51.516589], [-0.094996, 51.516475], [-0.095068, 51.516584], [-0.095123, 51.516615], [-0.095669, 51.516708]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1046, &quot;postcode&quot;: &quot;EC2V 7DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095682, 51.516839], [-0.09564, 51.516921], [-0.095679, 51.516846], [-0.095834, 51.516927], [-0.09562, 51.517301], [-0.095482, 51.517211], [-0.095471, 51.51723], [-0.095449, 51.517226], [-0.095458, 51.517195], [-0.095395, 51.517154], [-0.095412, 51.51713], [-0.095369, 51.517191], [-0.095109, 51.517127], [-0.09502, 51.517274], [-0.094954, 51.517269], [-0.095043, 51.517108], [-0.094784, 51.517059], [-0.094932, 51.516819], [-0.094979, 51.516829], [-0.094995, 51.516802], [-0.095214, 51.516853], [-0.095295, 51.51672], [-0.095097, 51.516665], [-0.095621, 51.516773], [-0.095599, 51.516823], [-0.095608, 51.516808], [-0.095652, 51.516832], [-0.095602, 51.516912], [-0.095666, 51.516809], [-0.095716, 51.516716], [-0.095758, 51.516723], [-0.095682, 51.516839]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2770, &quot;postcode&quot;: &quot;EC2V 7EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094696, 51.515849], [-0.094669, 51.515894], [-0.094476, 51.515831], [-0.094485, 51.515775], [-0.094401, 51.515743], [-0.094449, 51.51561], [-0.09455, 51.515707], [-0.094532, 51.515737], [-0.094555, 51.515829], [-0.094602, 51.515847], [-0.094696, 51.515849]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 165, &quot;postcode&quot;: &quot;EC2V 7EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094449, 51.51561], [-0.094401, 51.515743], [-0.094321, 51.515725], [-0.094401, 51.515603], [-0.094449, 51.51561]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 69, &quot;postcode&quot;: &quot;EC2V 7EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094684, 51.516315], [-0.094513, 51.516281], [-0.094434, 51.516313], [-0.0939, 51.517297], [-0.093775, 51.517272], [-0.093885, 51.517083], [-0.093851, 51.51705], [-0.093736, 51.517022], [-0.093756, 51.516988], [-0.093887, 51.517013], [-0.093939, 51.517004], [-0.09402, 51.516885], [-0.094065, 51.516766], [-0.094033, 51.516744], [-0.093919, 51.51672], [-0.093941, 51.516679], [-0.09404, 51.516701], [-0.094089, 51.516698], [-0.094142, 51.516645], [-0.094277, 51.516332], [-0.094232, 51.516278], [-0.094491, 51.515805], [-0.09448, 51.515771], [-0.09443, 51.51575], [-0.094462, 51.515692], [-0.094526, 51.515708], [-0.094551, 51.515852], [-0.094491, 51.516086], [-0.094509, 51.516191], [-0.094489, 51.516253], [-0.094528, 51.516282], [-0.094684, 51.516315]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1773, &quot;postcode&quot;: &quot;EC2V 7ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09423, 51.516452], [-0.094203, 51.51651], [-0.094151, 51.516481], [-0.09388, 51.516453], [-0.093806, 51.516476], [-0.093054, 51.516315], [-0.093005, 51.516317], [-0.092891, 51.516428], [-0.092808, 51.516638], [-0.092727, 51.516622], [-0.092676, 51.516636], [-0.092588, 51.516743], [-0.092539, 51.516767], [-0.092502, 51.516834], [-0.092554, 51.516876], [-0.092806, 51.516888], [-0.092983, 51.516935], [-0.092681, 51.516921], [-0.092374, 51.516947], [-0.092275, 51.516985], [-0.092207, 51.517045], [-0.092147, 51.517031], [-0.092201, 51.51694], [-0.092314, 51.516866], [-0.092488, 51.516662], [-0.092461, 51.516615], [-0.09235, 51.516594], [-0.092363, 51.516568], [-0.092506, 51.516591], [-0.092563, 51.516578], [-0.092784, 51.516342], [-0.092825, 51.516328], [-0.092942, 51.516234], [-0.093011, 51.516141], [-0.093077, 51.515831], [-0.093111, 51.515433], [-0.093142, 51.515442], [-0.093176, 51.515536], [-0.093157, 51.515816], [-0.093181, 51.515842], [-0.09323, 51.515853], [-0.093231, 51.515882], [-0.093182, 51.515892], [-0.093155, 51.515922], [-0.093175, 51.515963], [-0.093231, 51.515976], [-0.093231, 51.516013], [-0.093182, 51.516022], [-0.093154, 51.516053], [-0.093188, 51.516294], [-0.093225, 51.516316], [-0.093617, 51.516395], [-0.09423, 51.516452]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2378, &quot;postcode&quot;: &quot;EC2V 7HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096097, 51.516415], [-0.096053, 51.516561], [-0.095857, 51.516615], [-0.095765, 51.516724], [-0.095112, 51.516615], [-0.095097, 51.516574], [-0.094996, 51.516475], [-0.095041, 51.516379], [-0.095195, 51.516384], [-0.09529, 51.516343], [-0.095387, 51.516108], [-0.095362, 51.516029], [-0.095307, 51.51598], [-0.096051, 51.516154], [-0.095998, 51.516244], [-0.096097, 51.516415]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3823, &quot;postcode&quot;: &quot;EC2V 7HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094203, 51.516511], [-0.094195, 51.516558], [-0.094146, 51.516614], [-0.09415, 51.516656], [-0.09408, 51.516726], [-0.094084, 51.516763], [-0.09402, 51.516885], [-0.09394, 51.517024], [-0.093896, 51.517051], [-0.093896, 51.517081], [-0.093795, 51.517241], [-0.093801, 51.517274], [-0.093875, 51.517333], [-0.09379, 51.517443], [-0.093659, 51.517423], [-0.09348, 51.517426], [-0.093411, 51.517395], [-0.093365, 51.517406], [-0.093322, 51.517446], [-0.09304, 51.517379], [-0.092952, 51.517379], [-0.092901, 51.517399], [-0.092867, 51.517454], [-0.092896, 51.517491], [-0.092995, 51.517518], [-0.092944, 51.517521], [-0.092892, 51.517499], [-0.092828, 51.517502], [-0.09247, 51.517413], [-0.092551, 51.517278], [-0.092521, 51.517245], [-0.092436, 51.517223], [-0.092538, 51.517045], [-0.092387, 51.516946], [-0.092458, 51.516939], [-0.092495, 51.516919], [-0.092505, 51.516889], [-0.092471, 51.51683], [-0.092509, 51.516812], [-0.092559, 51.516735], [-0.092607, 51.516717], [-0.09267, 51.51664], [-0.092775, 51.516649], [-0.092851, 51.516693], [-0.093156, 51.516698], [-0.093237, 51.516634], [-0.093274, 51.516531], [-0.093319, 51.51653], [-0.093357, 51.516511], [-0.093426, 51.516395], [-0.093753, 51.516465], [-0.093836, 51.516449], [-0.09417, 51.516483], [-0.094203, 51.516511]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9799, &quot;postcode&quot;: &quot;EC2V 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092589, 51.517123], [-0.09251, 51.517125], [-0.09246, 51.517185], [-0.092469, 51.517222], [-0.092528, 51.517247], [-0.092403, 51.517223], [-0.09245, 51.517085], [-0.092364, 51.516962], [-0.09238, 51.516947], [-0.09257, 51.517049], [-0.092589, 51.517123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 196, &quot;postcode&quot;: &quot;EC2V 7HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09409, 51.516441], [-0.093584, 51.516393], [-0.093525, 51.516418], [-0.093468, 51.516408], [-0.093427, 51.516416], [-0.093369, 51.516492], [-0.093289, 51.516488], [-0.093208, 51.516458], [-0.092914, 51.516408], [-0.092938, 51.516371], [-0.092926, 51.516342], [-0.092881, 51.516323], [-0.092824, 51.516331], [-0.092878, 51.516278], [-0.092926, 51.516313], [-0.093, 51.516302], [-0.093101, 51.516323], [-0.093172, 51.516293], [-0.093154, 51.516091], [-0.093161, 51.515645], [-0.093253, 51.515657], [-0.09323, 51.515729], [-0.09325, 51.516252], [-0.09409, 51.516441]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1211, &quot;postcode&quot;: &quot;EC2V 7HY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094759, 51.514302], [-0.094708, 51.51433], [-0.094651, 51.514329], [-0.094616, 51.514301], [-0.094553, 51.51429], [-0.09458, 51.514231], [-0.094557, 51.514194], [-0.094705, 51.514223], [-0.094692, 51.51427], [-0.094759, 51.514302]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;EC2V 7JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094924, 51.515743], [-0.094925, 51.515729], [-0.094958, 51.515737], [-0.094924, 51.515743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2V 7JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094651, 51.515113], [-0.094601, 51.51548], [-0.094461, 51.515486], [-0.094431, 51.515509], [-0.094416, 51.515571], [-0.094348, 51.515586], [-0.09354, 51.515405], [-0.093482, 51.515415], [-0.093437, 51.515465], [-0.093317, 51.515484], [-0.093336, 51.515439], [-0.093316, 51.515407], [-0.093101, 51.51529], [-0.092968, 51.515236], [-0.093019, 51.515183], [-0.093278, 51.5153], [-0.093363, 51.515292], [-0.093468, 51.515101], [-0.093521, 51.515103], [-0.09356, 51.515085], [-0.093704, 51.514912], [-0.094021, 51.514603], [-0.094068, 51.514623], [-0.093858, 51.51482], [-0.093864, 51.514869], [-0.094038, 51.514934], [-0.094083, 51.514983], [-0.094523, 51.51503], [-0.094513, 51.515092], [-0.094533, 51.515119], [-0.094589, 51.515133], [-0.094651, 51.515113]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5102, &quot;postcode&quot;: &quot;EC2V 7JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093369, 51.516492], [-0.093339, 51.516544], [-0.093265, 51.516566], [-0.093229, 51.516663], [-0.093178, 51.516706], [-0.092829, 51.516697], [-0.092772, 51.516653], [-0.09267, 51.51664], [-0.092694, 51.516611], [-0.092758, 51.516604], [-0.092793, 51.516562], [-0.092843, 51.516539], [-0.0929, 51.516406], [-0.093369, 51.516492]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 938, &quot;postcode&quot;: &quot;EC2V 7JN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094268, 51.516356], [-0.09422, 51.516473], [-0.094183, 51.516488], [-0.094141, 51.516458], [-0.094095, 51.516451], [-0.094149, 51.516419], [-0.094232, 51.516278], [-0.094257, 51.516293], [-0.094268, 51.516356]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 116, &quot;postcode&quot;: &quot;EC2V 7JQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095933, 51.516753], [-0.095833, 51.516927], [-0.095608, 51.516808], [-0.095584, 51.516767], [-0.095504, 51.516746], [-0.095527, 51.516705], [-0.095621, 51.51672], [-0.095669, 51.516708], [-0.095933, 51.516753]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 366, &quot;postcode&quot;: &quot;EC2V 7JU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096046, 51.516636], [-0.096761, 51.516598], [-0.096786, 51.5169], [-0.096471, 51.516888], [-0.096204, 51.516903], [-0.096109, 51.517091], [-0.095796, 51.516993], [-0.095934, 51.516753], [-0.095765, 51.516724], [-0.095851, 51.516615], [-0.096053, 51.516561], [-0.096072, 51.516568], [-0.096069, 51.516635], [-0.096046, 51.516636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2430, &quot;postcode&quot;: &quot;EC2V 7JX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091047, 51.515015], [-0.091025, 51.515461], [-0.090613, 51.515442], [-0.090683, 51.515139], [-0.090748, 51.515146], [-0.090794, 51.514975], [-0.091047, 51.515015]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1272, &quot;postcode&quot;: &quot;EC2V 7NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090783, 51.515015], [-0.090748, 51.515146], [-0.090678, 51.515173], [-0.09063, 51.515304], [-0.090587, 51.515655], [-0.090261, 51.515623], [-0.090241, 51.515572], [-0.090109, 51.515549], [-0.090386, 51.514986], [-0.090369, 51.514941], [-0.090387, 51.514925], [-0.090549, 51.514906], [-0.090546, 51.514933], [-0.090572, 51.514958], [-0.090736, 51.514981], [-0.090783, 51.515015]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2197, &quot;postcode&quot;: &quot;EC2V 7NG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094463, 51.515572], [-0.094457, 51.515609], [-0.09427, 51.515594], [-0.094125, 51.515663], [-0.093852, 51.515595], [-0.093802, 51.515603], [-0.09377, 51.515631], [-0.093746, 51.515949], [-0.09377, 51.515985], [-0.09396, 51.516], [-0.094024, 51.51597], [-0.094392, 51.515983], [-0.094135, 51.516431], [-0.094088, 51.51644], [-0.093244, 51.516255], [-0.09323, 51.515697], [-0.093252, 51.515668], [-0.093253, 51.515574], [-0.093229, 51.515548], [-0.093176, 51.515536], [-0.093134, 51.515444], [-0.092892, 51.515318], [-0.092968, 51.515237], [-0.0931, 51.515289], [-0.093282, 51.515391], [-0.093329, 51.515399], [-0.093369, 51.515388], [-0.093348, 51.51544], [-0.093395, 51.515476], [-0.093484, 51.515477], [-0.093647, 51.515428], [-0.093839, 51.515471], [-0.093888, 51.515498], [-0.093963, 51.515498], [-0.094335, 51.515583], [-0.094463, 51.515572]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6042, &quot;postcode&quot;: &quot;EC2V 7NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094049, 51.514922], [-0.094046, 51.51498], [-0.094, 51.514922], [-0.093869, 51.514877], [-0.093807, 51.514887], [-0.093762, 51.514929], [-0.093713, 51.514908], [-0.093659, 51.514916], [-0.093564, 51.514976], [-0.093511, 51.515121], [-0.093441, 51.515145], [-0.093373, 51.515296], [-0.093295, 51.515309], [-0.093019, 51.515182], [-0.093632, 51.514523], [-0.093778, 51.51456], [-0.093795, 51.514611], [-0.093953, 51.514653], [-0.094014, 51.514687], [-0.09388, 51.514843], [-0.093912, 51.514877], [-0.094049, 51.514922]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2345, &quot;postcode&quot;: &quot;EC2V 7PG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092283, 51.514955], [-0.092273, 51.514999], [-0.092308, 51.515037], [-0.092439, 51.515068], [-0.092351, 51.515151], [-0.092324, 51.515145], [-0.092301, 51.515101], [-0.092239, 51.515085], [-0.092258, 51.514951], [-0.092283, 51.514955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 109, &quot;postcode&quot;: &quot;EC2V 7QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094621, 51.514743], [-0.094615, 51.514777], [-0.094554, 51.514773], [-0.09449, 51.514737], [-0.094417, 51.514762], [-0.094444, 51.514672], [-0.094481, 51.514715], [-0.094553, 51.514716], [-0.094621, 51.514743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 57, &quot;postcode&quot;: &quot;EC2V 7WS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097312, 51.515202], [-0.097197, 51.515207], [-0.097161, 51.51524], [-0.097149, 51.5153], [-0.097102, 51.51531], [-0.097076, 51.515335], [-0.097079, 51.515374], [-0.097132, 51.5154], [-0.097087, 51.515637], [-0.097033, 51.515646], [-0.097006, 51.515676], [-0.097065, 51.515766], [-0.097034, 51.515949], [-0.096942, 51.515983], [-0.096918, 51.51601], [-0.09696, 51.516212], [-0.096938, 51.5163], [-0.096918, 51.516308], [-0.096835, 51.516304], [-0.096738, 51.516279], [-0.096147, 51.516022], [-0.096209, 51.515854], [-0.096293, 51.515865], [-0.096343, 51.515856], [-0.096397, 51.515827], [-0.096419, 51.515788], [-0.096384, 51.515723], [-0.09628, 51.51569], [-0.096301, 51.515613], [-0.096269, 51.51559], [-0.096214, 51.515582], [-0.096192, 51.515539], [-0.095819, 51.51547], [-0.095635, 51.515471], [-0.095588, 51.515483], [-0.095477, 51.515448], [-0.095516, 51.515389], [-0.095572, 51.515417], [-0.095738, 51.515419], [-0.095767, 51.515394], [-0.095793, 51.515307], [-0.096015, 51.515334], [-0.096069, 51.515324], [-0.096093, 51.515297], [-0.096095, 51.515252], [-0.096061, 51.515225], [-0.096, 51.515217], [-0.096006, 51.515169], [-0.096125, 51.515178], [-0.096135, 51.515212], [-0.096173, 51.51523], [-0.096321, 51.515242], [-0.096369, 51.51526], [-0.096429, 51.515249], [-0.096451, 51.515222], [-0.096465, 51.51499], [-0.096438, 51.514953], [-0.09644, 51.514865], [-0.096587, 51.514842], [-0.097076, 51.515084], [-0.097111, 51.515134], [-0.097192, 51.515143], [-0.097312, 51.515202]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8339, &quot;postcode&quot;: &quot;EC2V 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093632, 51.514523], [-0.093596, 51.514562], [-0.093294, 51.514471], [-0.092845, 51.514445], [-0.092784, 51.514472], [-0.092763, 51.51454], [-0.092622, 51.514569], [-0.092635, 51.514474], [-0.092618, 51.514446], [-0.092577, 51.514431], [-0.092429, 51.514421], [-0.092369, 51.514449], [-0.092341, 51.51459], [-0.092317, 51.514586], [-0.092376, 51.514292], [-0.092418, 51.514325], [-0.092617, 51.514341], [-0.092674, 51.514368], [-0.092733, 51.514356], [-0.093192, 51.51442], [-0.093237, 51.514411], [-0.093264, 51.514384], [-0.093302, 51.514388], [-0.093372, 51.514456], [-0.093632, 51.514523]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 810, &quot;postcode&quot;: &quot;EC2V 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095565, 51.515677], [-0.095541, 51.515727], [-0.095549, 51.515773], [-0.095375, 51.515816], [-0.095523, 51.515643], [-0.095565, 51.515677]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 106, &quot;postcode&quot;: &quot;EC2V 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095759, 51.515024], [-0.095506, 51.515408], [-0.095539, 51.515461], [-0.095588, 51.515483], [-0.095564, 51.515519], [-0.095575, 51.51588], [-0.095548, 51.515776], [-0.095499, 51.515746], [-0.095433, 51.515755], [-0.095375, 51.515816], [-0.095311, 51.515836], [-0.094924, 51.51573], [-0.094871, 51.51574], [-0.094799, 51.515789], [-0.094739, 51.515798], [-0.094713, 51.515771], [-0.09455, 51.515707], [-0.094448, 51.515609], [-0.09442, 51.515554], [-0.09443, 51.515509], [-0.094511, 51.515514], [-0.094603, 51.515458], [-0.094685, 51.515], [-0.094733, 51.514975], [-0.095115, 51.514991], [-0.095286, 51.515016], [-0.095343, 51.515001], [-0.095413, 51.514637], [-0.095491, 51.514442], [-0.095537, 51.514451], [-0.095487, 51.51459], [-0.095444, 51.514989], [-0.095499, 51.515021], [-0.095759, 51.515024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6323, &quot;postcode&quot;: &quot;EC2V 8AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092504, 51.514165], [-0.092432, 51.514167], [-0.092394, 51.514198], [-0.092239, 51.515085], [-0.092086, 51.515055], [-0.092113, 51.514889], [-0.092141, 51.514862], [-0.092154, 51.514794], [-0.092143, 51.514717], [-0.092187, 51.514459], [-0.09214, 51.514429], [-0.091882, 51.514389], [-0.09208, 51.514023], [-0.092132, 51.513889], [-0.092115, 51.513854], [-0.092453, 51.513894], [-0.092408, 51.514121], [-0.092438, 51.514154], [-0.092504, 51.514165]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2384, &quot;postcode&quot;: &quot;EC2V 8AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092821, 51.514374], [-0.092763, 51.514376], [-0.09272, 51.514406], [-0.092596, 51.51434], [-0.092371, 51.514323], [-0.092401, 51.514156], [-0.092699, 51.514188], [-0.092757, 51.514214], [-0.09274, 51.514337], [-0.092768, 51.514363], [-0.092821, 51.514374]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 491, &quot;postcode&quot;: &quot;EC2V 8BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093987, 51.514596], [-0.094096, 51.514367], [-0.094132, 51.514349], [-0.09419, 51.514375], [-0.094099, 51.514622], [-0.094014, 51.514687], [-0.094068, 51.514623], [-0.094021, 51.514603], [-0.093964, 51.514659], [-0.093596, 51.514562], [-0.093632, 51.514523], [-0.093942, 51.514602], [-0.093987, 51.514596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 367, &quot;postcode&quot;: &quot;EC2V 8BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092179, 51.514421], [-0.092196, 51.514437], [-0.092149, 51.514683], [-0.092168, 51.514719], [-0.092136, 51.51489], [-0.091802, 51.514847], [-0.091805, 51.514794], [-0.09187, 51.514715], [-0.09186, 51.51468], [-0.09188, 51.51465], [-0.091938, 51.514632], [-0.091968, 51.514594], [-0.091939, 51.514508], [-0.091824, 51.51448], [-0.091882, 51.514389], [-0.092132, 51.514427], [-0.092179, 51.514421]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1018, &quot;postcode&quot;: &quot;EC2V 8EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092163, 51.515082], [-0.092106, 51.515088], [-0.092073, 51.515122], [-0.092051, 51.515071], [-0.091962, 51.515055], [-0.091924, 51.515018], [-0.091851, 51.515007], [-0.091895, 51.51486], [-0.092113, 51.514889], [-0.092091, 51.515044], [-0.092114, 51.515069], [-0.092163, 51.515082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 322, &quot;postcode&quot;: &quot;EC2V 8EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093594, 51.514564], [-0.093019, 51.515182], [-0.092877, 51.515141], [-0.092318, 51.515047], [-0.092268, 51.515], [-0.092262, 51.514918], [-0.092316, 51.51459], [-0.092347, 51.514554], [-0.092356, 51.514394], [-0.092414, 51.51442], [-0.092598, 51.514432], [-0.092645, 51.514421], [-0.09267, 51.514394], [-0.092696, 51.514209], [-0.092757, 51.514214], [-0.09272, 51.514406], [-0.092754, 51.514443], [-0.093294, 51.51447], [-0.093594, 51.514564]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5519, &quot;postcode&quot;: &quot;EC2V 8EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091896, 51.51469], [-0.091805, 51.514794], [-0.09175, 51.514809], [-0.091676, 51.514883], [-0.09154, 51.514851], [-0.091698, 51.514633], [-0.091896, 51.51469]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 336, &quot;postcode&quot;: &quot;EC2V 8EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091412, 51.514619], [-0.091205, 51.514565], [-0.09112, 51.514529], [-0.091181, 51.514382], [-0.091106, 51.514374], [-0.09113, 51.514355], [-0.091367, 51.514382], [-0.091389, 51.514333], [-0.091521, 51.51433], [-0.091412, 51.514619]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 566, &quot;postcode&quot;: &quot;EC2V 8EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091515, 51.514772], [-0.091367, 51.514739], [-0.091496, 51.514398], [-0.09179, 51.514432], [-0.092031, 51.513991], [-0.092089, 51.513865], [-0.092074, 51.513856], [-0.09209, 51.513865], [-0.092093, 51.513852], [-0.092117, 51.513854], [-0.092112, 51.513864], [-0.092111, 51.513867], [-0.092088, 51.513918], [-0.092117, 51.513854], [-0.092147, 51.513856], [-0.091967, 51.514248], [-0.091824, 51.51448], [-0.091975, 51.514506], [-0.09195, 51.514551], [-0.091983, 51.514568], [-0.091967, 51.514582], [-0.091983, 51.514589], [-0.091912, 51.514657], [-0.09188, 51.51465], [-0.091859, 51.514681], [-0.091698, 51.514632], [-0.091458, 51.514965], [-0.091404, 51.514962], [-0.091515, 51.514772]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1476, &quot;postcode&quot;: &quot;EC2V 8EY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091657, 51.514026], [-0.091623, 51.514129], [-0.091597, 51.514128], [-0.091618, 51.51405], [-0.09159, 51.514025], [-0.091542, 51.514015], [-0.091657, 51.514026]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC2V 8HE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093223, 51.518117], [-0.093038, 51.518473], [-0.09258, 51.518357], [-0.09255, 51.518323], [-0.09246, 51.5183], [-0.092536, 51.518171], [-0.092778, 51.518228], [-0.092844, 51.518218], [-0.092957, 51.518045], [-0.093223, 51.518117]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1299, &quot;postcode&quot;: &quot;EC2Y 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095443, 51.517427], [-0.095549, 51.517424], [-0.09522, 51.517998], [-0.095093, 51.517926], [-0.095166, 51.51782], [-0.095156, 51.517791], [-0.095119, 51.517772], [-0.09517, 51.517697], [-0.095295, 51.517634], [-0.095443, 51.517427]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 664, &quot;postcode&quot;: &quot;EC2Y 5AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093884, 51.51733], [-0.09369, 51.517671], [-0.093695, 51.517709], [-0.093666, 51.517748], [-0.09367, 51.517619], [-0.093641, 51.51759], [-0.093591, 51.517581], [-0.093608, 51.517518], [-0.093567, 51.517494], [-0.093448, 51.517479], [-0.093436, 51.517458], [-0.09348, 51.517427], [-0.093774, 51.517433], [-0.093812, 51.517414], [-0.093884, 51.51733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 347, &quot;postcode&quot;: &quot;EC2Y 5AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093666, 51.517748], [-0.093621, 51.517771], [-0.093456, 51.518048], [-0.09339, 51.51806], [-0.093359, 51.518084], [-0.093185, 51.518536], [-0.09312, 51.518648], [-0.092566, 51.51847], [-0.092067, 51.51835], [-0.091558, 51.518198], [-0.091357, 51.518157], [-0.091285, 51.518177], [-0.091287, 51.518231], [-0.091227, 51.518204], [-0.091164, 51.51822], [-0.091035, 51.518376], [-0.090946, 51.518452], [-0.09081, 51.518406], [-0.090939, 51.518264], [-0.091001, 51.518249], [-0.091075, 51.518169], [-0.091084, 51.518139], [-0.091054, 51.51811], [-0.090484, 51.517974], [-0.090494, 51.51794], [-0.090462, 51.517911], [-0.09024, 51.517858], [-0.090198, 51.517831], [-0.090132, 51.517826], [-0.090101, 51.517776], [-0.08997, 51.517749], [-0.089914, 51.517763], [-0.089886, 51.517803], [-0.089904, 51.51784], [-0.089985, 51.517864], [-0.089992, 51.517883], [-0.089852, 51.518118], [-0.089545, 51.518037], [-0.089473, 51.518048], [-0.08945, 51.518007], [-0.089392, 51.517987], [-0.08941, 51.517901], [-0.089362, 51.517856], [-0.089286, 51.517836], [-0.089309, 51.51779], [-0.0893, 51.517761], [-0.089167, 51.517719], [-0.089249, 51.517585], [-0.089499, 51.51763], [-0.089541, 51.517606], [-0.089595, 51.517502], [-0.089878, 51.517489], [-0.09067, 51.517583], [-0.090712, 51.517554], [-0.090702, 51.517516], [-0.090765, 51.517379], [-0.090867, 51.517384], [-0.090917, 51.517322], [-0.091138, 51.51733], [-0.091167, 51.517392], [-0.091271, 51.517421], [-0.091231, 51.517584], [-0.091268, 51.517605], [-0.091387, 51.517623], [-0.091436, 51.517607], [-0.091455, 51.517577], [-0.091435, 51.517544], [-0.091381, 51.517531], [-0.091388, 51.517512], [-0.091429, 51.517523], [-0.091476, 51.517516], [-0.091526, 51.517454], [-0.091803, 51.517507], [-0.091843, 51.517485], [-0.091898, 51.517397], [-0.092013, 51.517396], [-0.092024, 51.517437], [-0.09208, 51.517455], [-0.092137, 51.517439], [-0.092183, 51.517377], [-0.092381, 51.517391], [-0.09279, 51.517489], [-0.092849, 51.51747], [-0.092913, 51.51738], [-0.093012, 51.517372], [-0.093311, 51.517432], [-0.093352, 51.51741], [-0.093454, 51.517246], [-0.093574, 51.517276], [-0.093476, 51.517448], [-0.09351, 51.51748], [-0.093636, 51.51751], [-0.093631, 51.517548], [-0.093673, 51.517576], [-0.093666, 51.517748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 24234, &quot;postcode&quot;: &quot;EC2Y 5AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095925, 51.51704], [-0.096057, 51.517074], [-0.096109, 51.517091], [-0.095925, 51.51704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC2Y 5BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094624, 51.517923], [-0.09493, 51.517995], [-0.094891, 51.518059], [-0.09497, 51.518093], [-0.095091, 51.517929], [-0.09522, 51.517998], [-0.095084, 51.518237], [-0.094766, 51.518489], [-0.094709, 51.518471], [-0.094299, 51.518342], [-0.094709, 51.518471], [-0.094876, 51.518244], [-0.09479, 51.518225], [-0.094773, 51.518254], [-0.094467, 51.518182], [-0.094521, 51.51809], [-0.094523, 51.518075], [-0.094495, 51.518068], [-0.094524, 51.51802], [-0.094567, 51.518017], [-0.094624, 51.517923]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1506, &quot;postcode&quot;: &quot;EC2Y 5BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095444, 51.517425], [-0.095272, 51.517666], [-0.095226, 51.517676], [-0.095148, 51.51773], [-0.095146, 51.517766], [-0.095189, 51.517792], [-0.09497, 51.518093], [-0.094891, 51.518059], [-0.094909, 51.518019], [-0.094886, 51.517988], [-0.094678, 51.517937], [-0.094613, 51.51795], [-0.094527, 51.518046], [-0.094487, 51.518153], [-0.09451, 51.518189], [-0.094715, 51.51824], [-0.09479, 51.518225], [-0.094876, 51.518244], [-0.094709, 51.518471], [-0.093447, 51.518073], [-0.093554, 51.51787], [-0.093631, 51.517753], [-0.093674, 51.517725], [-0.093899, 51.517298], [-0.094039, 51.517325], [-0.09477, 51.517321], [-0.094994, 51.517359], [-0.095095, 51.517343], [-0.095444, 51.517425]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10438, &quot;postcode&quot;: &quot;EC2Y 5BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092157, 51.518252], [-0.092045, 51.518208], [-0.092181, 51.518238], [-0.092157, 51.518252]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC2Y 5DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092813, 51.518148], [-0.092758, 51.518224], [-0.09259, 51.518185], [-0.092521, 51.518202], [-0.092482, 51.518284], [-0.092514, 51.518312], [-0.092603, 51.518334], [-0.092578, 51.518356], [-0.091842, 51.518159], [-0.091886, 51.518085], [-0.092024, 51.518107], [-0.092064, 51.518091], [-0.092092, 51.518049], [-0.092452, 51.518133], [-0.092492, 51.51816], [-0.092571, 51.518167], [-0.09264, 51.518142], [-0.09267, 51.51809], [-0.092658, 51.518056], [-0.092707, 51.518061], [-0.092779, 51.518103], [-0.092813, 51.518148]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 947, &quot;postcode&quot;: &quot;EC2Y 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096265, 51.517394], [-0.095776, 51.51741], [-0.095935, 51.517453], [-0.09587, 51.517452], [-0.095485, 51.517974], [-0.095366, 51.517941], [-0.095594, 51.517616], [-0.095506, 51.517616], [-0.095162, 51.518106], [-0.095309, 51.518151], [-0.095263, 51.518212], [-0.095349, 51.51824], [-0.095309, 51.518293], [-0.095084, 51.518237], [-0.095797, 51.517002], [-0.096109, 51.517091], [-0.096125, 51.517061], [-0.096745, 51.517145], [-0.09674, 51.517369], [-0.096462, 51.517363], [-0.096265, 51.517394]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3846, &quot;postcode&quot;: &quot;EC2Y 5EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090349, 51.517942], [-0.090193, 51.517905], [-0.090131, 51.517912], [-0.090011, 51.518092], [-0.089999, 51.518084], [-0.090075, 51.517825], [-0.090245, 51.517827], [-0.090268, 51.517861], [-0.090338, 51.517881], [-0.090349, 51.517942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 227, &quot;postcode&quot;: &quot;EC2Y 5EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091545, 51.517641], [-0.091038, 51.517649], [-0.090994, 51.517633], [-0.089669, 51.517462], [-0.089605, 51.517486], [-0.089525, 51.517637], [-0.089249, 51.517585], [-0.089291, 51.517516], [-0.089357, 51.517493], [-0.089361, 51.517451], [-0.089562, 51.517354], [-0.089635, 51.517351], [-0.089666, 51.517323], [-0.089672, 51.517354], [-0.089713, 51.517376], [-0.090989, 51.517557], [-0.09106, 51.517535], [-0.091111, 51.517412], [-0.091273, 51.517408], [-0.091223, 51.517558], [-0.091234, 51.517588], [-0.091273, 51.517606], [-0.091545, 51.517641]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1782, &quot;postcode&quot;: &quot;EC2Y 5ET&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097087, 51.517971], [-0.097036, 51.518004], [-0.096883, 51.518012], [-0.096859, 51.518043], [-0.096869, 51.5181], [-0.096653, 51.518112], [-0.0966, 51.518138], [-0.096555, 51.518101], [-0.096403, 51.518066], [-0.09596, 51.518094], [-0.09592, 51.518129], [-0.095915, 51.518358], [-0.095264, 51.518212], [-0.095276, 51.518149], [-0.095162, 51.518106], [-0.095506, 51.517616], [-0.095594, 51.517616], [-0.095623, 51.51765], [-0.095684, 51.517657], [-0.095725, 51.51764], [-0.095792, 51.517566], [-0.095857, 51.517458], [-0.095837, 51.51743], [-0.095776, 51.51741], [-0.096078, 51.517408], [-0.096464, 51.517363], [-0.09674, 51.517369], [-0.096758, 51.517396], [-0.096801, 51.517411], [-0.096979, 51.517397], [-0.097039, 51.517794], [-0.097087, 51.517971]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9148, &quot;postcode&quot;: &quot;EC2Y 5HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08938, 51.517512], [-0.089317, 51.517517], [-0.089281, 51.517535], [-0.089142, 51.517759], [-0.088831, 51.517689], [-0.088851, 51.51764], [-0.088827, 51.517515], [-0.088782, 51.517472], [-0.088794, 51.517413], [-0.089071, 51.517368], [-0.089257, 51.517398], [-0.08936, 51.517451], [-0.08938, 51.517512]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1164, &quot;postcode&quot;: &quot;EC2Y 5JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096349, 51.518078], [-0.096357, 51.518053], [-0.096485, 51.518084], [-0.096432, 51.518085], [-0.09656, 51.518103], [-0.0966, 51.518138], [-0.096599, 51.518114], [-0.096853, 51.518101], [-0.096918, 51.518409], [-0.096649, 51.51842], [-0.096645, 51.51839], [-0.096607, 51.518392], [-0.096657, 51.518556], [-0.096031, 51.518472], [-0.095309, 51.518293], [-0.095356, 51.51823], [-0.095915, 51.518359], [-0.095921, 51.518092], [-0.096349, 51.518078]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3267, &quot;postcode&quot;: &quot;EC2Y 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09527, 51.520488], [-0.095384, 51.520474], [-0.095747, 51.520415], [-0.095271, 51.520502], [-0.09527, 51.520488]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 26, &quot;postcode&quot;: &quot;EC2Y 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095375, 51.521342], [-0.095285, 51.521302], [-0.095197, 51.521078], [-0.095155, 51.52105], [-0.094632, 51.521114], [-0.094409, 51.521104], [-0.094643, 51.521061], [-0.094819, 51.521061], [-0.095331, 51.520976], [-0.095375, 51.521342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 530, &quot;postcode&quot;: &quot;EC2Y 8AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090249, 51.519509], [-0.09104, 51.519372], [-0.092005, 51.519771], [-0.091941, 51.519882], [-0.091082, 51.51973], [-0.091078, 51.519738], [-0.090225, 51.519543], [-0.090249, 51.519509]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2939, &quot;postcode&quot;: &quot;EC2Y 8AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092618, 51.518486], [-0.092566, 51.51847], [-0.092492, 51.518451], [-0.092567, 51.51847], [-0.092618, 51.518486]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2Y 8AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093172, 51.51857], [-0.093028, 51.518945], [-0.091506, 51.518567], [-0.091228, 51.518141], [-0.091559, 51.518198], [-0.092073, 51.518351], [-0.09257, 51.518471], [-0.093054, 51.518627], [-0.093122, 51.518622], [-0.093172, 51.51857]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4808, &quot;postcode&quot;: &quot;EC2Y 8AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095085, 51.519287], [-0.094623, 51.519663], [-0.09455, 51.519685], [-0.093165, 51.51926], [-0.093467, 51.51875], [-0.09355, 51.518726], [-0.094076, 51.518961], [-0.09424, 51.518964], [-0.094309, 51.518996], [-0.094466, 51.518985], [-0.094508, 51.518963], [-0.094549, 51.518732], [-0.094783, 51.518726], [-0.094802, 51.518757], [-0.094862, 51.518783], [-0.09489, 51.518829], [-0.095084, 51.518875], [-0.095085, 51.519287]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8918, &quot;postcode&quot;: &quot;EC2Y 8BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093465, 51.51875], [-0.093165, 51.51926], [-0.09294, 51.519193], [-0.09293, 51.519156], [-0.092896, 51.519133], [-0.092187, 51.518905], [-0.091585, 51.518782], [-0.091562, 51.518748], [-0.091513, 51.518729], [-0.091556, 51.518632], [-0.091488, 51.518598], [-0.091507, 51.518568], [-0.092971, 51.518929], [-0.093019, 51.51892], [-0.093045, 51.518899], [-0.093172, 51.51857], [-0.093465, 51.51875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3567, &quot;postcode&quot;: &quot;EC2Y 8BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093632, 51.519645], [-0.092123, 51.519247], [-0.09207, 51.519272], [-0.091923, 51.519527], [-0.091951, 51.51957], [-0.092105, 51.519607], [-0.092005, 51.519771], [-0.09104, 51.519372], [-0.091123, 51.519214], [-0.091093, 51.519184], [-0.090976, 51.519154], [-0.090945, 51.519057], [-0.091045, 51.51893], [-0.091219, 51.518906], [-0.091273, 51.518911], [-0.091314, 51.518894], [-0.09149, 51.518598], [-0.091581, 51.51862], [-0.091533, 51.518711], [-0.091607, 51.518787], [-0.092183, 51.518903], [-0.092952, 51.519152], [-0.092955, 51.519182], [-0.092989, 51.519205], [-0.093614, 51.519399], [-0.093515, 51.519582], [-0.093537, 51.519613], [-0.093632, 51.519645]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9339, &quot;postcode&quot;: &quot;EC2Y 8BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094709, 51.518471], [-0.094676, 51.518516], [-0.094676, 51.518571], [-0.094648, 51.518591], [-0.094605, 51.518596], [-0.09452, 51.518547], [-0.093774, 51.518353], [-0.093719, 51.518352], [-0.093682, 51.518372], [-0.093557, 51.518545], [-0.0935, 51.518545], [-0.093462, 51.51857], [-0.093461, 51.518601], [-0.09355, 51.518726], [-0.093496, 51.518759], [-0.093172, 51.51857], [-0.093365, 51.518218], [-0.09336, 51.518188], [-0.093327, 51.518167], [-0.093372, 51.518049], [-0.093434, 51.518041], [-0.093476, 51.518004], [-0.093465, 51.518057], [-0.093498, 51.518089], [-0.094709, 51.518471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2825, &quot;postcode&quot;: &quot;EC2Y 8BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093421, 51.518119], [-0.093376, 51.518198], [-0.093183, 51.51854], [-0.09337, 51.518056], [-0.09342, 51.518068], [-0.093421, 51.518119]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 147, &quot;postcode&quot;: &quot;EC2Y 8BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091506, 51.518567], [-0.091446, 51.518671], [-0.09142, 51.51862], [-0.090946, 51.518452], [-0.091038, 51.518372], [-0.091228, 51.518141], [-0.091506, 51.518567]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 944, &quot;postcode&quot;: &quot;EC2Y 8BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091466, 51.518636], [-0.091396, 51.518757], [-0.091358, 51.518784], [-0.091362, 51.518816], [-0.091297, 51.518929], [-0.091184, 51.518901], [-0.091059, 51.51893], [-0.090953, 51.519047], [-0.090975, 51.519141], [-0.091057, 51.519166], [-0.091111, 51.519141], [-0.091194, 51.519001], [-0.091248, 51.519013], [-0.09104, 51.519372], [-0.090275, 51.519504], [-0.090225, 51.519542], [-0.090269, 51.519471], [-0.090233, 51.519414], [-0.090244, 51.519298], [-0.090316, 51.519211], [-0.090484, 51.519108], [-0.090946, 51.518452], [-0.091466, 51.518636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4587, &quot;postcode&quot;: &quot;EC2Y 8BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095252, 51.518294], [-0.095084, 51.518504], [-0.095084, 51.518875], [-0.095437, 51.518956], [-0.095085, 51.519083], [-0.095084, 51.518875], [-0.094838, 51.518819], [-0.094862, 51.518783], [-0.094813, 51.518763], [-0.094683, 51.518754], [-0.094684, 51.518726], [-0.094684, 51.518736], [-0.094458, 51.518743], [-0.09369, 51.518465], [-0.093687, 51.518502], [-0.093602, 51.518482], [-0.093708, 51.518335], [-0.094447, 51.518537], [-0.094545, 51.518543], [-0.094573, 51.518585], [-0.094627, 51.518596], [-0.094677, 51.51857], [-0.094663, 51.518519], [-0.094709, 51.518471], [-0.094766, 51.518489], [-0.095084, 51.518237], [-0.095309, 51.518293], [-0.095297, 51.518309], [-0.095252, 51.518294]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3129, &quot;postcode&quot;: &quot;EC2Y 8BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095085, 51.519145], [-0.095085, 51.519083], [-0.095437, 51.518956], [-0.095626, 51.519], [-0.095514, 51.519197], [-0.095085, 51.519145]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 630, &quot;postcode&quot;: &quot;EC2Y 8BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095084, 51.518504], [-0.095252, 51.518294], [-0.095297, 51.518309], [-0.095309, 51.518293], [-0.096031, 51.518472], [-0.095761, 51.518789], [-0.096076, 51.519104], [-0.095084, 51.518875], [-0.095084, 51.518504]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3808, &quot;postcode&quot;: &quot;EC2Y 8BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096233, 51.518532], [-0.096424, 51.518524], [-0.096958, 51.518596], [-0.097076, 51.519337], [-0.097048, 51.519679], [-0.096634, 51.519718], [-0.096301, 51.519329], [-0.095761, 51.518789], [-0.096031, 51.518472], [-0.096227, 51.518498], [-0.096233, 51.518532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8080, &quot;postcode&quot;: &quot;EC2Y 8BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097288, 51.520049], [-0.097186, 51.520081], [-0.0967, 51.520061], [-0.096536, 51.520214], [-0.096533, 51.520256], [-0.096513, 51.52026], [-0.096462, 51.52025], [-0.096309, 51.520277], [-0.096252, 51.520274], [-0.096172, 51.520229], [-0.096185, 51.520139], [-0.096128, 51.520052], [-0.095853, 51.519989], [-0.096137, 51.519626], [-0.096301, 51.519329], [-0.096457, 51.519512], [-0.096381, 51.519644], [-0.096397, 51.519685], [-0.09651, 51.519711], [-0.096589, 51.519665], [-0.096622, 51.5197], [-0.09667, 51.519714], [-0.096989, 51.519685], [-0.097044, 51.51966], [-0.097053, 51.51961], [-0.097165, 51.519682], [-0.09724, 51.519857], [-0.097288, 51.520049]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4838, &quot;postcode&quot;: &quot;EC2Y 8BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094547, 51.518742], [-0.09451, 51.518983], [-0.094242, 51.519001], [-0.094198, 51.518968], [-0.094079, 51.518966], [-0.093601, 51.518749], [-0.093536, 51.518743], [-0.093566, 51.5187], [-0.093544, 51.518658], [-0.09358, 51.518588], [-0.093557, 51.518545], [-0.093602, 51.518482], [-0.093652, 51.518483], [-0.09369, 51.518465], [-0.094446, 51.518738], [-0.094547, 51.518742]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2332, &quot;postcode&quot;: &quot;EC2Y 8DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093325, 51.520801], [-0.092825, 51.520891], [-0.092511, 51.520941], [-0.092456, 51.520929], [-0.092444, 51.520817], [-0.092494, 51.520659], [-0.092452, 51.520626], [-0.092383, 51.52063], [-0.092413, 51.520553], [-0.092482, 51.520581], [-0.092561, 51.520547], [-0.092676, 51.520262], [-0.09258, 51.520084], [-0.092757, 51.520115], [-0.09275, 51.520155], [-0.093093, 51.520809], [-0.093159, 51.52083], [-0.093325, 51.520801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2314, &quot;postcode&quot;: &quot;EC2Y 8DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09651, 51.520241], [-0.096514, 51.520275], [-0.096025, 51.520364], [-0.096267, 51.52031], [-0.096309, 51.520277], [-0.09651, 51.520241]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 70, &quot;postcode&quot;: &quot;EC2Y 8DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097556, 51.520916], [-0.097523, 51.521], [-0.097459, 51.520994], [-0.097412, 51.521024], [-0.097387, 51.521212], [-0.097289, 51.521578], [-0.096554, 51.520339], [-0.097251, 51.520219], [-0.097345, 51.520237], [-0.097471, 51.52057], [-0.097434, 51.520872], [-0.097465, 51.520901], [-0.097541, 51.520901], [-0.097556, 51.520916]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5108, &quot;postcode&quot;: &quot;EC2Y 8DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095181, 51.520598], [-0.09482, 51.52064], [-0.094824, 51.520648], [-0.094571, 51.520684], [-0.094568, 51.520702], [-0.094412, 51.520731], [-0.094395, 51.520675], [-0.093922, 51.520776], [-0.09404, 51.521033], [-0.09327, 51.521247], [-0.092959, 51.521264], [-0.092959, 51.521323], [-0.092583, 51.521356], [-0.092475, 51.521081], [-0.09249, 51.521064], [-0.093831, 51.520826], [-0.093841, 51.520788], [-0.093052, 51.52091], [-0.093021, 51.520855], [-0.093327, 51.520801], [-0.093632, 51.520769], [-0.093634, 51.520745], [-0.094395, 51.520616], [-0.094389, 51.520663], [-0.095215, 51.520512], [-0.095181, 51.520598]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4528, &quot;postcode&quot;: &quot;EC2Y 8DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095301, 51.519856], [-0.094603, 51.519679], [-0.094505, 51.519759], [-0.095085, 51.519287], [-0.095352, 51.519372], [-0.095313, 51.519546], [-0.095301, 51.519856]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1886, &quot;postcode&quot;: &quot;EC2Y 8DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096138, 51.519623], [-0.095085, 51.519287], [-0.095085, 51.519145], [-0.095497, 51.519186], [-0.095533, 51.519165], [-0.095626, 51.519], [-0.096075, 51.519104], [-0.096301, 51.519329], [-0.096138, 51.519623]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3092, &quot;postcode&quot;: &quot;EC2Y 8DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09404, 51.521033], [-0.093937, 51.520808], [-0.094334, 51.520746], [-0.094568, 51.520702], [-0.094571, 51.520684], [-0.094863, 51.520633], [-0.095181, 51.520598], [-0.095255, 51.52063], [-0.095303, 51.520735], [-0.095331, 51.520976], [-0.094816, 51.521062], [-0.094643, 51.521061], [-0.094339, 51.521117], [-0.094286, 51.521098], [-0.094247, 51.521241], [-0.094242, 51.521403], [-0.094244, 51.521347], [-0.094351, 51.521378], [-0.094398, 51.521457], [-0.092763, 51.521387], [-0.09404, 51.521033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6508, &quot;postcode&quot;: &quot;EC2Y 8DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0947, 51.520141], [-0.094461, 51.520099], [-0.094505, 51.519759], [-0.095791, 51.520069], [-0.095842, 51.52012], [-0.095793, 51.520161], [-0.095904, 51.520183], [-0.096046, 51.520325], [-0.096309, 51.520277], [-0.096403, 51.520282], [-0.095747, 51.520415], [-0.095229, 51.520493], [-0.09527, 51.520488], [-0.095271, 51.520502], [-0.094389, 51.520663], [-0.094454, 51.520157], [-0.094673, 51.520188], [-0.094741, 51.520068], [-0.0947, 51.520141]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6741, &quot;postcode&quot;: &quot;EC2Y 8DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094622, 51.519664], [-0.094508, 51.51976], [-0.094491, 51.519863], [-0.094076, 51.519766], [-0.093496, 51.519603], [-0.093614, 51.519399], [-0.094488, 51.519666], [-0.09457, 51.519652], [-0.094622, 51.519664]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1672, &quot;postcode&quot;: &quot;EC2Y 8DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091978, 51.519577], [-0.09192, 51.519565], [-0.091918, 51.519564], [-0.091978, 51.519577]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2Y 8DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093689, 51.518473], [-0.093687, 51.518502], [-0.093632, 51.518505], [-0.093596, 51.518532], [-0.093565, 51.518632], [-0.093588, 51.518671], [-0.093564, 51.51873], [-0.093449, 51.51878], [-0.093439, 51.518735], [-0.093246, 51.518614], [-0.09337, 51.518685], [-0.093444, 51.518686], [-0.09348, 51.518646], [-0.093429, 51.518515], [-0.093551, 51.518514], [-0.093602, 51.518482], [-0.093689, 51.518473]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 264, &quot;postcode&quot;: &quot;EC2Y 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091942, 51.519882], [-0.092005, 51.519771], [-0.092525, 51.519986], [-0.091942, 51.519882]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 276, &quot;postcode&quot;: &quot;EC2Y 8DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096802, 51.520296], [-0.096616, 51.520329], [-0.096577, 51.520364], [-0.096727, 51.520631], [-0.096513, 51.520259], [-0.096759, 51.520275], [-0.096802, 51.520296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;EC2Y 8EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094491, 51.519863], [-0.094395, 51.520616], [-0.093683, 51.520737], [-0.093632, 51.520769], [-0.093083, 51.52084], [-0.09309, 51.520811], [-0.093034, 51.520674], [-0.092978, 51.520611], [-0.092735, 51.520126], [-0.092698, 51.520105], [-0.09258, 51.520084], [-0.09251, 51.51998], [-0.092005, 51.519771], [-0.092079, 51.519619], [-0.092042, 51.519593], [-0.091902, 51.519561], [-0.092093, 51.519232], [-0.094075, 51.519765], [-0.094491, 51.519863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17238, &quot;postcode&quot;: &quot;EC2Y 8HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09268, 51.520258], [-0.092457, 51.520776], [-0.092438, 51.520953], [-0.092315, 51.520972], [-0.092358, 51.5207], [-0.092144, 51.520676], [-0.092151, 51.520646], [-0.091735, 51.520596], [-0.091748, 51.520551], [-0.091679, 51.520536], [-0.091714, 51.520402], [-0.091679, 51.520396], [-0.091776, 51.52023], [-0.091751, 51.520224], [-0.091803, 51.520136], [-0.091771, 51.520128], [-0.091846, 51.520003], [-0.09116, 51.519845], [-0.091143, 51.519851], [-0.091127, 51.519848], [-0.091151, 51.519811], [-0.091784, 51.519941], [-0.091827, 51.519862], [-0.092525, 51.519986], [-0.09268, 51.520258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5189, &quot;postcode&quot;: &quot;EC2Y 8HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096166, 51.520217], [-0.095905, 51.520183], [-0.095791, 51.520069], [-0.095875, 51.519961], [-0.095853, 51.519989], [-0.095921, 51.520005], [-0.096496, 51.520092], [-0.096144, 51.520075], [-0.096187, 51.520137], [-0.096166, 51.520217]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 490, &quot;postcode&quot;: &quot;EC2Y 8NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093285, 51.520923], [-0.093077, 51.52096], [-0.092992, 51.520861], [-0.093021, 51.520855], [-0.093052, 51.52091], [-0.09334, 51.520866], [-0.093285, 51.520923]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;EC2Y 8NB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095352, 51.519372], [-0.096138, 51.519623], [-0.095791, 51.520069], [-0.094505, 51.519759], [-0.094603, 51.519679], [-0.094886, 51.519757], [-0.095104, 51.519812], [-0.095325, 51.519861], [-0.095301, 51.519856], [-0.095313, 51.519546], [-0.095352, 51.519372]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3416, &quot;postcode&quot;: &quot;EC2Y 8ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093846, 51.52079], [-0.093831, 51.520826], [-0.093285, 51.520923], [-0.09334, 51.520866], [-0.093486, 51.520835], [-0.093496, 51.520783], [-0.093562, 51.520776], [-0.093585, 51.520806], [-0.09363, 51.520819], [-0.093846, 51.52079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 210, &quot;postcode&quot;: &quot;EC2Y 8NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089142, 51.517759], [-0.089053, 51.517905], [-0.08898, 51.517901], [-0.088931, 51.517925], [-0.088679, 51.518355], [-0.088389, 51.518292], [-0.088644, 51.517824], [-0.088786, 51.517853], [-0.08884, 51.517844], [-0.088886, 51.517795], [-0.088874, 51.517756], [-0.088901, 51.517704], [-0.089142, 51.517759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1511, &quot;postcode&quot;: &quot;EC2Y 9AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089088, 51.518955], [-0.089045, 51.519029], [-0.088886, 51.518993], [-0.088817, 51.519011], [-0.088618, 51.519342], [-0.088444, 51.51931], [-0.08839, 51.519319], [-0.088353, 51.519379], [-0.088414, 51.519418], [-0.088366, 51.519452], [-0.08824, 51.519398], [-0.088348, 51.519305], [-0.088605, 51.518843], [-0.089088, 51.518955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1266, &quot;postcode&quot;: &quot;EC2Y 9AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089419, 51.519881], [-0.089327, 51.519858], [-0.089922, 51.52002], [-0.089673, 51.520643], [-0.088824, 51.520567], [-0.08883, 51.520542], [-0.088789, 51.520538], [-0.088851, 51.520284], [-0.088806, 51.52028], [-0.088838, 51.520148], [-0.088884, 51.520153], [-0.088979, 51.519766], [-0.089273, 51.519844], [-0.08937, 51.519802], [-0.089419, 51.519881]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5406, &quot;postcode&quot;: &quot;EC2Y 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090225, 51.519543], [-0.091078, 51.519738], [-0.090847, 51.520154], [-0.090795, 51.520141], [-0.090761, 51.520195], [-0.089975, 51.520054], [-0.08994, 51.520137], [-0.089893, 51.520131], [-0.090032, 51.519823], [-0.090113, 51.519845], [-0.090119, 51.51982], [-0.090042, 51.519805], [-0.090198, 51.519517], [-0.090242, 51.51951], [-0.090225, 51.519543]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3744, &quot;postcode&quot;: &quot;EC2Y 9AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08879, 51.51996], [-0.088737, 51.520169], [-0.088828, 51.520192], [-0.088806, 51.520278], [-0.088668, 51.520527], [-0.08865, 51.520527], [-0.088659, 51.520491], [-0.088643, 51.520554], [-0.088282, 51.520527], [-0.088094, 51.520527], [-0.08808, 51.520508], [-0.088146, 51.520514], [-0.087822, 51.520482], [-0.087897, 51.520178], [-0.088211, 51.520219], [-0.088278, 51.519977], [-0.088489, 51.520005], [-0.08851, 51.519927], [-0.08879, 51.51996]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3213, &quot;postcode&quot;: &quot;EC2Y 9AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090729, 51.51876], [-0.090482, 51.519112], [-0.090319, 51.519209], [-0.090248, 51.519294], [-0.090248, 51.519392], [-0.090293, 51.519412], [-0.090356, 51.519404], [-0.090309, 51.519425], [-0.090249, 51.519508], [-0.090185, 51.51954], [-0.090062, 51.51977], [-0.090073, 51.5198], [-0.090119, 51.51982], [-0.090113, 51.519845], [-0.090063, 51.519839], [-0.090021, 51.519854], [-0.089967, 51.519942], [-0.089859, 51.519955], [-0.089389, 51.519809], [-0.089273, 51.519844], [-0.089031, 51.519785], [-0.088983, 51.5198], [-0.088963, 51.519831], [-0.088833, 51.519786], [-0.088835, 51.519728], [-0.088706, 51.519675], [-0.088684, 51.519588], [-0.088393, 51.519494], [-0.08837, 51.519418], [-0.088336, 51.519392], [-0.088393, 51.519289], [-0.088558, 51.519334], [-0.088624, 51.519321], [-0.088832, 51.51898], [-0.088877, 51.518951], [-0.088873, 51.51892], [-0.088845, 51.5189], [-0.088595, 51.518841], [-0.088741, 51.518606], [-0.088811, 51.518589], [-0.08903, 51.518638], [-0.090081, 51.518779], [-0.090424, 51.518856], [-0.090497, 51.518835], [-0.09057, 51.518713], [-0.090729, 51.51876]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14756, &quot;postcode&quot;: &quot;EC2Y 9AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089967, 51.519942], [-0.089946, 51.519983], [-0.089859, 51.519955], [-0.089944, 51.519948], [-0.089967, 51.519942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15, &quot;postcode&quot;: &quot;EC2Y 9BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091845, 51.520003], [-0.091789, 51.520101], [-0.091803, 51.520136], [-0.091767, 51.520201], [-0.091776, 51.52023], [-0.091679, 51.520396], [-0.091311, 51.52033], [-0.091278, 51.5203], [-0.091168, 51.520274], [-0.091101, 51.52028], [-0.09097, 51.520252], [-0.090902, 51.520276], [-0.090841, 51.5204], [-0.090775, 51.520402], [-0.090677, 51.52036], [-0.090689, 51.52033], [-0.090752, 51.520304], [-0.090784, 51.52022], [-0.090766, 51.520187], [-0.090795, 51.520141], [-0.090867, 51.520114], [-0.091082, 51.51973], [-0.091827, 51.519862], [-0.09178, 51.519961], [-0.091802, 51.519989], [-0.091845, 51.520003]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3770, &quot;postcode&quot;: &quot;EC2Y 9BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09076, 51.518532], [-0.090654, 51.518572], [-0.090477, 51.518869], [-0.090093, 51.518782], [-0.089028, 51.518638], [-0.088858, 51.5186], [-0.088797, 51.518612], [-0.088722, 51.518604], [-0.088688, 51.518581], [-0.088641, 51.518577], [-0.088978, 51.518027], [-0.089026, 51.518039], [-0.089076, 51.518027], [-0.089344, 51.518086], [-0.09053, 51.518405], [-0.090704, 51.518488], [-0.09076, 51.518532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7523, &quot;postcode&quot;: &quot;EC2Y 9DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091056, 51.518143], [-0.090986, 51.518213], [-0.090976, 51.518264], [-0.090919, 51.518286], [-0.09084, 51.518375], [-0.090853, 51.518417], [-0.090945, 51.518452], [-0.090864, 51.518567], [-0.090792, 51.518596], [-0.09081, 51.518645], [-0.090729, 51.51876], [-0.09057, 51.518713], [-0.090641, 51.518595], [-0.090704, 51.518595], [-0.090743, 51.518566], [-0.090737, 51.518533], [-0.090663, 51.518472], [-0.090527, 51.518405], [-0.089427, 51.518107], [-0.089457, 51.518065], [-0.089456, 51.518014], [-0.089789, 51.5181], [-0.089859, 51.518091], [-0.08998, 51.517897], [-0.089961, 51.517864], [-0.089899, 51.517845], [-0.089992, 51.517791], [-0.090075, 51.517825], [-0.09007, 51.517864], [-0.090105, 51.517891], [-0.090269, 51.517919], [-0.090315, 51.517907], [-0.090338, 51.517881], [-0.090544, 51.51793], [-0.090537, 51.517964], [-0.090569, 51.517993], [-0.091026, 51.518102], [-0.091056, 51.518143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4180, &quot;postcode&quot;: &quot;EC2Y 9DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08937, 51.519802], [-0.089663, 51.519894], [-0.089661, 51.519949], [-0.08942, 51.519884], [-0.08937, 51.519802]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 127, &quot;postcode&quot;: &quot;EC2Y 9HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089945, 51.519983], [-0.089831, 51.520305], [-0.089813, 51.520305], [-0.089907, 51.520034], [-0.089873, 51.520007], [-0.089661, 51.519949], [-0.089663, 51.519894], [-0.089945, 51.519983]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 140, &quot;postcode&quot;: &quot;EC2Y 9LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080758, 51.513211], [-0.080694, 51.513428], [-0.080475, 51.513411], [-0.080326, 51.513353], [-0.080191, 51.513348], [-0.080142, 51.513367], [-0.079895, 51.513334], [-0.079875, 51.513307], [-0.07983, 51.513294], [-0.079753, 51.513315], [-0.079592, 51.513292], [-0.079674, 51.51305], [-0.079616, 51.512943], [-0.079548, 51.512925], [-0.079518, 51.512873], [-0.079449, 51.512868], [-0.079387, 51.512796], [-0.079452, 51.51277], [-0.079494, 51.512831], [-0.079542, 51.512847], [-0.079728, 51.512815], [-0.079762, 51.512798], [-0.079774, 51.512768], [-0.079689, 51.512643], [-0.080105, 51.512607], [-0.080156, 51.512817], [-0.080207, 51.512839], [-0.08033, 51.51283], [-0.080368, 51.513178], [-0.080421, 51.513198], [-0.080507, 51.513192], [-0.080758, 51.513211]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4154, &quot;postcode&quot;: &quot;EC3A 1AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078692, 51.513018], [-0.078663, 51.513201], [-0.078534, 51.513196], [-0.078478, 51.513221], [-0.078442, 51.513194], [-0.078382, 51.513187], [-0.078391, 51.51312], [-0.07846, 51.513058], [-0.07845, 51.513014], [-0.07839, 51.512946], [-0.078518, 51.51288], [-0.078609, 51.513001], [-0.078692, 51.513018]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 502, &quot;postcode&quot;: &quot;EC3A 2AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078481, 51.513192], [-0.078474, 51.51325], [-0.077936, 51.513219], [-0.077871, 51.513142], [-0.078343, 51.512912], [-0.078451, 51.513014], [-0.078468, 51.513086], [-0.078421, 51.513154], [-0.078481, 51.513192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 953, &quot;postcode&quot;: &quot;EC3A 2BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079675, 51.513056], [-0.079591, 51.513292], [-0.079468, 51.513251], [-0.079318, 51.513237], [-0.079221, 51.513233], [-0.079169, 51.513261], [-0.079048, 51.513257], [-0.078994, 51.513221], [-0.078895, 51.513214], [-0.078804, 51.513243], [-0.078767, 51.51321], [-0.078663, 51.513201], [-0.078692, 51.513018], [-0.078789, 51.512998], [-0.078818, 51.512963], [-0.078663, 51.512771], [-0.078763, 51.512719], [-0.078838, 51.512718], [-0.079078, 51.512598], [-0.079254, 51.512796], [-0.079298, 51.512806], [-0.079386, 51.512796], [-0.07945, 51.512854], [-0.079544, 51.51285], [-0.079562, 51.51291], [-0.079635, 51.512932], [-0.079626, 51.513021], [-0.079675, 51.513056]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3456, &quot;postcode&quot;: &quot;EC3A 2BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080462, 51.514048], [-0.08039, 51.514111], [-0.080388, 51.514177], [-0.08015, 51.514094], [-0.080096, 51.514098], [-0.080058, 51.514124], [-0.08007, 51.514087], [-0.080052, 51.514059], [-0.079762, 51.513924], [-0.079698, 51.513918], [-0.079291, 51.513771], [-0.079263, 51.513728], [-0.079327, 51.513542], [-0.079277, 51.513502], [-0.079166, 51.513505], [-0.079121, 51.513525], [-0.078894, 51.513519], [-0.078853, 51.513548], [-0.078802, 51.513683], [-0.078712, 51.513668], [-0.078751, 51.513566], [-0.078726, 51.513529], [-0.078771, 51.513521], [-0.078799, 51.513497], [-0.078825, 51.513346], [-0.079272, 51.513367], [-0.079331, 51.513404], [-0.079411, 51.513387], [-0.080441, 51.51352], [-0.08031, 51.513994], [-0.080346, 51.51403], [-0.080462, 51.514048]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5118, &quot;postcode&quot;: &quot;EC3A 3BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078207, 51.513315], [-0.078202, 51.51336], [-0.078161, 51.513418], [-0.078185, 51.513455], [-0.078088, 51.513559], [-0.077732, 51.513407], [-0.077818, 51.513308], [-0.077915, 51.513297], [-0.077953, 51.513278], [-0.077961, 51.513243], [-0.077929, 51.513208], [-0.078162, 51.513232], [-0.078133, 51.513256], [-0.078134, 51.513286], [-0.078207, 51.513315]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 736, &quot;postcode&quot;: &quot;EC3A 3DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078481, 51.513192], [-0.078809, 51.513209], [-0.078803, 51.513249], [-0.07886, 51.513252], [-0.078866, 51.513212], [-0.079038, 51.513222], [-0.079036, 51.513257], [-0.079169, 51.513261], [-0.079171, 51.513229], [-0.079511, 51.513254], [-0.079507, 51.513271], [-0.079597, 51.513279], [-0.079591, 51.513292], [-0.079975, 51.513346], [-0.080142, 51.513367], [-0.080153, 51.513339], [-0.080231, 51.513351], [-0.080212, 51.513394], [-0.080459, 51.513423], [-0.080581, 51.51342], [-0.081161, 51.513459], [-0.081665, 51.513471], [-0.081777, 51.513444], [-0.083115, 51.513394], [-0.083431, 51.513356], [-0.083648, 51.513352], [-0.08387, 51.513353], [-0.083866, 51.513458], [-0.08373, 51.513455], [-0.083163, 51.513515], [-0.082733, 51.513541], [-0.081975, 51.513538], [-0.081975, 51.513554], [-0.081746, 51.513573], [-0.081746, 51.513582], [-0.081317, 51.513605], [-0.080874, 51.513571], [-0.080441, 51.51352], [-0.079913, 51.513448], [-0.079919, 51.513435], [-0.079404, 51.513376], [-0.079362, 51.513393], [-0.079338, 51.513468], [-0.079294, 51.513462], [-0.079324, 51.51337], [-0.078825, 51.513346], [-0.078795, 51.51353], [-0.07876, 51.513532], [-0.078711, 51.513668], [-0.078802, 51.513683], [-0.078799, 51.513701], [-0.078659, 51.513674], [-0.078355, 51.513579], [-0.078385, 51.513544], [-0.078288, 51.513505], [-0.078302, 51.51349], [-0.078283, 51.513482], [-0.078269, 51.513498], [-0.078181, 51.513454], [-0.078141, 51.513442], [-0.078124, 51.513459], [-0.078089, 51.513444], [-0.078173, 51.513397], [-0.078207, 51.513315], [-0.077903, 51.513299], [-0.077715, 51.513311], [-0.077593, 51.513335], [-0.077498, 51.513286], [-0.0779, 51.51317], [-0.077936, 51.51322], [-0.078474, 51.51325], [-0.078481, 51.513192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6960, &quot;postcode&quot;: &quot;EC3A 3DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080587, 51.513537], [-0.080539, 51.513724], [-0.080377, 51.513705], [-0.080422, 51.513541], [-0.080381, 51.513512], [-0.080274, 51.513497], [-0.080587, 51.513537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 238, &quot;postcode&quot;: &quot;EC3A 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081045, 51.513584], [-0.081018, 51.513651], [-0.080938, 51.513644], [-0.080846, 51.513679], [-0.08079, 51.513873], [-0.080651, 51.514077], [-0.080301, 51.514025], [-0.080377, 51.513705], [-0.08048, 51.513716], [-0.080536, 51.513698], [-0.080587, 51.513537], [-0.081045, 51.513584]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1595, &quot;postcode&quot;: &quot;EC3A 4AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078066, 51.513652], [-0.078032, 51.513622], [-0.077617, 51.513447], [-0.077514, 51.513367], [-0.077605, 51.513341], [-0.078031, 51.513537], [-0.079016, 51.513874], [-0.079092, 51.513861], [-0.07912, 51.513788], [-0.079284, 51.513841], [-0.078942, 51.51416], [-0.078788, 51.514276], [-0.078459, 51.514433], [-0.078456, 51.514452], [-0.078487, 51.514474], [-0.078625, 51.514532], [-0.078464, 51.51467], [-0.078153, 51.514499], [-0.076914, 51.513698], [-0.076777, 51.51359], [-0.076859, 51.513571], [-0.076977, 51.513665], [-0.077533, 51.514021], [-0.07785, 51.513825], [-0.077986, 51.513855], [-0.078059, 51.513795], [-0.077974, 51.513747], [-0.078051, 51.513695], [-0.078066, 51.513652]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7816, &quot;postcode&quot;: &quot;EC3A 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079435, 51.513918], [-0.079485, 51.513906], [-0.079563, 51.513938], [-0.079576, 51.513926], [-0.079656, 51.51396], [-0.079728, 51.513887], [-0.079844, 51.513882], [-0.079788, 51.513944], [-0.080083, 51.514064], [-0.080057, 51.514124], [-0.079921, 51.514253], [-0.079851, 51.514243], [-0.079832, 51.514226], [-0.079875, 51.514187], [-0.079868, 51.514174], [-0.079677, 51.51408], [-0.079733, 51.514009], [-0.079625, 51.51395], [-0.079596, 51.51396], [-0.079318, 51.514249], [-0.079126, 51.514172], [-0.079157, 51.514145], [-0.079104, 51.514122], [-0.079088, 51.514136], [-0.07902, 51.514106], [-0.079278, 51.513868], [-0.079435, 51.513918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1463, &quot;postcode&quot;: &quot;EC3A 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079697, 51.514429], [-0.079525, 51.514577], [-0.079501, 51.514626], [-0.079327, 51.514714], [-0.079312, 51.514791], [-0.079203, 51.514831], [-0.079159, 51.514779], [-0.079067, 51.514729], [-0.079256, 51.514542], [-0.079262, 51.514512], [-0.079233, 51.514482], [-0.07934, 51.514356], [-0.079381, 51.514346], [-0.079433, 51.514362], [-0.079476, 51.514359], [-0.079582, 51.514396], [-0.079648, 51.514392], [-0.079697, 51.514429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1033, &quot;postcode&quot;: &quot;EC3A 5AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079921, 51.514253], [-0.079875, 51.51427], [-0.079698, 51.514429], [-0.079511, 51.514373], [-0.079456, 51.514375], [-0.079357, 51.514336], [-0.079376, 51.514285], [-0.079318, 51.514249], [-0.079596, 51.513961], [-0.079625, 51.51395], [-0.079732, 51.514009], [-0.079701, 51.514066], [-0.079725, 51.514107], [-0.079868, 51.514174], [-0.079873, 51.514228], [-0.079921, 51.514253]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1198, &quot;postcode&quot;: &quot;EC3A 5AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081109, 51.514381], [-0.081056, 51.514459], [-0.080998, 51.514434], [-0.080931, 51.514455], [-0.080874, 51.514545], [-0.080837, 51.51457], [-0.080733, 51.514738], [-0.080738, 51.51477], [-0.0807, 51.514793], [-0.080675, 51.514849], [-0.080526, 51.51496], [-0.080407, 51.514948], [-0.080313, 51.514908], [-0.080145, 51.514877], [-0.080107, 51.51482], [-0.079887, 51.514741], [-0.079833, 51.51474], [-0.079791, 51.514761], [-0.079704, 51.514751], [-0.079694, 51.5147], [-0.079543, 51.514644], [-0.079476, 51.514655], [-0.079312, 51.514791], [-0.079315, 51.514717], [-0.079482, 51.514634], [-0.079516, 51.514573], [-0.079565, 51.51455], [-0.080107, 51.514079], [-0.080378, 51.514161], [-0.081052, 51.514314], [-0.081056, 51.51435], [-0.081109, 51.514381]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6108, &quot;postcode&quot;: &quot;EC3A 5AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078865, 51.513513], [-0.079121, 51.513525], [-0.079126, 51.513501], [-0.07922, 51.513506], [-0.079272, 51.513367], [-0.079324, 51.51337], [-0.079294, 51.513462], [-0.079338, 51.513468], [-0.079362, 51.513393], [-0.079392, 51.513376], [-0.079919, 51.513435], [-0.079914, 51.513445], [-0.079409, 51.513386], [-0.079382, 51.513398], [-0.079268, 51.513754], [-0.079698, 51.513918], [-0.079656, 51.51396], [-0.079576, 51.513926], [-0.079563, 51.513938], [-0.079485, 51.513906], [-0.079435, 51.513918], [-0.079278, 51.513868], [-0.079164, 51.513974], [-0.079148, 51.513967], [-0.079284, 51.513841], [-0.07912, 51.513788], [-0.079092, 51.513861], [-0.079022, 51.513875], [-0.078466, 51.51369], [-0.078516, 51.51363], [-0.078799, 51.513701], [-0.078865, 51.513513]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1792, &quot;postcode&quot;: &quot;EC3A 5AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079164, 51.513974], [-0.079057, 51.514072], [-0.07904, 51.514068], [-0.079148, 51.513968], [-0.079164, 51.513974]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC3A 5BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078515, 51.51363], [-0.078466, 51.51369], [-0.078088, 51.513559], [-0.078185, 51.513455], [-0.078302, 51.51349], [-0.078324, 51.513518], [-0.078385, 51.513544], [-0.078398, 51.513589], [-0.078515, 51.51363]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 316, &quot;postcode&quot;: &quot;EC3A 5BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078066, 51.513653], [-0.078058, 51.513686], [-0.078, 51.513739], [-0.07801, 51.513765], [-0.078059, 51.513795], [-0.077986, 51.513854], [-0.077888, 51.513832], [-0.077839, 51.513835], [-0.077533, 51.514021], [-0.07747, 51.514016], [-0.07742, 51.514042], [-0.076927, 51.513735], [-0.076999, 51.513715], [-0.077546, 51.51346], [-0.077617, 51.513447], [-0.078031, 51.513621], [-0.078066, 51.513653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2877, &quot;postcode&quot;: &quot;EC3A 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077671, 51.514189], [-0.07742, 51.514042], [-0.077479, 51.514025], [-0.077502, 51.514001], [-0.077533, 51.514021], [-0.077501, 51.514045], [-0.077505, 51.51408], [-0.077671, 51.514189]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 43, &quot;postcode&quot;: &quot;EC3A 5DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079402, 51.514283], [-0.079381, 51.514345], [-0.079325, 51.514374], [-0.079253, 51.514454], [-0.079254, 51.514485], [-0.079289, 51.514509], [-0.079029, 51.514756], [-0.078977, 51.514728], [-0.079, 51.514694], [-0.078984, 51.514665], [-0.078755, 51.51455], [-0.078682, 51.514548], [-0.078612, 51.514595], [-0.078576, 51.514575], [-0.079005, 51.51419], [-0.079104, 51.514123], [-0.079157, 51.514145], [-0.079181, 51.514194], [-0.079402, 51.514283]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1769, &quot;postcode&quot;: &quot;EC3A 5DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078625, 51.514532], [-0.078487, 51.514474], [-0.078456, 51.514452], [-0.078459, 51.514433], [-0.078788, 51.514276], [-0.078933, 51.514155], [-0.079017, 51.514196], [-0.078625, 51.514532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 494, &quot;postcode&quot;: &quot;EC3A 5EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079088, 51.514136], [-0.079022, 51.514191], [-0.07893, 51.514175], [-0.078865, 51.514211], [-0.07904, 51.514068], [-0.079056, 51.514073], [-0.079053, 51.514113], [-0.079088, 51.514136]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 72, &quot;postcode&quot;: &quot;EC3A 5EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082671, 51.515124], [-0.082217, 51.515547], [-0.082124, 51.515508], [-0.082114, 51.515477], [-0.082069, 51.515457], [-0.082154, 51.515322], [-0.082126, 51.515278], [-0.081526, 51.515144], [-0.08146, 51.51515], [-0.081279, 51.515113], [-0.081251, 51.515087], [-0.081183, 51.51507], [-0.081331, 51.514803], [-0.081419, 51.514821], [-0.081436, 51.514859], [-0.081485, 51.514876], [-0.082154, 51.514872], [-0.082213, 51.515028], [-0.082239, 51.515049], [-0.082312, 51.515073], [-0.08236, 51.515071], [-0.082439, 51.514999], [-0.082507, 51.515019], [-0.082526, 51.515069], [-0.082671, 51.515124]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3594, &quot;postcode&quot;: &quot;EC3A 6AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083007, 51.514086], [-0.082969, 51.514138], [-0.082727, 51.51435], [-0.082632, 51.514507], [-0.08264, 51.514537], [-0.082677, 51.514557], [-0.082585, 51.514646], [-0.082583, 51.514685], [-0.082389, 51.514727], [-0.082326, 51.514715], [-0.082254, 51.514655], [-0.082323, 51.514666], [-0.082368, 51.514656], [-0.082456, 51.514518], [-0.082556, 51.514528], [-0.082642, 51.51447], [-0.082642, 51.514436], [-0.082605, 51.514412], [-0.082578, 51.514404], [-0.082553, 51.514404], [-0.082524, 51.514399], [-0.082492, 51.514397], [-0.082434, 51.514389], [-0.082503, 51.514386], [-0.082597, 51.514322], [-0.08273, 51.514039], [-0.083007, 51.514086]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 975, &quot;postcode&quot;: &quot;EC3A 6AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082731, 51.514805], [-0.082684, 51.514831], [-0.082666, 51.51488], [-0.082578, 51.514971], [-0.082525, 51.514957], [-0.082471, 51.514967], [-0.082363, 51.51509], [-0.082203, 51.515034], [-0.08219, 51.514947], [-0.082121, 51.514881], [-0.081796, 51.514876], [-0.082422, 51.51484], [-0.08246, 51.514816], [-0.082465, 51.514767], [-0.082441, 51.514741], [-0.082388, 51.514727], [-0.082583, 51.514686], [-0.082714, 51.514751], [-0.082731, 51.514805]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 888, &quot;postcode&quot;: &quot;EC3A 6AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082679, 51.514145], [-0.082626, 51.514252], [-0.082468, 51.514319], [-0.082247, 51.514379], [-0.082147, 51.514487], [-0.082006, 51.514543], [-0.081978, 51.514573], [-0.081995, 51.514609], [-0.082136, 51.514678], [-0.082467, 51.514743], [-0.082465, 51.514839], [-0.081655, 51.514888], [-0.081613, 51.514876], [-0.081424, 51.514876], [-0.081399, 51.514824], [-0.081325, 51.514815], [-0.081374, 51.514776], [-0.081375, 51.514732], [-0.081343, 51.514708], [-0.081264, 51.51469], [-0.081233, 51.514626], [-0.081332, 51.514624], [-0.081364, 51.514578], [-0.081329, 51.514546], [-0.08118, 51.514511], [-0.08122, 51.514433], [-0.081373, 51.514463], [-0.081961, 51.514459], [-0.082185, 51.514297], [-0.082366, 51.514257], [-0.082438, 51.514223], [-0.082486, 51.514145], [-0.082679, 51.514145]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3379, &quot;postcode&quot;: &quot;EC3A 6AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081203, 51.515033], [-0.081183, 51.51507], [-0.081203, 51.515033], [-0.081203, 51.515033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3A 6DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082176, 51.515286], [-0.08208, 51.515439], [-0.081734, 51.515353], [-0.081667, 51.515359], [-0.081482, 51.515635], [-0.081362, 51.515603], [-0.08137, 51.515573], [-0.081347, 51.515547], [-0.080778, 51.515291], [-0.08085, 51.515152], [-0.080891, 51.515133], [-0.080811, 51.515273], [-0.080839, 51.515298], [-0.08091, 51.515315], [-0.080982, 51.515306], [-0.081123, 51.51508], [-0.081183, 51.51507], [-0.081288, 51.515093], [-0.081335, 51.515124], [-0.081416, 51.51514], [-0.081471, 51.515132], [-0.082176, 51.515286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2585, &quot;postcode&quot;: &quot;EC3A 6DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083466, 51.514344], [-0.082901, 51.514852], [-0.082733, 51.514781], [-0.08263, 51.514757], [-0.082448, 51.514665], [-0.082369, 51.514676], [-0.082214, 51.514648], [-0.082124, 51.514657], [-0.082257, 51.514384], [-0.082564, 51.514394], [-0.082647, 51.51442], [-0.082694, 51.51441], [-0.082734, 51.514377], [-0.082821, 51.514419], [-0.082587, 51.514642], [-0.082577, 51.514672], [-0.082615, 51.514713], [-0.082777, 51.514777], [-0.082831, 51.514779], [-0.082909, 51.514727], [-0.083066, 51.514697], [-0.083466, 51.514344]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1315, &quot;postcode&quot;: &quot;EC3A 6HX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081037, 51.516653], [-0.080966, 51.516749], [-0.080438, 51.516883], [-0.079936, 51.516737], [-0.079986, 51.516659], [-0.080049, 51.516646], [-0.080089, 51.516592], [-0.080065, 51.516556], [-0.079936, 51.516511], [-0.079937, 51.516475], [-0.080107, 51.516252], [-0.080155, 51.516233], [-0.080194, 51.516238], [-0.08047, 51.516348], [-0.080509, 51.516426], [-0.081037, 51.516653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3096, &quot;postcode&quot;: &quot;EC3A 7AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077189, 51.514773], [-0.077104, 51.514845], [-0.077104, 51.514845], [-0.077189, 51.514773]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3A 7AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079817, 51.514841], [-0.07977, 51.514824], [-0.079814, 51.514845], [-0.079782, 51.514878], [-0.080075, 51.514992], [-0.080008, 51.515045], [-0.079983, 51.515034], [-0.079785, 51.515224], [-0.079826, 51.51525], [-0.079799, 51.51529], [-0.079745, 51.515257], [-0.07984, 51.515316], [-0.079817, 51.515333], [-0.079931, 51.515396], [-0.080032, 51.515425], [-0.079972, 51.51547], [-0.079762, 51.515344], [-0.079599, 51.515401], [-0.079321, 51.515228], [-0.079378, 51.515138], [-0.078506, 51.514642], [-0.078481, 51.514656], [-0.078575, 51.514575], [-0.078621, 51.514588], [-0.079201, 51.514935], [-0.079194, 51.514912], [-0.079237, 51.514873], [-0.079215, 51.514831], [-0.079323, 51.514794], [-0.079506, 51.514627], [-0.079743, 51.514716], [-0.079704, 51.514751], [-0.079791, 51.514761], [-0.079817, 51.514841]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3517, &quot;postcode&quot;: &quot;EC3A 7BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079652, 51.515954], [-0.079149, 51.516322], [-0.078584, 51.516056], [-0.078611, 51.516012], [-0.078853, 51.515795], [-0.078933, 51.515777], [-0.078947, 51.515655], [-0.079034, 51.515602], [-0.079191, 51.515711], [-0.079284, 51.51574], [-0.079652, 51.515954]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3009, &quot;postcode&quot;: &quot;EC3A 7BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081187, 51.516613], [-0.081071, 51.516598], [-0.08019, 51.516237], [-0.079877, 51.516073], [-0.079831, 51.516066], [-0.07979, 51.516076], [-0.07962, 51.515977], [-0.079711, 51.515909], [-0.079716, 51.515872], [-0.07954, 51.515765], [-0.079492, 51.515759], [-0.079445, 51.515776], [-0.07948, 51.515742], [-0.079464, 51.515707], [-0.079763, 51.515503], [-0.080034, 51.515672], [-0.080185, 51.515724], [-0.079924, 51.515928], [-0.079912, 51.515954], [-0.07993, 51.515982], [-0.080129, 51.516102], [-0.081187, 51.516613]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2225, &quot;postcode&quot;: &quot;EC3A 7BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079034, 51.515602], [-0.078935, 51.515677], [-0.078837, 51.51571], [-0.078587, 51.515902], [-0.078605, 51.516073], [-0.078361, 51.515966], [-0.078314, 51.515968], [-0.078251, 51.515994], [-0.078042, 51.516006], [-0.077945, 51.51596], [-0.077939, 51.515786], [-0.077893, 51.515748], [-0.078363, 51.515417], [-0.078731, 51.515613], [-0.078803, 51.515608], [-0.078907, 51.515538], [-0.079034, 51.515602]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2886, &quot;postcode&quot;: &quot;EC3A 7BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079512, 51.515738], [-0.079443, 51.515777], [-0.079006, 51.515527], [-0.078956, 51.515527], [-0.078887, 51.515553], [-0.078767, 51.515634], [-0.078618, 51.515555], [-0.078728, 51.515475], [-0.078725, 51.515428], [-0.078815, 51.515434], [-0.078901, 51.515379], [-0.079512, 51.515738]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 682, &quot;postcode&quot;: &quot;EC3A 7BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078495, 51.51527], [-0.078728, 51.515426], [-0.078575, 51.515532], [-0.078404, 51.515439], [-0.078426, 51.515423], [-0.078377, 51.5154], [-0.078528, 51.515294], [-0.078484, 51.515265], [-0.078495, 51.51527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 329, &quot;postcode&quot;: &quot;EC3A 7BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078528, 51.515294], [-0.077898, 51.515737], [-0.077766, 51.515657], [-0.077691, 51.515655], [-0.077627, 51.515626], [-0.077609, 51.515561], [-0.07729, 51.515367], [-0.077287, 51.515333], [-0.077898, 51.514881], [-0.078528, 51.515294]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4220, &quot;postcode&quot;: &quot;EC3A 7BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079748, 51.515884], [-0.079652, 51.515954], [-0.079306, 51.515753], [-0.079201, 51.515731], [-0.079116, 51.515652], [-0.079032, 51.515649], [-0.078999, 51.515633], [-0.078991, 51.51558], [-0.0787, 51.515411], [-0.078354, 51.51517], [-0.077923, 51.514906], [-0.077846, 51.514919], [-0.077536, 51.515135], [-0.077264, 51.515351], [-0.077267, 51.515397], [-0.077425, 51.515502], [-0.077091, 51.515303], [-0.077148, 51.51531], [-0.077197, 51.515297], [-0.077783, 51.514849], [-0.077786, 51.514797], [-0.077684, 51.514737], [-0.077794, 51.51466], [-0.077875, 51.514704], [-0.077936, 51.514705], [-0.07821, 51.514535], [-0.079165, 51.51513], [-0.078875, 51.515318], [-0.07887, 51.515351], [-0.078901, 51.515379], [-0.078867, 51.515414], [-0.078879, 51.515447], [-0.0794, 51.515751], [-0.079461, 51.515759], [-0.079512, 51.515738], [-0.079748, 51.515884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5484, &quot;postcode&quot;: &quot;EC3A 7DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077745, 51.514694], [-0.07749, 51.514878], [-0.0775, 51.514919], [-0.077606, 51.51498], [-0.077184, 51.515307], [-0.077119, 51.515313], [-0.076864, 51.515155], [-0.076833, 51.515107], [-0.076848, 51.515064], [-0.07692, 51.514994], [-0.076874, 51.514915], [-0.076679, 51.514885], [-0.076573, 51.514844], [-0.076513, 51.514848], [-0.076357, 51.514726], [-0.076083, 51.514691], [-0.076105, 51.514459], [-0.076092, 51.514434], [-0.076142, 51.514411], [-0.076325, 51.514424], [-0.076397, 51.514476], [-0.076466, 51.514477], [-0.076522, 51.514441], [-0.076519, 51.514401], [-0.076648, 51.514363], [-0.076748, 51.514246], [-0.076885, 51.514281], [-0.076947, 51.514282], [-0.077636, 51.51471], [-0.077696, 51.514717], [-0.077745, 51.514694]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6535, &quot;postcode&quot;: &quot;EC3A 7DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076611, 51.514884], [-0.076454, 51.515115], [-0.076469, 51.515143], [-0.076574, 51.515203], [-0.075834, 51.515728], [-0.075784, 51.515719], [-0.075092, 51.515248], [-0.075098, 51.515227], [-0.075222, 51.515144], [-0.075218, 51.515095], [-0.075357, 51.514998], [-0.075362, 51.514949], [-0.075515, 51.514838], [-0.075617, 51.514843], [-0.07576, 51.514743], [-0.075798, 51.514738], [-0.075862, 51.51477], [-0.075911, 51.514772], [-0.076083, 51.514691], [-0.076362, 51.514726], [-0.076478, 51.514818], [-0.076547, 51.514826], [-0.076604, 51.514857], [-0.076611, 51.514884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7236, &quot;postcode&quot;: &quot;EC3A 7DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078816, 51.51482], [-0.078747, 51.51487], [-0.078653, 51.514811], [-0.078659, 51.514789], [-0.078699, 51.514751], [-0.078816, 51.51482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 73, &quot;postcode&quot;: &quot;EC3A 7JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079381, 51.515144], [-0.079321, 51.515228], [-0.078748, 51.51487], [-0.078752, 51.51485], [-0.078816, 51.51482], [-0.078973, 51.51491], [-0.07902, 51.514919], [-0.079071, 51.514904], [-0.079088, 51.514867], [-0.07913, 51.514846], [-0.079215, 51.514831], [-0.079234, 51.514875], [-0.079203, 51.514913], [-0.079218, 51.514946], [-0.079174, 51.514968], [-0.079168, 51.515001], [-0.079381, 51.515144]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 642, &quot;postcode&quot;: &quot;EC3A 7JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079203, 51.514831], [-0.079088, 51.514867], [-0.078671, 51.51463], [-0.078596, 51.514631], [-0.078563, 51.514675], [-0.078515, 51.51466], [-0.078464, 51.51467], [-0.078377, 51.514639], [-0.078176, 51.514513], [-0.078332, 51.514606], [-0.078451, 51.514647], [-0.078508, 51.514632], [-0.07862, 51.514536], [-0.078702, 51.514521], [-0.079027, 51.514685], [-0.079048, 51.514721], [-0.07919, 51.514791], [-0.079203, 51.514831]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 600, &quot;postcode&quot;: &quot;EC3A 7LH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081249, 51.516123], [-0.081237, 51.516132], [-0.080815, 51.516019], [-0.080662, 51.516067], [-0.080518, 51.516167], [-0.080506, 51.516197], [-0.080557, 51.516267], [-0.08073, 51.51636], [-0.080405, 51.516235], [-0.080155, 51.516114], [-0.079885, 51.515956], [-0.080185, 51.515724], [-0.080259, 51.51574], [-0.080319, 51.515713], [-0.08032, 51.515679], [-0.080219, 51.515549], [-0.080158, 51.515508], [-0.080231, 51.515538], [-0.080288, 51.515535], [-0.080279, 51.515562], [-0.0803, 51.515589], [-0.080608, 51.515767], [-0.080778, 51.515845], [-0.080693, 51.515878], [-0.080708, 51.515931], [-0.080884, 51.516017], [-0.081249, 51.516123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2463, &quot;postcode&quot;: &quot;EC3A 7LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07816, 51.514566], [-0.07821, 51.514535], [-0.07816, 51.514566], [-0.07816, 51.514566]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3A 7LN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078209, 51.514535], [-0.077909, 51.514726], [-0.077825, 51.514682], [-0.077747, 51.514693], [-0.077766, 51.514665], [-0.077748, 51.514633], [-0.077438, 51.514448], [-0.077389, 51.514435], [-0.077176, 51.514292], [-0.077509, 51.514098], [-0.078209, 51.514535]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2182, &quot;postcode&quot;: &quot;EC3A 7LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081517, 51.513592], [-0.081388, 51.513966], [-0.081016, 51.514531], [-0.081047, 51.514571], [-0.081233, 51.514626], [-0.081275, 51.514689], [-0.081378, 51.514714], [-0.081381, 51.514813], [-0.081312, 51.51484], [-0.081172, 51.51509], [-0.081103, 51.515115], [-0.080978, 51.51533], [-0.080694, 51.515277], [-0.080477, 51.515415], [-0.080408, 51.515407], [-0.080316, 51.515464], [-0.08022, 51.515455], [-0.080168, 51.515475], [-0.080158, 51.515505], [-0.080178, 51.515539], [-0.080227, 51.515565], [-0.080422, 51.515803], [-0.080036, 51.515673], [-0.079599, 51.515401], [-0.079802, 51.51534], [-0.07984, 51.515316], [-0.079921, 51.515361], [-0.079995, 51.515353], [-0.080462, 51.515007], [-0.080449, 51.514958], [-0.080319, 51.514904], [-0.08051, 51.514954], [-0.080664, 51.514854], [-0.080855, 51.514541], [-0.081116, 51.514234], [-0.081109, 51.514194], [-0.081222, 51.513983], [-0.08122, 51.513943], [-0.081314, 51.513941], [-0.081361, 51.513877], [-0.081399, 51.513696], [-0.081375, 51.513665], [-0.081315, 51.513649], [-0.081317, 51.513606], [-0.081517, 51.513592]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6402, &quot;postcode&quot;: &quot;EC3A 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081047, 51.514313], [-0.081018, 51.514305], [-0.081049, 51.514269], [-0.081047, 51.514313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5, &quot;postcode&quot;: &quot;EC3A 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081002, 51.51456], [-0.081389, 51.513965], [-0.081513, 51.513618], [-0.081549, 51.513595], [-0.081746, 51.513585], [-0.081746, 51.513573], [-0.081962, 51.513555], [-0.081965, 51.513796], [-0.081472, 51.513945], [-0.081136, 51.514595], [-0.081002, 51.51456]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1728, &quot;postcode&quot;: &quot;EC3A 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080462, 51.514048], [-0.080399, 51.514163], [-0.080388, 51.514176], [-0.08036, 51.514116], [-0.080425, 51.514043], [-0.080462, 51.514048]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 42, &quot;postcode&quot;: &quot;EC3A 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081388, 51.515565], [-0.081362, 51.515603], [-0.081309, 51.515589], [-0.08127, 51.515542], [-0.081147, 51.515535], [-0.080901, 51.5157], [-0.080852, 51.515757], [-0.080317, 51.515463], [-0.080428, 51.515386], [-0.080478, 51.515396], [-0.080521, 51.515385], [-0.080694, 51.515266], [-0.080993, 51.515386], [-0.081046, 51.515388], [-0.081085, 51.515369], [-0.081072, 51.515403], [-0.081092, 51.515431], [-0.081388, 51.515565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1748, &quot;postcode&quot;: &quot;EC3A 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079762, 51.515503], [-0.079465, 51.515706], [-0.079609, 51.515606], [-0.079609, 51.51556], [-0.079488, 51.515488], [-0.079419, 51.515486], [-0.0791, 51.515306], [-0.079264, 51.515192], [-0.079762, 51.515503]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 724, &quot;postcode&quot;: &quot;EC3A 8BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08122, 51.513943], [-0.081228, 51.513972], [-0.081108, 51.514194], [-0.081016, 51.514307], [-0.080398, 51.514164], [-0.080462, 51.514048], [-0.080651, 51.514077], [-0.080791, 51.513869], [-0.080912, 51.513883], [-0.081219, 51.513942], [-0.081284, 51.513956], [-0.08122, 51.513943]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1580, &quot;postcode&quot;: &quot;EC3A 8BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079262, 51.515193], [-0.0791, 51.515306], [-0.079419, 51.515486], [-0.079451, 51.515466], [-0.079648, 51.51558], [-0.079464, 51.515707], [-0.078839, 51.515338], [-0.079165, 51.51513], [-0.079262, 51.515193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1165, &quot;postcode&quot;: &quot;EC3A 8BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080351, 51.514905], [-0.080336, 51.514945], [-0.080216, 51.514891], [-0.080292, 51.514884], [-0.080351, 51.514905]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 33, &quot;postcode&quot;: &quot;EC3A 8BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081451, 51.51378], [-0.081418, 51.513873], [-0.081357, 51.513892], [-0.081315, 51.513963], [-0.080791, 51.513869], [-0.08085, 51.513654], [-0.080916, 51.513641], [-0.081209, 51.513687], [-0.081281, 51.513673], [-0.081315, 51.51365], [-0.081405, 51.513669], [-0.081395, 51.513747], [-0.081451, 51.51378]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1155, &quot;postcode&quot;: &quot;EC3A 8BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080271, 51.515265], [-0.080179, 51.515335], [-0.080172, 51.515333], [-0.080271, 51.515265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;EC3A 8BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082641, 51.514258], [-0.08262, 51.514301], [-0.082498, 51.514398], [-0.082355, 51.514384], [-0.08225, 51.514408], [-0.082124, 51.514656], [-0.081996, 51.514626], [-0.081812, 51.51463], [-0.081767, 51.514644], [-0.081362, 51.514636], [-0.081218, 51.514625], [-0.081137, 51.514595], [-0.081472, 51.513945], [-0.081965, 51.513796], [-0.081965, 51.514098], [-0.081986, 51.51413], [-0.082037, 51.514143], [-0.082499, 51.514145], [-0.08242, 51.51424], [-0.08243, 51.514282], [-0.0825, 51.5143], [-0.082604, 51.514242], [-0.082641, 51.514258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5323, &quot;postcode&quot;: &quot;EC3A 8EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081047, 51.514313], [-0.081049, 51.514269], [-0.081108, 51.514194], [-0.081143, 51.514201], [-0.081047, 51.514313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC3A 8EQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080526, 51.514979], [-0.080243, 51.515165], [-0.080004, 51.515048], [-0.08004, 51.515007], [-0.080017, 51.51497], [-0.079782, 51.514878], [-0.079813, 51.514834], [-0.079791, 51.514761], [-0.079843, 51.514725], [-0.080126, 51.514825], [-0.080145, 51.514864], [-0.080246, 51.514912], [-0.080304, 51.514922], [-0.080351, 51.514905], [-0.080513, 51.514954], [-0.080526, 51.514979]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1046, &quot;postcode&quot;: &quot;EC3A 8EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080371, 51.515182], [-0.080318, 51.515244], [-0.080274, 51.515265], [-0.080232, 51.515226], [-0.080158, 51.515229], [-0.079974, 51.515371], [-0.079926, 51.515369], [-0.079846, 51.515329], [-0.07976, 51.515347], [-0.079798, 51.515319], [-0.079812, 51.515265], [-0.079785, 51.515224], [-0.079983, 51.515034], [-0.080278, 51.515194], [-0.080331, 51.515199], [-0.080371, 51.515182]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 707, &quot;postcode&quot;: &quot;EC3A 8FR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087002, 51.511005], [-0.08697, 51.511064], [-0.086215, 51.510932], [-0.08572, 51.510794], [-0.085659, 51.510801], [-0.085621, 51.510842], [-0.085399, 51.510803], [-0.08541, 51.510739], [-0.085353, 51.510708], [-0.085253, 51.510713], [-0.085213, 51.510698], [-0.0851, 51.510697], [-0.084792, 51.510713], [-0.084464, 51.510692], [-0.084491, 51.510628], [-0.084637, 51.510633], [-0.084692, 51.51061], [-0.084797, 51.510319], [-0.085354, 51.510367], [-0.085496, 51.510517], [-0.085545, 51.510521], [-0.085582, 51.510508], [-0.085737, 51.510538], [-0.085788, 51.510526], [-0.086094, 51.510063], [-0.086338, 51.509634], [-0.086371, 51.509616], [-0.086404, 51.509557], [-0.086532, 51.509561], [-0.086328, 51.509926], [-0.086259, 51.510072], [-0.086263, 51.510104], [-0.086304, 51.510153], [-0.086468, 51.510184], [-0.086558, 51.510217], [-0.086605, 51.510218], [-0.086646, 51.510199], [-0.086868, 51.510252], [-0.086814, 51.510308], [-0.086776, 51.510409], [-0.086725, 51.510412], [-0.086692, 51.510434], [-0.086578, 51.510642], [-0.086559, 51.510633], [-0.086656, 51.510423], [-0.086629, 51.510377], [-0.086463, 51.510323], [-0.08623, 51.510276], [-0.086115, 51.510283], [-0.085903, 51.510683], [-0.085927, 51.510709], [-0.08599, 51.510727], [-0.085966, 51.51078], [-0.086007, 51.510815], [-0.086418, 51.510909], [-0.087002, 51.511005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5891, &quot;postcode&quot;: &quot;EC3M 1AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085257, 51.510767], [-0.085299, 51.510795], [-0.085399, 51.510803], [-0.085352, 51.51095], [-0.085214, 51.510918], [-0.085237, 51.510831], [-0.08521, 51.510774], [-0.085257, 51.510767]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 176, &quot;postcode&quot;: &quot;EC3M 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084797, 51.510319], [-0.084686, 51.510636], [-0.084522, 51.510633], [-0.084484, 51.510651], [-0.084464, 51.510692], [-0.084432, 51.51069], [-0.084421, 51.510648], [-0.084347, 51.510618], [-0.084397, 51.51058], [-0.084456, 51.51044], [-0.084512, 51.51045], [-0.084559, 51.510432], [-0.084626, 51.510313], [-0.084664, 51.510303], [-0.084797, 51.510319]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 665, &quot;postcode&quot;: &quot;EC3M 1AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084224, 51.510384], [-0.084257, 51.510298], [-0.084495, 51.510344], [-0.084389, 51.510601], [-0.08435, 51.510608], [-0.084351, 51.510628], [-0.084374, 51.51063], [-0.084353, 51.510687], [-0.084016, 51.51064], [-0.084036, 51.510583], [-0.084013, 51.510546], [-0.08401, 51.510366], [-0.084144, 51.510366], [-0.084147, 51.510379], [-0.084224, 51.510384]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1012, &quot;postcode&quot;: &quot;EC3M 1BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085209, 51.510774], [-0.085208, 51.510797], [-0.085122, 51.510798], [-0.085076, 51.510817], [-0.085041, 51.510942], [-0.084892, 51.510937], [-0.084859, 51.510913], [-0.084864, 51.510808], [-0.0851, 51.510801], [-0.085209, 51.510774]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 209, &quot;postcode&quot;: &quot;EC3M 1BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084897, 51.510937], [-0.08484, 51.511011], [-0.08478, 51.511015], [-0.084746, 51.511045], [-0.084678, 51.511047], [-0.084636, 51.511086], [-0.084582, 51.511077], [-0.084246, 51.510999], [-0.084289, 51.510911], [-0.084211, 51.510823], [-0.084242, 51.510773], [-0.084395, 51.510796], [-0.084869, 51.510807], [-0.084862, 51.510897], [-0.084897, 51.510937]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1122, &quot;postcode&quot;: &quot;EC3M 1BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082888, 51.510633], [-0.082802, 51.510761], [-0.082784, 51.510843], [-0.082717, 51.510868], [-0.082397, 51.510848], [-0.082352, 51.510822], [-0.082187, 51.510808], [-0.082248, 51.510552], [-0.082309, 51.510529], [-0.082386, 51.510393], [-0.082496, 51.510435], [-0.082579, 51.510497], [-0.08285, 51.510597], [-0.082888, 51.510633]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1642, &quot;postcode&quot;: &quot;EC3M 1DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083576, 51.510438], [-0.083392, 51.510411], [-0.083498, 51.510155], [-0.083568, 51.510167], [-0.083527, 51.510268], [-0.083819, 51.510307], [-0.083847, 51.510223], [-0.083907, 51.510228], [-0.083944, 51.510386], [-0.083932, 51.510628], [-0.083478, 51.510597], [-0.083554, 51.510565], [-0.083576, 51.510438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1231, &quot;postcode&quot;: &quot;EC3M 1EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083326, 51.510572], [-0.083392, 51.510411], [-0.083576, 51.510438], [-0.083559, 51.510534], [-0.083379, 51.510523], [-0.083555, 51.510534], [-0.083554, 51.510565], [-0.083478, 51.510597], [-0.083341, 51.510588], [-0.083326, 51.510572]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 265, &quot;postcode&quot;: &quot;EC3M 1EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083343, 51.510305], [-0.083233, 51.510582], [-0.083168, 51.510562], [-0.083079, 51.510562], [-0.083133, 51.510532], [-0.083121, 51.51049], [-0.082895, 51.51041], [-0.082822, 51.510414], [-0.082794, 51.510459], [-0.082772, 51.510442], [-0.082804, 51.510419], [-0.082807, 51.510392], [-0.082738, 51.510337], [-0.082776, 51.510254], [-0.083095, 51.510313], [-0.08316, 51.510286], [-0.083212, 51.510289], [-0.083279, 51.510269], [-0.083318, 51.510238], [-0.083343, 51.510305]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 792, &quot;postcode&quot;: &quot;EC3M 1HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083191, 51.510784], [-0.083102, 51.510916], [-0.083175, 51.511025], [-0.08314, 51.511228], [-0.082017, 51.511031], [-0.081962, 51.511048], [-0.081585, 51.511336], [-0.081553, 51.511225], [-0.081502, 51.511212], [-0.081423, 51.511227], [-0.081411, 51.511072], [-0.081512, 51.511071], [-0.08156, 51.511046], [-0.081575, 51.510906], [-0.081616, 51.510791], [-0.081656, 51.510807], [-0.081969, 51.510836], [-0.082103, 51.510838], [-0.082165, 51.510807], [-0.082401, 51.510824], [-0.082453, 51.510851], [-0.082648, 51.510863], [-0.082774, 51.510816], [-0.082832, 51.510705], [-0.082998, 51.510722], [-0.083035, 51.510701], [-0.083058, 51.510657], [-0.083196, 51.510673], [-0.083191, 51.510784]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4370, &quot;postcode&quot;: &quot;EC3M 1HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083221, 51.510497], [-0.083189, 51.510568], [-0.083015, 51.510555], [-0.082911, 51.51053], [-0.082771, 51.510441], [-0.082741, 51.510397], [-0.082748, 51.510355], [-0.083074, 51.510472], [-0.083221, 51.510497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 337, &quot;postcode&quot;: &quot;EC3M 1JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085214, 51.510918], [-0.085347, 51.510951], [-0.085108, 51.510998], [-0.085041, 51.510942], [-0.085059, 51.510797], [-0.085248, 51.510797], [-0.085214, 51.510918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 273, &quot;postcode&quot;: &quot;EC3M 1JT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083753, 51.5106], [-0.08374, 51.510594], [-0.083741, 51.510578], [-0.083763, 51.510579], [-0.083753, 51.5106]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3, &quot;postcode&quot;: &quot;EC3M 1NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081038, 51.512998], [-0.080943, 51.513415], [-0.080703, 51.513397], [-0.080746, 51.513246], [-0.080706, 51.513206], [-0.080428, 51.5132], [-0.080347, 51.513236], [-0.080361, 51.513026], [-0.080339, 51.51287], [-0.080288, 51.512837], [-0.080157, 51.512845], [-0.080112, 51.51264], [-0.080071, 51.512609], [-0.080062, 51.512542], [-0.080203, 51.512534], [-0.080252, 51.512504], [-0.080216, 51.512186], [-0.080294, 51.512168], [-0.080313, 51.512237], [-0.08036, 51.512273], [-0.080398, 51.512496], [-0.080447, 51.512553], [-0.080416, 51.512621], [-0.080526, 51.513062], [-0.080572, 51.513082], [-0.080708, 51.513082], [-0.080757, 51.51306], [-0.080767, 51.513016], [-0.081038, 51.512998]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2553, &quot;postcode&quot;: &quot;EC3M 2RY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084953, 51.511785], [-0.084907, 51.51187], [-0.084598, 51.511812], [-0.084526, 51.511834], [-0.084338, 51.511804], [-0.084293, 51.511772], [-0.083936, 51.511715], [-0.082939, 51.51163], [-0.082122, 51.511677], [-0.081854, 51.511718], [-0.081381, 51.511832], [-0.081336, 51.511823], [-0.081284, 51.511836], [-0.081291, 51.511738], [-0.081519, 51.511671], [-0.08154, 51.511619], [-0.0816, 51.511571], [-0.081569, 51.51136], [-0.081533, 51.511333], [-0.08143, 51.51131], [-0.081423, 51.511227], [-0.081473, 51.511216], [-0.08151, 51.511317], [-0.081594, 51.511324], [-0.081992, 51.511025], [-0.08314, 51.511228], [-0.083111, 51.511474], [-0.083193, 51.51154], [-0.083883, 51.511626], [-0.083978, 51.511626], [-0.084736, 51.51174], [-0.084953, 51.511785]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8114, &quot;postcode&quot;: &quot;EC3M 3BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084707, 51.511364], [-0.084573, 51.511715], [-0.083979, 51.511627], [-0.083864, 51.511624], [-0.083973, 51.511472], [-0.084037, 51.511463], [-0.084064, 51.511422], [-0.08441, 51.511471], [-0.084465, 51.511447], [-0.084521, 51.511327], [-0.084707, 51.511364]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1349, &quot;postcode&quot;: &quot;EC3M 3BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083986, 51.511313], [-0.083758, 51.511285], [-0.083716, 51.511414], [-0.083865, 51.511435], [-0.083886, 51.511373], [-0.08396, 51.51138], [-0.083884, 51.511577], [-0.083805, 51.511613], [-0.083191, 51.511541], [-0.08311, 51.511485], [-0.08314, 51.511228], [-0.083562, 51.511302], [-0.084017, 51.511213], [-0.083986, 51.511313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1787, &quot;postcode&quot;: &quot;EC3M 3BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081291, 51.511738], [-0.081281, 51.511841], [-0.081247, 51.511863], [-0.081211, 51.511864], [-0.080939, 51.511958], [-0.080916, 51.511898], [-0.080385, 51.512055], [-0.08035, 51.512004], [-0.080423, 51.511976], [-0.080325, 51.511865], [-0.080353, 51.511838], [-0.0802, 51.511607], [-0.081187, 51.511639], [-0.081444, 51.511443], [-0.081483, 51.511683], [-0.081291, 51.511738]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2763, &quot;postcode&quot;: &quot;EC3M 3JY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080353, 51.512008], [-0.080304, 51.512055], [-0.079932, 51.512153], [-0.079904, 51.51214], [-0.079626, 51.511734], [-0.079659, 51.511698], [-0.079615, 51.511582], [-0.079642, 51.511555], [-0.079632, 51.511512], [-0.079984, 51.511512], [-0.080015, 51.51155], [-0.080017, 51.51162], [-0.080172, 51.511804], [-0.080267, 51.511978], [-0.080299, 51.512], [-0.080353, 51.512008]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2096, &quot;postcode&quot;: &quot;EC3M 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079766, 51.512185], [-0.079617, 51.512243], [-0.079599, 51.512193], [-0.079651, 51.512182], [-0.079665, 51.512203], [-0.079759, 51.512177], [-0.079766, 51.512185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 31, &quot;postcode&quot;: &quot;EC3M 4AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079878, 51.512114], [-0.079848, 51.512154], [-0.079651, 51.512207], [-0.079617, 51.512243], [-0.079507, 51.512271], [-0.079368, 51.512143], [-0.079316, 51.512134], [-0.079246, 51.512154], [-0.079209, 51.512202], [-0.079325, 51.512318], [-0.079297, 51.512325], [-0.079178, 51.51222], [-0.079074, 51.512217], [-0.078994, 51.512112], [-0.079004, 51.512075], [-0.078823, 51.511758], [-0.078046, 51.511604], [-0.078181, 51.511328], [-0.078533, 51.511384], [-0.078577, 51.511403], [-0.079159, 51.511515], [-0.079379, 51.51153], [-0.079413, 51.51156], [-0.079491, 51.511574], [-0.079543, 51.511693], [-0.079573, 51.511723], [-0.079626, 51.511734], [-0.079758, 51.511979], [-0.079805, 51.512004], [-0.079878, 51.512114]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5855, &quot;postcode&quot;: &quot;EC3M 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079906, 51.512139], [-0.079875, 51.512177], [-0.079657, 51.512233], [-0.079809, 51.512159], [-0.079821, 51.512113], [-0.079879, 51.512114], [-0.079906, 51.512139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 63, &quot;postcode&quot;: &quot;EC3M 4AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079488, 51.512265], [-0.079343, 51.5123], [-0.079307, 51.512294], [-0.079177, 51.512178], [-0.079351, 51.512119], [-0.079446, 51.512194], [-0.079488, 51.512265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 244, &quot;postcode&quot;: &quot;EC3M 4BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079507, 51.512271], [-0.079342, 51.512315], [-0.079307, 51.512359], [-0.078963, 51.512481], [-0.078607, 51.512644], [-0.078682, 51.512604], [-0.078684, 51.512562], [-0.078439, 51.512363], [-0.078387, 51.512259], [-0.078072, 51.512], [-0.078598, 51.511709], [-0.07883, 51.511754], [-0.078994, 51.51206], [-0.079247, 51.512277], [-0.079349, 51.512295], [-0.079488, 51.512265], [-0.079507, 51.512271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4342, &quot;postcode&quot;: &quot;EC3M 4BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077607, 51.513253], [-0.077569, 51.513215], [-0.077516, 51.513205], [-0.077489, 51.51321], [-0.077386, 51.513252], [-0.077385, 51.513252], [-0.077312, 51.513276], [-0.077359, 51.513257], [-0.077376, 51.513229], [-0.077313, 51.513162], [-0.077199, 51.513138], [-0.077054, 51.513132], [-0.077049, 51.513079], [-0.07712, 51.513068], [-0.077152, 51.51303], [-0.077074, 51.512914], [-0.077016, 51.5127], [-0.077357, 51.51264], [-0.077651, 51.513038], [-0.077727, 51.513107], [-0.077576, 51.513178], [-0.077572, 51.513209], [-0.077607, 51.513253]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1935, &quot;postcode&quot;: &quot;EC3M 4BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0773, 51.512945], [-0.077377, 51.513044], [-0.077365, 51.513046], [-0.0773, 51.512945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC3M 4ST&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078931, 51.51229], [-0.078869, 51.512333], [-0.07885, 51.512315], [-0.078931, 51.51229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC3M 4TD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082193, 51.512635], [-0.082171, 51.512662], [-0.082118, 51.512662], [-0.082077, 51.512685], [-0.081927, 51.512914], [-0.081932, 51.512952], [-0.081885, 51.513018], [-0.081845, 51.513039], [-0.08172, 51.513216], [-0.081678, 51.513194], [-0.081309, 51.513116], [-0.081332, 51.513062], [-0.08131, 51.513029], [-0.081098, 51.512987], [-0.08081, 51.513015], [-0.080772, 51.513038], [-0.080764, 51.513084], [-0.080512, 51.513082], [-0.080515, 51.51298], [-0.080453, 51.512842], [-0.080471, 51.512807], [-0.080413, 51.512612], [-0.080447, 51.512553], [-0.080555, 51.512548], [-0.080692, 51.512595], [-0.08115, 51.512556], [-0.081366, 51.512576], [-0.081518, 51.512561], [-0.081573, 51.512519], [-0.082193, 51.512635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5989, &quot;postcode&quot;: &quot;EC3M 5AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081789, 51.512191], [-0.081971, 51.512218], [-0.081789, 51.512191], [-0.081751, 51.512344], [-0.081568, 51.512344], [-0.08155, 51.512325], [-0.081556, 51.512244], [-0.081459, 51.512381], [-0.081131, 51.512341], [-0.081286, 51.51234], [-0.08126, 51.51214], [-0.081459, 51.512101], [-0.081383, 51.512019], [-0.081416, 51.511998], [-0.08149, 51.512006], [-0.08157, 51.512089], [-0.081813, 51.512077], [-0.081789, 51.512191]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1070, &quot;postcode&quot;: &quot;EC3M 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081454, 51.512418], [-0.081516, 51.512409], [-0.081497, 51.512506], [-0.081573, 51.512519], [-0.081547, 51.512587], [-0.081528, 51.512584], [-0.081549, 51.512567], [-0.081235, 51.512575], [-0.081209, 51.512557], [-0.081307, 51.512555], [-0.081167, 51.512558], [-0.081152, 51.512573], [-0.081151, 51.51254], [-0.081113, 51.512547], [-0.081112, 51.512509], [-0.081234, 51.51251], [-0.081313, 51.512511], [-0.081284, 51.51251], [-0.081297, 51.512488], [-0.081421, 51.512488], [-0.081447, 51.512471], [-0.081454, 51.512418]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 268, &quot;postcode&quot;: &quot;EC3M 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081459, 51.512101], [-0.081308, 51.512131], [-0.08127, 51.512155], [-0.081286, 51.51234], [-0.081061, 51.512335], [-0.081012, 51.512352], [-0.080979, 51.512527], [-0.080919, 51.512543], [-0.080904, 51.512582], [-0.080681, 51.512596], [-0.080555, 51.51255], [-0.080416, 51.512555], [-0.080391, 51.5125], [-0.080329, 51.512482], [-0.080279, 51.512498], [-0.080262, 51.512532], [-0.080095, 51.512547], [-0.080069, 51.512573], [-0.080071, 51.512609], [-0.079689, 51.512643], [-0.079506, 51.512391], [-0.079587, 51.512359], [-0.079626, 51.512318], [-0.079664, 51.512337], [-0.079711, 51.512337], [-0.07986, 51.512281], [-0.080207, 51.512186], [-0.080351, 51.512008], [-0.08039, 51.512035], [-0.080446, 51.512037], [-0.080916, 51.511898], [-0.080945, 51.511925], [-0.080999, 51.511932], [-0.081247, 51.511863], [-0.081459, 51.512101]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6109, &quot;postcode&quot;: &quot;EC3M 5AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081048, 51.512301], [-0.08099, 51.512296], [-0.080615, 51.512368], [-0.080535, 51.51234], [-0.08047, 51.512157], [-0.080546, 51.512126], [-0.080552, 51.512082], [-0.080851, 51.511986], [-0.080928, 51.512106], [-0.080969, 51.512122], [-0.081032, 51.512121], [-0.081064, 51.512219], [-0.081048, 51.512301]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1133, &quot;postcode&quot;: &quot;EC3M 5BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082215, 51.512594], [-0.082146, 51.512658], [-0.082063, 51.512696], [-0.082021, 51.512667], [-0.081842, 51.512638], [-0.081795, 51.512557], [-0.082119, 51.512613], [-0.082215, 51.512594]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 193, &quot;postcode&quot;: &quot;EC3M 5BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081499, 51.511815], [-0.081404, 51.511838], [-0.081375, 51.511872], [-0.08149, 51.512006], [-0.081416, 51.511998], [-0.081321, 51.51195], [-0.081247, 51.511863], [-0.081285, 51.511829], [-0.081359, 51.511809], [-0.081401, 51.511821], [-0.081494, 51.511805], [-0.081499, 51.511815]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 161, &quot;postcode&quot;: &quot;EC3M 5DF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081954, 51.511699], [-0.082154, 51.511676], [-0.082158, 51.511765], [-0.082149, 51.51178], [-0.082093, 51.511786], [-0.082096, 51.511858], [-0.082182, 51.51186], [-0.082163, 51.5119], [-0.082096, 51.511899], [-0.082095, 51.511973], [-0.082167, 51.511971], [-0.082225, 51.512029], [-0.082264, 51.512032], [-0.082225, 51.512177], [-0.082176, 51.512238], [-0.082066, 51.512212], [-0.082054, 51.512229], [-0.081789, 51.512191], [-0.081813, 51.512077], [-0.08157, 51.512089], [-0.081353, 51.511865], [-0.081373, 51.511843], [-0.081499, 51.511815], [-0.081494, 51.511805], [-0.081732, 51.511748], [-0.081731, 51.511766], [-0.081779, 51.511755], [-0.081771, 51.511745], [-0.081834, 51.511717], [-0.081927, 51.511713], [-0.081927, 51.511724], [-0.081965, 51.511718], [-0.081954, 51.511699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2319, &quot;postcode&quot;: &quot;EC3M 5DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079689, 51.51303], [-0.079662, 51.513109], [-0.079562, 51.513115], [-0.079527, 51.51319], [-0.079549, 51.513009], [-0.079652, 51.512989], [-0.079689, 51.51303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 111, &quot;postcode&quot;: &quot;EC3M 5HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07897, 51.512653], [-0.078891, 51.512692], [-0.07884, 51.512718], [-0.07884, 51.512718], [-0.07897, 51.512653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3M 5JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078852, 51.512993], [-0.078629, 51.513028], [-0.078545, 51.51292], [-0.078462, 51.512909], [-0.07869, 51.512793], [-0.078852, 51.512993]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 337, &quot;postcode&quot;: &quot;EC3M 5JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080306, 51.512055], [-0.080216, 51.512186], [-0.079616, 51.512351], [-0.079541, 51.512379], [-0.079518, 51.512408], [-0.079461, 51.512409], [-0.079095, 51.512546], [-0.079076, 51.512595], [-0.079174, 51.512695], [-0.079101, 51.512628], [-0.079026, 51.512625], [-0.078791, 51.512742], [-0.078718, 51.512753], [-0.07869, 51.512793], [-0.078389, 51.512947], [-0.078345, 51.512931], [-0.078299, 51.512936], [-0.077923, 51.513117], [-0.077896, 51.513143], [-0.0779, 51.51317], [-0.077608, 51.513254], [-0.07755, 51.513184], [-0.077731, 51.513106], [-0.078444, 51.512718], [-0.078965, 51.512481], [-0.079269, 51.512372], [-0.079297, 51.512325], [-0.07982, 51.512191], [-0.07986, 51.512151], [-0.079978, 51.512141], [-0.080306, 51.512055]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2813, &quot;postcode&quot;: &quot;EC3M 5JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079175, 51.512695], [-0.079043, 51.512564], [-0.079301, 51.512468], [-0.079395, 51.512557], [-0.07943, 51.512635], [-0.079372, 51.512649], [-0.079452, 51.51277], [-0.079387, 51.512796], [-0.079259, 51.512816], [-0.079175, 51.512695]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 605, &quot;postcode&quot;: &quot;EC3M 5JF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079259, 51.512816], [-0.079309, 51.51281], [-0.079289, 51.51286], [-0.079259, 51.512816]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC3M 5JG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079801, 51.512803], [-0.079545, 51.512852], [-0.079503, 51.512849], [-0.079372, 51.512649], [-0.079407, 51.512617], [-0.079394, 51.512558], [-0.079302, 51.512468], [-0.079503, 51.512393], [-0.079801, 51.512803]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 882, &quot;postcode&quot;: &quot;EC3M 5JR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083716, 51.511717], [-0.083664, 51.511824], [-0.083374, 51.511757], [-0.083376, 51.511716], [-0.083341, 51.51169], [-0.08316, 51.511668], [-0.083186, 51.511643], [-0.083398, 51.511661], [-0.083696, 51.511696], [-0.083716, 51.511717]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 337, &quot;postcode&quot;: &quot;EC3M 6AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083185, 51.511643], [-0.083149, 51.511683], [-0.083115, 51.511843], [-0.08304, 51.511859], [-0.083011, 51.511932], [-0.0829, 51.511921], [-0.08293, 51.51163], [-0.083185, 51.511643]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 427, &quot;postcode&quot;: &quot;EC3M 6BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08279, 51.511638], [-0.08293, 51.51163], [-0.082935, 51.511647], [-0.082856, 51.511647], [-0.082936, 51.511647], [-0.0829, 51.511921], [-0.082925, 51.511924], [-0.082891, 51.511978], [-0.082754, 51.511966], [-0.082771, 51.511914], [-0.082687, 51.511905], [-0.082651, 51.512016], [-0.082428, 51.511993], [-0.082438, 51.511957], [-0.082265, 51.51194], [-0.082232, 51.511919], [-0.082233, 51.511766], [-0.082158, 51.511765], [-0.082154, 51.511676], [-0.082788, 51.511638], [-0.08277, 51.511648], [-0.082797, 51.511648], [-0.08279, 51.511638]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1720, &quot;postcode&quot;: &quot;EC3M 6BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08279, 51.511638], [-0.082788, 51.511648], [-0.082788, 51.511638], [-0.08279, 51.511638]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3M 6BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085108, 51.511901], [-0.085057, 51.511924], [-0.084999, 51.512012], [-0.084891, 51.512006], [-0.084903, 51.511965], [-0.084861, 51.511904], [-0.084794, 51.511878], [-0.084653, 51.511855], [-0.084734, 51.511838], [-0.084862, 51.51186], [-0.084921, 51.511848], [-0.085106, 51.511872], [-0.085108, 51.511901]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 240, &quot;postcode&quot;: &quot;EC3M 6DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083908, 51.511723], [-0.083824, 51.511869], [-0.083696, 51.512028], [-0.083655, 51.512038], [-0.083557, 51.512113], [-0.083476, 51.51215], [-0.083062, 51.512242], [-0.083024, 51.51227], [-0.083028, 51.512311], [-0.082945, 51.512328], [-0.082933, 51.512365], [-0.083007, 51.512489], [-0.082877, 51.512542], [-0.082831, 51.512583], [-0.082689, 51.512533], [-0.082534, 51.512544], [-0.082457, 51.512524], [-0.0824, 51.512541], [-0.082287, 51.512653], [-0.081996, 51.513027], [-0.081792, 51.513329], [-0.081777, 51.513444], [-0.081665, 51.513471], [-0.081696, 51.513308], [-0.081751, 51.513208], [-0.082182, 51.512632], [-0.08231, 51.512482], [-0.082453, 51.51237], [-0.082452, 51.512328], [-0.082519, 51.512319], [-0.082704, 51.512206], [-0.082764, 51.512206], [-0.082809, 51.512187], [-0.082832, 51.512118], [-0.082797, 51.512079], [-0.082806, 51.512053], [-0.082948, 51.512067], [-0.08295, 51.512146], [-0.083016, 51.512172], [-0.083272, 51.512124], [-0.083333, 51.512127], [-0.083486, 51.512064], [-0.083534, 51.512058], [-0.083567, 51.512033], [-0.083707, 51.511736], [-0.083696, 51.511696], [-0.083908, 51.511723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3105, &quot;postcode&quot;: &quot;EC3M 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081875, 51.51344], [-0.081774, 51.513445], [-0.081665, 51.513471], [-0.081163, 51.51346], [-0.08105, 51.513451], [-0.080999, 51.513423], [-0.080943, 51.513415], [-0.081044, 51.512978], [-0.081351, 51.513031], [-0.081326, 51.513091], [-0.081369, 51.513128], [-0.081674, 51.513192], [-0.08175, 51.513174], [-0.081782, 51.513229], [-0.081849, 51.513244], [-0.081792, 51.51333], [-0.081787, 51.513405], [-0.081818, 51.513429], [-0.081875, 51.51344]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2291, &quot;postcode&quot;: &quot;EC3M 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083476, 51.51215], [-0.083593, 51.512336], [-0.083615, 51.512431], [-0.083197, 51.512395], [-0.083181, 51.512358], [-0.083108, 51.512368], [-0.083105, 51.512363], [-0.083102, 51.512355], [-0.083085, 51.512322], [-0.08302, 51.512306], [-0.083003, 51.512253], [-0.083476, 51.51215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 812, &quot;postcode&quot;: &quot;EC3M 7AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082264, 51.512032], [-0.082801, 51.512079], [-0.082836, 51.512097], [-0.082822, 51.512182], [-0.082772, 51.512208], [-0.082704, 51.512206], [-0.082638, 51.512236], [-0.082514, 51.512324], [-0.082516, 51.512292], [-0.082402, 51.512238], [-0.082383, 51.512237], [-0.082338, 51.512286], [-0.082176, 51.512237], [-0.082225, 51.512177], [-0.082264, 51.512032]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 902, &quot;postcode&quot;: &quot;EC3M 7AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082466, 51.512521], [-0.082399, 51.512542], [-0.082157, 51.51282], [-0.082149, 51.512785], [-0.082087, 51.512763], [-0.082058, 51.512726], [-0.082063, 51.512696], [-0.082117, 51.512659], [-0.082102, 51.512618], [-0.081497, 51.512506], [-0.08152, 51.512388], [-0.082309, 51.512484], [-0.082327, 51.51251], [-0.08237, 51.512524], [-0.082449, 51.512499], [-0.082466, 51.512521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1125, &quot;postcode&quot;: &quot;EC3M 7AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082514, 51.512324], [-0.082309, 51.512484], [-0.081459, 51.512381], [-0.081556, 51.512244], [-0.081553, 51.512305], [-0.081579, 51.512334], [-0.081689, 51.512344], [-0.081739, 51.512332], [-0.081789, 51.512191], [-0.08201, 51.512223], [-0.082066, 51.512212], [-0.082298, 51.512272], [-0.082402, 51.512238], [-0.082516, 51.512292], [-0.082514, 51.512324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1342, &quot;postcode&quot;: &quot;EC3M 7AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083107, 51.51271], [-0.082943, 51.513114], [-0.082939, 51.513393], [-0.081778, 51.513438], [-0.08179, 51.513332], [-0.081852, 51.513228], [-0.081824, 51.513194], [-0.08175, 51.513173], [-0.0819, 51.512976], [-0.081902, 51.512948], [-0.082057, 51.512726], [-0.082111, 51.512775], [-0.082192, 51.51277], [-0.082412, 51.512528], [-0.08245, 51.512515], [-0.082835, 51.512651], [-0.083107, 51.51271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6579, &quot;postcode&quot;: &quot;EC3M 7DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082699, 51.512533], [-0.082643, 51.512541], [-0.082613, 51.512572], [-0.082534, 51.512544], [-0.082567, 51.512519], [-0.082616, 51.512528], [-0.082659, 51.512517], [-0.082699, 51.512533]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC3M 7DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084, 51.511725], [-0.083982, 51.511747], [-0.083897, 51.511754], [-0.083861, 51.511795], [-0.083876, 51.511747], [-0.083833, 51.511707], [-0.084, 51.511725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;EC3M 7HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083609, 51.511939], [-0.083565, 51.512047], [-0.083591, 51.512087], [-0.083568, 51.512108], [-0.083527, 51.512083], [-0.083469, 51.512077], [-0.083382, 51.512118], [-0.08328, 51.512139], [-0.083242, 51.512064], [-0.083278, 51.512008], [-0.083254, 51.511969], [-0.083282, 51.511875], [-0.083403, 51.511896], [-0.083448, 51.511887], [-0.083475, 51.511859], [-0.083572, 51.511876], [-0.083571, 51.511915], [-0.083609, 51.511939]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 544, &quot;postcode&quot;: &quot;EC3M 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083664, 51.511824], [-0.083609, 51.511939], [-0.083503, 51.511903], [-0.08345, 51.511907], [-0.083282, 51.511875], [-0.08331, 51.51178], [-0.083374, 51.511757], [-0.083664, 51.511824]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 325, &quot;postcode&quot;: &quot;EC3M 7HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083283, 51.512054], [-0.083242, 51.512064], [-0.083272, 51.512124], [-0.083, 51.512178], [-0.08294, 51.512161], [-0.082943, 51.512133], [-0.082971, 51.512114], [-0.083, 51.511975], [-0.083181, 51.511987], [-0.083185, 51.511964], [-0.083289, 51.511976], [-0.08327, 51.512031], [-0.083283, 51.512054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 403, &quot;postcode&quot;: &quot;EC3M 7HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08339, 51.511694], [-0.083362, 51.511785], [-0.0833, 51.511817], [-0.083253, 51.511969], [-0.083181, 51.511987], [-0.083058, 51.511979], [-0.083012, 51.511989], [-0.082988, 51.512016], [-0.082971, 51.512114], [-0.082943, 51.512133], [-0.082938, 51.512086], [-0.082891, 51.512062], [-0.082843, 51.51206], [-0.082801, 51.512079], [-0.082317, 51.512037], [-0.082259, 51.512053], [-0.08218, 51.511981], [-0.082095, 51.511973], [-0.082093, 51.511786], [-0.082158, 51.511765], [-0.082233, 51.511766], [-0.082232, 51.511902], [-0.082257, 51.511932], [-0.082389, 51.51195], [-0.082449, 51.511914], [-0.082439, 51.511962], [-0.082462, 51.511989], [-0.082604, 51.512009], [-0.082658, 51.511985], [-0.082687, 51.511905], [-0.082771, 51.511914], [-0.082783, 51.511956], [-0.082838, 51.511973], [-0.082901, 51.511955], [-0.082925, 51.511924], [-0.083004, 51.511912], [-0.083039, 51.511836], [-0.08309, 51.51183], [-0.083121, 51.511806], [-0.083152, 51.511667], [-0.08339, 51.511694]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1385, &quot;postcode&quot;: &quot;EC3M 7JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084584, 51.511073], [-0.084545, 51.511142], [-0.084454, 51.511127], [-0.08433, 51.511161], [-0.084298, 51.511208], [-0.084312, 51.511261], [-0.084259, 51.511262], [-0.08422, 51.511289], [-0.084155, 51.511282], [-0.084107, 51.511299], [-0.083984, 51.511627], [-0.083932, 51.511621], [-0.084006, 51.51135], [-0.083955, 51.511316], [-0.083859, 51.511327], [-0.083834, 51.511295], [-0.083936, 51.511305], [-0.083989, 51.511285], [-0.08404, 51.511186], [-0.084041, 51.511111], [-0.08415, 51.51102], [-0.084168, 51.510952], [-0.084135, 51.510929], [-0.084124, 51.510886], [-0.084065, 51.510866], [-0.08414, 51.510872], [-0.084211, 51.510823], [-0.084267, 51.510829], [-0.084266, 51.510869], [-0.084307, 51.510895], [-0.084268, 51.510965], [-0.084281, 51.510998], [-0.084584, 51.511073]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1116, &quot;postcode&quot;: &quot;EC3M 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084394, 51.511138], [-0.084479, 51.511128], [-0.084434, 51.511219], [-0.084476, 51.511226], [-0.084428, 51.511309], [-0.084407, 51.511305], [-0.084402, 51.511317], [-0.08422, 51.511289], [-0.084232, 51.511258], [-0.084312, 51.511261], [-0.084319, 51.511244], [-0.08427, 51.511236], [-0.084286, 51.511195], [-0.084307, 51.511189], [-0.084316, 51.511154], [-0.084388, 51.51115], [-0.084394, 51.511138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 222, &quot;postcode&quot;: &quot;EC3M 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084182, 51.510956], [-0.084146, 51.511028], [-0.084039, 51.511118], [-0.084053, 51.511206], [-0.083876, 51.511241], [-0.083835, 51.51127], [-0.083885, 51.511415], [-0.083973, 51.511472], [-0.083864, 51.511624], [-0.083634, 51.511593], [-0.083789, 51.51161], [-0.083863, 51.511587], [-0.083891, 51.511561], [-0.083913, 51.511459], [-0.083871, 51.511436], [-0.083716, 51.511414], [-0.083742, 51.511324], [-0.083704, 51.511288], [-0.083562, 51.511302], [-0.08314, 51.511228], [-0.083173, 51.511024], [-0.083098, 51.510928], [-0.083115, 51.510877], [-0.083153, 51.51084], [-0.0832, 51.510857], [-0.083238, 51.510897], [-0.083414, 51.510917], [-0.083472, 51.51089], [-0.083491, 51.510803], [-0.083722, 51.510822], [-0.083767, 51.510838], [-0.083861, 51.510829], [-0.084161, 51.510885], [-0.084154, 51.510916], [-0.084182, 51.510956]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3230, &quot;postcode&quot;: &quot;EC3M 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084707, 51.511363], [-0.084578, 51.511339], [-0.08453, 51.511347], [-0.084451, 51.511482], [-0.08413, 51.511432], [-0.084078, 51.511445], [-0.084055, 51.511478], [-0.083972, 51.511471], [-0.083924, 51.511412], [-0.083861, 51.511377], [-0.083859, 51.511327], [-0.084065, 51.511291], [-0.084109, 51.511271], [-0.084409, 51.511306], [-0.084707, 51.511363]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 740, &quot;postcode&quot;: &quot;EC3M 8AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076782, 51.514196], [-0.076643, 51.51437], [-0.076519, 51.5144], [-0.076327, 51.514239], [-0.076259, 51.514207], [-0.076196, 51.514212], [-0.076196, 51.514173], [-0.076136, 51.514135], [-0.076041, 51.514026], [-0.075966, 51.513999], [-0.075941, 51.51396], [-0.075878, 51.513948], [-0.076061, 51.51387], [-0.076162, 51.513846], [-0.076257, 51.513839], [-0.076341, 51.51385], [-0.076428, 51.513888], [-0.076761, 51.514147], [-0.076782, 51.514196]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1930, &quot;postcode&quot;: &quot;EC3N 1AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077509, 51.514098], [-0.077176, 51.514292], [-0.077163, 51.514262], [-0.076776, 51.513988], [-0.076454, 51.513712], [-0.076724, 51.513608], [-0.077509, 51.514098]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2147, &quot;postcode&quot;: &quot;EC3N 1AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07655, 51.514429], [-0.076471, 51.514477], [-0.076447, 51.514476], [-0.076329, 51.514383], [-0.07628, 51.514369], [-0.07613, 51.514416], [-0.076107, 51.514444], [-0.076083, 51.514691], [-0.075844, 51.51481], [-0.075811, 51.514794], [-0.075821, 51.514767], [-0.075799, 51.514738], [-0.075872, 51.514723], [-0.075882, 51.514677], [-0.075771, 51.514574], [-0.075667, 51.514546], [-0.075526, 51.514556], [-0.075452, 51.51464], [-0.07486, 51.514826], [-0.074679, 51.514726], [-0.074414, 51.514783], [-0.074256, 51.514666], [-0.074311, 51.514528], [-0.075023, 51.51426], [-0.07529, 51.514168], [-0.075342, 51.514163], [-0.075994, 51.513903], [-0.076049, 51.514002], [-0.076106, 51.514052], [-0.076095, 51.514087], [-0.076134, 51.514133], [-0.076375, 51.514269], [-0.07655, 51.514429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7549, &quot;postcode&quot;: &quot;EC3N 1AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077795, 51.51466], [-0.077684, 51.514737], [-0.077524, 51.514648], [-0.077467, 51.51464], [-0.077461, 51.514607], [-0.077377, 51.51454], [-0.076947, 51.514292], [-0.076888, 51.514303], [-0.076569, 51.514489], [-0.07641, 51.51454], [-0.076371, 51.514509], [-0.076374, 51.514465], [-0.076257, 51.514369], [-0.076167, 51.514253], [-0.076413, 51.514449], [-0.076463, 51.514463], [-0.076509, 51.514453], [-0.076833, 51.514285], [-0.076866, 51.514241], [-0.076819, 51.514187], [-0.076427, 51.513887], [-0.076303, 51.513843], [-0.07619, 51.513842], [-0.076039, 51.51388], [-0.075355, 51.514157], [-0.075024, 51.51426], [-0.074213, 51.514566], [-0.074116, 51.514325], [-0.074061, 51.514275], [-0.073951, 51.514229], [-0.073856, 51.514106], [-0.073958, 51.514089], [-0.074248, 51.513978], [-0.074308, 51.514021], [-0.074403, 51.514003], [-0.074494, 51.514123], [-0.074543, 51.514148], [-0.074592, 51.514148], [-0.074629, 51.514128], [-0.074637, 51.514094], [-0.074521, 51.513942], [-0.074718, 51.513903], [-0.074782, 51.513989], [-0.074842, 51.514008], [-0.074922, 51.514133], [-0.075002, 51.514148], [-0.076074, 51.51378], [-0.076105, 51.513753], [-0.076094, 51.513715], [-0.076228, 51.513691], [-0.076382, 51.513633], [-0.07644, 51.513601], [-0.076441, 51.51356], [-0.076573, 51.513514], [-0.076724, 51.513608], [-0.076506, 51.513693], [-0.076484, 51.513721], [-0.076496, 51.513751], [-0.076775, 51.513987], [-0.077192, 51.514283], [-0.077212, 51.514317], [-0.077795, 51.51466]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6586, &quot;postcode&quot;: &quot;EC3N 1AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075609, 51.509824], [-0.075467, 51.509886], [-0.075377, 51.510095], [-0.07538, 51.510171], [-0.075143, 51.510196], [-0.075149, 51.510157], [-0.075123, 51.510131], [-0.07491, 51.51008], [-0.074815, 51.509819], [-0.075524, 51.509737], [-0.075609, 51.509824]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1684, &quot;postcode&quot;: &quot;EC3N 1AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076129, 51.513762], [-0.074949, 51.514168], [-0.07472, 51.513905], [-0.074749, 51.51385], [-0.0748, 51.513884], [-0.074871, 51.513872], [-0.074993, 51.513727], [-0.074873, 51.513361], [-0.074919, 51.513218], [-0.074958, 51.513188], [-0.075135, 51.513135], [-0.075612, 51.513073], [-0.07563, 51.513037], [-0.075618, 51.512987], [-0.075588, 51.512963], [-0.075598, 51.512915], [-0.075549, 51.512821], [-0.075552, 51.512776], [-0.075635, 51.512768], [-0.075734, 51.513134], [-0.075763, 51.513163], [-0.075843, 51.513367], [-0.076129, 51.513762]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7178, &quot;postcode&quot;: &quot;EC3N 1BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07595, 51.513717], [-0.075818, 51.513753], [-0.075803, 51.513708], [-0.075724, 51.513693], [-0.075671, 51.513631], [-0.075515, 51.513636], [-0.07551, 51.513588], [-0.075549, 51.513544], [-0.075526, 51.513383], [-0.075463, 51.513348], [-0.075477, 51.513189], [-0.075607, 51.513166], [-0.075627, 51.513131], [-0.075601, 51.5131], [-0.07555, 51.513089], [-0.074929, 51.513142], [-0.074916, 51.512998], [-0.075022, 51.512974], [-0.075028, 51.512913], [-0.07511, 51.512864], [-0.075126, 51.512835], [-0.075088, 51.512795], [-0.074914, 51.512773], [-0.074924, 51.512686], [-0.07494, 51.512671], [-0.075047, 51.512653], [-0.075096, 51.512588], [-0.075268, 51.512638], [-0.075486, 51.512619], [-0.075475, 51.512734], [-0.075537, 51.512778], [-0.075498, 51.512799], [-0.075491, 51.512829], [-0.07557, 51.512979], [-0.075644, 51.513011], [-0.075707, 51.513009], [-0.07577, 51.513105], [-0.075851, 51.513105], [-0.075859, 51.513165], [-0.075802, 51.513153], [-0.075713, 51.513173], [-0.075686, 51.513198], [-0.075681, 51.513245], [-0.075802, 51.513498], [-0.07595, 51.513717]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3307, &quot;postcode&quot;: &quot;EC3N 1BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074718, 51.512079], [-0.074729, 51.512114], [-0.074756, 51.512112], [-0.074808, 51.51236], [-0.074643, 51.512363], [-0.074615, 51.512194], [-0.074557, 51.512094], [-0.074318, 51.512116], [-0.074277, 51.512052], [-0.074745, 51.512011], [-0.074801, 51.512052], [-0.074864, 51.512066], [-0.074718, 51.512079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 601, &quot;postcode&quot;: &quot;EC3N 1DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075345, 51.512013], [-0.075238, 51.511702], [-0.075227, 51.511565], [-0.075209, 51.511566], [-0.075092, 51.511092], [-0.074969, 51.510724], [-0.075228, 51.510762], [-0.075608, 51.51213], [-0.07586, 51.513143], [-0.07612, 51.51372], [-0.076093, 51.513715], [-0.075844, 51.513369], [-0.075763, 51.513163], [-0.075655, 51.512766], [-0.075545, 51.512777], [-0.075468, 51.512469], [-0.075242, 51.512489], [-0.075264, 51.512576], [-0.074888, 51.512604], [-0.074862, 51.512511], [-0.074847, 51.512512], [-0.074756, 51.512112], [-0.074729, 51.512114], [-0.074718, 51.512079], [-0.075345, 51.512013]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6829, &quot;postcode&quot;: &quot;EC3N 1DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075539, 51.512751], [-0.075499, 51.512843], [-0.075469, 51.512843], [-0.075479, 51.512671], [-0.075461, 51.512642], [-0.075404, 51.512627], [-0.075223, 51.512644], [-0.075193, 51.51261], [-0.075103, 51.512588], [-0.075236, 51.512565], [-0.075253, 51.512538], [-0.075242, 51.512489], [-0.075466, 51.512464], [-0.075539, 51.512751]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 409, &quot;postcode&quot;: &quot;EC3N 1DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07518, 51.514205], [-0.075129, 51.514223], [-0.07518, 51.514205], [-0.07518, 51.514205]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3N 1DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07561, 51.511542], [-0.07545, 51.511555], [-0.075409, 51.511404], [-0.075533, 51.51141], [-0.075599, 51.511468], [-0.07561, 51.511542]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 177, &quot;postcode&quot;: &quot;EC3N 1DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075345, 51.512013], [-0.075235, 51.512025], [-0.075238, 51.511958], [-0.075283, 51.511947], [-0.075307, 51.51192], [-0.075294, 51.511865], [-0.075345, 51.512013]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 55, &quot;postcode&quot;: &quot;EC3N 1DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075311, 51.511912], [-0.075304, 51.51195], [-0.074054, 51.512071], [-0.07403, 51.512061], [-0.074003, 51.511934], [-0.073941, 51.511907], [-0.073889, 51.511815], [-0.073936, 51.511762], [-0.075206, 51.511657], [-0.075227, 51.511669], [-0.075311, 51.511912]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3194, &quot;postcode&quot;: &quot;EC3N 1DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075233, 51.511592], [-0.07501, 51.511613], [-0.074975, 51.511635], [-0.074959, 51.511679], [-0.074945, 51.51164], [-0.074885, 51.511622], [-0.074823, 51.511644], [-0.074817, 51.511683], [-0.074565, 51.511706], [-0.074543, 51.511674], [-0.074493, 51.511661], [-0.073654, 51.511724], [-0.073656, 51.511706], [-0.074381, 51.511631], [-0.074403, 51.511599], [-0.074367, 51.511349], [-0.074322, 51.511319], [-0.074228, 51.511319], [-0.074245, 51.511297], [-0.074305, 51.511294], [-0.074343, 51.511276], [-0.074551, 51.511261], [-0.074582, 51.511239], [-0.074597, 51.511189], [-0.07477, 51.511233], [-0.075025, 51.511181], [-0.07511, 51.511191], [-0.075204, 51.511541], [-0.075227, 51.511566], [-0.075233, 51.511592]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2823, &quot;postcode&quot;: &quot;EC3N 1JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075159, 51.510138], [-0.075145, 51.510195], [-0.075098, 51.510232], [-0.075115, 51.510311], [-0.075097, 51.510253], [-0.075055, 51.51023], [-0.074941, 51.510234], [-0.074897, 51.510266], [-0.07496, 51.5107], [-0.075, 51.510728], [-0.075108, 51.510743], [-0.07504, 51.510739], [-0.074997, 51.510761], [-0.075015, 51.510886], [-0.074925, 51.510959], [-0.074633, 51.510841], [-0.074345, 51.510803], [-0.074269, 51.510667], [-0.074207, 51.510645], [-0.074089, 51.510646], [-0.074043, 51.510671], [-0.074027, 51.510928], [-0.073862, 51.510931], [-0.073542, 51.510706], [-0.073645, 51.510651], [-0.073649, 51.510621], [-0.073622, 51.510596], [-0.073575, 51.510587], [-0.073016, 51.510609], [-0.072994, 51.510545], [-0.072887, 51.510525], [-0.072908, 51.510298], [-0.073009, 51.510214], [-0.073113, 51.510164], [-0.073178, 51.510152], [-0.073941, 51.510175], [-0.073989, 51.510162], [-0.074013, 51.510131], [-0.07413, 51.510129], [-0.074172, 51.510088], [-0.07411, 51.5099], [-0.074814, 51.509819], [-0.074913, 51.510073], [-0.075159, 51.510138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11030, &quot;postcode&quot;: &quot;EC3N 1JL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075562, 51.511163], [-0.075354, 51.511197], [-0.075228, 51.510777], [-0.075167, 51.510744], [-0.07521, 51.510712], [-0.075202, 51.510657], [-0.075299, 51.510668], [-0.075292, 51.510846], [-0.075326, 51.510881], [-0.075344, 51.510952], [-0.075374, 51.510976], [-0.075482, 51.511], [-0.075562, 51.511163]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 474, &quot;postcode&quot;: &quot;EC3N 1LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078298, 51.512807], [-0.07771, 51.513115], [-0.077349, 51.512631], [-0.07751, 51.51259], [-0.077533, 51.512555], [-0.077512, 51.51251], [-0.077637, 51.51247], [-0.077668, 51.512521], [-0.077723, 51.512537], [-0.077919, 51.512475], [-0.078298, 51.512807]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2523, &quot;postcode&quot;: &quot;EC3N 1LH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076389, 51.513324], [-0.076434, 51.513443], [-0.076368, 51.513453], [-0.076471, 51.513599], [-0.076261, 51.513671], [-0.076268, 51.513681], [-0.07612, 51.51372], [-0.075966, 51.513391], [-0.076389, 51.513324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 965, &quot;postcode&quot;: &quot;EC3N 1LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075096, 51.512588], [-0.075052, 51.51266], [-0.074969, 51.512669], [-0.074932, 51.512687], [-0.074913, 51.512773], [-0.074252, 51.512695], [-0.074232, 51.512618], [-0.074523, 51.51258], [-0.074545, 51.512549], [-0.074522, 51.51245], [-0.074632, 51.512429], [-0.074644, 51.512363], [-0.074808, 51.51236], [-0.074842, 51.51249], [-0.074901, 51.512589], [-0.074947, 51.5126], [-0.075096, 51.512588]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1291, &quot;postcode&quot;: &quot;EC3N 1LQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076262, 51.513071], [-0.076196, 51.513084], [-0.076165, 51.513139], [-0.07625, 51.513346], [-0.075966, 51.513391], [-0.075829, 51.513035], [-0.075786, 51.513014], [-0.075725, 51.513021], [-0.075673, 51.513], [-0.075578, 51.513001], [-0.075499, 51.512843], [-0.075539, 51.512751], [-0.075583, 51.51277], [-0.075706, 51.512771], [-0.075751, 51.512752], [-0.075763, 51.512722], [-0.076068, 51.512694], [-0.076096, 51.51283], [-0.076079, 51.512878], [-0.07614, 51.512907], [-0.076159, 51.513007], [-0.076202, 51.513027], [-0.076255, 51.513023], [-0.076262, 51.513071]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2124, &quot;postcode&quot;: &quot;EC3N 1LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07615, 51.512486], [-0.076089, 51.51246], [-0.075934, 51.512483], [-0.0759, 51.512519], [-0.075925, 51.512621], [-0.075738, 51.512637], [-0.075657, 51.512325], [-0.075723, 51.512347], [-0.076, 51.512321], [-0.076035, 51.512427], [-0.076079, 51.512447], [-0.076135, 51.512441], [-0.07615, 51.512486]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 626, &quot;postcode&quot;: &quot;EC3N 1NT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075601, 51.512113], [-0.075763, 51.512098], [-0.07578, 51.512156], [-0.075923, 51.512147], [-0.075951, 51.512158], [-0.076, 51.512321], [-0.075664, 51.512353], [-0.075601, 51.512113]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 546, &quot;postcode&quot;: &quot;EC3N 1NU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075413, 51.51226], [-0.075422, 51.512294], [-0.075413, 51.51226], [-0.075413, 51.51226]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3N 1PE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077607, 51.513254], [-0.07756, 51.513293], [-0.077593, 51.513335], [-0.077526, 51.513359], [-0.077501, 51.513386], [-0.077547, 51.51346], [-0.076927, 51.513735], [-0.076837, 51.513678], [-0.076818, 51.513613], [-0.076773, 51.5136], [-0.076724, 51.513608], [-0.076573, 51.513514], [-0.076631, 51.513492], [-0.076655, 51.513466], [-0.076628, 51.513314], [-0.0767, 51.513299], [-0.076748, 51.513238], [-0.0768, 51.513216], [-0.076809, 51.513157], [-0.077147, 51.513141], [-0.077221, 51.513119], [-0.077281, 51.513134], [-0.077405, 51.513223], [-0.077455, 51.513222], [-0.077549, 51.513184], [-0.077607, 51.513254]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3005, &quot;postcode&quot;: &quot;EC3N 1RE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078906, 51.51109], [-0.078891, 51.5111], [-0.07863, 51.511142], [-0.078729, 51.511122], [-0.078906, 51.51109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC3N 2AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078949, 51.511181], [-0.079003, 51.511485], [-0.078646, 51.511417], [-0.078595, 51.511378], [-0.078457, 51.511381], [-0.078222, 51.511339], [-0.078162, 51.511367], [-0.078072, 51.51155], [-0.078043, 51.511537], [-0.078012, 51.511452], [-0.078032, 51.511363], [-0.078066, 51.511331], [-0.078112, 51.511334], [-0.078435, 51.51128], [-0.078602, 51.511238], [-0.078626, 51.511245], [-0.078558, 51.511284], [-0.078561, 51.511344], [-0.078605, 51.511371], [-0.078676, 51.51137], [-0.078715, 51.511352], [-0.078727, 51.511323], [-0.078708, 51.511268], [-0.078663, 51.511245], [-0.078949, 51.511181]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 953, &quot;postcode&quot;: &quot;EC3N 2AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076185, 51.512599], [-0.076044, 51.512136], [-0.076149, 51.512126], [-0.076113, 51.511899], [-0.076136, 51.511897], [-0.076132, 51.511879], [-0.076231, 51.511873], [-0.076177, 51.511658], [-0.07628, 51.511654], [-0.076364, 51.512583], [-0.076185, 51.512599]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1328, &quot;postcode&quot;: &quot;EC3N 2AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078043, 51.511538], [-0.077948, 51.511586], [-0.077878, 51.511577], [-0.077804, 51.511594], [-0.077697, 51.511537], [-0.077628, 51.511539], [-0.077666, 51.511504], [-0.077822, 51.511433], [-0.078032, 51.511363], [-0.078013, 51.511452], [-0.078043, 51.511538]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 392, &quot;postcode&quot;: &quot;EC3N 2AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077905, 51.511288], [-0.077729, 51.511332], [-0.077702, 51.511312], [-0.0774, 51.511211], [-0.07742, 51.51112], [-0.077684, 51.510872], [-0.077791, 51.511237], [-0.077818, 51.511262], [-0.077905, 51.511288]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 800, &quot;postcode&quot;: &quot;EC3N 2AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077681, 51.511306], [-0.07766, 51.511349], [-0.077407, 51.511414], [-0.077301, 51.511463], [-0.077283, 51.511491], [-0.077299, 51.511564], [-0.077281, 51.511503], [-0.077236, 51.51148], [-0.077256, 51.511435], [-0.077322, 51.511444], [-0.077383, 51.511414], [-0.077357, 51.511327], [-0.077388, 51.5113], [-0.077423, 51.511214], [-0.077681, 51.511306]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 296, &quot;postcode&quot;: &quot;EC3N 2AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076921, 51.510713], [-0.076889, 51.510719], [-0.076971, 51.510807], [-0.077098, 51.511022], [-0.076791, 51.511065], [-0.076216, 51.510954], [-0.076174, 51.510489], [-0.076215, 51.510484], [-0.076238, 51.510559], [-0.076808, 51.51049], [-0.07686, 51.510647], [-0.076921, 51.510713]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2892, &quot;postcode&quot;: &quot;EC3N 2BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076129, 51.512827], [-0.07614, 51.512907], [-0.076023, 51.512916], [-0.076017, 51.512886], [-0.075803, 51.512906], [-0.075792, 51.512857], [-0.076129, 51.512827]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 156, &quot;postcode&quot;: &quot;EC3N 2DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077909, 51.51229], [-0.077955, 51.512332], [-0.078001, 51.5123], [-0.078121, 51.512359], [-0.078033, 51.51244], [-0.077777, 51.512405], [-0.077779, 51.51239], [-0.077822, 51.512376], [-0.077755, 51.512313], [-0.077797, 51.512276], [-0.077845, 51.51232], [-0.077909, 51.51229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 266, &quot;postcode&quot;: &quot;EC3N 2EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077552, 51.512526], [-0.077531, 51.512588], [-0.077356, 51.51264], [-0.076957, 51.512704], [-0.076973, 51.512611], [-0.077273, 51.512551], [-0.07729, 51.512519], [-0.077258, 51.512471], [-0.0773, 51.512523], [-0.07734, 51.512539], [-0.077512, 51.51251], [-0.077552, 51.512526]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 414, &quot;postcode&quot;: &quot;EC3N 2ES&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076361, 51.512642], [-0.076402, 51.512667], [-0.076471, 51.512669], [-0.076445, 51.512727], [-0.076384, 51.512762], [-0.076392, 51.512884], [-0.076422, 51.512914], [-0.076568, 51.512954], [-0.076628, 51.513314], [-0.07649, 51.513324], [-0.076438, 51.513272], [-0.076371, 51.513264], [-0.076321, 51.513179], [-0.076261, 51.513156], [-0.076243, 51.513121], [-0.076233, 51.51307], [-0.076257, 51.513033], [-0.076235, 51.512884], [-0.076207, 51.512838], [-0.076195, 51.512685], [-0.076294, 51.512677], [-0.076361, 51.512642]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1263, &quot;postcode&quot;: &quot;EC3N 2ET&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077321, 51.51255], [-0.077011, 51.512606], [-0.076967, 51.512641], [-0.076975, 51.512674], [-0.077015, 51.5127], [-0.077076, 51.512915], [-0.077179, 51.51306], [-0.077098, 51.513085], [-0.077083, 51.513129], [-0.07677, 51.513161], [-0.076715, 51.512909], [-0.076716, 51.512422], [-0.07679, 51.512404], [-0.076862, 51.512298], [-0.07697, 51.512275], [-0.077025, 51.512341], [-0.077036, 51.512419], [-0.077091, 51.51248], [-0.077154, 51.512495], [-0.077257, 51.51247], [-0.077321, 51.51255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2267, &quot;postcode&quot;: &quot;EC3N 2EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076248, 51.512594], [-0.076185, 51.512599], [-0.076119, 51.512582], [-0.076061, 51.512609], [-0.075925, 51.512621], [-0.075891, 51.512483], [-0.076042, 51.512469], [-0.076082, 51.512558], [-0.076127, 51.512571], [-0.076174, 51.512563], [-0.076201, 51.512586], [-0.076248, 51.512594]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 189, &quot;postcode&quot;: &quot;EC3N 2HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077822, 51.512376], [-0.077766, 51.512419], [-0.077548, 51.512502], [-0.077321, 51.51255], [-0.077244, 51.512485], [-0.077114, 51.512508], [-0.077017, 51.512398], [-0.077005, 51.512321], [-0.076963, 51.51229], [-0.076887, 51.512293], [-0.076834, 51.512341], [-0.076718, 51.512366], [-0.076704, 51.512334], [-0.076663, 51.512317], [-0.07659, 51.512332], [-0.076482, 51.512327], [-0.076447, 51.512284], [-0.076381, 51.511804], [-0.076448, 51.511774], [-0.076447, 51.511689], [-0.076399, 51.511653], [-0.07628, 51.511654], [-0.076268, 51.511519], [-0.077182, 51.511497], [-0.077278, 51.511479], [-0.077303, 51.511624], [-0.077244, 51.511648], [-0.077232, 51.511691], [-0.076926, 51.511998], [-0.076923, 51.512036], [-0.076967, 51.512062], [-0.077021, 51.512059], [-0.077213, 51.511905], [-0.077274, 51.511921], [-0.077514, 51.512117], [-0.077528, 51.512184], [-0.077657, 51.512232], [-0.077822, 51.512376]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6823, &quot;postcode&quot;: &quot;EC3N 2HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076278, 51.511654], [-0.076216, 51.511664], [-0.076188, 51.511693], [-0.07623, 51.511868], [-0.076122, 51.511888], [-0.076098, 51.511937], [-0.07602, 51.511943], [-0.075964, 51.5117], [-0.076001, 51.511666], [-0.076278, 51.511654]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 413, &quot;postcode&quot;: &quot;EC3N 2JY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076148, 51.511342], [-0.076129, 51.511277], [-0.076097, 51.511254], [-0.076123, 51.511252], [-0.076148, 51.511342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC3N 2LB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07581, 51.511526], [-0.075611, 51.511542], [-0.075599, 51.51147], [-0.075533, 51.51141], [-0.075591, 51.511376], [-0.075756, 51.511378], [-0.07581, 51.511526]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 245, &quot;postcode&quot;: &quot;EC3N 2LR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076267, 51.511519], [-0.076191, 51.511523], [-0.076135, 51.511296], [-0.076111, 51.511269], [-0.076059, 51.511259], [-0.075909, 51.511274], [-0.075883, 51.511179], [-0.075802, 51.511147], [-0.075735, 51.511153], [-0.075705, 51.511191], [-0.075589, 51.511165], [-0.075655, 51.511027], [-0.075703, 51.511018], [-0.07573, 51.510993], [-0.075695, 51.510851], [-0.075899, 51.510884], [-0.075938, 51.510868], [-0.075988, 51.510805], [-0.076199, 51.510772], [-0.076267, 51.511519]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1853, &quot;postcode&quot;: &quot;EC3N 2LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075756, 51.511377], [-0.075597, 51.51138], [-0.075533, 51.51141], [-0.075409, 51.511404], [-0.075354, 51.511197], [-0.075562, 51.511163], [-0.075705, 51.511191], [-0.075756, 51.511377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 584, &quot;postcode&quot;: &quot;EC3N 2LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076426, 51.513259], [-0.076428, 51.513329], [-0.07625, 51.513346], [-0.076153, 51.513119], [-0.076168, 51.513087], [-0.076133, 51.512862], [-0.076096, 51.51283], [-0.076063, 51.512719], [-0.076002, 51.512701], [-0.075763, 51.512722], [-0.075738, 51.512637], [-0.076023, 51.512612], [-0.076071, 51.51257], [-0.075955, 51.512177], [-0.075902, 51.51215], [-0.07578, 51.512156], [-0.075721, 51.511967], [-0.075845, 51.511952], [-0.075884, 51.511923], [-0.075844, 51.511715], [-0.075826, 51.511691], [-0.075783, 51.511677], [-0.075491, 51.511694], [-0.07545, 51.511555], [-0.07575, 51.51153], [-0.075788, 51.51151], [-0.075798, 51.51148], [-0.075626, 51.510938], [-0.075557, 51.510889], [-0.075426, 51.510904], [-0.075352, 51.510876], [-0.0754, 51.510696], [-0.075356, 51.510671], [-0.075202, 51.510657], [-0.075087, 51.510202], [-0.075353, 51.510163], [-0.075456, 51.509879], [-0.075608, 51.509824], [-0.075733, 51.509968], [-0.0755, 51.51001], [-0.075483, 51.510042], [-0.075509, 51.510126], [-0.075578, 51.510151], [-0.075866, 51.510122], [-0.076172, 51.510477], [-0.076199, 51.510772], [-0.075996, 51.510807], [-0.075918, 51.510895], [-0.075774, 51.510872], [-0.075732, 51.510887], [-0.075715, 51.51092], [-0.075777, 51.511131], [-0.075882, 51.511165], [-0.075902, 51.511238], [-0.075933, 51.511261], [-0.076123, 51.511252], [-0.076186, 51.511489], [-0.076218, 51.511513], [-0.076267, 51.511519], [-0.07628, 51.511654], [-0.07605, 51.511666], [-0.075986, 51.511708], [-0.075973, 51.511737], [-0.076012, 51.511866], [-0.076053, 51.511883], [-0.076132, 51.51188], [-0.076119, 51.511927], [-0.076149, 51.512126], [-0.07608, 51.51214], [-0.076057, 51.512177], [-0.076174, 51.512562], [-0.076233, 51.512593], [-0.076364, 51.512583], [-0.076373, 51.512674], [-0.07624, 51.512686], [-0.076202, 51.512729], [-0.07626, 51.513095], [-0.076358, 51.513238], [-0.076426, 51.513259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9744, &quot;postcode&quot;: &quot;EC3N 2LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077746, 51.510814], [-0.077684, 51.510871], [-0.077654, 51.510809], [-0.077546, 51.510788], [-0.077102, 51.510823], [-0.076966, 51.510572], [-0.076983, 51.5105], [-0.076962, 51.510449], [-0.076987, 51.510432], [-0.077006, 51.510473], [-0.077066, 51.510489], [-0.077666, 51.51044], [-0.07771, 51.510741], [-0.077695, 51.510777], [-0.077746, 51.510814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1794, &quot;postcode&quot;: &quot;EC3N 2NR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077629, 51.51085], [-0.077634, 51.510918], [-0.077302, 51.51123], [-0.077146, 51.510896], [-0.077212, 51.510853], [-0.07721, 51.510814], [-0.077245, 51.510811], [-0.077325, 51.510861], [-0.077589, 51.510842], [-0.077629, 51.51085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 818, &quot;postcode&quot;: &quot;EC3N 2NU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075721, 51.511966], [-0.075735, 51.512009], [-0.075571, 51.512026], [-0.075523, 51.511826], [-0.075865, 51.511809], [-0.075893, 51.511939], [-0.075872, 51.511952], [-0.075721, 51.511966]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 449, &quot;postcode&quot;: &quot;EC3N 2PU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075655, 51.511027], [-0.075589, 51.511165], [-0.075562, 51.511163], [-0.075483, 51.511], [-0.075551, 51.510963], [-0.075544, 51.510929], [-0.075486, 51.510895], [-0.075505, 51.510828], [-0.075573, 51.510755], [-0.0756, 51.510929], [-0.075633, 51.510957], [-0.075655, 51.511027]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 282, &quot;postcode&quot;: &quot;EC3N 2PX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077932, 51.512075], [-0.078225, 51.512313], [-0.078121, 51.512359], [-0.078001, 51.5123], [-0.077955, 51.512332], [-0.077909, 51.51229], [-0.077845, 51.51232], [-0.077733, 51.512217], [-0.07778, 51.51219], [-0.077717, 51.51214], [-0.077932, 51.512075]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 573, &quot;postcode&quot;: &quot;EC3N 3AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077713, 51.511945], [-0.077523, 51.512056], [-0.077483, 51.512042], [-0.077423, 51.512045], [-0.077269, 51.511924], [-0.077213, 51.511905], [-0.077392, 51.511748], [-0.077713, 51.511945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 603, &quot;postcode&quot;: &quot;EC3N 3AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077834, 51.511709], [-0.077691, 51.511772], [-0.077489, 51.511651], [-0.077655, 51.51151], [-0.077804, 51.511594], [-0.077881, 51.511574], [-0.077959, 51.511686], [-0.077834, 51.511709]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 486, &quot;postcode&quot;: &quot;EC3N 3AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078237, 51.51164], [-0.078596, 51.511709], [-0.078072, 51.512], [-0.077876, 51.511883], [-0.078237, 51.51164]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 891, &quot;postcode&quot;: &quot;EC3N 3AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078608, 51.512644], [-0.078323, 51.512778], [-0.078197, 51.512671], [-0.078125, 51.51266], [-0.077974, 51.51253], [-0.078025, 51.512433], [-0.078121, 51.512359], [-0.078225, 51.512313], [-0.078288, 51.512416], [-0.078546, 51.51263], [-0.078608, 51.512644]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1043, &quot;postcode&quot;: &quot;EC3N 3DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077717, 51.51214], [-0.07778, 51.51219], [-0.077733, 51.512217], [-0.077797, 51.512276], [-0.077745, 51.512316], [-0.077659, 51.512233], [-0.077607, 51.512203], [-0.077557, 51.512207], [-0.077491, 51.512156], [-0.077516, 51.512145], [-0.077514, 51.512117], [-0.077423, 51.512045], [-0.0775, 51.512036], [-0.077523, 51.512056], [-0.077713, 51.511945], [-0.077932, 51.512075], [-0.077717, 51.51214]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 592, &quot;postcode&quot;: &quot;EC3N 3DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0775, 51.511657], [-0.078072, 51.512], [-0.07838, 51.512253], [-0.078439, 51.512363], [-0.078721, 51.51259], [-0.07858, 51.512657], [-0.078259, 51.512392], [-0.078274, 51.512387], [-0.078238, 51.512324], [-0.077932, 51.512075], [-0.077392, 51.511748], [-0.0775, 51.511657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1667, &quot;postcode&quot;: &quot;EC3N 3ED&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078237, 51.51164], [-0.077876, 51.511883], [-0.077691, 51.511772], [-0.07775, 51.511738], [-0.07792, 51.511682], [-0.077931, 51.511648], [-0.077881, 51.511575], [-0.077953, 51.511579], [-0.078043, 51.511538], [-0.078072, 51.51155], [-0.078065, 51.511583], [-0.07809, 51.511609], [-0.078237, 51.51164]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 577, &quot;postcode&quot;: &quot;EC3N 3EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078773, 51.509636], [-0.078781, 51.509695], [-0.078876, 51.509696], [-0.078872, 51.509893], [-0.078797, 51.509898], [-0.078596, 51.509818], [-0.078576, 51.50984], [-0.078543, 51.509833], [-0.078397, 51.509767], [-0.078274, 51.509866], [-0.078299, 51.509879], [-0.078161, 51.509995], [-0.07801, 51.509938], [-0.078523, 51.509609], [-0.078741, 51.509603], [-0.078773, 51.509636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1061, &quot;postcode&quot;: &quot;EC3N 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078737, 51.510662], [-0.078595, 51.510785], [-0.078822, 51.510772], [-0.078867, 51.511097], [-0.078146, 51.511233], [-0.078035, 51.511269], [-0.078029, 51.511259], [-0.077904, 51.511288], [-0.077797, 51.511259], [-0.077684, 51.510871], [-0.077746, 51.510814], [-0.077881, 51.510806], [-0.077886, 51.510828], [-0.078058, 51.510817], [-0.078124, 51.510697], [-0.078737, 51.510662]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3964, &quot;postcode&quot;: &quot;EC3N 4AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078737, 51.510662], [-0.079179, 51.510642], [-0.079177, 51.510609], [-0.07919, 51.510616], [-0.079192, 51.510642], [-0.079222, 51.510663], [-0.079253, 51.51097], [-0.079208, 51.51098], [-0.07919, 51.51075], [-0.079211, 51.51102], [-0.079195, 51.511037], [-0.078867, 51.511097], [-0.078822, 51.510772], [-0.078595, 51.510785], [-0.078737, 51.510662]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1403, &quot;postcode&quot;: &quot;EC3N 4AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07919, 51.510462], [-0.07917, 51.51049], [-0.079179, 51.510642], [-0.078163, 51.510695], [-0.078114, 51.510716], [-0.078058, 51.510817], [-0.077886, 51.510828], [-0.077815, 51.51081], [-0.077776, 51.510496], [-0.07772, 51.510282], [-0.077637, 51.510266], [-0.077612, 51.510234], [-0.077564, 51.51022], [-0.077021, 51.510267], [-0.076973, 51.5103], [-0.076959, 51.510443], [-0.076889, 51.510451], [-0.076851, 51.510154], [-0.077897, 51.509993], [-0.078321, 51.509734], [-0.078065, 51.509904], [-0.078066, 51.509955], [-0.078117, 51.509977], [-0.078172, 51.509975], [-0.078274, 51.509897], [-0.078381, 51.509941], [-0.078669, 51.509924], [-0.078716, 51.509903], [-0.078797, 51.509898], [-0.079198, 51.510057], [-0.07919, 51.510462]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9494, &quot;postcode&quot;: &quot;EC3N 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078383, 51.509941], [-0.078274, 51.509897], [-0.078299, 51.509879], [-0.078274, 51.509866], [-0.078397, 51.509767], [-0.078543, 51.509833], [-0.078576, 51.50984], [-0.078596, 51.509818], [-0.078797, 51.509898], [-0.078716, 51.509903], [-0.078719, 51.509921], [-0.078383, 51.509941]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 383, &quot;postcode&quot;: &quot;EC3N 4AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07962, 51.510106], [-0.079571, 51.510339], [-0.079303, 51.510337], [-0.079246, 51.510319], [-0.079187, 51.510337], [-0.079198, 51.510057], [-0.079251, 51.510096], [-0.079398, 51.510132], [-0.079447, 51.510127], [-0.079478, 51.510104], [-0.07962, 51.510106]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 706, &quot;postcode&quot;: &quot;EC3N 4AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079778, 51.510677], [-0.0794, 51.510675], [-0.079349, 51.510689], [-0.079329, 51.510722], [-0.079341, 51.511011], [-0.07928, 51.511032], [-0.079275, 51.510993], [-0.079247, 51.51097], [-0.079223, 51.510672], [-0.079177, 51.510608], [-0.079169, 51.510462], [-0.079189, 51.510435], [-0.079212, 51.510083], [-0.07919, 51.510055], [-0.079132, 51.510031], [-0.079289, 51.509873], [-0.079345, 51.509773], [-0.079545, 51.509519], [-0.079693, 51.509488], [-0.079661, 51.509529], [-0.07961, 51.509535], [-0.079578, 51.509557], [-0.079467, 51.509715], [-0.079472, 51.509748], [-0.079409, 51.509857], [-0.07937, 51.509877], [-0.079353, 51.50991], [-0.079542, 51.510193], [-0.079415, 51.510144], [-0.079348, 51.510149], [-0.079317, 51.510182], [-0.079317, 51.510291], [-0.079369, 51.510335], [-0.079525, 51.510334], [-0.07979, 51.510362], [-0.0798, 51.510617], [-0.079778, 51.510677]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2733, &quot;postcode&quot;: &quot;EC3N 4AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077766, 51.510479], [-0.077719, 51.510482], [-0.077685, 51.510505], [-0.077687, 51.510581], [-0.07767, 51.510477], [-0.077614, 51.510446], [-0.076997, 51.510496], [-0.076975, 51.510287], [-0.077024, 51.510266], [-0.077498, 51.510225], [-0.077677, 51.510229], [-0.077738, 51.510267], [-0.077766, 51.510479]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1359, &quot;postcode&quot;: &quot;EC3N 4DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077794, 51.510768], [-0.077746, 51.510813], [-0.077695, 51.510832], [-0.077684, 51.510871], [-0.077633, 51.51092], [-0.077623, 51.510871], [-0.077552, 51.510845], [-0.077238, 51.510862], [-0.07717, 51.51089], [-0.077161, 51.510924], [-0.077281, 51.511151], [-0.077273, 51.511182], [-0.077301, 51.51123], [-0.077263, 51.511267], [-0.076985, 51.510672], [-0.076939, 51.510646], [-0.07686, 51.510647], [-0.076801, 51.510514], [-0.07674, 51.510499], [-0.076238, 51.510559], [-0.07622, 51.510511], [-0.076173, 51.510477], [-0.076852, 51.510468], [-0.076947, 51.510429], [-0.076954, 51.510338], [-0.076971, 51.510336], [-0.076987, 51.510432], [-0.076969, 51.510574], [-0.077098, 51.510803], [-0.077155, 51.510818], [-0.077551, 51.510785], [-0.077604, 51.510751], [-0.077674, 51.51074], [-0.077703, 51.510712], [-0.077637, 51.510266], [-0.077685, 51.510262], [-0.077794, 51.510768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1360, &quot;postcode&quot;: &quot;EC3N 4DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074888, 51.510233], [-0.074725, 51.5102], [-0.074724, 51.510145], [-0.074672, 51.510108], [-0.074497, 51.510117], [-0.074396, 51.510086], [-0.074225, 51.510105], [-0.074181, 51.510136], [-0.074051, 51.510135], [-0.074003, 51.510177], [-0.073176, 51.510152], [-0.07311, 51.510166], [-0.073011, 51.510213], [-0.072908, 51.510301], [-0.07274, 51.510183], [-0.07323, 51.510002], [-0.07411, 51.5099], [-0.074172, 51.510073], [-0.074214, 51.510094], [-0.074276, 51.510092], [-0.074367, 51.510051], [-0.074397, 51.509982], [-0.074537, 51.509899], [-0.074559, 51.509914], [-0.074485, 51.509965], [-0.074492, 51.510007], [-0.074684, 51.510107], [-0.074781, 51.510111], [-0.074833, 51.510091], [-0.074888, 51.510233]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2302, &quot;postcode&quot;: &quot;EC3N 4DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079209, 51.5095], [-0.079164, 51.509531], [-0.07897, 51.509529], [-0.078741, 51.509603], [-0.078524, 51.509609], [-0.078839, 51.509414], [-0.078887, 51.50935], [-0.078859, 51.509424], [-0.078887, 51.509459], [-0.079104, 51.509494], [-0.079172, 51.509476], [-0.079209, 51.5095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 389, &quot;postcode&quot;: &quot;EC3N 4EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082834, 51.50976], [-0.08282, 51.509892], [-0.082779, 51.509923], [-0.082754, 51.510047], [-0.08271, 51.51006], [-0.082689, 51.510088], [-0.082705, 51.51012], [-0.082756, 51.510138], [-0.082734, 51.510217], [-0.082777, 51.510251], [-0.082709, 51.510326], [-0.081924, 51.510045], [-0.081906, 51.510023], [-0.081956, 51.510003], [-0.082145, 51.509777], [-0.08232, 51.509785], [-0.082304, 51.509831], [-0.08233, 51.509862], [-0.082563, 51.509913], [-0.082622, 51.50989], [-0.082633, 51.509843], [-0.082747, 51.5098], [-0.082774, 51.509752], [-0.082834, 51.50976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2148, &quot;postcode&quot;: &quot;EC3R 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085429, 51.510708], [-0.085399, 51.510803], [-0.0852, 51.510787], [-0.084788, 51.510811], [-0.084389, 51.510796], [-0.084151, 51.510749], [-0.083259, 51.510681], [-0.082888, 51.510633], [-0.082833, 51.510615], [-0.082803, 51.51058], [-0.082559, 51.510489], [-0.082488, 51.510431], [-0.081874, 51.510203], [-0.081781, 51.510197], [-0.081779, 51.510164], [-0.081746, 51.510142], [-0.081697, 51.510137], [-0.081655, 51.510152], [-0.080902, 51.509866], [-0.080762, 51.509834], [-0.080682, 51.50985], [-0.080625, 51.509774], [-0.080648, 51.509659], [-0.080566, 51.509612], [-0.080595, 51.509561], [-0.080493, 51.509512], [-0.080566, 51.509533], [-0.080625, 51.50952], [-0.080691, 51.509443], [-0.080704, 51.509378], [-0.080666, 51.509354], [-0.080551, 51.509333], [-0.0805, 51.509354], [-0.080422, 51.509452], [-0.080365, 51.509405], [-0.080424, 51.509348], [-0.080473, 51.509352], [-0.080517, 51.509333], [-0.080514, 51.509281], [-0.080567, 51.509222], [-0.080628, 51.509229], [-0.080718, 51.509206], [-0.080858, 51.509295], [-0.08139, 51.50943], [-0.081114, 51.509709], [-0.081137, 51.50975], [-0.08128, 51.509799], [-0.081344, 51.509784], [-0.081426, 51.509698], [-0.081508, 51.509665], [-0.081588, 51.509584], [-0.081795, 51.509442], [-0.082083, 51.509525], [-0.081957, 51.509672], [-0.081982, 51.509707], [-0.082064, 51.509732], [-0.081858, 51.509976], [-0.081861, 51.510014], [-0.082682, 51.510307], [-0.08273, 51.510341], [-0.082725, 51.510409], [-0.082864, 51.51051], [-0.082964, 51.510543], [-0.083279, 51.51058], [-0.083326, 51.510572], [-0.083376, 51.51059], [-0.083868, 51.510624], [-0.083929, 51.510604], [-0.083941, 51.510551], [-0.084013, 51.510546], [-0.084055, 51.51064], [-0.084283, 51.510677], [-0.084349, 51.510666], [-0.084383, 51.510616], [-0.084458, 51.510626], [-0.08446, 51.510673], [-0.084515, 51.510695], [-0.084794, 51.510713], [-0.085098, 51.510697], [-0.085429, 51.510708]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9131, &quot;postcode&quot;: &quot;EC3R 5AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081425, 51.509698], [-0.081341, 51.509799], [-0.081407, 51.50986], [-0.081084, 51.509731], [-0.0812, 51.509617], [-0.081425, 51.509698]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 285, &quot;postcode&quot;: &quot;EC3R 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080684, 51.509583], [-0.080632, 51.509635], [-0.080577, 51.509636], [-0.080539, 51.509661], [-0.080527, 51.509757], [-0.080575, 51.509779], [-0.080651, 51.509771], [-0.080654, 51.509799], [-0.080556, 51.509784], [-0.080503, 51.509805], [-0.080435, 51.510025], [-0.07994, 51.50998], [-0.079885, 51.510004], [-0.079861, 51.510082], [-0.079706, 51.510068], [-0.079644, 51.510106], [-0.079478, 51.510104], [-0.079349, 51.50992], [-0.079376, 51.509853], [-0.079428, 51.509824], [-0.079452, 51.509737], [-0.079594, 51.509534], [-0.079659, 51.509522], [-0.079693, 51.509488], [-0.080155, 51.509392], [-0.080684, 51.509583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4746, &quot;postcode&quot;: &quot;EC3R 5AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081426, 51.509169], [-0.081392, 51.509241], [-0.081413, 51.509277], [-0.081316, 51.509392], [-0.081284, 51.509404], [-0.080846, 51.509292], [-0.080798, 51.509292], [-0.080758, 51.509314], [-0.080685, 51.509452], [-0.080594, 51.509546], [-0.080155, 51.509392], [-0.080533, 51.509313], [-0.080629, 51.509333], [-0.080708, 51.509279], [-0.080751, 51.50928], [-0.080795, 51.509259], [-0.081254, 51.509163], [-0.081426, 51.509169]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1283, &quot;postcode&quot;: &quot;EC3R 5AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082383, 51.510426], [-0.082306, 51.510533], [-0.082238, 51.510588], [-0.082187, 51.510808], [-0.082137, 51.51084], [-0.081933, 51.510835], [-0.081602, 51.510802], [-0.0817, 51.510417], [-0.081804, 51.510248], [-0.08185, 51.510237], [-0.081906, 51.510247], [-0.082383, 51.510426]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2408, &quot;postcode&quot;: &quot;EC3R 5AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079528, 51.509547], [-0.079344, 51.509775], [-0.079303, 51.509858], [-0.079132, 51.510031], [-0.078797, 51.509898], [-0.078841, 51.50989], [-0.07887, 51.509866], [-0.078875, 51.509736], [-0.078844, 51.509703], [-0.078782, 51.509695], [-0.078741, 51.509603], [-0.078882, 51.509552], [-0.079031, 51.509522], [-0.079084, 51.509498], [-0.079197, 51.5095], [-0.079254, 51.509487], [-0.079478, 51.50953], [-0.079545, 51.509519], [-0.079634, 51.509527], [-0.079682, 51.509502], [-0.079707, 51.509538], [-0.079578, 51.509532], [-0.079528, 51.509547]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1927, &quot;postcode&quot;: &quot;EC3R 5BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079633, 51.509207], [-0.079744, 51.509307], [-0.079858, 51.509277], [-0.080155, 51.509392], [-0.079484, 51.509531], [-0.079254, 51.509487], [-0.07921, 51.509499], [-0.079193, 51.509479], [-0.079224, 51.509483], [-0.07917, 51.509476], [-0.079161, 51.5095], [-0.078841, 51.509459], [-0.078887, 51.50935], [-0.079102, 51.509039], [-0.079212, 51.509048], [-0.079633, 51.509207]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2668, &quot;postcode&quot;: &quot;EC3R 5BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079011, 51.50854], [-0.078981, 51.508592], [-0.07898, 51.508593], [-0.078981, 51.508591], [-0.079011, 51.50854]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3R 5BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081257, 51.508946], [-0.081139, 51.509133], [-0.081173, 51.50918], [-0.080794, 51.509259], [-0.080725, 51.509221], [-0.080671, 51.509218], [-0.080561, 51.509249], [-0.080533, 51.509313], [-0.080155, 51.509392], [-0.078986, 51.508972], [-0.078804, 51.508868], [-0.079017, 51.50853], [-0.079052, 51.50851], [-0.079152, 51.508368], [-0.079209, 51.508345], [-0.079213, 51.508306], [-0.079307, 51.508306], [-0.079586, 51.50837], [-0.079606, 51.508395], [-0.079579, 51.508441], [-0.079619, 51.508471], [-0.080838, 51.50877], [-0.080942, 51.508811], [-0.081031, 51.50888], [-0.081257, 51.508946]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11113, &quot;postcode&quot;: &quot;EC3R 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079744, 51.509307], [-0.079633, 51.509207], [-0.079829, 51.509281], [-0.079744, 51.509307]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 44, &quot;postcode&quot;: &quot;EC3R 5BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083586, 51.509776], [-0.083567, 51.509808], [-0.08298, 51.509706], [-0.082912, 51.509722], [-0.082826, 51.510122], [-0.082743, 51.51033], [-0.082756, 51.510425], [-0.08272, 51.510443], [-0.082694, 51.510419], [-0.082721, 51.510347], [-0.082691, 51.510311], [-0.082743, 51.510169], [-0.082723, 51.510141], [-0.082683, 51.510128], [-0.082668, 51.510069], [-0.082615, 51.510046], [-0.082499, 51.510049], [-0.082465, 51.510015], [-0.082495, 51.509931], [-0.082464, 51.509893], [-0.082108, 51.509826], [-0.08218, 51.509764], [-0.082279, 51.509613], [-0.082424, 51.509492], [-0.082677, 51.509527], [-0.082744, 51.509569], [-0.082743, 51.509612], [-0.082782, 51.509637], [-0.083586, 51.509776]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2619, &quot;postcode&quot;: &quot;EC3R 5DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085846, 51.509373], [-0.085822, 51.509451], [-0.085742, 51.509461], [-0.085677, 51.509549], [-0.08572, 51.509468], [-0.085667, 51.509426], [-0.085195, 51.509383], [-0.08502, 51.509476], [-0.084901, 51.509472], [-0.084563, 51.509337], [-0.084368, 51.509319], [-0.084364, 51.509264], [-0.08439, 51.509222], [-0.084346, 51.509185], [-0.08454, 51.508959], [-0.084525, 51.508926], [-0.08445, 51.508885], [-0.084494, 51.508696], [-0.084779, 51.508698], [-0.084828, 51.50872], [-0.085306, 51.508756], [-0.085233, 51.50929], [-0.085284, 51.509313], [-0.085612, 51.509332], [-0.085846, 51.509373]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4720, &quot;postcode&quot;: &quot;EC3R 6AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080332, 51.508072], [-0.080024, 51.508476], [-0.079093, 51.508255], [-0.079443, 51.50781], [-0.080332, 51.508072]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3596, &quot;postcode&quot;: &quot;EC3R 6AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079307, 51.508306], [-0.07921, 51.508305], [-0.079094, 51.508255], [-0.079139, 51.508264], [-0.079307, 51.508306]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC3R 6AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086421, 51.509524], [-0.08636, 51.509638], [-0.086323, 51.509659], [-0.086321, 51.509664], [-0.086295, 51.509708], [-0.086264, 51.509759], [-0.086273, 51.509721], [-0.086227, 51.509665], [-0.086086, 51.509638], [-0.086134, 51.509514], [-0.086421, 51.509524]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 322, &quot;postcode&quot;: &quot;EC3R 6AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080521, 51.508123], [-0.080515, 51.508132], [-0.081316, 51.508347], [-0.081308, 51.508406], [-0.081048, 51.508748], [-0.080025, 51.508476], [-0.080331, 51.508071], [-0.080521, 51.508123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3683, &quot;postcode&quot;: &quot;EC3R 6AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079964, 51.508461], [-0.07995, 51.508471], [-0.079607, 51.508395], [-0.079586, 51.50837], [-0.079964, 51.508461]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 49, &quot;postcode&quot;: &quot;EC3R 6AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08142, 51.508185], [-0.081377, 51.508329], [-0.081584, 51.508351], [-0.081574, 51.508378], [-0.08137, 51.508356], [-0.081315, 51.508362], [-0.081316, 51.508347], [-0.08123, 51.508323], [-0.081219, 51.508306], [-0.081317, 51.508331], [-0.081318, 51.508321], [-0.081359, 51.508326], [-0.08142, 51.508185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 79, &quot;postcode&quot;: &quot;EC3R 6AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08594, 51.510275], [-0.085776, 51.510562], [-0.08574, 51.510541], [-0.085637, 51.51052], [-0.085569, 51.510533], [-0.085554, 51.510454], [-0.085517, 51.510426], [-0.0856, 51.510161], [-0.085923, 51.510257], [-0.08594, 51.510275]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 815, &quot;postcode&quot;: &quot;EC3R 6BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086261, 51.510068], [-0.086281, 51.510118], [-0.086376, 51.510144], [-0.086307, 51.510155], [-0.086254, 51.510146], [-0.086261, 51.510068]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC3R 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084494, 51.509199], [-0.084482, 51.50927], [-0.084408, 51.509273], [-0.084334, 51.509323], [-0.083947, 51.509269], [-0.083884, 51.509283], [-0.08358, 51.509772], [-0.083546, 51.509768], [-0.083636, 51.509622], [-0.083622, 51.509583], [-0.08352, 51.509553], [-0.083472, 51.509558], [-0.083439, 51.509583], [-0.083152, 51.509535], [-0.083167, 51.509458], [-0.083146, 51.50943], [-0.082973, 51.509407], [-0.082937, 51.509324], [-0.082878, 51.509296], [-0.082861, 51.509249], [-0.082782, 51.509216], [-0.082663, 51.50921], [-0.082761, 51.509115], [-0.082732, 51.509064], [-0.081738, 51.508931], [-0.081452, 51.508867], [-0.081298, 51.508848], [-0.082753, 51.509007], [-0.082804, 51.509029], [-0.083371, 51.509096], [-0.083602, 51.509112], [-0.083597, 51.50915], [-0.083561, 51.50918], [-0.083568, 51.50921], [-0.083604, 51.509231], [-0.083708, 51.509245], [-0.084238, 51.509263], [-0.084289, 51.509247], [-0.084343, 51.509188], [-0.084494, 51.509199]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3785, &quot;postcode&quot;: &quot;EC3R 6DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087098, 51.509298], [-0.087026, 51.509391], [-0.086992, 51.509484], [-0.086926, 51.509515], [-0.086668, 51.509477], [-0.086484, 51.509524], [-0.086192, 51.509515], [-0.086146, 51.509525], [-0.08612, 51.50955], [-0.086108, 51.509622], [-0.086147, 51.509645], [-0.086232, 51.509655], [-0.08625, 51.509689], [-0.086294, 51.509708], [-0.086218, 51.509835], [-0.086126, 51.509812], [-0.086051, 51.509838], [-0.085937, 51.509819], [-0.085891, 51.509845], [-0.085884, 51.509898], [-0.085838, 51.509959], [-0.085776, 51.509944], [-0.085708, 51.509955], [-0.085668, 51.509944], [-0.085846, 51.509373], [-0.085924, 51.509384], [-0.085975, 51.509369], [-0.086043, 51.509212], [-0.086154, 51.509211], [-0.086197, 51.50914], [-0.0864, 51.509172], [-0.086464, 51.509157], [-0.086563, 51.508908], [-0.086554, 51.508875], [-0.086515, 51.508856], [-0.086029, 51.508789], [-0.086046, 51.508734], [-0.087082, 51.508977], [-0.087095, 51.509018], [-0.087032, 51.509199], [-0.087098, 51.509298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5314, &quot;postcode&quot;: &quot;EC3R 6DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082509, 51.509205], [-0.081897, 51.509185], [-0.081852, 51.509193], [-0.081823, 51.509222], [-0.081834, 51.509261], [-0.081937, 51.509355], [-0.081592, 51.509581], [-0.081489, 51.509687], [-0.08144, 51.509702], [-0.0812, 51.509617], [-0.081352, 51.509464], [-0.081341, 51.509426], [-0.081284, 51.509404], [-0.081387, 51.509308], [-0.081399, 51.509199], [-0.081341, 51.509166], [-0.081254, 51.509164], [-0.081174, 51.50918], [-0.081117, 51.509165], [-0.081235, 51.508961], [-0.081201, 51.50893], [-0.081041, 51.508884], [-0.081072, 51.508867], [-0.081211, 51.508903], [-0.08126, 51.508902], [-0.081401, 51.508952], [-0.08174, 51.509025], [-0.082108, 51.509062], [-0.082509, 51.509205]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3178, &quot;postcode&quot;: &quot;EC3R 6DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080025, 51.508476], [-0.081305, 51.508821], [-0.081296, 51.508848], [-0.081452, 51.508867], [-0.081736, 51.508931], [-0.082761, 51.509064], [-0.083598, 51.50915], [-0.083602, 51.509112], [-0.083631, 51.509132], [-0.083971, 51.509159], [-0.083987, 51.509192], [-0.084316, 51.509219], [-0.084276, 51.509264], [-0.083714, 51.509245], [-0.083373, 51.509203], [-0.083368, 51.509219], [-0.083342, 51.509216], [-0.083349, 51.509197], [-0.081746, 51.509026], [-0.081044, 51.508859], [-0.081027, 51.508877], [-0.080942, 51.508811], [-0.080616, 51.508706], [-0.079195, 51.508369], [-0.079042, 51.508343], [-0.079086, 51.508272], [-0.080016, 51.508486], [-0.080025, 51.508476]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3328, &quot;postcode&quot;: &quot;EC3R 6DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084914, 51.508546], [-0.084773, 51.508705], [-0.084553, 51.508698], [-0.084494, 51.50872], [-0.084405, 51.509118], [-0.084316, 51.509219], [-0.083989, 51.509192], [-0.083926, 51.509156], [-0.083631, 51.509132], [-0.083542, 51.509105], [-0.083649, 51.508637], [-0.08361, 51.508594], [-0.081618, 51.508351], [-0.081317, 51.508331], [-0.080751, 51.50819], [-0.080369, 51.508077], [-0.084914, 51.508546]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8746, &quot;postcode&quot;: &quot;EC3R 6DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08366, 51.508598], [-0.083541, 51.509105], [-0.083406, 51.5091], [-0.082753, 51.509023], [-0.082709, 51.509002], [-0.082447, 51.508971], [-0.081296, 51.508848], [-0.081298, 51.508813], [-0.081261, 51.508786], [-0.081141, 51.508774], [-0.080681, 51.508648], [-0.080993, 51.508729], [-0.081047, 51.508725], [-0.081305, 51.508409], [-0.081311, 51.508354], [-0.081523, 51.508371], [-0.081586, 51.508347], [-0.08366, 51.508598]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9688, &quot;postcode&quot;: &quot;EC3R 6EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086575, 51.508864], [-0.086464, 51.509182], [-0.086262, 51.509151], [-0.086207, 51.509159], [-0.086164, 51.509229], [-0.086085, 51.509221], [-0.086035, 51.509243], [-0.085975, 51.509395], [-0.085612, 51.509332], [-0.085182, 51.509303], [-0.085225, 51.509264], [-0.085294, 51.508776], [-0.085245, 51.50875], [-0.084794, 51.508718], [-0.084779, 51.508698], [-0.084916, 51.508546], [-0.085492, 51.508605], [-0.086045, 51.508734], [-0.086046, 51.508772], [-0.086089, 51.508798], [-0.086575, 51.508864]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6083, &quot;postcode&quot;: &quot;EC3R 6HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0816, 51.511528], [-0.081537, 51.511658], [-0.081483, 51.511683], [-0.08146, 51.511542], [-0.081398, 51.51151], [-0.08134, 51.511523], [-0.081187, 51.511639], [-0.080655, 51.511622], [-0.080625, 51.511471], [-0.080582, 51.511443], [-0.08051, 51.511441], [-0.08051, 51.511375], [-0.081038, 51.511345], [-0.08108, 51.511333], [-0.081385, 51.511326], [-0.08143, 51.511311], [-0.081528, 51.511341], [-0.081585, 51.511336], [-0.081574, 51.511437], [-0.0816, 51.511528]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2010, &quot;postcode&quot;: &quot;EC3R 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080269, 51.511122], [-0.080214, 51.51109], [-0.080244, 51.510973], [-0.080329, 51.510916], [-0.080269, 51.511122]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 87, &quot;postcode&quot;: &quot;EC3R 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081808, 51.510246], [-0.081778, 51.51027], [-0.081748, 51.510346], [-0.081645, 51.510322], [-0.081583, 51.510336], [-0.081615, 51.510221], [-0.081611, 51.510156], [-0.081581, 51.510127], [-0.081657, 51.510152], [-0.081657, 51.510185], [-0.08169, 51.510208], [-0.081738, 51.510213], [-0.081788, 51.510197], [-0.081808, 51.510246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 200, &quot;postcode&quot;: &quot;EC3R 7AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080508, 51.510199], [-0.080542, 51.510081], [-0.080596, 51.510023], [-0.080534, 51.510254], [-0.080508, 51.510199]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 53, &quot;postcode&quot;: &quot;EC3R 7AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081748, 51.510346], [-0.081678, 51.510507], [-0.081647, 51.510521], [-0.081663, 51.510434], [-0.081626, 51.510402], [-0.081565, 51.510399], [-0.081583, 51.510336], [-0.081646, 51.510358], [-0.081748, 51.510346]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 100, &quot;postcode&quot;: &quot;EC3R 7BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081501, 51.5114], [-0.081453, 51.511064], [-0.081411, 51.511072], [-0.081421, 51.510876], [-0.081433, 51.510838], [-0.081464, 51.510825], [-0.081451, 51.510957], [-0.081474, 51.510723], [-0.081476, 51.510701], [-0.081565, 51.5104], [-0.081701, 51.510069], [-0.081799, 51.510103], [-0.081781, 51.510197], [-0.08167, 51.510414], [-0.081578, 51.510832], [-0.081592, 51.510839], [-0.081559, 51.511141], [-0.081585, 51.511336], [-0.081501, 51.5114]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1211, &quot;postcode&quot;: &quot;EC3R 7BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079805, 51.512004], [-0.079733, 51.511983], [-0.079714, 51.511878], [-0.079646, 51.511823], [-0.07968, 51.511801], [-0.079692, 51.51176], [-0.079754, 51.511833], [-0.079724, 51.511854], [-0.079721, 51.511884], [-0.079805, 51.512004]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 69, &quot;postcode&quot;: &quot;EC3R 7JP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079477, 51.511519], [-0.079303, 51.511536], [-0.079303, 51.511517], [-0.079169, 51.511517], [-0.079003, 51.511485], [-0.078957, 51.511181], [-0.079493, 51.511075], [-0.07949, 51.511328], [-0.079509, 51.511327], [-0.079474, 51.511341], [-0.079475, 51.511442], [-0.079491, 51.511442], [-0.079477, 51.511519]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1511, &quot;postcode&quot;: &quot;EC3R 7LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079491, 51.511574], [-0.079383, 51.511558], [-0.07938, 51.51153], [-0.079476, 51.511519], [-0.079491, 51.511574]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 32, &quot;postcode&quot;: &quot;EC3R 7LQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080423, 51.511976], [-0.08035, 51.512004], [-0.080292, 51.511925], [-0.080232, 51.511909], [-0.080062, 51.511665], [-0.080087, 51.511634], [-0.080075, 51.511603], [-0.0802, 51.511607], [-0.08028, 51.511727], [-0.080317, 51.511747], [-0.080311, 51.511775], [-0.080353, 51.511838], [-0.080338, 51.51188], [-0.080423, 51.511976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 410, &quot;postcode&quot;: &quot;EC3R 7LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079509, 51.511327], [-0.079491, 51.511345], [-0.079474, 51.511345], [-0.079509, 51.511327]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC3R 7NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080136, 51.510927], [-0.080083, 51.511105], [-0.080061, 51.511082], [-0.080016, 51.51107], [-0.079796, 51.511076], [-0.079745, 51.511097], [-0.079739, 51.51131], [-0.079665, 51.511338], [-0.079658, 51.511438], [-0.079475, 51.511438], [-0.07949, 51.511132], [-0.079468, 51.511104], [-0.079416, 51.511092], [-0.078135, 51.511329], [-0.077844, 51.511424], [-0.077646, 51.511519], [-0.077538, 51.511609], [-0.077471, 51.511696], [-0.07694, 51.512137], [-0.076934, 51.512175], [-0.077011, 51.512258], [-0.076963, 51.512276], [-0.076912, 51.512228], [-0.076852, 51.51222], [-0.076811, 51.512237], [-0.076746, 51.512303], [-0.076717, 51.51237], [-0.076715, 51.512909], [-0.076784, 51.513235], [-0.076738, 51.513253], [-0.076699, 51.513308], [-0.076628, 51.513314], [-0.076529, 51.512667], [-0.07659, 51.512332], [-0.076724, 51.51217], [-0.076931, 51.511993], [-0.077295, 51.511626], [-0.077299, 51.511562], [-0.077262, 51.51148], [-0.077404, 51.511414], [-0.07798, 51.51127], [-0.078024, 51.511271], [-0.078117, 51.511239], [-0.079179, 51.511044], [-0.079208, 51.511018], [-0.079208, 51.51098], [-0.079302, 51.510963], [-0.079335, 51.510936], [-0.079327, 51.510676], [-0.079623, 51.510674], [-0.079708, 51.510935], [-0.079742, 51.510962], [-0.07979, 51.510966], [-0.07989, 51.510947], [-0.079911, 51.510919], [-0.079905, 51.510858], [-0.07998, 51.510853], [-0.079991, 51.51091], [-0.080028, 51.510937], [-0.080094, 51.510941], [-0.080136, 51.510927]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6392, &quot;postcode&quot;: &quot;EC3R 7NB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080658, 51.509654], [-0.080453, 51.510405], [-0.080352, 51.510692], [-0.080381, 51.510734], [-0.080329, 51.510915], [-0.080271, 51.510935], [-0.080247, 51.510962], [-0.080157, 51.511343], [-0.080167, 51.511606], [-0.080113, 51.511646], [-0.08035, 51.512004], [-0.080314, 51.512063], [-0.080176, 51.511809], [-0.080012, 51.511614], [-0.080039, 51.511334], [-0.080151, 51.510859], [-0.080103, 51.510828], [-0.079946, 51.510822], [-0.079904, 51.510859], [-0.079917, 51.510951], [-0.07972, 51.510975], [-0.079624, 51.510674], [-0.079972, 51.510685], [-0.080154, 51.510709], [-0.080218, 51.510688], [-0.080314, 51.510471], [-0.080402, 51.510138], [-0.080436, 51.510105], [-0.080477, 51.509957], [-0.080464, 51.509926], [-0.080553, 51.509607], [-0.080658, 51.509654]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2971, &quot;postcode&quot;: &quot;EC3R 7ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080511, 51.510347], [-0.080465, 51.510528], [-0.080415, 51.51055], [-0.080353, 51.510658], [-0.080352, 51.510718], [-0.08028, 51.510697], [-0.080212, 51.510719], [-0.079978, 51.510685], [-0.079778, 51.510677], [-0.079799, 51.510615], [-0.079788, 51.510386], [-0.079745, 51.510358], [-0.079571, 51.510339], [-0.079647, 51.510061], [-0.080402, 51.510136], [-0.080351, 51.510327], [-0.080398, 51.510357], [-0.080511, 51.510347]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3245, &quot;postcode&quot;: &quot;EC3R 7NE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08027, 51.510664], [-0.08023, 51.510666], [-0.080265, 51.510565], [-0.080256, 51.510637], [-0.08027, 51.510664]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14, &quot;postcode&quot;: &quot;EC3R 7NL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080269, 51.511122], [-0.0802, 51.511363], [-0.080114, 51.511324], [-0.080039, 51.511351], [-0.080013, 51.511547], [-0.079947, 51.511512], [-0.079682, 51.51152], [-0.079653, 51.511544], [-0.079658, 51.511584], [-0.079631, 51.511616], [-0.079668, 51.511723], [-0.079579, 51.511746], [-0.079478, 51.511549], [-0.079475, 51.511439], [-0.079601, 51.511437], [-0.079653, 51.51141], [-0.07966, 51.51131], [-0.079711, 51.511299], [-0.079736, 51.511272], [-0.079734, 51.511078], [-0.08009, 51.511068], [-0.080088, 51.51111], [-0.080128, 51.511139], [-0.080189, 51.511138], [-0.080235, 51.511107], [-0.080269, 51.511122]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1819, &quot;postcode&quot;: &quot;EC3R 7NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081621, 51.510199], [-0.081477, 51.510698], [-0.081464, 51.510825], [-0.081429, 51.510852], [-0.081408, 51.510945], [-0.081431, 51.511325], [-0.081117, 51.511332], [-0.080571, 51.511373], [-0.080519, 51.511395], [-0.08051, 51.511441], [-0.080187, 51.511445], [-0.080118, 51.511387], [-0.08007, 51.511384], [-0.080027, 51.511403], [-0.080057, 51.511239], [-0.08005, 51.511307], [-0.080079, 51.511336], [-0.080146, 51.511342], [-0.080216, 51.511306], [-0.080251, 51.511174], [-0.080181, 51.511119], [-0.080289, 51.511053], [-0.080372, 51.510766], [-0.080349, 51.510728], [-0.080422, 51.510523], [-0.080476, 51.510487], [-0.080637, 51.509864], [-0.080755, 51.509828], [-0.08087, 51.509854], [-0.081584, 51.510121], [-0.081621, 51.510199]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12151, &quot;postcode&quot;: &quot;EC3R 7PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080621, 51.509925], [-0.080596, 51.510023], [-0.080542, 51.510081], [-0.080422, 51.51007], [-0.080462, 51.50993], [-0.080538, 51.50994], [-0.080621, 51.509925]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 166, &quot;postcode&quot;: &quot;EC3R 7QH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080681, 51.50985], [-0.080637, 51.509875], [-0.080621, 51.509925], [-0.080573, 51.509921], [-0.080605, 51.509847], [-0.080591, 51.509817], [-0.080618, 51.5098], [-0.080654, 51.509799], [-0.080681, 51.50985]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 50, &quot;postcode&quot;: &quot;EC3R 7QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080534, 51.510254], [-0.080511, 51.510347], [-0.080407, 51.510325], [-0.080336, 51.510348], [-0.080389, 51.51018], [-0.080375, 51.510147], [-0.080328, 51.510129], [-0.079861, 51.510082], [-0.079891, 51.509973], [-0.080435, 51.510026], [-0.080425, 51.510167], [-0.080459, 51.510194], [-0.080508, 51.510199], [-0.080534, 51.510254]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 686, &quot;postcode&quot;: &quot;EC3R 7QR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085582, 51.510508], [-0.085562, 51.510546], [-0.085482, 51.510539], [-0.085517, 51.510426], [-0.085566, 51.510429], [-0.085556, 51.510478], [-0.085582, 51.510508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 58, &quot;postcode&quot;: &quot;EC3R 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083196, 51.509381], [-0.083154, 51.509526], [-0.082806, 51.509519], [-0.082759, 51.509537], [-0.082744, 51.509569], [-0.082669, 51.509527], [-0.082424, 51.509492], [-0.08237, 51.509465], [-0.082311, 51.509475], [-0.082259, 51.509522], [-0.081869, 51.509403], [-0.081922, 51.509346], [-0.082058, 51.509413], [-0.082217, 51.509455], [-0.082267, 51.509454], [-0.082591, 51.509269], [-0.082609, 51.509236], [-0.082589, 51.509208], [-0.082814, 51.509215], [-0.082857, 51.509244], [-0.082959, 51.509251], [-0.082948, 51.509329], [-0.082999, 51.509375], [-0.083044, 51.509387], [-0.083106, 51.509368], [-0.083196, 51.509381]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1598, &quot;postcode&quot;: &quot;EC3R 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084076, 51.510259], [-0.084074, 51.510236], [-0.084195, 51.510252], [-0.084179, 51.510283], [-0.084257, 51.510298], [-0.084224, 51.510384], [-0.084147, 51.510379], [-0.084144, 51.510366], [-0.08401, 51.510366], [-0.083989, 51.510293], [-0.084049, 51.510288], [-0.084046, 51.510259], [-0.084076, 51.510259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 200, &quot;postcode&quot;: &quot;EC3R 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085605, 51.510431], [-0.085406, 51.51042], [-0.085389, 51.51019], [-0.085444, 51.510041], [-0.085478, 51.510033], [-0.085597, 51.510086], [-0.085578, 51.510128], [-0.0856, 51.510161], [-0.085531, 51.510386], [-0.085552, 51.510418], [-0.085605, 51.510431]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 478, &quot;postcode&quot;: &quot;EC3R 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086094, 51.510063], [-0.08594, 51.510275], [-0.0859, 51.51025], [-0.085559, 51.510149], [-0.085593, 51.51013], [-0.085598, 51.510092], [-0.085629, 51.510066], [-0.085664, 51.509956], [-0.086001, 51.51005], [-0.086094, 51.510063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 704, &quot;postcode&quot;: &quot;EC3R 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086218, 51.509835], [-0.086094, 51.510063], [-0.086013, 51.510053], [-0.085717, 51.509971], [-0.085652, 51.509999], [-0.0856, 51.510161], [-0.085552, 51.510147], [-0.085585, 51.510099], [-0.085561, 51.510064], [-0.085495, 51.510048], [-0.085437, 51.51007], [-0.085357, 51.510227], [-0.085374, 51.510706], [-0.085321, 51.510709], [-0.085296, 51.510384], [-0.085265, 51.510317], [-0.085321, 51.510067], [-0.085298, 51.510035], [-0.085241, 51.51002], [-0.085294, 51.509976], [-0.08534, 51.509974], [-0.085375, 51.509954], [-0.08542, 51.509862], [-0.085461, 51.50984], [-0.085643, 51.509586], [-0.085774, 51.509602], [-0.085686, 51.509885], [-0.085718, 51.509927], [-0.085792, 51.50994], [-0.085841, 51.509926], [-0.08591, 51.509799], [-0.08601, 51.509823], [-0.086077, 51.509796], [-0.086218, 51.509835]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1883, &quot;postcode&quot;: &quot;EC3R 8AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086955, 51.509813], [-0.086902, 51.509959], [-0.086848, 51.509985], [-0.086753, 51.510199], [-0.086657, 51.510212], [-0.08662, 51.510232], [-0.086307, 51.510155], [-0.08625, 51.51009], [-0.086508, 51.509606], [-0.08648, 51.509525], [-0.086645, 51.50968], [-0.086925, 51.509739], [-0.08692, 51.509784], [-0.086955, 51.509813]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2151, &quot;postcode&quot;: &quot;EC3R 8BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085029, 51.510063], [-0.084916, 51.5101], [-0.084783, 51.510091], [-0.084723, 51.510078], [-0.084675, 51.510041], [-0.084309, 51.509978], [-0.084326, 51.509937], [-0.084363, 51.509912], [-0.08441, 51.509804], [-0.084479, 51.509783], [-0.084529, 51.509692], [-0.084653, 51.509699], [-0.084728, 51.509722], [-0.084793, 51.50971], [-0.084852, 51.509671], [-0.084856, 51.509625], [-0.084766, 51.509571], [-0.084904, 51.509643], [-0.084862, 51.509693], [-0.084858, 51.509771], [-0.084947, 51.509827], [-0.084926, 51.509909], [-0.085029, 51.510063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1436, &quot;postcode&quot;: &quot;EC3R 8BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084541, 51.509332], [-0.084474, 51.50944], [-0.084355, 51.509427], [-0.084303, 51.509446], [-0.084277, 51.509509], [-0.084317, 51.50956], [-0.084256, 51.509591], [-0.084237, 51.509622], [-0.084022, 51.509591], [-0.084055, 51.509438], [-0.084026, 51.509401], [-0.083931, 51.509392], [-0.083867, 51.509446], [-0.083919, 51.509356], [-0.083878, 51.509277], [-0.083888, 51.509252], [-0.084206, 51.509306], [-0.084369, 51.509282], [-0.084413, 51.509322], [-0.084541, 51.509332]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 948, &quot;postcode&quot;: &quot;EC3R 8BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084783, 51.510092], [-0.0847, 51.510133], [-0.084644, 51.510126], [-0.084597, 51.510147], [-0.084238, 51.510079], [-0.084292, 51.510015], [-0.084357, 51.510022], [-0.084406, 51.509996], [-0.084654, 51.510039], [-0.084686, 51.510071], [-0.084783, 51.510092]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 350, &quot;postcode&quot;: &quot;EC3R 8DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085277, 51.510266], [-0.085273, 51.510353], [-0.084931, 51.510335], [-0.084679, 51.510305], [-0.084624, 51.510317], [-0.084597, 51.510296], [-0.084819, 51.510219], [-0.084916, 51.5101], [-0.085029, 51.510063], [-0.085115, 51.510077], [-0.085277, 51.510266]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 835, &quot;postcode&quot;: &quot;EC3R 8DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084625, 51.510298], [-0.084596, 51.510382], [-0.0845, 51.510383], [-0.084456, 51.510439], [-0.08448, 51.510377], [-0.084468, 51.510348], [-0.084303, 51.510307], [-0.08434, 51.510227], [-0.084415, 51.510239], [-0.084467, 51.510225], [-0.084547, 51.510241], [-0.084562, 51.510272], [-0.084625, 51.510298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 245, &quot;postcode&quot;: &quot;EC3R 8DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084154, 51.510089], [-0.084229, 51.510092], [-0.084238, 51.510079], [-0.084597, 51.510147], [-0.084767, 51.50982], [-0.084848, 51.509616], [-0.084904, 51.509643], [-0.08465, 51.510248], [-0.0847, 51.510133], [-0.084783, 51.510092], [-0.084916, 51.5101], [-0.084831, 51.510214], [-0.084703, 51.510267], [-0.084896, 51.510295], [-0.084889, 51.510311], [-0.084632, 51.510276], [-0.084597, 51.510296], [-0.084639, 51.5103], [-0.084615, 51.510313], [-0.084494, 51.510601], [-0.08454, 51.51063], [-0.084383, 51.510616], [-0.084547, 51.510241], [-0.084467, 51.510225], [-0.084454, 51.51025], [-0.08434, 51.510227], [-0.084303, 51.510307], [-0.084179, 51.510283], [-0.084195, 51.510252], [-0.084022, 51.510228], [-0.08403, 51.510211], [-0.08396, 51.510214], [-0.084045, 51.510096], [-0.084141, 51.510117], [-0.084154, 51.510089]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1578, &quot;postcode&quot;: &quot;EC3R 8DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084154, 51.510089], [-0.084118, 51.510157], [-0.084065, 51.510197], [-0.084076, 51.510259], [-0.084049, 51.510288], [-0.083983, 51.510293], [-0.08396, 51.510214], [-0.084009, 51.510209], [-0.084043, 51.510188], [-0.084073, 51.510136], [-0.084045, 51.510096], [-0.084056, 51.510083], [-0.08409, 51.510072], [-0.084154, 51.510089]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 121, &quot;postcode&quot;: &quot;EC3R 8DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082776, 51.510254], [-0.082826, 51.510123], [-0.08324, 51.510182], [-0.083208, 51.510266], [-0.08325, 51.510274], [-0.083236, 51.510302], [-0.08316, 51.510286], [-0.083143, 51.510324], [-0.082776, 51.510254]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 469, &quot;postcode&quot;: &quot;EC3R 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084468, 51.509814], [-0.084408, 51.509833], [-0.084366, 51.509909], [-0.084364, 51.509965], [-0.084405, 51.509996], [-0.084381, 51.510036], [-0.084291, 51.510032], [-0.084229, 51.510092], [-0.08409, 51.510072], [-0.084083, 51.510049], [-0.084193, 51.509904], [-0.08426, 51.509763], [-0.084393, 51.509778], [-0.084418, 51.509802], [-0.084468, 51.509814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 472, &quot;postcode&quot;: &quot;EC3R 8DW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082826, 51.510123], [-0.082904, 51.509693], [-0.083502, 51.5098], [-0.0833, 51.510282], [-0.083208, 51.510266], [-0.08324, 51.510182], [-0.082826, 51.510123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1921, &quot;postcode&quot;: &quot;EC3R 8DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084875, 51.509491], [-0.084673, 51.509476], [-0.08465, 51.509511], [-0.084848, 51.509616], [-0.084797, 51.509743], [-0.084753, 51.509718], [-0.084724, 51.509736], [-0.084653, 51.509699], [-0.084637, 51.509708], [-0.084538, 51.509689], [-0.084468, 51.509814], [-0.084385, 51.5098], [-0.084393, 51.509778], [-0.084248, 51.50976], [-0.084341, 51.509424], [-0.084474, 51.50944], [-0.084554, 51.509333], [-0.084901, 51.509472], [-0.084875, 51.509491]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1299, &quot;postcode&quot;: &quot;EC3R 8DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08424, 51.509614], [-0.084308, 51.50942], [-0.084341, 51.509424], [-0.084233, 51.509838], [-0.084083, 51.510049], [-0.08409, 51.510072], [-0.084056, 51.510082], [-0.083958, 51.510204], [-0.08401, 51.510366], [-0.084013, 51.510546], [-0.083941, 51.510551], [-0.083944, 51.510386], [-0.083907, 51.510228], [-0.083847, 51.510223], [-0.083819, 51.510307], [-0.083527, 51.510268], [-0.083568, 51.510167], [-0.083498, 51.510155], [-0.083569, 51.509981], [-0.083714, 51.510005], [-0.083736, 51.509959], [-0.083858, 51.510008], [-0.083932, 51.509918], [-0.083876, 51.509905], [-0.083916, 51.509818], [-0.083934, 51.509798], [-0.083981, 51.509792], [-0.084063, 51.5096], [-0.08424, 51.509614]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2089, &quot;postcode&quot;: &quot;EC3R 8EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084063, 51.5096], [-0.083981, 51.509792], [-0.083941, 51.509804], [-0.083906, 51.509839], [-0.083893, 51.509886], [-0.083932, 51.509918], [-0.083858, 51.510008], [-0.083777, 51.509983], [-0.083714, 51.510005], [-0.083602, 51.509992], [-0.083554, 51.510015], [-0.083304, 51.510626], [-0.083219, 51.510617], [-0.083196, 51.510567], [-0.083208, 51.510537], [-0.083262, 51.510508], [-0.083278, 51.51046], [-0.083253, 51.510427], [-0.083265, 51.5104], [-0.083314, 51.510375], [-0.08334, 51.510312], [-0.083318, 51.510238], [-0.0835, 51.509827], [-0.083495, 51.509782], [-0.083446, 51.509749], [-0.082819, 51.509643], [-0.082834, 51.509519], [-0.083154, 51.509526], [-0.08339, 51.509574], [-0.083436, 51.509565], [-0.083466, 51.509538], [-0.083635, 51.50958], [-0.083683, 51.509579], [-0.083722, 51.509554], [-0.083878, 51.509277], [-0.083948, 51.509378], [-0.084061, 51.509404], [-0.08403, 51.509564], [-0.084063, 51.5096]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3438, &quot;postcode&quot;: &quot;EC3R 8EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082758, 51.509229], [-0.082723, 51.509282], [-0.082555, 51.509287], [-0.08247, 51.509328], [-0.082344, 51.509412], [-0.082336, 51.50945], [-0.082293, 51.50949], [-0.082262, 51.509466], [-0.08198, 51.509381], [-0.081838, 51.509267], [-0.081817, 51.509209], [-0.08185, 51.509183], [-0.082586, 51.509208], [-0.082758, 51.509229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1187, &quot;postcode&quot;: &quot;EC3R 8HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082889, 51.509246], [-0.082819, 51.509643], [-0.082758, 51.509644], [-0.082733, 51.509618], [-0.08276, 51.50949], [-0.082735, 51.509454], [-0.082586, 51.509439], [-0.082491, 51.509458], [-0.082354, 51.509544], [-0.082206, 51.509713], [-0.082213, 51.509758], [-0.082282, 51.50978], [-0.082175, 51.509779], [-0.082132, 51.509795], [-0.081923, 51.510044], [-0.081829, 51.510011], [-0.082033, 51.509767], [-0.082017, 51.509723], [-0.081927, 51.509694], [-0.082055, 51.509541], [-0.082021, 51.509505], [-0.081796, 51.509441], [-0.081862, 51.509397], [-0.081917, 51.509383], [-0.081937, 51.509355], [-0.081981, 51.509382], [-0.081968, 51.509415], [-0.081995, 51.509445], [-0.082251, 51.509509], [-0.082446, 51.509369], [-0.082605, 51.509374], [-0.082703, 51.509361], [-0.08276, 51.509325], [-0.082793, 51.509233], [-0.082889, 51.509246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1516, &quot;postcode&quot;: &quot;EC3R 8HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085178, 51.50938], [-0.085743, 51.509439], [-0.085681, 51.509549], [-0.085767, 51.50941], [-0.085809, 51.509422], [-0.085797, 51.509446], [-0.085822, 51.509451], [-0.085774, 51.509602], [-0.085695, 51.509611], [-0.085708, 51.509593], [-0.085643, 51.509586], [-0.085453, 51.509852], [-0.08542, 51.509862], [-0.085446, 51.509855], [-0.085347, 51.510014], [-0.085294, 51.509976], [-0.085241, 51.51002], [-0.085115, 51.510077], [-0.085029, 51.510063], [-0.084922, 51.509905], [-0.084948, 51.509827], [-0.084886, 51.5098], [-0.084835, 51.509813], [-0.084904, 51.509643], [-0.084662, 51.509526], [-0.084657, 51.509487], [-0.084705, 51.509471], [-0.085028, 51.50951], [-0.08502, 51.509476], [-0.085178, 51.50938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3296, &quot;postcode&quot;: &quot;EC3R 8LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08384, 51.512482], [-0.084336, 51.512612], [-0.084496, 51.512641], [-0.084363, 51.512844], [-0.084201, 51.512807], [-0.08396, 51.51278], [-0.08384, 51.512482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 992, &quot;postcode&quot;: &quot;EC3V 0AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084423, 51.51255], [-0.084423, 51.51257], [-0.084413, 51.512568], [-0.084423, 51.51255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC3V 0AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084088, 51.513356], [-0.083962, 51.513438], [-0.083868, 51.513394], [-0.083842, 51.513363], [-0.083783, 51.513353], [-0.084088, 51.513356]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 92, &quot;postcode&quot;: &quot;EC3V 0AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08414, 51.512252], [-0.084159, 51.512188], [-0.084173, 51.51217], [-0.084207, 51.512178], [-0.084229, 51.512137], [-0.084429, 51.51219], [-0.0844, 51.51224], [-0.084568, 51.512277], [-0.0846, 51.512226], [-0.084644, 51.512233], [-0.084646, 51.512249], [-0.08466, 51.512236], [-0.084761, 51.512253], [-0.084775, 51.512231], [-0.084832, 51.512238], [-0.084622, 51.512486], [-0.084343, 51.512409], [-0.084321, 51.512441], [-0.084274, 51.512428], [-0.084232, 51.512488], [-0.084032, 51.51244], [-0.084121, 51.512337], [-0.084163, 51.512258], [-0.08414, 51.512252]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1181, &quot;postcode&quot;: &quot;EC3V 0AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08447, 51.51302], [-0.084629, 51.512822], [-0.085273, 51.512921], [-0.08523, 51.513011], [-0.085231, 51.513075], [-0.085004, 51.513081], [-0.08447, 51.51302]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1064, &quot;postcode&quot;: &quot;EC3V 0AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08464, 51.51246], [-0.084643, 51.512462], [-0.084623, 51.512485], [-0.08464, 51.51246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3V 0AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086255, 51.51229], [-0.086006, 51.512598], [-0.085961, 51.512616], [-0.085866, 51.512616], [-0.08582, 51.512643], [-0.085779, 51.512746], [-0.085788, 51.512803], [-0.085521, 51.512727], [-0.085451, 51.512738], [-0.085324, 51.512709], [-0.085228, 51.512647], [-0.084843, 51.512552], [-0.085251, 51.511996], [-0.08535, 51.512041], [-0.085832, 51.512123], [-0.086255, 51.51229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5010, &quot;postcode&quot;: &quot;EC3V 0BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085376, 51.512711], [-0.085339, 51.512751], [-0.085355, 51.512823], [-0.085316, 51.512912], [-0.085273, 51.512921], [-0.084629, 51.512822], [-0.084842, 51.512552], [-0.085274, 51.512657], [-0.085298, 51.512685], [-0.085376, 51.512711]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1322, &quot;postcode&quot;: &quot;EC3V 0BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085041, 51.510942], [-0.085108, 51.510998], [-0.084969, 51.511025], [-0.084974, 51.511034], [-0.084891, 51.511041], [-0.084884, 51.511065], [-0.084892, 51.511101], [-0.085023, 51.511121], [-0.085033, 51.511138], [-0.08489, 51.511111], [-0.084878, 51.511136], [-0.084721, 51.511107], [-0.084735, 51.511071], [-0.084583, 51.511101], [-0.084582, 51.511077], [-0.084636, 51.511086], [-0.084675, 51.511032], [-0.084746, 51.511045], [-0.084763, 51.511002], [-0.08484, 51.511011], [-0.084898, 51.510937], [-0.085041, 51.510942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 325, &quot;postcode&quot;: &quot;EC3V 0BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086372, 51.511314], [-0.0863, 51.511399], [-0.086301, 51.511434], [-0.08625, 51.511519], [-0.086182, 51.511545], [-0.086184, 51.511592], [-0.086044, 51.511814], [-0.085983, 51.511806], [-0.085935, 51.511826], [-0.085827, 51.512034], [-0.085358, 51.51194], [-0.085284, 51.511958], [-0.084456, 51.513037], [-0.08438, 51.513154], [-0.08429, 51.513372], [-0.084241, 51.513355], [-0.084145, 51.513358], [-0.084293, 51.513015], [-0.084327, 51.512984], [-0.084301, 51.512929], [-0.084317, 51.512891], [-0.084357, 51.512868], [-0.084544, 51.512576], [-0.084858, 51.512202], [-0.084858, 51.512171], [-0.084828, 51.512149], [-0.084861, 51.512095], [-0.084904, 51.512083], [-0.084926, 51.512056], [-0.084889, 51.512011], [-0.084901, 51.511955], [-0.084921, 51.511929], [-0.084982, 51.511946], [-0.085029, 51.511941], [-0.085084, 51.511894], [-0.085166, 51.511888], [-0.085206, 51.511848], [-0.085233, 51.511796], [-0.085212, 51.511759], [-0.085254, 51.511528], [-0.085379, 51.511462], [-0.085648, 51.510887], [-0.085623, 51.510839], [-0.085655, 51.510787], [-0.085718, 51.510791], [-0.086067, 51.510898], [-0.085882, 51.510857], [-0.085812, 51.510876], [-0.085776, 51.511029], [-0.085786, 51.511083], [-0.085825, 51.511108], [-0.085886, 51.511106], [-0.086089, 51.511016], [-0.086264, 51.510964], [-0.086276, 51.510988], [-0.086239, 51.511063], [-0.086173, 51.511073], [-0.086142, 51.511115], [-0.08615, 51.511145], [-0.08619, 51.511166], [-0.086175, 51.51124], [-0.086208, 51.511268], [-0.086372, 51.511314]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8784, &quot;postcode&quot;: &quot;EC3V 0BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084728, 51.51305], [-0.084582, 51.513046], [-0.084552, 51.513074], [-0.084533, 51.513167], [-0.084416, 51.513158], [-0.084364, 51.513188], [-0.084458, 51.513035], [-0.084728, 51.51305]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 124, &quot;postcode&quot;: &quot;EC3V 0DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084287, 51.512996], [-0.084145, 51.513358], [-0.084088, 51.513356], [-0.084155, 51.513311], [-0.084166, 51.513285], [-0.084039, 51.512973], [-0.084234, 51.513004], [-0.084287, 51.512996]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 312, &quot;postcode&quot;: &quot;EC3V 0DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084611, 51.512845], [-0.084614, 51.51284], [-0.084629, 51.512822], [-0.084611, 51.512845]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3V 0DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085314, 51.511166], [-0.085283, 51.511161], [-0.085357, 51.511174], [-0.085398, 51.511148], [-0.085499, 51.511167], [-0.085333, 51.51139], [-0.085103, 51.51135], [-0.085117, 51.51132], [-0.08505, 51.511307], [-0.085041, 51.511327], [-0.084748, 51.511274], [-0.084707, 51.511363], [-0.084428, 51.511309], [-0.084476, 51.511226], [-0.084434, 51.511219], [-0.084479, 51.511128], [-0.084546, 51.511142], [-0.084567, 51.511104], [-0.084735, 51.511071], [-0.084721, 51.511107], [-0.084878, 51.511136], [-0.08489, 51.511111], [-0.085186, 51.511167], [-0.085074, 51.511146], [-0.085117, 51.511135], [-0.085211, 51.511149], [-0.085216, 51.511132], [-0.085305, 51.511144], [-0.085314, 51.511166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1555, &quot;postcode&quot;: &quot;EC3V 0EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085594, 51.511005], [-0.085521, 51.511171], [-0.085478, 51.511189], [-0.085464, 51.511214], [-0.085439, 51.511247], [-0.085452, 51.511205], [-0.085413, 51.511175], [-0.085316, 51.511167], [-0.085257, 51.511142], [-0.085074, 51.511146], [-0.084892, 51.511101], [-0.084891, 51.511041], [-0.085347, 51.510951], [-0.085594, 51.511005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 830, &quot;postcode&quot;: &quot;EC3V 0EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086296, 51.510948], [-0.086276, 51.510988], [-0.086214, 51.51098], [-0.086087, 51.511016], [-0.085883, 51.511109], [-0.085755, 51.511187], [-0.085785, 51.511111], [-0.085776, 51.511029], [-0.08581, 51.51084], [-0.086296, 51.510948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 609, &quot;postcode&quot;: &quot;EC3V 0EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085521, 51.511171], [-0.085374, 51.511476], [-0.085256, 51.511536], [-0.085227, 51.511744], [-0.085106, 51.511871], [-0.08492, 51.511847], [-0.084929, 51.511805], [-0.08489, 51.511776], [-0.084573, 51.511715], [-0.084748, 51.511274], [-0.08499, 51.511317], [-0.08505, 51.511307], [-0.085116, 51.511319], [-0.085157, 51.511358], [-0.08531, 51.51138], [-0.085358, 51.511356], [-0.085499, 51.511167], [-0.085521, 51.511171]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2426, &quot;postcode&quot;: &quot;EC3V 0HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084891, 51.512006], [-0.08494, 51.512027], [-0.084957, 51.51201], [-0.084998, 51.512012], [-0.084941, 51.512114], [-0.084861, 51.512095], [-0.084891, 51.512006]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 65, &quot;postcode&quot;: &quot;EC3V 0XL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083574, 51.512113], [-0.083614, 51.512141], [-0.083721, 51.512197], [-0.083634, 51.512166], [-0.083574, 51.512113]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC3V 1AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083296, 51.513371], [-0.083311, 51.513256], [-0.083062, 51.513224], [-0.083059, 51.513151], [-0.082935, 51.513146], [-0.083057, 51.512826], [-0.083417, 51.512887], [-0.083424, 51.51287], [-0.083544, 51.512888], [-0.083536, 51.512909], [-0.083627, 51.512924], [-0.083635, 51.512906], [-0.084039, 51.512972], [-0.084172, 51.513295], [-0.084088, 51.513356], [-0.083477, 51.513351], [-0.083296, 51.513371]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3607, &quot;postcode&quot;: &quot;EC3V 1LE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083591, 51.513352], [-0.083392, 51.51336], [-0.083116, 51.513394], [-0.082219, 51.513421], [-0.082903, 51.51339], [-0.082936, 51.513355], [-0.082935, 51.513146], [-0.083059, 51.513151], [-0.083064, 51.513201], [-0.0831, 51.513227], [-0.083311, 51.513256], [-0.083306, 51.513326], [-0.083342, 51.513356], [-0.083591, 51.513352]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 580, &quot;postcode&quot;: &quot;EC3V 1LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084147, 51.51299], [-0.083684, 51.512915], [-0.083625, 51.512924], [-0.083536, 51.512909], [-0.083484, 51.512879], [-0.083417, 51.512887], [-0.083057, 51.512826], [-0.083091, 51.512742], [-0.083067, 51.512705], [-0.082835, 51.512651], [-0.082607, 51.512567], [-0.082659, 51.512517], [-0.082776, 51.512562], [-0.082831, 51.512564], [-0.083007, 51.512489], [-0.083838, 51.512483], [-0.083831, 51.512547], [-0.083878, 51.51258], [-0.084031, 51.512951], [-0.084067, 51.512976], [-0.084147, 51.51299]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3121, &quot;postcode&quot;: &quot;EC3V 1LR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084894, 51.51204], [-0.084761, 51.512253], [-0.084637, 51.512241], [-0.084287, 51.512153], [-0.084239, 51.512157], [-0.084172, 51.512188], [-0.084144, 51.512218], [-0.084163, 51.512258], [-0.084121, 51.512336], [-0.083989, 51.512521], [-0.083899, 51.512522], [-0.083873, 51.512548], [-0.083877, 51.512579], [-0.08382, 51.51257], [-0.083825, 51.512514], [-0.08377, 51.512484], [-0.083004, 51.512489], [-0.082879, 51.512271], [-0.082955, 51.512257], [-0.083036, 51.512312], [-0.083124, 51.512355], [-0.083181, 51.512358], [-0.083231, 51.512397], [-0.083529, 51.512423], [-0.083575, 51.512414], [-0.083603, 51.512384], [-0.083594, 51.512338], [-0.083476, 51.51215], [-0.083716, 51.512004], [-0.083736, 51.511944], [-0.083821, 51.511872], [-0.083884, 51.511763], [-0.084, 51.511726], [-0.084158, 51.511751], [-0.084217, 51.511785], [-0.084826, 51.511886], [-0.084897, 51.511944], [-0.084894, 51.51204]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5408, &quot;postcode&quot;: &quot;EC3V 1LT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083989, 51.512521], [-0.084032, 51.51244], [-0.084232, 51.512488], [-0.084274, 51.512428], [-0.084321, 51.512441], [-0.084343, 51.512409], [-0.084622, 51.512486], [-0.084496, 51.512641], [-0.083989, 51.512521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 625, &quot;postcode&quot;: &quot;EC3V 1LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08466, 51.512236], [-0.084568, 51.512277], [-0.0844, 51.51224], [-0.084407, 51.512193], [-0.08466, 51.512236]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 85, &quot;postcode&quot;: &quot;EC3V 1LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083439, 51.513011], [-0.083439, 51.513011], [-0.083439, 51.513011], [-0.083439, 51.513011]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3V 1PJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087959, 51.513506], [-0.087921, 51.513431], [-0.08776, 51.513391], [-0.08788, 51.513389], [-0.087949, 51.513405], [-0.087959, 51.513506]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 38, &quot;postcode&quot;: &quot;EC3V 3DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086472, 51.513694], [-0.086478, 51.513738], [-0.086506, 51.513737], [-0.086511, 51.513753], [-0.086463, 51.513753], [-0.086447, 51.513694], [-0.086472, 51.513694]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13, &quot;postcode&quot;: &quot;EC3V 3LF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086575, 51.513454], [-0.08656, 51.51343], [-0.086636, 51.513433], [-0.086596, 51.513443], [-0.086575, 51.513454]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;EC3V 3LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088458, 51.513674], [-0.088073, 51.51377], [-0.088034, 51.513796], [-0.087463, 51.513968], [-0.08743, 51.51393], [-0.087437, 51.51388], [-0.087372, 51.513857], [-0.087206, 51.513869], [-0.086819, 51.513947], [-0.086685, 51.513956], [-0.08656, 51.513486], [-0.086622, 51.513437], [-0.08776, 51.513391], [-0.087862, 51.513416], [-0.087929, 51.513412], [-0.087988, 51.513589], [-0.08802, 51.513611], [-0.088066, 51.513616], [-0.088103, 51.513699], [-0.088133, 51.513722], [-0.088187, 51.513727], [-0.088357, 51.513681], [-0.088458, 51.513674]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5257, &quot;postcode&quot;: &quot;EC3V 3LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08667, 51.513426], [-0.086637, 51.513433], [-0.086617, 51.513428], [-0.086619, 51.513428], [-0.08667, 51.513426]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC3V 3LR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086305, 51.51356], [-0.086305, 51.513626], [-0.086254, 51.513886], [-0.086216, 51.513866], [-0.086169, 51.513865], [-0.086117, 51.513723], [-0.086034, 51.513692], [-0.086088, 51.513544], [-0.086305, 51.51356]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 447, &quot;postcode&quot;: &quot;EC3V 3LT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08628, 51.514109], [-0.086278, 51.51414], [-0.085827, 51.514108], [-0.085592, 51.514117], [-0.085566, 51.514038], [-0.085629, 51.513972], [-0.085754, 51.513989], [-0.085789, 51.513969], [-0.085809, 51.513923], [-0.085711, 51.513822], [-0.085488, 51.513759], [-0.08551, 51.513737], [-0.085624, 51.513746], [-0.085668, 51.513736], [-0.085751, 51.51362], [-0.085816, 51.513609], [-0.08584, 51.51357], [-0.085951, 51.513548], [-0.085993, 51.513492], [-0.086045, 51.513496], [-0.085988, 51.513649], [-0.086038, 51.513693], [-0.085933, 51.513844], [-0.085839, 51.514043], [-0.085909, 51.514075], [-0.086215, 51.514039], [-0.086226, 51.514078], [-0.08628, 51.514109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1247, &quot;postcode&quot;: &quot;EC3V 3NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084859, 51.51348], [-0.085416, 51.513435], [-0.085438, 51.51368], [-0.085203, 51.513695], [-0.085206, 51.513727], [-0.084934, 51.513815], [-0.08479, 51.513749], [-0.084758, 51.513714], [-0.084785, 51.513713], [-0.084661, 51.513713], [-0.084661, 51.513725], [-0.08456, 51.51371], [-0.08457, 51.513481], [-0.084859, 51.51348]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1813, &quot;postcode&quot;: &quot;EC3V 3NB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089108, 51.513434], [-0.088751, 51.513427], [-0.088151, 51.513611], [-0.088009, 51.513423], [-0.087872, 51.51339], [-0.086601, 51.513447], [-0.086549, 51.513431], [-0.086169, 51.513429], [-0.086115, 51.513461], [-0.086038, 51.513692], [-0.085995, 51.513695], [-0.085959, 51.513715], [-0.085803, 51.51395], [-0.086014, 51.513585], [-0.086051, 51.513476], [-0.086012, 51.513435], [-0.085446, 51.513434], [-0.084672, 51.513486], [-0.084253, 51.513467], [-0.084298, 51.513352], [-0.085663, 51.513318], [-0.085702, 51.513287], [-0.085743, 51.513036], [-0.085947, 51.513069], [-0.085939, 51.513114], [-0.08597, 51.513145], [-0.085981, 51.513199], [-0.085974, 51.513271], [-0.086015, 51.513303], [-0.086206, 51.513295], [-0.086293, 51.513137], [-0.08639, 51.513153], [-0.08645, 51.51312], [-0.086528, 51.513137], [-0.086527, 51.51327], [-0.086568, 51.513288], [-0.086634, 51.513285], [-0.086679, 51.513254], [-0.086707, 51.513127], [-0.086804, 51.512945], [-0.086877, 51.512946], [-0.086917, 51.512914], [-0.086963, 51.512928], [-0.087011, 51.51297], [-0.087071, 51.512975], [-0.087116, 51.512954], [-0.087236, 51.512984], [-0.087245, 51.513013], [-0.087282, 51.513032], [-0.087337, 51.513037], [-0.087377, 51.513022], [-0.087419, 51.512948], [-0.087416, 51.512916], [-0.087265, 51.51286], [-0.087338, 51.512747], [-0.088082, 51.512962], [-0.088137, 51.512964], [-0.088597, 51.513161], [-0.088641, 51.513211], [-0.088631, 51.51327], [-0.088663, 51.513303], [-0.089074, 51.513329], [-0.089108, 51.513434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11084, &quot;postcode&quot;: &quot;EC3V 3ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086715, 51.513111], [-0.086707, 51.513128], [-0.086681, 51.513123], [-0.086686, 51.513114], [-0.086715, 51.513111]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3, &quot;postcode&quot;: &quot;EC3V 3NF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086217, 51.51316], [-0.086174, 51.513268], [-0.086195, 51.513302], [-0.085954, 51.513311], [-0.085982, 51.513199], [-0.086087, 51.513143], [-0.086217, 51.51316]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 243, &quot;postcode&quot;: &quot;EC3V 3NG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08479, 51.513749], [-0.084488, 51.513775], [-0.084494, 51.513724], [-0.08446, 51.513696], [-0.084188, 51.51367], [-0.084209, 51.513584], [-0.084222, 51.513566], [-0.084253, 51.513466], [-0.084274, 51.513414], [-0.084278, 51.513445], [-0.084318, 51.513468], [-0.08457, 51.513481], [-0.084568, 51.513691], [-0.084622, 51.513715], [-0.084758, 51.513714], [-0.08479, 51.513749]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 696, &quot;postcode&quot;: &quot;EC3V 3NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086854, 51.513997], [-0.086374, 51.514121], [-0.086287, 51.514113], [-0.086218, 51.514078], [-0.086215, 51.514039], [-0.086331, 51.514017], [-0.086363, 51.513976], [-0.086254, 51.513886], [-0.086286, 51.513688], [-0.086199, 51.513656], [-0.086212, 51.513616], [-0.086192, 51.513567], [-0.086091, 51.513547], [-0.086124, 51.513429], [-0.08667, 51.513426], [-0.086594, 51.513451], [-0.086557, 51.513502], [-0.086665, 51.513864], [-0.08671, 51.513921], [-0.086788, 51.513946], [-0.086842, 51.513943], [-0.086854, 51.513997]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2122, &quot;postcode&quot;: &quot;EC3V 3NL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084661, 51.513761], [-0.084661, 51.513752], [-0.08479, 51.513749], [-0.084845, 51.513766], [-0.084842, 51.513891], [-0.084845, 51.513774], [-0.084934, 51.513815], [-0.084917, 51.513874], [-0.08479, 51.51401], [-0.084773, 51.513934], [-0.084714, 51.513939], [-0.08471, 51.513926], [-0.084478, 51.513913], [-0.08449, 51.513766], [-0.084661, 51.513761]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 560, &quot;postcode&quot;: &quot;EC3V 3NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088248, 51.513286], [-0.088249, 51.513291], [-0.088074, 51.513276], [-0.088248, 51.513286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC3V 3NR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085589, 51.513277], [-0.085571, 51.513325], [-0.084347, 51.513352], [-0.084297, 51.51337], [-0.084274, 51.513412], [-0.084264, 51.513371], [-0.084301, 51.513346], [-0.084381, 51.513152], [-0.084483, 51.513158], [-0.084533, 51.513128], [-0.084542, 51.513067], [-0.08451, 51.513044], [-0.084458, 51.513035], [-0.08447, 51.51302], [-0.085004, 51.513081], [-0.085231, 51.513075], [-0.085237, 51.513197], [-0.085305, 51.51326], [-0.085589, 51.513277]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2022, &quot;postcode&quot;: &quot;EC3V 3PD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085984, 51.51343], [-0.085961, 51.513548], [-0.085858, 51.513577], [-0.085827, 51.513632], [-0.085779, 51.51364], [-0.085714, 51.513684], [-0.085668, 51.513749], [-0.085532, 51.513744], [-0.085383, 51.513772], [-0.085206, 51.513727], [-0.085205, 51.513695], [-0.085345, 51.513686], [-0.085408, 51.513667], [-0.085431, 51.513644], [-0.085418, 51.513473], [-0.085389, 51.513448], [-0.085337, 51.51344], [-0.085984, 51.51343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1168, &quot;postcode&quot;: &quot;EC3V 3QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086508, 51.513292], [-0.086526, 51.513175], [-0.086542, 51.513188], [-0.086586, 51.513106], [-0.086707, 51.513128], [-0.086671, 51.513285], [-0.086508, 51.513292]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC3V 3SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083074, 51.514073], [-0.083007, 51.514086], [-0.082758, 51.514054], [-0.082713, 51.514076], [-0.082678, 51.514145], [-0.081965, 51.514143], [-0.081964, 51.5136], [-0.081944, 51.513574], [-0.081896, 51.513561], [-0.081977, 51.513538], [-0.082733, 51.513541], [-0.082709, 51.513881], [-0.082728, 51.51391], [-0.082784, 51.513928], [-0.082768, 51.513994], [-0.082805, 51.514019], [-0.082964, 51.514053], [-0.083074, 51.514059], [-0.083074, 51.514073]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3642, &quot;postcode&quot;: &quot;EC3V 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083961, 51.513438], [-0.083084, 51.514004], [-0.082706, 51.513912], [-0.082727, 51.513571], [-0.082672, 51.513544], [-0.08247, 51.513546], [-0.083021, 51.513526], [-0.083811, 51.513455], [-0.083859, 51.513433], [-0.083868, 51.513394], [-0.083961, 51.513438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2873, &quot;postcode&quot;: &quot;EC3V 4QT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089135, 51.513232], [-0.088956, 51.513304], [-0.088843, 51.513317], [-0.088563, 51.513303], [-0.088636, 51.513247], [-0.088628, 51.513193], [-0.088567, 51.513149], [-0.088209, 51.513006], [-0.08818, 51.512982], [-0.087454, 51.512786], [-0.087143, 51.512683], [-0.086645, 51.512449], [-0.085835, 51.512125], [-0.085342, 51.512032], [-0.085391, 51.511946], [-0.086032, 51.512081], [-0.086773, 51.512419], [-0.086832, 51.512428], [-0.087205, 51.512609], [-0.087364, 51.51267], [-0.087661, 51.512748], [-0.087805, 51.512806], [-0.08787, 51.512806], [-0.088121, 51.512889], [-0.088183, 51.51289], [-0.088242, 51.512872], [-0.088331, 51.512741], [-0.088384, 51.51272], [-0.088397, 51.512684], [-0.088466, 51.512698], [-0.088531, 51.512684], [-0.088631, 51.512576], [-0.088655, 51.512585], [-0.088624, 51.512613], [-0.088631, 51.512644], [-0.089135, 51.513232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4733, &quot;postcode&quot;: &quot;EC3V 9AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087124, 51.51204], [-0.086824, 51.512441], [-0.086564, 51.512334], [-0.086503, 51.512352], [-0.086491, 51.51239], [-0.086445, 51.512428], [-0.086435, 51.512386], [-0.086341, 51.512348], [-0.086286, 51.512301], [-0.086359, 51.512292], [-0.086391, 51.512217], [-0.086484, 51.512196], [-0.086628, 51.511999], [-0.086708, 51.512017], [-0.086754, 51.512009], [-0.086829, 51.511914], [-0.086916, 51.511937], [-0.086989, 51.512003], [-0.087124, 51.51204]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1660, &quot;postcode&quot;: &quot;EC3V 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085648, 51.51289], [-0.085772, 51.512913], [-0.085783, 51.512885], [-0.085775, 51.512905], [-0.085874, 51.512928], [-0.085846, 51.512962], [-0.085762, 51.512951], [-0.085768, 51.512927], [-0.085631, 51.51291], [-0.085648, 51.51289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 50, &quot;postcode&quot;: &quot;EC3V 9AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087886, 51.512002], [-0.08783, 51.512029], [-0.08784, 51.512088], [-0.087338, 51.512657], [-0.087211, 51.512614], [-0.08687, 51.512455], [-0.086944, 51.512367], [-0.086922, 51.512321], [-0.086968, 51.512256], [-0.087055, 51.512239], [-0.087205, 51.512078], [-0.087228, 51.51207], [-0.08751, 51.512145], [-0.087584, 51.512129], [-0.087685, 51.512148], [-0.087729, 51.512129], [-0.087858, 51.511977], [-0.087886, 51.512002]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2282, &quot;postcode&quot;: &quot;EC3V 9AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087742, 51.512631], [-0.087661, 51.512748], [-0.087349, 51.512672], [-0.087242, 51.512619], [-0.087329, 51.512624], [-0.087374, 51.512611], [-0.087566, 51.512403], [-0.087707, 51.512443], [-0.087738, 51.512492], [-0.087681, 51.512587], [-0.087742, 51.512631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 646, &quot;postcode&quot;: &quot;EC3V 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088051, 51.512953], [-0.088082, 51.512958], [-0.088098, 51.512966], [-0.088051, 51.512953]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC3V 9AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087038, 51.512937], [-0.086978, 51.512963], [-0.086904, 51.512928], [-0.087028, 51.512815], [-0.087038, 51.512828], [-0.087002, 51.512848], [-0.08698, 51.512893], [-0.087038, 51.512937]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 45, &quot;postcode&quot;: &quot;EC3V 9AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086598, 51.511617], [-0.086585, 51.511644], [-0.086325, 51.511573], [-0.086205, 51.511593], [-0.086168, 51.511616], [-0.086134, 51.511565], [-0.085738, 51.51149], [-0.08575, 51.511457], [-0.086058, 51.511511], [-0.086108, 51.511497], [-0.086146, 51.511457], [-0.086243, 51.511517], [-0.086598, 51.511617]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 299, &quot;postcode&quot;: &quot;EC3V 9BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087167, 51.511093], [-0.087021, 51.511398], [-0.086729, 51.511845], [-0.086743, 51.511886], [-0.086829, 51.511914], [-0.086774, 51.512001], [-0.086763, 51.512066], [-0.086664, 51.512035], [-0.0866, 51.512048], [-0.086431, 51.512267], [-0.086353, 51.512231], [-0.086292, 51.512235], [-0.08627, 51.512191], [-0.08598, 51.512066], [-0.086046, 51.511958], [-0.086014, 51.511925], [-0.085898, 51.511894], [-0.085947, 51.511794], [-0.086007, 51.511802], [-0.086056, 51.511787], [-0.086197, 51.511576], [-0.086248, 51.511577], [-0.086286, 51.511559], [-0.086584, 51.511644], [-0.086565, 51.511694], [-0.086599, 51.511726], [-0.086653, 51.511734], [-0.086698, 51.511721], [-0.087013, 51.511312], [-0.087104, 51.511087], [-0.087167, 51.511093]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3285, &quot;postcode&quot;: &quot;EC3V 9BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086072, 51.511939], [-0.08598, 51.512066], [-0.085827, 51.512034], [-0.085898, 51.511894], [-0.086072, 51.511939]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 196, &quot;postcode&quot;: &quot;EC3V 9BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086978, 51.512963], [-0.086955, 51.512991], [-0.086953, 51.513089], [-0.086946, 51.512986], [-0.086915, 51.512967], [-0.086844, 51.512957], [-0.086787, 51.512979], [-0.086711, 51.513119], [-0.086594, 51.513124], [-0.086542, 51.513188], [-0.086472, 51.513163], [-0.086421, 51.513165], [-0.086302, 51.513138], [-0.086449, 51.512877], [-0.086834, 51.512949], [-0.086882, 51.512942], [-0.086917, 51.512914], [-0.086935, 51.512946], [-0.086978, 51.512963]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 753, &quot;postcode&quot;: &quot;EC3V 9BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085956, 51.512855], [-0.08619, 51.512913], [-0.086161, 51.512968], [-0.085923, 51.512902], [-0.085956, 51.512855]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 103, &quot;postcode&quot;: &quot;EC3V 9DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085853, 51.512619], [-0.085774, 51.512762], [-0.085781, 51.512792], [-0.085813, 51.512811], [-0.085772, 51.512913], [-0.085568, 51.512875], [-0.085507, 51.512824], [-0.085349, 51.512797], [-0.085287, 51.512773], [-0.085324, 51.512709], [-0.085431, 51.512733], [-0.08552, 51.512726], [-0.085689, 51.512772], [-0.085737, 51.512771], [-0.085777, 51.512747], [-0.08582, 51.51264], [-0.085853, 51.512619]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 428, &quot;postcode&quot;: &quot;EC3V 9DF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086218, 51.513157], [-0.086087, 51.513143], [-0.086066, 51.513114], [-0.086149, 51.513129], [-0.086218, 51.513157]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC3V 9DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086188, 51.512913], [-0.086103, 51.512928], [-0.086062, 51.512999], [-0.086008, 51.512985], [-0.085957, 51.512997], [-0.085925, 51.513065], [-0.085816, 51.513044], [-0.085847, 51.51295], [-0.085828, 51.512923], [-0.085775, 51.512905], [-0.085802, 51.512836], [-0.08578, 51.512801], [-0.086175, 51.512894], [-0.086188, 51.512913]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 400, &quot;postcode&quot;: &quot;EC3V 9DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086087, 51.513143], [-0.086036, 51.513192], [-0.085965, 51.513193], [-0.08593, 51.513143], [-0.085924, 51.513054], [-0.085964, 51.512955], [-0.08606, 51.512975], [-0.086037, 51.513081], [-0.086087, 51.513143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 197, &quot;postcode&quot;: &quot;EC3V 9DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085909, 51.512929], [-0.085851, 51.512958], [-0.085816, 51.513044], [-0.085768, 51.513051], [-0.085738, 51.513075], [-0.085696, 51.51332], [-0.085571, 51.513325], [-0.085558, 51.513293], [-0.085509, 51.513275], [-0.085285, 51.513273], [-0.085238, 51.513226], [-0.08523, 51.513011], [-0.085278, 51.512911], [-0.085328, 51.512884], [-0.085343, 51.512843], [-0.085328, 51.512817], [-0.085349, 51.512797], [-0.085543, 51.512831], [-0.085564, 51.51287], [-0.085648, 51.51289], [-0.085688, 51.512916], [-0.085809, 51.51294], [-0.085909, 51.512929]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1696, &quot;postcode&quot;: &quot;EC3V 9DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086724, 51.512494], [-0.086562, 51.512698], [-0.08644, 51.512893], [-0.086266, 51.513186], [-0.086224, 51.513302], [-0.086158, 51.513303], [-0.086196, 51.51317], [-0.086115, 51.513125], [-0.086023, 51.513106], [-0.086113, 51.512923], [-0.086109, 51.512893], [-0.086075, 51.512871], [-0.08579, 51.512799], [-0.085777, 51.512755], [-0.085862, 51.512628], [-0.085967, 51.512636], [-0.086128, 51.512577], [-0.086141, 51.512527], [-0.086296, 51.512333], [-0.08647, 51.512394], [-0.086303, 51.51262], [-0.086333, 51.512669], [-0.086422, 51.512696], [-0.086483, 51.512686], [-0.086666, 51.512461], [-0.086724, 51.512494]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2484, &quot;postcode&quot;: &quot;EC3V 9DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086736, 51.512501], [-0.086674, 51.512494], [-0.086628, 51.512511], [-0.086492, 51.512692], [-0.086458, 51.51271], [-0.086272, 51.512649], [-0.086352, 51.512568], [-0.086479, 51.512386], [-0.086645, 51.512449], [-0.086736, 51.512501]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 499, &quot;postcode&quot;: &quot;EC3V 9EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087443, 51.512894], [-0.087341, 51.513145], [-0.087301, 51.513148], [-0.087307, 51.513051], [-0.087215, 51.513017], [-0.087173, 51.51298], [-0.087093, 51.512989], [-0.086939, 51.512953], [-0.086802, 51.51295], [-0.086454, 51.512878], [-0.086561, 51.512698], [-0.086729, 51.512497], [-0.08713, 51.512678], [-0.087338, 51.512746], [-0.087288, 51.512824], [-0.087291, 51.512854], [-0.087362, 51.512888], [-0.087443, 51.512894]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2227, &quot;postcode&quot;: &quot;EC3V 9LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097343, 51.512329], [-0.097254, 51.512665], [-0.097279, 51.512702], [-0.097268, 51.512745], [-0.097223, 51.512859], [-0.09716, 51.512875], [-0.097117, 51.512937], [-0.097047, 51.512936], [-0.096585, 51.51284], [-0.096599, 51.512796], [-0.096548, 51.512766], [-0.096603, 51.512762], [-0.096635, 51.512738], [-0.096794, 51.512282], [-0.097343, 51.512329]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2736, &quot;postcode&quot;: &quot;EC4M 5AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097223, 51.512859], [-0.097172, 51.513053], [-0.095209, 51.51266], [-0.095156, 51.512686], [-0.094976, 51.513041], [-0.094914, 51.513049], [-0.094853, 51.513125], [-0.094779, 51.513144], [-0.094409, 51.513098], [-0.094434, 51.512997], [-0.094389, 51.512961], [-0.094329, 51.512957], [-0.094289, 51.512973], [-0.094121, 51.512946], [-0.094111, 51.512904], [-0.09404, 51.512882], [-0.093991, 51.512886], [-0.093959, 51.512907], [-0.093708, 51.512875], [-0.093795, 51.512491], [-0.094398, 51.512549], [-0.094453, 51.512517], [-0.094456, 51.51242], [-0.095119, 51.512548], [-0.095177, 51.512537], [-0.095209, 51.512499], [-0.095193, 51.512558], [-0.09523, 51.51259], [-0.095298, 51.512591], [-0.095688, 51.512667], [-0.095762, 51.512639], [-0.095786, 51.512509], [-0.095875, 51.512521], [-0.095852, 51.512672], [-0.095895, 51.512709], [-0.096431, 51.512814], [-0.096485, 51.512804], [-0.096535, 51.512764], [-0.096588, 51.512775], [-0.096576, 51.512818], [-0.096612, 51.512849], [-0.097057, 51.512937], [-0.09713, 51.512918], [-0.097171, 51.512839], [-0.097223, 51.512859]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6898, &quot;postcode&quot;: &quot;EC4M 5SB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095985, 51.512082], [-0.095968, 51.512174], [-0.095935, 51.5122], [-0.095902, 51.512308], [-0.095875, 51.512521], [-0.095822, 51.512522], [-0.095786, 51.512542], [-0.095758, 51.512654], [-0.09571, 51.512672], [-0.095312, 51.512595], [-0.095267, 51.512604], [-0.095168, 51.51266], [-0.095139, 51.51264], [-0.095158, 51.512575], [-0.095105, 51.512546], [-0.095159, 51.512544], [-0.095193, 51.512523], [-0.095368, 51.512217], [-0.095428, 51.512189], [-0.095503, 51.512043], [-0.09556, 51.512033], [-0.095562, 51.512073], [-0.095619, 51.512097], [-0.095903, 51.512114], [-0.095985, 51.512082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2482, &quot;postcode&quot;: &quot;EC4M 6XD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095172, 51.512561], [-0.09442, 51.512415], [-0.094397, 51.512382], [-0.094426, 51.512357], [-0.095372, 51.512173], [-0.09538, 51.512197], [-0.095172, 51.512561]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1494, &quot;postcode&quot;: &quot;EC4M 6XH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101565, 51.513483], [-0.101549, 51.513572], [-0.101397, 51.513568], [-0.101351, 51.513647], [-0.101293, 51.513674], [-0.101272, 51.513729], [-0.101178, 51.513747], [-0.101139, 51.513717], [-0.101071, 51.513715], [-0.101033, 51.513741], [-0.10102, 51.513805], [-0.100793, 51.513784], [-0.100608, 51.513785], [-0.100579, 51.51377], [-0.100608, 51.513717], [-0.100598, 51.513687], [-0.100371, 51.513557], [-0.100405, 51.513447], [-0.100446, 51.513389], [-0.10078, 51.513424], [-0.100837, 51.513411], [-0.100885, 51.513296], [-0.101021, 51.513127], [-0.101166, 51.513151], [-0.101183, 51.513173], [-0.101151, 51.513225], [-0.101163, 51.513259], [-0.10126, 51.513289], [-0.101502, 51.513409], [-0.101565, 51.513483]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3352, &quot;postcode&quot;: &quot;EC4M 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101546, 51.513791], [-0.101228, 51.513753], [-0.101224, 51.51374], [-0.101248, 51.513727], [-0.101562, 51.513763], [-0.101546, 51.513791]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 72, &quot;postcode&quot;: &quot;EC4M 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100885, 51.514231], [-0.100836, 51.514391], [-0.100859, 51.514432], [-0.100765, 51.514379], [-0.100711, 51.514385], [-0.100681, 51.514411], [-0.100653, 51.514407], [-0.100702, 51.514228], [-0.100684, 51.514096], [-0.100732, 51.514284], [-0.100803, 51.514296], [-0.100856, 51.514262], [-0.100867, 51.514228], [-0.100844, 51.5142], [-0.100867, 51.514121], [-0.100885, 51.514231]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 187, &quot;postcode&quot;: &quot;EC4M 7AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101895, 51.513537], [-0.101845, 51.513662], [-0.101589, 51.513653], [-0.10155, 51.513682], [-0.101541, 51.51376], [-0.101276, 51.51373], [-0.101225, 51.51374], [-0.10122, 51.513724], [-0.101282, 51.513697], [-0.101303, 51.513642], [-0.101357, 51.513618], [-0.101381, 51.513554], [-0.101577, 51.513572], [-0.10162, 51.513557], [-0.10164, 51.513523], [-0.101609, 51.513424], [-0.101521, 51.513357], [-0.101338, 51.513271], [-0.101384, 51.513227], [-0.101428, 51.513214], [-0.101464, 51.513271], [-0.101633, 51.513329], [-0.101644, 51.51337], [-0.101895, 51.513537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 944, &quot;postcode&quot;: &quot;EC4M 7AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101523, 51.51527], [-0.101473, 51.515268], [-0.101454, 51.515241], [-0.10141, 51.515227], [-0.101325, 51.515227], [-0.101278, 51.515246], [-0.100999, 51.515247], [-0.100961, 51.515189], [-0.100844, 51.515184], [-0.100821, 51.515121], [-0.100841, 51.515089], [-0.100823, 51.514867], [-0.101039, 51.514865], [-0.101065, 51.514916], [-0.10119, 51.514945], [-0.101472, 51.514947], [-0.101477, 51.515028], [-0.101521, 51.515056], [-0.101505, 51.515198], [-0.101523, 51.51527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1607, &quot;postcode&quot;: &quot;EC4M 7BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101378, 51.515534], [-0.101305, 51.515808], [-0.101234, 51.515942], [-0.100651, 51.5158], [-0.10064, 51.515772], [-0.100602, 51.515753], [-0.100522, 51.515766], [-0.100451, 51.515748], [-0.10052, 51.51572], [-0.100673, 51.51546], [-0.100653, 51.514966], [-0.100714, 51.514984], [-0.100753, 51.51526], [-0.1008, 51.515287], [-0.100861, 51.515281], [-0.100868, 51.515306], [-0.100809, 51.515299], [-0.100764, 51.515319], [-0.100769, 51.515398], [-0.100831, 51.515417], [-0.100887, 51.515397], [-0.1009, 51.515433], [-0.100946, 51.515451], [-0.101187, 51.515458], [-0.101185, 51.515493], [-0.101214, 51.515518], [-0.101378, 51.515534]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2616, &quot;postcode&quot;: &quot;EC4M 7BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101745, 51.514586], [-0.102017, 51.514577], [-0.101622, 51.516101], [-0.101413, 51.516057], [-0.101356, 51.515988], [-0.101236, 51.515938], [-0.101305, 51.515807], [-0.101367, 51.515567], [-0.101322, 51.515532], [-0.101174, 51.515521], [-0.101172, 51.515488], [-0.101139, 51.515465], [-0.100925, 51.515449], [-0.10088, 51.51546], [-0.100837, 51.515549], [-0.100651, 51.5158], [-0.100523, 51.515766], [-0.1007, 51.515584], [-0.100757, 51.51545], [-0.100721, 51.515038], [-0.100697, 51.515012], [-0.100653, 51.515001], [-0.100652, 51.514879], [-0.10071, 51.514843], [-0.100714, 51.514717], [-0.100709, 51.514516], [-0.100662, 51.51447], [-0.100845, 51.513988], [-0.10086, 51.514171], [-0.10088, 51.5142], [-0.100816, 51.514385], [-0.100841, 51.514423], [-0.100974, 51.514436], [-0.101359, 51.514433], [-0.101501, 51.514472], [-0.101612, 51.514469], [-0.101656, 51.514489], [-0.101707, 51.514567], [-0.101745, 51.514586]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11592, &quot;postcode&quot;: &quot;EC4M 7BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101181, 51.51448], [-0.101135, 51.514626], [-0.10115, 51.514663], [-0.101058, 51.514663], [-0.101002, 51.514694], [-0.100864, 51.514695], [-0.100821, 51.51471], [-0.100781, 51.514686], [-0.100714, 51.514692], [-0.100653, 51.514675], [-0.100635, 51.514458], [-0.100738, 51.514506], [-0.100832, 51.514475], [-0.101181, 51.51448]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 807, &quot;postcode&quot;: &quot;EC4M 7BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102098, 51.514266], [-0.102018, 51.514576], [-0.101721, 51.51459], [-0.101658, 51.514494], [-0.101614, 51.514472], [-0.101504, 51.514474], [-0.101351, 51.514433], [-0.101058, 51.514435], [-0.101107, 51.514429], [-0.101139, 51.514407], [-0.101188, 51.514256], [-0.101295, 51.514255], [-0.101369, 51.514144], [-0.10148, 51.514153], [-0.101532, 51.514115], [-0.101629, 51.514128], [-0.101639, 51.514154], [-0.101678, 51.514173], [-0.101884, 51.514182], [-0.102071, 51.51421], [-0.10207, 51.514242], [-0.102098, 51.514266]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2248, &quot;postcode&quot;: &quot;EC4M 7DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102183, 51.513938], [-0.102098, 51.514266], [-0.102059, 51.514262], [-0.102054, 51.514225], [-0.102012, 51.514201], [-0.101616, 51.514169], [-0.101601, 51.514135], [-0.101532, 51.514115], [-0.10152, 51.514075], [-0.101477, 51.514053], [-0.101401, 51.514068], [-0.101369, 51.514144], [-0.10135, 51.514143], [-0.1014, 51.513956], [-0.101381, 51.513921], [-0.10094, 51.513869], [-0.100763, 51.513865], [-0.100752, 51.51378], [-0.101644, 51.513863], [-0.101703, 51.51385], [-0.101723, 51.513816], [-0.101828, 51.513831], [-0.101825, 51.513868], [-0.101863, 51.513892], [-0.102183, 51.513938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2072, &quot;postcode&quot;: &quot;EC4M 7DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.1016, 51.513858], [-0.101554, 51.513895], [-0.101572, 51.513934], [-0.101518, 51.514157], [-0.101402, 51.514162], [-0.101335, 51.514207], [-0.10131, 51.514267], [-0.101231, 51.514264], [-0.101189, 51.51428], [-0.101131, 51.514434], [-0.100859, 51.514432], [-0.100834, 51.514404], [-0.100829, 51.514328], [-0.100775, 51.514311], [-0.100722, 51.514325], [-0.100652, 51.513871], [-0.100608, 51.513785], [-0.100753, 51.51379], [-0.100763, 51.51384], [-0.100802, 51.513865], [-0.100964, 51.51387], [-0.101022, 51.513842], [-0.101025, 51.513786], [-0.101128, 51.513793], [-0.101167, 51.513774], [-0.101178, 51.513747], [-0.101222, 51.513748], [-0.101226, 51.51379], [-0.101265, 51.513815], [-0.1016, 51.513858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3280, &quot;postcode&quot;: &quot;EC4M 7DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100668, 51.515255], [-0.100654, 51.515017], [-0.100654, 51.515017], [-0.100653, 51.515002], [-0.100668, 51.515255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 7DW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101622, 51.516101], [-0.101597, 51.516198], [-0.100524, 51.515913], [-0.100436, 51.515886], [-0.100411, 51.515858], [-0.100314, 51.515831], [-0.100271, 51.515799], [-0.100112, 51.515759], [-0.10004, 51.515777], [-0.099578, 51.515652], [-0.0995, 51.515668], [-0.099468, 51.515752], [-0.099386, 51.515719], [-0.099457, 51.515619], [-0.09945, 51.515593], [-0.099415, 51.515572], [-0.099339, 51.515555], [-0.099281, 51.515573], [-0.098862, 51.515467], [-0.098743, 51.515487], [-0.098673, 51.515475], [-0.098677, 51.515437], [-0.098633, 51.515408], [-0.098251, 51.515327], [-0.098034, 51.515264], [-0.097978, 51.515266], [-0.097755, 51.515202], [-0.097527, 51.515164], [-0.097451, 51.515179], [-0.097485, 51.515103], [-0.097565, 51.515118], [-0.097612, 51.515112], [-0.097668, 51.515037], [-0.097707, 51.515027], [-0.097732, 51.515001], [-0.097694, 51.514757], [-0.09773, 51.514713], [-0.097683, 51.514435], [-0.097849, 51.514416], [-0.097905, 51.514315], [-0.098114, 51.514201], [-0.098167, 51.514384], [-0.098222, 51.514399], [-0.098378, 51.514386], [-0.098416, 51.514351], [-0.098397, 51.514203], [-0.098497, 51.51418], [-0.098547, 51.514138], [-0.098557, 51.514096], [-0.098599, 51.514093], [-0.098638, 51.514207], [-0.098793, 51.514278], [-0.098807, 51.51437], [-0.098847, 51.514404], [-0.098943, 51.51442], [-0.09923, 51.5144], [-0.099268, 51.514382], [-0.09931, 51.514319], [-0.0993, 51.514258], [-0.09926, 51.514214], [-0.099276, 51.514042], [-0.099495, 51.514058], [-0.099421, 51.514114], [-0.099438, 51.514198], [-0.099479, 51.514227], [-0.099948, 51.514203], [-0.100003, 51.514171], [-0.099994, 51.514093], [-0.100375, 51.514067], [-0.100423, 51.51405], [-0.100439, 51.514022], [-0.100411, 51.513866], [-0.100646, 51.51385], [-0.100705, 51.51422], [-0.10066, 51.514377], [-0.100679, 51.514411], [-0.100635, 51.514505], [-0.100678, 51.515411], [-0.100651, 51.515523], [-0.10052, 51.515747], [-0.100561, 51.515776], [-0.101395, 51.515992], [-0.101395, 51.516021], [-0.101435, 51.51606], [-0.101622, 51.516101]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 31505, &quot;postcode&quot;: &quot;EC4M 7DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098828, 51.515312], [-0.097635, 51.515029], [-0.097644, 51.51498], [-0.097715, 51.515014], [-0.098828, 51.515312]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 176, &quot;postcode&quot;: &quot;EC4M 7DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102318, 51.513695], [-0.102676, 51.51369], [-0.102908, 51.513699], [-0.102304, 51.513744], [-0.102318, 51.513695]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 128, &quot;postcode&quot;: &quot;EC4M 7JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102351, 51.513743], [-0.10227, 51.513752], [-0.102232, 51.513771], [-0.10217, 51.513936], [-0.10196, 51.513907], [-0.101966, 51.513876], [-0.101944, 51.513853], [-0.101829, 51.513831], [-0.10188, 51.513831], [-0.10197, 51.513804], [-0.102012, 51.513731], [-0.10221, 51.51373], [-0.102315, 51.513707], [-0.102351, 51.513743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 389, &quot;postcode&quot;: &quot;EC4M 7JN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099447, 51.515637], [-0.099386, 51.515719], [-0.099087, 51.515704], [-0.099024, 51.515727], [-0.09873, 51.515711], [-0.098759, 51.515622], [-0.098729, 51.515536], [-0.098687, 51.515485], [-0.098601, 51.515446], [-0.098599, 51.515427], [-0.098652, 51.515413], [-0.098705, 51.515425], [-0.098768, 51.51541], [-0.098828, 51.515421], [-0.098867, 51.515467], [-0.099439, 51.515617], [-0.099447, 51.515637]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1104, &quot;postcode&quot;: &quot;EC4M 7LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098422, 51.514387], [-0.098159, 51.514404], [-0.098126, 51.51427], [-0.098052, 51.514245], [-0.097909, 51.514313], [-0.097828, 51.514387], [-0.097833, 51.514425], [-0.097683, 51.514435], [-0.097612, 51.514408], [-0.097387, 51.514448], [-0.097311, 51.514333], [-0.097307, 51.514268], [-0.097247, 51.514242], [-0.097317, 51.514212], [-0.097327, 51.514118], [-0.097581, 51.514002], [-0.098005, 51.513972], [-0.098048, 51.514014], [-0.098118, 51.514024], [-0.098146, 51.514108], [-0.098243, 51.51412], [-0.098296, 51.514179], [-0.098397, 51.514203], [-0.098422, 51.514387]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2755, &quot;postcode&quot;: &quot;EC4M 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099785, 51.513875], [-0.099651, 51.513884], [-0.099609, 51.5139], [-0.099564, 51.513978], [-0.099596, 51.514021], [-0.099575, 51.514032], [-0.099495, 51.514057], [-0.099333, 51.514048], [-0.099283, 51.51407], [-0.099271, 51.51416], [-0.099311, 51.514314], [-0.099258, 51.514399], [-0.098906, 51.514423], [-0.098816, 51.514384], [-0.098794, 51.514308], [-0.098725, 51.514244], [-0.098775, 51.514208], [-0.098776, 51.514158], [-0.098823, 51.514128], [-0.098794, 51.514078], [-0.098706, 51.514073], [-0.098593, 51.514102], [-0.098477, 51.514189], [-0.098351, 51.514198], [-0.098226, 51.514133], [-0.098138, 51.514133], [-0.098108, 51.514047], [-0.098013, 51.514024], [-0.098001, 51.513996], [-0.097961, 51.513977], [-0.097478, 51.514009], [-0.097453, 51.513929], [-0.097347, 51.513873], [-0.09734, 51.513813], [-0.097422, 51.513745], [-0.097419, 51.513568], [-0.097542, 51.513463], [-0.097618, 51.51344], [-0.097951, 51.513395], [-0.098013, 51.513423], [-0.098101, 51.513421], [-0.098199, 51.513363], [-0.098307, 51.513348], [-0.098478, 51.513396], [-0.098695, 51.513361], [-0.099145, 51.513373], [-0.099466, 51.513412], [-0.099554, 51.513514], [-0.099731, 51.513515], [-0.099785, 51.513875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12942, &quot;postcode&quot;: &quot;EC4M 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097529, 51.51347], [-0.097535, 51.513466], [-0.097541, 51.513463], [-0.097529, 51.51347]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099735, 51.513541], [-0.099731, 51.513515], [-0.099731, 51.513515], [-0.099735, 51.513541]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100579, 51.51377], [-0.100528, 51.513788], [-0.100508, 51.51383], [-0.100403, 51.513817], [-0.100353, 51.513826], [-0.100284, 51.513771], [-0.100206, 51.513758], [-0.100206, 51.513728], [-0.100245, 51.51369], [-0.100217, 51.513643], [-0.100039, 51.513549], [-0.099746, 51.513434], [-0.099131, 51.51334], [-0.098972, 51.513327], [-0.098268, 51.513349], [-0.097595, 51.513445], [-0.097462, 51.513518], [-0.097336, 51.513672], [-0.097302, 51.513751], [-0.097294, 51.513878], [-0.097339, 51.513966], [-0.097307, 51.5144], [-0.097322, 51.514429], [-0.097398, 51.514445], [-0.098616, 51.514216], [-0.098622, 51.514245], [-0.097965, 51.514371], [-0.097929, 51.514391], [-0.097921, 51.514419], [-0.097638, 51.514445], [-0.097597, 51.514468], [-0.097594, 51.5145], [-0.097484, 51.514522], [-0.097384, 51.51453], [-0.097149, 51.514511], [-0.097234, 51.514277], [-0.097205, 51.514238], [-0.097192, 51.513833], [-0.097259, 51.513647], [-0.097389, 51.51345], [-0.097453, 51.513451], [-0.097576, 51.513412], [-0.097797, 51.513371], [-0.097847, 51.513333], [-0.097865, 51.513285], [-0.097824, 51.513207], [-0.097699, 51.513157], [-0.097172, 51.513053], [-0.097223, 51.512859], [-0.097278, 51.51288], [-0.097251, 51.512956], [-0.097288, 51.512992], [-0.098233, 51.513186], [-0.098398, 51.513206], [-0.099217, 51.513223], [-0.099418, 51.51324], [-0.099566, 51.51327], [-0.100057, 51.513426], [-0.100204, 51.513522], [-0.100189, 51.513578], [-0.100269, 51.513633], [-0.100353, 51.513628], [-0.100393, 51.513568], [-0.100539, 51.51366], [-0.100631, 51.513681], [-0.100579, 51.51377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5087, &quot;postcode&quot;: &quot;EC4M 8AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097666, 51.512319], [-0.097443, 51.512311], [-0.097336, 51.512357], [-0.097284, 51.512323], [-0.096938, 51.512288], [-0.096947, 51.512271], [-0.097011, 51.512275], [-0.097055, 51.51226], [-0.097073, 51.512227], [-0.097044, 51.512194], [-0.097069, 51.512192], [-0.097341, 51.512234], [-0.097405, 51.512219], [-0.09741, 51.51226], [-0.097441, 51.512283], [-0.097666, 51.512319]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 331, &quot;postcode&quot;: &quot;EC4M 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100455, 51.51336], [-0.100425, 51.513449], [-0.100395, 51.513478], [-0.100377, 51.51354], [-0.100393, 51.513568], [-0.100344, 51.513671], [-0.1003, 51.513671], [-0.100262, 51.513689], [-0.100248, 51.513738], [-0.100212, 51.513757], [-0.100166, 51.513851], [-0.10013, 51.513875], [-0.099869, 51.513939], [-0.099827, 51.51398], [-0.099555, 51.514026], [-0.099493, 51.51407], [-0.099445, 51.514029], [-0.099305, 51.514033], [-0.099268, 51.514059], [-0.099245, 51.514145], [-0.099192, 51.514155], [-0.099174, 51.514097], [-0.099115, 51.514077], [-0.09882, 51.514147], [-0.098782, 51.514178], [-0.098787, 51.514233], [-0.098742, 51.514252], [-0.09873, 51.514281], [-0.09869, 51.514247], [-0.098622, 51.514245], [-0.098615, 51.514099], [-0.098669, 51.514075], [-0.099116, 51.514046], [-0.099161, 51.51402], [-0.099162, 51.51397], [-0.099551, 51.513943], [-0.099581, 51.513915], [-0.099574, 51.513851], [-0.099626, 51.513844], [-0.099684, 51.51388], [-0.099758, 51.513867], [-0.099779, 51.513835], [-0.099737, 51.513555], [-0.099707, 51.513526], [-0.09966, 51.513519], [-0.099609, 51.513528], [-0.099581, 51.513559], [-0.099525, 51.513559], [-0.09951, 51.513488], [-0.099476, 51.513467], [-0.09946, 51.513424], [-0.099414, 51.513406], [-0.099145, 51.513373], [-0.098668, 51.513361], [-0.098554, 51.513396], [-0.098478, 51.513398], [-0.098329, 51.513349], [-0.098978, 51.513326], [-0.099133, 51.513341], [-0.099748, 51.513434], [-0.100036, 51.513548], [-0.10012, 51.513537], [-0.100134, 51.513482], [-0.100054, 51.513425], [-0.099569, 51.513271], [-0.099169, 51.513208], [-0.099052, 51.513221], [-0.099178, 51.513172], [-0.09921, 51.513019], [-0.099238, 51.513005], [-0.100152, 51.513051], [-0.100172, 51.513067], [-0.10015, 51.513297], [-0.100188, 51.513315], [-0.100455, 51.51336]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5598, &quot;postcode&quot;: &quot;EC4M 8AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10067, 51.51385], [-0.100664, 51.513971], [-0.100657, 51.513922], [-0.100658, 51.513896], [-0.100627, 51.513863], [-0.100469, 51.513862], [-0.100419, 51.513902], [-0.100447, 51.514062], [-0.100039, 51.514094], [-0.100003, 51.514125], [-0.100013, 51.514198], [-0.099441, 51.514235], [-0.099404, 51.514093], [-0.099614, 51.514017], [-0.099802, 51.513983], [-0.099843, 51.51394], [-0.100131, 51.513874], [-0.100168, 51.513848], [-0.100232, 51.513725], [-0.100359, 51.513813], [-0.100464, 51.513821], [-0.100506, 51.513805], [-0.100522, 51.513779], [-0.100579, 51.51377], [-0.100607, 51.513784], [-0.100627, 51.513829], [-0.10067, 51.51385]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1942, &quot;postcode&quot;: &quot;EC4M 8BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099472, 51.513017], [-0.099276, 51.513007], [-0.099221, 51.513024], [-0.099182, 51.513184], [-0.099215, 51.513223], [-0.098331, 51.513202], [-0.097657, 51.513068], [-0.097691, 51.512924], [-0.098978, 51.512991], [-0.099033, 51.512975], [-0.099059, 51.512927], [-0.099139, 51.512922], [-0.09921, 51.512945], [-0.099211, 51.512979], [-0.099251, 51.513004], [-0.099472, 51.513017]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2680, &quot;postcode&quot;: &quot;EC4M 8BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097279, 51.512702], [-0.097267, 51.512695], [-0.09728, 51.512696], [-0.097279, 51.512702]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 8EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097142, 51.513976], [-0.097137, 51.514052], [-0.097019, 51.514068], [-0.096867, 51.514067], [-0.096767, 51.513993], [-0.09662, 51.513851], [-0.096547, 51.513722], [-0.096484, 51.513443], [-0.096604, 51.513434], [-0.096646, 51.5134], [-0.097075, 51.513428], [-0.097042, 51.513517], [-0.097061, 51.513631], [-0.097108, 51.513661], [-0.097122, 51.51376], [-0.097103, 51.513793], [-0.097142, 51.513976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2492, &quot;postcode&quot;: &quot;EC4M 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095963, 51.513348], [-0.096322, 51.513375], [-0.096322, 51.513375], [-0.095963, 51.513348]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 9AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096776, 51.51342], [-0.096483, 51.513445], [-0.096539, 51.513703], [-0.096663, 51.513902], [-0.096867, 51.514067], [-0.097137, 51.514052], [-0.097136, 51.51392], [-0.097111, 51.513924], [-0.097101, 51.513871], [-0.097123, 51.513869], [-0.097085, 51.513762], [-0.097122, 51.51376], [-0.097111, 51.51368], [-0.097108, 51.51366], [-0.097065, 51.513664], [-0.097041, 51.513509], [-0.097075, 51.513428], [-0.097389, 51.51345], [-0.097259, 51.513648], [-0.097197, 51.513809], [-0.097205, 51.514239], [-0.097142, 51.514234], [-0.097118, 51.514405], [-0.09699, 51.514392], [-0.096978, 51.514465], [-0.09708, 51.514479], [-0.097049, 51.514511], [-0.096969, 51.514526], [-0.096875, 51.514508], [-0.096844, 51.514587], [-0.096683, 51.514558], [-0.0967, 51.51447], [-0.096153, 51.514378], [-0.096112, 51.514458], [-0.095513, 51.514358], [-0.095522, 51.514285], [-0.094886, 51.51417], [-0.094839, 51.514246], [-0.094449, 51.514174], [-0.094622, 51.513865], [-0.094788, 51.513486], [-0.094877, 51.513202], [-0.09571, 51.513329], [-0.096646, 51.5134], [-0.096643, 51.513411], [-0.096776, 51.51342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17851, &quot;postcode&quot;: &quot;EC4M 9AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094912, 51.513168], [-0.094869, 51.513227], [-0.094852, 51.513282], [-0.094795, 51.513247], [-0.094842, 51.513212], [-0.094842, 51.513162], [-0.094912, 51.513168]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 42, &quot;postcode&quot;: &quot;EC4M 9AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093811, 51.512526], [-0.093793, 51.512536], [-0.093783, 51.512545], [-0.093792, 51.512524], [-0.093811, 51.512526]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 9AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093662, 51.512795], [-0.093621, 51.512958], [-0.093514, 51.512938], [-0.093547, 51.512863], [-0.093461, 51.512845], [-0.093491, 51.512792], [-0.093662, 51.512795]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 165, &quot;postcode&quot;: &quot;EC4M 9AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094473, 51.513093], [-0.094458, 51.513107], [-0.094451, 51.513105], [-0.094462, 51.513101], [-0.094473, 51.513093]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 9BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094852, 51.513282], [-0.094788, 51.513486], [-0.094622, 51.513865], [-0.094596, 51.513911], [-0.094539, 51.513905], [-0.094743, 51.513475], [-0.094811, 51.513287], [-0.094784, 51.513246], [-0.094852, 51.513282]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 258, &quot;postcode&quot;: &quot;EC4M 9BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094414, 51.513179], [-0.094354, 51.513174], [-0.094311, 51.513189], [-0.094261, 51.513302], [-0.094185, 51.513291], [-0.094181, 51.513259], [-0.094141, 51.513236], [-0.094063, 51.513246], [-0.093926, 51.513228], [-0.093971, 51.513088], [-0.094166, 51.513114], [-0.094414, 51.513179]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 396, &quot;postcode&quot;: &quot;EC4M 9BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094976, 51.513042], [-0.095175, 51.512647], [-0.097172, 51.513053], [-0.097076, 51.513417], [-0.096656, 51.513381], [-0.09665, 51.5134], [-0.09571, 51.513329], [-0.094894, 51.513205], [-0.094912, 51.513168], [-0.094795, 51.513143], [-0.094859, 51.51312], [-0.094913, 51.513026], [-0.094976, 51.513042]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8337, &quot;postcode&quot;: &quot;EC4M 9BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09445, 51.513105], [-0.093813, 51.513011], [-0.093326, 51.512902], [-0.093321, 51.512847], [-0.093221, 51.512818], [-0.093399, 51.512855], [-0.093461, 51.512845], [-0.093547, 51.512863], [-0.093536, 51.512926], [-0.093612, 51.512956], [-0.093682, 51.51294], [-0.093708, 51.512875], [-0.09391, 51.5129], [-0.09399, 51.512875], [-0.094116, 51.512895], [-0.094183, 51.512955], [-0.094255, 51.512967], [-0.09431, 51.512952], [-0.094444, 51.512967], [-0.094418, 51.513069], [-0.09445, 51.513105]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 871, &quot;postcode&quot;: &quot;EC4M 9BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096646, 51.511998], [-0.096594, 51.512188], [-0.096661, 51.512195], [-0.096649, 51.512241], [-0.096716, 51.512247], [-0.096663, 51.512491], [-0.096643, 51.512499], [-0.096546, 51.512766], [-0.096454, 51.512818], [-0.095862, 51.512702], [-0.095849, 51.512677], [-0.095905, 51.512286], [-0.095937, 51.512181], [-0.095968, 51.512174], [-0.095985, 51.512082], [-0.095944, 51.512077], [-0.095935, 51.512054], [-0.096387, 51.511996], [-0.096602, 51.511983], [-0.096646, 51.511998]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4285, &quot;postcode&quot;: &quot;EC4M 9BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093041, 51.512635], [-0.093025, 51.512608], [-0.092795, 51.512662], [-0.092785, 51.512706], [-0.092656, 51.512661], [-0.092722, 51.512479], [-0.092771, 51.512495], [-0.093173, 51.512404], [-0.093211, 51.512368], [-0.093163, 51.512339], [-0.09372, 51.512465], [-0.09371, 51.512524], [-0.093657, 51.512488], [-0.093638, 51.51249], [-0.093397, 51.512533], [-0.093397, 51.512564], [-0.093295, 51.512582], [-0.093664, 51.512616], [-0.093691, 51.512632], [-0.093662, 51.512795], [-0.093491, 51.512792], [-0.09345, 51.512865], [-0.09299, 51.512769], [-0.09297, 51.512739], [-0.093076, 51.512626], [-0.093056, 51.512631], [-0.093051, 51.51262], [-0.093041, 51.512635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2344, &quot;postcode&quot;: &quot;EC4M 9BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092979, 51.512798], [-0.092993, 51.51277], [-0.093353, 51.512846], [-0.093326, 51.512902], [-0.093621, 51.512958], [-0.093617, 51.51297], [-0.093869, 51.513024], [-0.094072, 51.513054], [-0.094077, 51.513044], [-0.094145, 51.513053], [-0.09447, 51.513109], [-0.094473, 51.513093], [-0.094846, 51.513154], [-0.094836, 51.513173], [-0.094904, 51.513185], [-0.094894, 51.513205], [-0.094877, 51.513202], [-0.09487, 51.513225], [-0.094691, 51.5132], [-0.094321, 51.513133], [-0.093971, 51.513088], [-0.093974, 51.513078], [-0.093679, 51.513024], [-0.093623, 51.513017], [-0.093618, 51.513041], [-0.093568, 51.513018], [-0.09296, 51.512873], [-0.092246, 51.512633], [-0.092396, 51.512591], [-0.092388, 51.512606], [-0.092421, 51.5126], [-0.09264, 51.512698], [-0.092656, 51.512661], [-0.092964, 51.512762], [-0.092943, 51.512796], [-0.092979, 51.512798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1477, &quot;postcode&quot;: &quot;EC4M 9DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093546, 51.513298], [-0.093623, 51.513017], [-0.093679, 51.513024], [-0.093595, 51.513326], [-0.0933, 51.513883], [-0.093242, 51.513872], [-0.093308, 51.513748], [-0.093251, 51.513735], [-0.093302, 51.51365], [-0.093243, 51.51364], [-0.093285, 51.513542], [-0.093406, 51.513562], [-0.093546, 51.513298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 539, &quot;postcode&quot;: &quot;EC4M 9DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093474, 51.513536], [-0.093452, 51.513576], [-0.093452, 51.513577], [-0.093452, 51.513576], [-0.093474, 51.513536]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 9DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093561, 51.513238], [-0.093405, 51.513562], [-0.093327, 51.51355], [-0.093197, 51.513554], [-0.093154, 51.513569], [-0.093131, 51.513606], [-0.093029, 51.513598], [-0.093082, 51.513428], [-0.092962, 51.51337], [-0.092812, 51.513349], [-0.092814, 51.513282], [-0.092848, 51.513244], [-0.092809, 51.513175], [-0.092928, 51.513169], [-0.09298, 51.513127], [-0.093037, 51.51313], [-0.093137, 51.513204], [-0.093561, 51.513238]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1584, &quot;postcode&quot;: &quot;EC4M 9DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094218, 51.513611], [-0.094245, 51.513617], [-0.094219, 51.513679], [-0.094201, 51.513647], [-0.094218, 51.513611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC4M 9DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093188, 51.51293], [-0.093618, 51.513041], [-0.093561, 51.513238], [-0.093081, 51.513203], [-0.093085, 51.513161], [-0.093039, 51.51313], [-0.093143, 51.51313], [-0.093188, 51.51293]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 864, &quot;postcode&quot;: &quot;EC4M 9DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093747, 51.513053], [-0.093679, 51.513066], [-0.093652, 51.51312], [-0.093679, 51.513024], [-0.093747, 51.513039], [-0.093747, 51.513053]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15, &quot;postcode&quot;: &quot;EC4M 9EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094026, 51.513313], [-0.094019, 51.513333], [-0.093963, 51.513344], [-0.093914, 51.513388], [-0.093815, 51.513579], [-0.093731, 51.513564], [-0.09369, 51.513534], [-0.093516, 51.513496], [-0.093593, 51.513326], [-0.09367, 51.513054], [-0.093696, 51.513043], [-0.093974, 51.513078], [-0.093913, 51.513263], [-0.093943, 51.513292], [-0.094026, 51.513313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1227, &quot;postcode&quot;: &quot;EC4M 9EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094424, 51.513345], [-0.094306, 51.513628], [-0.094246, 51.513624], [-0.094199, 51.513648], [-0.093815, 51.513579], [-0.093949, 51.513325], [-0.0939, 51.51329], [-0.093699, 51.51327], [-0.093708, 51.513235], [-0.093803, 51.513243], [-0.093852, 51.513219], [-0.09401, 51.513239], [-0.094111, 51.513231], [-0.094274, 51.513268], [-0.094273, 51.513302], [-0.094304, 51.513325], [-0.094424, 51.513345]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1422, &quot;postcode&quot;: &quot;EC4M 9EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092367, 51.513233], [-0.092293, 51.51323], [-0.092277, 51.51323], [-0.09215, 51.513227], [-0.092254, 51.513222], [-0.092289, 51.513179], [-0.092336, 51.513195], [-0.092367, 51.513233]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 24, &quot;postcode&quot;: &quot;EC4N 1SE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092891, 51.513205], [-0.092889, 51.513248], [-0.092817, 51.513309], [-0.092784, 51.513436], [-0.092516, 51.51341], [-0.092545, 51.513253], [-0.092499, 51.513215], [-0.092545, 51.513194], [-0.092561, 51.513147], [-0.092615, 51.51318], [-0.092809, 51.513175], [-0.092838, 51.513198], [-0.092891, 51.513205]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 579, &quot;postcode&quot;: &quot;EC4N 1SP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092564, 51.513147], [-0.092562, 51.513143], [-0.092577, 51.513068], [-0.092564, 51.513147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4N 1SR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092624, 51.513776], [-0.092225, 51.513727], [-0.092315, 51.51326], [-0.092291, 51.51323], [-0.09241, 51.513235], [-0.092429, 51.513201], [-0.092305, 51.513193], [-0.092329, 51.513165], [-0.092386, 51.512858], [-0.092526, 51.512883], [-0.092552, 51.512752], [-0.092532, 51.512722], [-0.092629, 51.512768], [-0.09255, 51.513198], [-0.09269, 51.5132], [-0.092689, 51.513211], [-0.092572, 51.513217], [-0.09255, 51.513232], [-0.092515, 51.51341], [-0.092784, 51.513436], [-0.092624, 51.513776]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2201, &quot;postcode&quot;: &quot;EC4N 1SW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093188, 51.51293], [-0.093142, 51.51313], [-0.093011, 51.513132], [-0.09296, 51.513171], [-0.092558, 51.513183], [-0.092602, 51.51292], [-0.092567, 51.512889], [-0.092486, 51.512876], [-0.092534, 51.512843], [-0.092551, 51.512731], [-0.092958, 51.512872], [-0.093188, 51.51293]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1480, &quot;postcode&quot;: &quot;EC4N 1TX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09301, 51.51244], [-0.092942, 51.512455], [-0.09301, 51.51244], [-0.09301, 51.51244]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4N 4SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093211, 51.512368], [-0.093166, 51.512406], [-0.092773, 51.512495], [-0.092689, 51.51248], [-0.092642, 51.512488], [-0.092614, 51.512512], [-0.092561, 51.512657], [-0.092421, 51.5126], [-0.092478, 51.512591], [-0.092509, 51.512556], [-0.092513, 51.51252], [-0.092482, 51.512493], [-0.092582, 51.512187], [-0.09271, 51.512212], [-0.092685, 51.5123], [-0.092728, 51.512337], [-0.092912, 51.512364], [-0.09295, 51.512345], [-0.092987, 51.512287], [-0.093165, 51.51234], [-0.093211, 51.512368]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 951, &quot;postcode&quot;: &quot;EC4N 4SF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093426, 51.512354], [-0.093275, 51.512325], [-0.093297, 51.512282], [-0.09338, 51.512312], [-0.093426, 51.512354]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 37, &quot;postcode&quot;: &quot;EC4N 4SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095946, 51.512176], [-0.095927, 51.512239], [-0.095859, 51.51224], [-0.095811, 51.512282], [-0.095655, 51.512273], [-0.095551, 51.512291], [-0.095499, 51.512282], [-0.095369, 51.512216], [-0.095317, 51.512138], [-0.095214, 51.512078], [-0.095156, 51.512069], [-0.095147, 51.512034], [-0.095081, 51.511989], [-0.095125, 51.511931], [-0.095193, 51.511918], [-0.095203, 51.511959], [-0.095263, 51.511979], [-0.095656, 51.511911], [-0.095574, 51.512083], [-0.095586, 51.512118], [-0.095627, 51.512135], [-0.095829, 51.512155], [-0.095898, 51.51218], [-0.095946, 51.512176]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1168, &quot;postcode&quot;: &quot;EC4N 4SJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090986, 51.512965], [-0.0909, 51.512974], [-0.090864, 51.512998], [-0.090889, 51.512951], [-0.090965, 51.512933], [-0.090986, 51.512965]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 22, &quot;postcode&quot;: &quot;EC4N 4TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092526, 51.512883], [-0.092435, 51.512872], [-0.092384, 51.512898], [-0.092329, 51.513165], [-0.092305, 51.513193], [-0.092196, 51.513192], [-0.092138, 51.513227], [-0.09209, 51.513186], [-0.091913, 51.513177], [-0.091866, 51.513193], [-0.091846, 51.513225], [-0.091689, 51.51321], [-0.091664, 51.513167], [-0.091568, 51.513153], [-0.091546, 51.513131], [-0.091601, 51.512963], [-0.091588, 51.512934], [-0.091548, 51.512917], [-0.09157, 51.512838], [-0.091642, 51.51282], [-0.091661, 51.512769], [-0.091788, 51.512754], [-0.092246, 51.512633], [-0.092544, 51.512731], [-0.092526, 51.512883]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3155, &quot;postcode&quot;: &quot;EC4N 4TR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094695, 51.51208], [-0.094625, 51.512122], [-0.094628, 51.512171], [-0.094162, 51.512268], [-0.093984, 51.51223], [-0.094003, 51.512176], [-0.09408, 51.512148], [-0.094102, 51.512122], [-0.094096, 51.512093], [-0.094063, 51.512071], [-0.094046, 51.511996], [-0.094008, 51.51197], [-0.094038, 51.511899], [-0.094125, 51.511799], [-0.094215, 51.511806], [-0.094402, 51.511963], [-0.094393, 51.512003], [-0.094422, 51.512032], [-0.094695, 51.51208]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1334, &quot;postcode&quot;: &quot;EC4N 4UA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090874, 51.51298], [-0.090828, 51.51307], [-0.090778, 51.513086], [-0.090757, 51.513113], [-0.090772, 51.513146], [-0.090831, 51.513171], [-0.090575, 51.513224], [-0.090216, 51.513323], [-0.090183, 51.513364], [-0.090235, 51.513404], [-0.090227, 51.513423], [-0.089969, 51.513379], [-0.089833, 51.513372], [-0.089752, 51.513186], [-0.08996, 51.513056], [-0.090028, 51.512952], [-0.090021, 51.512914], [-0.090066, 51.512862], [-0.090026, 51.512815], [-0.090045, 51.512772], [-0.09012, 51.512771], [-0.090161, 51.512749], [-0.090494, 51.51224], [-0.090509, 51.512243], [-0.090438, 51.512365], [-0.090434, 51.512425], [-0.090391, 51.512496], [-0.090351, 51.512518], [-0.090248, 51.512689], [-0.090265, 51.512731], [-0.090245, 51.512796], [-0.090278, 51.512822], [-0.090557, 51.512899], [-0.090599, 51.51294], [-0.090796, 51.512983], [-0.090874, 51.51298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3266, &quot;postcode&quot;: &quot;EC4N 4XY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093723, 51.512411], [-0.093718, 51.512465], [-0.09305, 51.512306], [-0.093003, 51.512306], [-0.092965, 51.512325], [-0.09293, 51.512379], [-0.092818, 51.512356], [-0.092756, 51.51238], [-0.09264, 51.512698], [-0.092477, 51.512631], [-0.092418, 51.512643], [-0.092396, 51.512679], [-0.092365, 51.51263], [-0.092292, 51.512619], [-0.092034, 51.512684], [-0.091993, 51.51271], [-0.091695, 51.512772], [-0.091654, 51.512815], [-0.091608, 51.512816], [-0.09157, 51.512837], [-0.091491, 51.512819], [-0.090915, 51.512945], [-0.090874, 51.51298], [-0.090782, 51.512989], [-0.090746, 51.51301], [-0.090744, 51.513049], [-0.090798, 51.513077], [-0.090503, 51.513149], [-0.090481, 51.513103], [-0.090431, 51.513067], [-0.090396, 51.512952], [-0.090457, 51.512933], [-0.090462, 51.512887], [-0.090428, 51.512865], [-0.090268, 51.512821], [-0.090233, 51.512795], [-0.090304, 51.512651], [-0.090312, 51.512567], [-0.090286, 51.512538], [-0.090321, 51.512489], [-0.090365, 51.512489], [-0.090404, 51.512471], [-0.090521, 51.51229], [-0.090494, 51.51224], [-0.090518, 51.512197], [-0.090514, 51.512143], [-0.090598, 51.512131], [-0.090634, 51.512109], [-0.090771, 51.511841], [-0.090887, 51.511816], [-0.090936, 51.511823], [-0.091044, 51.511806], [-0.091167, 51.511877], [-0.092014, 51.512071], [-0.092093, 51.512053], [-0.092149, 51.512058], [-0.092273, 51.512122], [-0.0926, 51.512189], [-0.092648, 51.512183], [-0.092677, 51.512164], [-0.092729, 51.512171], [-0.092775, 51.512159], [-0.092814, 51.512066], [-0.092877, 51.512094], [-0.093342, 51.512194], [-0.093298, 51.512292], [-0.093319, 51.512328], [-0.093723, 51.512411]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15750, &quot;postcode&quot;: &quot;EC4N 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089652, 51.511569], [-0.08959, 51.511594], [-0.089524, 51.511745], [-0.089308, 51.511697], [-0.089398, 51.511526], [-0.089652, 51.511569]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 319, &quot;postcode&quot;: &quot;EC4N 5AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090632, 51.511786], [-0.090614, 51.511835], [-0.090577, 51.511853], [-0.0906, 51.511786], [-0.090567, 51.511744], [-0.090321, 51.511681], [-0.090559, 51.511724], [-0.090632, 51.511786]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 36, &quot;postcode&quot;: &quot;EC4N 5AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090051, 51.511636], [-0.090004, 51.51164], [-0.089971, 51.511661], [-0.089908, 51.511816], [-0.089929, 51.511855], [-0.090006, 51.511878], [-0.089984, 51.511907], [-0.089812, 51.511869], [-0.089768, 51.511881], [-0.089736, 51.511918], [-0.089759, 51.511874], [-0.089725, 51.511838], [-0.089585, 51.511807], [-0.089534, 51.51182], [-0.089507, 51.511854], [-0.089463, 51.511844], [-0.089388, 51.511807], [-0.089373, 51.511757], [-0.089287, 51.511734], [-0.089308, 51.511697], [-0.089465, 51.511729], [-0.089523, 51.511718], [-0.089604, 51.511561], [-0.090051, 51.511636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 962, &quot;postcode&quot;: &quot;EC4N 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087726, 51.511225], [-0.087708, 51.511258], [-0.087638, 51.511239], [-0.087637, 51.511202], [-0.087588, 51.511173], [-0.087703, 51.511196], [-0.087726, 51.511225]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 36, &quot;postcode&quot;: &quot;EC4N 5AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088739, 51.51189], [-0.088507, 51.511796], [-0.088553, 51.511642], [-0.088519, 51.511526], [-0.088679, 51.511556], [-0.088745, 51.511408], [-0.089023, 51.511458], [-0.088889, 51.511714], [-0.088869, 51.511708], [-0.088739, 51.51189]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1093, &quot;postcode&quot;: &quot;EC4N 5AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089377, 51.511522], [-0.089324, 51.511548], [-0.089176, 51.511794], [-0.088889, 51.511714], [-0.089023, 51.511458], [-0.089377, 51.511522]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 706, &quot;postcode&quot;: &quot;EC4N 5AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090809, 51.511534], [-0.090724, 51.511653], [-0.090732, 51.511693], [-0.090711, 51.511733], [-0.090616, 51.511733], [-0.088808, 51.51142], [-0.088735, 51.51144], [-0.088679, 51.511556], [-0.088519, 51.511526], [-0.088512, 51.511491], [-0.08848, 51.511468], [-0.08834, 51.511448], [-0.08835, 51.51142], [-0.088321, 51.511387], [-0.088327, 51.511354], [-0.088287, 51.511324], [-0.087655, 51.511185], [-0.08697, 51.511064], [-0.087003, 51.511003], [-0.087533, 51.511092], [-0.087585, 51.511071], [-0.087616, 51.51101], [-0.087732, 51.511053], [-0.087971, 51.511097], [-0.088085, 51.511089], [-0.088134, 51.511128], [-0.088595, 51.511219], [-0.088676, 51.511201], [-0.088754, 51.511202], [-0.088761, 51.51123], [-0.088798, 51.511251], [-0.089208, 51.511334], [-0.089275, 51.511322], [-0.08932, 51.511266], [-0.08931, 51.511322], [-0.089378, 51.511359], [-0.090253, 51.511505], [-0.090321, 51.511496], [-0.090395, 51.51151], [-0.090436, 51.511536], [-0.090679, 51.511578], [-0.090734, 51.511574], [-0.090785, 51.511528], [-0.090809, 51.511534]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4756, &quot;postcode&quot;: &quot;EC4N 5AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092254, 51.511748], [-0.092245, 51.511777], [-0.092199, 51.511775], [-0.092159, 51.511793], [-0.092099, 51.511898], [-0.0921, 51.511928], [-0.092136, 51.511953], [-0.092078, 51.512087], [-0.091154, 51.511877], [-0.091045, 51.511812], [-0.090939, 51.511828], [-0.090876, 51.511819], [-0.09077, 51.511842], [-0.090663, 51.511833], [-0.090834, 51.511487], [-0.090945, 51.511507], [-0.090989, 51.511544], [-0.091241, 51.511594], [-0.091301, 51.511585], [-0.091329, 51.511548], [-0.091328, 51.511591], [-0.091363, 51.511617], [-0.091876, 51.511715], [-0.091936, 51.511706], [-0.091974, 51.511664], [-0.09208, 51.511654], [-0.092157, 51.511732], [-0.092254, 51.511748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3456, &quot;postcode&quot;: &quot;EC4N 6AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090237, 51.511502], [-0.089705, 51.511409], [-0.089704, 51.511377], [-0.089851, 51.511086], [-0.08979, 51.511062], [-0.089794, 51.511041], [-0.089708, 51.510979], [-0.089679, 51.511], [-0.089673, 51.510957], [-0.089837, 51.510865], [-0.089982, 51.510757], [-0.090022, 51.510657], [-0.090054, 51.510654], [-0.090018, 51.510641], [-0.090106, 51.510584], [-0.090174, 51.510596], [-0.090073, 51.510657], [-0.090171, 51.510675], [-0.090269, 51.510469], [-0.090176, 51.510452], [-0.090222, 51.510356], [-0.090314, 51.510375], [-0.090806, 51.509259], [-0.091783, 51.509391], [-0.091352, 51.510135], [-0.091187, 51.510484], [-0.091218, 51.510496], [-0.091217, 51.51052], [-0.09099, 51.510954], [-0.090966, 51.510946], [-0.09095, 51.510978], [-0.090974, 51.510985], [-0.090909, 51.511065], [-0.090851, 51.511185], [-0.090843, 51.511202], [-0.090894, 51.511216], [-0.090913, 51.511268], [-0.090879, 51.51141], [-0.090749, 51.511572], [-0.090706, 51.511583], [-0.09038, 51.511527], [-0.090395, 51.51151], [-0.09032, 51.511495], [-0.090304, 51.511514], [-0.090269, 51.511508], [-0.090304, 51.511514], [-0.090237, 51.511502]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17513, &quot;postcode&quot;: &quot;EC4N 6AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087542, 51.510989], [-0.087509, 51.511064], [-0.087522, 51.511093], [-0.086916, 51.510987], [-0.086852, 51.510965], [-0.086912, 51.510861], [-0.086883, 51.510802], [-0.086977, 51.510782], [-0.087111, 51.510804], [-0.087157, 51.510786], [-0.087178, 51.510749], [-0.087263, 51.510753], [-0.087363, 51.510812], [-0.087346, 51.51085], [-0.087361, 51.510879], [-0.087482, 51.510913], [-0.087542, 51.510989]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1083, &quot;postcode&quot;: &quot;EC4N 6AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088892, 51.51101], [-0.088772, 51.511037], [-0.088669, 51.511216], [-0.088641, 51.511228], [-0.088128, 51.511127], [-0.08805, 51.51115], [-0.088011, 51.511105], [-0.087631, 51.511029], [-0.087616, 51.51101], [-0.087915, 51.510505], [-0.08817, 51.510553], [-0.088214, 51.510532], [-0.088268, 51.510444], [-0.088415, 51.510478], [-0.088241, 51.51076], [-0.08825, 51.510802], [-0.088389, 51.510843], [-0.088396, 51.510876], [-0.088433, 51.510896], [-0.088529, 51.510914], [-0.088588, 51.510892], [-0.088829, 51.51095], [-0.088839, 51.510991], [-0.088892, 51.51101]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3628, &quot;postcode&quot;: &quot;EC4N 6EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089464, 51.511048], [-0.089353, 51.511213], [-0.08916, 51.511163], [-0.089087, 51.511306], [-0.088738, 51.51124], [-0.088781, 51.51114], [-0.08886, 51.511022], [-0.088892, 51.51101], [-0.089273, 51.511071], [-0.089281, 51.511054], [-0.089316, 51.511064], [-0.089356, 51.511011], [-0.089464, 51.511048]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 963, &quot;postcode&quot;: &quot;EC4N 6HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08985, 51.511086], [-0.089705, 51.511409], [-0.089354, 51.511355], [-0.089544, 51.51106], [-0.089625, 51.510991], [-0.089708, 51.510979], [-0.08985, 51.511086]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 979, &quot;postcode&quot;: &quot;EC4N 6HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089345, 51.511225], [-0.089328, 51.511265], [-0.089373, 51.511303], [-0.089355, 51.511334], [-0.089279, 51.511346], [-0.089227, 51.511417], [-0.089252, 51.511374], [-0.089236, 51.511341], [-0.089086, 51.511308], [-0.08916, 51.511163], [-0.089213, 51.511177], [-0.0892, 51.511219], [-0.089244, 51.511253], [-0.089304, 51.511254], [-0.089345, 51.511225]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 199, &quot;postcode&quot;: &quot;EC4N 6HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094003, 51.512176], [-0.093984, 51.51223], [-0.094026, 51.512222], [-0.094162, 51.512268], [-0.093937, 51.512315], [-0.093817, 51.512302], [-0.093847, 51.512178], [-0.093973, 51.512134], [-0.094021, 51.512177], [-0.094003, 51.512176]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 245, &quot;postcode&quot;: &quot;EC4N 6JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093779, 51.512085], [-0.093727, 51.512372], [-0.093575, 51.51238], [-0.093426, 51.512354], [-0.093374, 51.512309], [-0.093302, 51.512282], [-0.093324, 51.512219], [-0.093294, 51.512186], [-0.092923, 51.512104], [-0.092943, 51.512061], [-0.092914, 51.512021], [-0.093026, 51.512032], [-0.093127, 51.511993], [-0.093192, 51.511887], [-0.093391, 51.511919], [-0.093364, 51.512047], [-0.093514, 51.51212], [-0.093583, 51.512123], [-0.093677, 51.512073], [-0.093779, 51.512085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1482, &quot;postcode&quot;: &quot;EC4N 6JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09208, 51.511917], [-0.092109, 51.511879], [-0.092089, 51.511916], [-0.092106, 51.511936], [-0.092345, 51.511979], [-0.092337, 51.511997], [-0.092608, 51.512051], [-0.09246, 51.512022], [-0.092481, 51.512023], [-0.092487, 51.512005], [-0.092581, 51.512021], [-0.092618, 51.512008], [-0.09266, 51.511948], [-0.092644, 51.51201], [-0.09276, 51.512049], [-0.092719, 51.512171], [-0.092563, 51.512143], [-0.092451, 51.512154], [-0.092307, 51.512127], [-0.092296, 51.512146], [-0.092206, 51.512079], [-0.092093, 51.512053], [-0.092136, 51.511953], [-0.0921, 51.511946], [-0.09208, 51.511917]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 676, &quot;postcode&quot;: &quot;EC4N 6LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09269, 51.51186], [-0.092618, 51.512008], [-0.092581, 51.512021], [-0.092108, 51.511937], [-0.092089, 51.511916], [-0.092162, 51.511782], [-0.092272, 51.511767], [-0.09234, 51.511716], [-0.092517, 51.511743], [-0.092538, 51.511812], [-0.092672, 51.51184], [-0.09269, 51.51186]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 893, &quot;postcode&quot;: &quot;EC4N 6NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086878, 51.511482], [-0.086687, 51.511747], [-0.086544, 51.511726], [-0.086582, 51.511644], [-0.086558, 51.511608], [-0.08625, 51.511519], [-0.086286, 51.511458], [-0.086277, 51.511427], [-0.086332, 51.511359], [-0.086815, 51.511481], [-0.086878, 51.511482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 900, &quot;postcode&quot;: &quot;EC4N 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088572, 51.512563], [-0.088459, 51.512694], [-0.088416, 51.512692], [-0.088217, 51.512435], [-0.08816, 51.512454], [-0.087993, 51.512268], [-0.088033, 51.512254], [-0.087984, 51.512183], [-0.088009, 51.512174], [-0.088174, 51.51237], [-0.088215, 51.51238], [-0.088521, 51.512017], [-0.08856, 51.512066], [-0.088336, 51.512348], [-0.088654, 51.512447], [-0.088764, 51.512318], [-0.088807, 51.512371], [-0.08863, 51.512577], [-0.089094, 51.512732], [-0.089671, 51.513479], [-0.089327, 51.513459], [-0.089296, 51.513403], [-0.088991, 51.513465], [-0.089002, 51.513489], [-0.088865, 51.513518], [-0.088822, 51.513427], [-0.089108, 51.513434], [-0.089074, 51.513329], [-0.088843, 51.513317], [-0.088956, 51.513304], [-0.089135, 51.513232], [-0.088572, 51.512563]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3851, &quot;postcode&quot;: &quot;EC4N 7AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088553, 51.511642], [-0.088483, 51.511715], [-0.088458, 51.511788], [-0.088469, 51.511819], [-0.088523, 51.511846], [-0.088472, 51.511824], [-0.088441, 51.511803], [-0.08832, 51.511767], [-0.088257, 51.511689], [-0.088306, 51.511612], [-0.08834, 51.511448], [-0.088509, 51.511461], [-0.088497, 51.511499], [-0.088553, 51.511642]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 533, &quot;postcode&quot;: &quot;EC4N 7BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087469, 51.511657], [-0.087268, 51.511956], [-0.087225, 51.51195], [-0.087182, 51.511963], [-0.087124, 51.51204], [-0.086944, 51.511992], [-0.086873, 51.511926], [-0.086704, 51.511882], [-0.087034, 51.511374], [-0.087093, 51.511376], [-0.087339, 51.511669], [-0.08741, 51.511685], [-0.087469, 51.511657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1996, &quot;postcode&quot;: &quot;EC4N 7BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087729, 51.512147], [-0.087704, 51.512155], [-0.087613, 51.512135], [-0.087558, 51.512159], [-0.087268, 51.512082], [-0.087208, 51.512086], [-0.08687, 51.512455], [-0.086824, 51.512442], [-0.087436, 51.511602], [-0.087479, 51.511642], [-0.087418, 51.51176], [-0.087729, 51.512147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1307, &quot;postcode&quot;: &quot;EC4N 7BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088408, 51.512682], [-0.088389, 51.512724], [-0.088314, 51.512767], [-0.088245, 51.512743], [-0.088204, 51.512706], [-0.088061, 51.512652], [-0.08798, 51.512652], [-0.087992, 51.512603], [-0.088078, 51.512573], [-0.088098, 51.512533], [-0.087845, 51.51222], [-0.087792, 51.512203], [-0.087729, 51.512217], [-0.087841, 51.512087], [-0.087887, 51.51211], [-0.087951, 51.512103], [-0.088034, 51.512206], [-0.088023, 51.512301], [-0.088134, 51.512423], [-0.088217, 51.512435], [-0.088408, 51.512682]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 971, &quot;postcode&quot;: &quot;EC4N 7BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08813, 51.512558], [-0.087988, 51.512611], [-0.08786, 51.512823], [-0.087603, 51.512731], [-0.087667, 51.512721], [-0.087715, 51.512666], [-0.087712, 51.512631], [-0.08766, 51.512598], [-0.087731, 51.512483], [-0.087698, 51.512442], [-0.087606, 51.512416], [-0.087552, 51.512425], [-0.087507, 51.512468], [-0.087725, 51.512197], [-0.087697, 51.512163], [-0.08758, 51.512134], [-0.087591, 51.512121], [-0.08769, 51.51215], [-0.087744, 51.512145], [-0.087775, 51.512122], [-0.08777, 51.512083], [-0.087805, 51.512043], [-0.087841, 51.512087], [-0.087792, 51.512147], [-0.087795, 51.512178], [-0.08813, 51.512558]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1444, &quot;postcode&quot;: &quot;EC4N 7BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08765, 51.51121], [-0.087495, 51.511508], [-0.087417, 51.51155], [-0.087436, 51.511602], [-0.087363, 51.511706], [-0.087122, 51.511411], [-0.087077, 51.511392], [-0.087023, 51.511397], [-0.087147, 51.511136], [-0.08711, 51.511088], [-0.087586, 51.511173], [-0.08765, 51.51121]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1588, &quot;postcode&quot;: &quot;EC4N 7BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088257, 51.511689], [-0.088216, 51.511615], [-0.088266, 51.511595], [-0.088311, 51.511605], [-0.088257, 51.511689]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;EC4N 7BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088708, 51.511878], [-0.08856, 51.512065], [-0.088469, 51.511928], [-0.088366, 51.511824], [-0.088455, 51.511767], [-0.088523, 51.511649], [-0.088486, 51.511473], [-0.088454, 51.511451], [-0.088352, 51.51143], [-0.088364, 51.511414], [-0.088548, 51.511448], [-0.088518, 51.511518], [-0.088553, 51.511642], [-0.088517, 51.511784], [-0.088542, 51.51181], [-0.088708, 51.511878]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 481, &quot;postcode&quot;: &quot;EC4N 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086992, 51.51133], [-0.086975, 51.511376], [-0.086867, 51.511496], [-0.086335, 51.51136], [-0.086372, 51.511314], [-0.086438, 51.511305], [-0.0865, 51.511246], [-0.086546, 51.511228], [-0.08676, 51.511287], [-0.086992, 51.51133]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 715, &quot;postcode&quot;: &quot;EC4N 7HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087107, 51.511088], [-0.087038, 51.511232], [-0.08706, 51.511319], [-0.087033, 51.511374], [-0.08696, 51.511373], [-0.086958, 51.511341], [-0.086925, 51.511319], [-0.086578, 51.511237], [-0.086487, 51.511263], [-0.086406, 51.511339], [-0.086305, 51.511292], [-0.086164, 51.51126], [-0.086178, 51.511189], [-0.086124, 51.511155], [-0.08617, 51.511053], [-0.08625, 51.511035], [-0.086296, 51.510948], [-0.08678, 51.511034], [-0.086841, 51.511015], [-0.086852, 51.510965], [-0.08694, 51.510993], [-0.086923, 51.511028], [-0.086951, 51.511058], [-0.087107, 51.511088]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1970, &quot;postcode&quot;: &quot;EC4N 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088521, 51.512017], [-0.08824, 51.512367], [-0.088197, 51.512381], [-0.088006, 51.512171], [-0.087993, 51.512128], [-0.087939, 51.512112], [-0.087873, 51.512126], [-0.087844, 51.512102], [-0.087797, 51.512094], [-0.087752, 51.512107], [-0.087721, 51.512138], [-0.087462, 51.511814], [-0.087423, 51.511795], [-0.087378, 51.511795], [-0.087468, 51.511649], [-0.087386, 51.51155], [-0.087494, 51.511506], [-0.08762, 51.511337], [-0.087676, 51.511315], [-0.08772, 51.511234], [-0.087703, 51.511196], [-0.088348, 51.511338], [-0.0883, 51.511427], [-0.088328, 51.511465], [-0.088307, 51.511602], [-0.088252, 51.511625], [-0.088243, 51.511668], [-0.088481, 51.511944], [-0.088521, 51.512017]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5949, &quot;postcode&quot;: &quot;EC4N 7TW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090712, 51.511733], [-0.090483, 51.512196], [-0.090497, 51.512233], [-0.090547, 51.512252], [-0.090395, 51.512487], [-0.090344, 51.512488], [-0.090308, 51.512508], [-0.090095, 51.512859], [-0.089947, 51.512967], [-0.089609, 51.513307], [-0.08954, 51.513293], [-0.089593, 51.513257], [-0.089642, 51.513187], [-0.090057, 51.512779], [-0.090222, 51.512498], [-0.09022, 51.512469], [-0.090389, 51.512208], [-0.090445, 51.512175], [-0.090609, 51.511802], [-0.090595, 51.511745], [-0.090544, 51.51172], [-0.090712, 51.511733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1150, &quot;postcode&quot;: &quot;EC4N 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089199, 51.511758], [-0.08901, 51.512048], [-0.088653, 51.512447], [-0.088336, 51.512348], [-0.088708, 51.511879], [-0.088763, 51.511856], [-0.08887, 51.511708], [-0.089122, 51.511778], [-0.089199, 51.511758]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2044, &quot;postcode&quot;: &quot;EC4N 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090605, 51.511781], [-0.090446, 51.512183], [-0.090389, 51.512208], [-0.090133, 51.512599], [-0.089752, 51.512506], [-0.08978, 51.512457], [-0.089594, 51.512412], [-0.089121, 51.512259], [-0.089214, 51.512151], [-0.089041, 51.512093], [-0.089115, 51.512004], [-0.089252, 51.512037], [-0.089373, 51.511834], [-0.089463, 51.511844], [-0.089455, 51.511856], [-0.089498, 51.511868], [-0.089475, 51.511902], [-0.089705, 51.511961], [-0.089781, 51.511855], [-0.089984, 51.511907], [-0.090006, 51.511878], [-0.089894, 51.51185], [-0.089984, 51.511625], [-0.090293, 51.511675], [-0.090562, 51.511737], [-0.090605, 51.511781]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6368, &quot;postcode&quot;: &quot;EC4N 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089499, 51.511867], [-0.089455, 51.511856], [-0.089463, 51.511844], [-0.089507, 51.511851], [-0.089499, 51.511867]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;EC4N 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089784, 51.511851], [-0.089705, 51.511961], [-0.089475, 51.511902], [-0.089435, 51.511869], [-0.089374, 51.511869], [-0.08934, 51.51189], [-0.089252, 51.512037], [-0.089133, 51.512017], [-0.089069, 51.512062], [-0.089087, 51.512106], [-0.089214, 51.512151], [-0.089149, 51.512232], [-0.089169, 51.512272], [-0.089598, 51.512413], [-0.089494, 51.512537], [-0.089336, 51.512484], [-0.089287, 51.512482], [-0.089199, 51.512545], [-0.089136, 51.512549], [-0.089094, 51.512583], [-0.089007, 51.512555], [-0.088953, 51.512561], [-0.088872, 51.512655], [-0.088692, 51.512597], [-0.088642, 51.512596], [-0.08852, 51.512702], [-0.088469, 51.512701], [-0.088335, 51.512744], [-0.088287, 51.512807], [-0.088222, 51.512715], [-0.08847, 51.512673], [-0.088572, 51.512563], [-0.088616, 51.512564], [-0.088656, 51.512545], [-0.088789, 51.512391], [-0.088796, 51.512362], [-0.088764, 51.512318], [-0.089013, 51.512044], [-0.089341, 51.511515], [-0.089397, 51.511526], [-0.089329, 51.511659], [-0.089342, 51.511696], [-0.089497, 51.511728], [-0.089539, 51.511705], [-0.089566, 51.511646], [-0.08954, 51.51172], [-0.089602, 51.511799], [-0.089784, 51.511851]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3228, &quot;postcode&quot;: &quot;EC4N 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09077, 51.511842], [-0.090626, 51.512125], [-0.090514, 51.512143], [-0.090663, 51.511834], [-0.09077, 51.511842]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 251, &quot;postcode&quot;: &quot;EC4N 8AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090514, 51.512143], [-0.09052, 51.512197], [-0.090493, 51.51224], [-0.090464, 51.512233], [-0.090514, 51.512143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC4N 8AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09006, 51.512775], [-0.089987, 51.512864], [-0.089991, 51.512895], [-0.090041, 51.512937], [-0.089958, 51.513059], [-0.089761, 51.513187], [-0.089834, 51.513373], [-0.089813, 51.513442], [-0.089749, 51.513346], [-0.089536, 51.513292], [-0.089292, 51.512985], [-0.089373, 51.512838], [-0.089351, 51.512794], [-0.089445, 51.512645], [-0.089502, 51.512657], [-0.089554, 51.512642], [-0.09006, 51.512775]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2643, &quot;postcode&quot;: &quot;EC4N 8BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089452, 51.512635], [-0.089338, 51.512794], [-0.089007, 51.51271], [-0.088878, 51.512654], [-0.088959, 51.512537], [-0.089086, 51.512566], [-0.089146, 51.512527], [-0.089216, 51.512523], [-0.089268, 51.512482], [-0.089232, 51.512521], [-0.089246, 51.512558], [-0.089452, 51.512635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 711, &quot;postcode&quot;: &quot;EC4N 8BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090306, 51.512652], [-0.090265, 51.512731], [-0.090217, 51.51274], [-0.090184, 51.512715], [-0.090129, 51.512711], [-0.090045, 51.512772], [-0.089606, 51.512656], [-0.089529, 51.512672], [-0.089199, 51.512545], [-0.089285, 51.512467], [-0.089583, 51.512565], [-0.089649, 51.512552], [-0.089693, 51.512492], [-0.090102, 51.512586], [-0.090154, 51.512566], [-0.09022, 51.51247], [-0.09024, 51.512517], [-0.090286, 51.512538], [-0.090268, 51.512576], [-0.090306, 51.512652]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1247, &quot;postcode&quot;: &quot;EC4N 8BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089594, 51.512412], [-0.08978, 51.512457], [-0.089752, 51.512506], [-0.089693, 51.512492], [-0.089635, 51.512585], [-0.089494, 51.512537], [-0.089594, 51.512412]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 189, &quot;postcode&quot;: &quot;EC4N 8BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095032, 51.512234], [-0.094817, 51.512278], [-0.094805, 51.51228], [-0.094817, 51.512278], [-0.095032, 51.512234]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4P 4LX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090269, 51.510469], [-0.090171, 51.510674], [-0.090083, 51.51066], [-0.090035, 51.510668], [-0.089982, 51.510757], [-0.089837, 51.510865], [-0.089748, 51.510865], [-0.089681, 51.510898], [-0.089659, 51.510927], [-0.089668, 51.511009], [-0.089601, 51.510983], [-0.089553, 51.510983], [-0.08945, 51.511049], [-0.089357, 51.511012], [-0.089403, 51.510947], [-0.08947, 51.510923], [-0.089473, 51.510885], [-0.089274, 51.510791], [-0.089272, 51.510751], [-0.089133, 51.510624], [-0.089311, 51.510663], [-0.08937, 51.51065], [-0.089657, 51.510332], [-0.090269, 51.510469]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2884, &quot;postcode&quot;: &quot;EC4R 0AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090367, 51.510264], [-0.09031, 51.510345], [-0.090314, 51.510375], [-0.090264, 51.510368], [-0.090219, 51.510381], [-0.090175, 51.510452], [-0.089746, 51.510354], [-0.089901, 51.510301], [-0.089982, 51.510241], [-0.09008, 51.51021], [-0.090248, 51.510245], [-0.090326, 51.510203], [-0.090325, 51.510239], [-0.090367, 51.510264]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 623, &quot;postcode&quot;: &quot;EC4R 0AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089193, 51.511171], [-0.089353, 51.511213], [-0.089258, 51.511357], [-0.089167, 51.511351], [-0.089217, 51.511239], [-0.089181, 51.511229], [-0.089213, 51.511177], [-0.089193, 51.511171]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 149, &quot;postcode&quot;: &quot;EC4R 0AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088829, 51.51095], [-0.088626, 51.510913], [-0.088656, 51.510861], [-0.088703, 51.510871], [-0.088756, 51.510807], [-0.088875, 51.510832], [-0.088829, 51.51095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 156, &quot;postcode&quot;: &quot;EC4R 0BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089926, 51.510282], [-0.089746, 51.510354], [-0.08963, 51.510326], [-0.089573, 51.510338], [-0.089287, 51.510658], [-0.088673, 51.510522], [-0.08873, 51.510434], [-0.088727, 51.510405], [-0.088689, 51.510381], [-0.088551, 51.510353], [-0.088702, 51.510053], [-0.089164, 51.510179], [-0.089221, 51.510166], [-0.089273, 51.510096], [-0.089346, 51.510072], [-0.089465, 51.510107], [-0.089712, 51.510233], [-0.08985, 51.510255], [-0.089926, 51.510282]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3418, &quot;postcode&quot;: &quot;EC4R 0BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088765, 51.510395], [-0.088695, 51.510494], [-0.08871, 51.510522], [-0.088752, 51.510539], [-0.08868, 51.510541], [-0.08864, 51.510581], [-0.088443, 51.510537], [-0.088443, 51.510498], [-0.088387, 51.510452], [-0.088439, 51.51043], [-0.088514, 51.5103], [-0.088543, 51.51035], [-0.088765, 51.510395]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 427, &quot;postcode&quot;: &quot;EC4R 0DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087634, 51.510798], [-0.087627, 51.510813], [-0.087605, 51.510856], [-0.087545, 51.510779], [-0.087602, 51.510779], [-0.087634, 51.510798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 26, &quot;postcode&quot;: &quot;EC4R 0DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088387, 51.510452], [-0.088414, 51.510479], [-0.088356, 51.510574], [-0.088392, 51.510494], [-0.088365, 51.510468], [-0.088306, 51.510457], [-0.088248, 51.510478], [-0.088196, 51.510567], [-0.087948, 51.510518], [-0.087897, 51.510539], [-0.08786, 51.510601], [-0.087914, 51.510506], [-0.088008, 51.510361], [-0.088003, 51.510331], [-0.087971, 51.51031], [-0.087999, 51.510265], [-0.087989, 51.510308], [-0.088051, 51.510374], [-0.088387, 51.510452]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 381, &quot;postcode&quot;: &quot;EC4R 0DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088266, 51.50996], [-0.08774, 51.510785], [-0.087574, 51.511102], [-0.087497, 51.511089], [-0.087557, 51.510919], [-0.087595, 51.510875], [-0.087581, 51.510837], [-0.087531, 51.51082], [-0.087478, 51.510831], [-0.087443, 51.510864], [-0.087441, 51.510904], [-0.087194, 51.510853], [-0.087204, 51.510834], [-0.08727, 51.510825], [-0.087293, 51.510798], [-0.087263, 51.510753], [-0.087294, 51.510645], [-0.087261, 51.51061], [-0.087329, 51.510526], [-0.08734, 51.510429], [-0.087589, 51.510411], [-0.087802, 51.510465], [-0.087869, 51.510456], [-0.088132, 51.510074], [-0.08819, 51.509949], [-0.088266, 51.50996]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2177, &quot;postcode&quot;: &quot;EC4R 0DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088765, 51.510789], [-0.088703, 51.510871], [-0.088564, 51.510931], [-0.088368, 51.51088], [-0.088341, 51.510839], [-0.088247, 51.510816], [-0.088187, 51.510835], [-0.088125, 51.510921], [-0.08821, 51.510799], [-0.088254, 51.510804], [-0.088297, 51.510789], [-0.088375, 51.510685], [-0.088757, 51.510755], [-0.088765, 51.510789]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 584, &quot;postcode&quot;: &quot;EC4R 0EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090013, 51.510646], [-0.089959, 51.510759], [-0.089545, 51.51106], [-0.089296, 51.511432], [-0.089227, 51.511418], [-0.08943, 51.511097], [-0.089536, 51.510968], [-0.089483, 51.51091], [-0.089315, 51.510826], [-0.089234, 51.510844], [-0.0891, 51.511045], [-0.088918, 51.511015], [-0.088857, 51.511032], [-0.088665, 51.511314], [-0.088629, 51.511306], [-0.088711, 51.511121], [-0.088832, 51.510945], [-0.08886, 51.51085], [-0.088832, 51.510825], [-0.088756, 51.510807], [-0.088756, 51.510772], [-0.088723, 51.51075], [-0.088388, 51.510697], [-0.088352, 51.510717], [-0.088126, 51.511021], [-0.088024, 51.511194], [-0.087957, 51.511182], [-0.088441, 51.510439], [-0.088638, 51.510035], [-0.088702, 51.510053], [-0.088466, 51.51052], [-0.088499, 51.510548], [-0.088579, 51.510567], [-0.088639, 51.510559], [-0.088673, 51.510522], [-0.08905, 51.510602], [-0.089009, 51.51069], [-0.08897, 51.510722], [-0.088971, 51.510832], [-0.088923, 51.510867], [-0.088901, 51.510943], [-0.088932, 51.510979], [-0.089021, 51.510994], [-0.089076, 51.510974], [-0.089288, 51.510657], [-0.089596, 51.510311], [-0.089657, 51.510332], [-0.089371, 51.510654], [-0.089293, 51.510766], [-0.089307, 51.510803], [-0.089574, 51.510919], [-0.089635, 51.510921], [-0.089812, 51.510818], [-0.089935, 51.510721], [-0.089925, 51.510674], [-0.089824, 51.51063], [-0.089908, 51.510547], [-0.089979, 51.51056], [-0.089955, 51.51061], [-0.090013, 51.510646]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2985, &quot;postcode&quot;: &quot;EC4R 0EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089238, 51.510731], [-0.089137, 51.510889], [-0.089195, 51.510962], [-0.089169, 51.511027], [-0.089187, 51.511059], [-0.0891, 51.511045], [-0.089058, 51.511002], [-0.08889, 51.510976], [-0.088955, 51.510812], [-0.088969, 51.51068], [-0.089012, 51.51066], [-0.08905, 51.510602], [-0.089133, 51.510624], [-0.089238, 51.510731]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 717, &quot;postcode&quot;: &quot;EC4R 0EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093144, 51.510271], [-0.093187, 51.51018], [-0.093197, 51.510159], [-0.093144, 51.510271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4R 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093281, 51.511576], [-0.09328, 51.511576], [-0.093281, 51.511573], [-0.093281, 51.511576]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4R 1AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093192, 51.511887], [-0.093132, 51.512012], [-0.093062, 51.512044], [-0.092972, 51.512045], [-0.092923, 51.512104], [-0.092827, 51.512104], [-0.092792, 51.51216], [-0.092814, 51.512066], [-0.09286, 51.512039], [-0.092925, 51.511861], [-0.093192, 51.511887]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 393, &quot;postcode&quot;: &quot;EC4R 1BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093372, 51.510384], [-0.093242, 51.51079], [-0.092974, 51.510754], [-0.09302, 51.510723], [-0.093144, 51.510271], [-0.093397, 51.509781], [-0.093698, 51.509855], [-0.093372, 51.510384]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2106, &quot;postcode&quot;: &quot;EC4R 1BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093582, 51.511218], [-0.093505, 51.511484], [-0.093316, 51.511499], [-0.093283, 51.511526], [-0.093281, 51.511534], [-0.093281, 51.511572], [-0.09328, 51.511573], [-0.093279, 51.511475], [-0.093253, 51.511446], [-0.093208, 51.511435], [-0.09315, 51.511453], [-0.093031, 51.511448], [-0.093131, 51.51118], [-0.093582, 51.511218]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1010, &quot;postcode&quot;: &quot;EC4R 1BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093282, 51.511611], [-0.093154, 51.511597], [-0.093108, 51.511608], [-0.093088, 51.51166], [-0.093179, 51.511694], [-0.093184, 51.511709], [-0.093056, 51.511825], [-0.092955, 51.511882], [-0.092926, 51.511854], [-0.092869, 51.511842], [-0.092865, 51.511798], [-0.092917, 51.511787], [-0.09296, 51.511743], [-0.093036, 51.511447], [-0.093112, 51.511448], [-0.093153, 51.511428], [-0.093278, 51.511435], [-0.093282, 51.511611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 657, &quot;postcode&quot;: &quot;EC4R 1BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093565, 51.511029], [-0.093472, 51.511031], [-0.093431, 51.511086], [-0.093429, 51.511153], [-0.093518, 51.511183], [-0.093199, 51.511154], [-0.09312, 51.511192], [-0.093097, 51.51124], [-0.093111, 51.511193], [-0.093095, 51.511164], [-0.092938, 51.511138], [-0.092831, 51.511026], [-0.092966, 51.510841], [-0.093252, 51.510911], [-0.093442, 51.510922], [-0.09357, 51.510908], [-0.093565, 51.511029]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1274, &quot;postcode&quot;: &quot;EC4R 1DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093122, 51.511164], [-0.092925, 51.511806], [-0.092869, 51.511806], [-0.092827, 51.511832], [-0.092788, 51.511813], [-0.092521, 51.511776], [-0.092517, 51.511743], [-0.092562, 51.511738], [-0.092594, 51.511714], [-0.092643, 51.511554], [-0.092497, 51.511493], [-0.092295, 51.511462], [-0.09247, 51.51111], [-0.092462, 51.511073], [-0.092424, 51.511054], [-0.092376, 51.511055], [-0.09219, 51.51114], [-0.092001, 51.511114], [-0.091837, 51.511044], [-0.091839, 51.510943], [-0.092013, 51.510941], [-0.092044, 51.510907], [-0.092019, 51.510867], [-0.092147, 51.510849], [-0.092226, 51.510815], [-0.092299, 51.510721], [-0.092347, 51.510719], [-0.092388, 51.510696], [-0.092681, 51.510759], [-0.092891, 51.510733], [-0.092966, 51.510841], [-0.092831, 51.511026], [-0.092774, 51.511053], [-0.092771, 51.511092], [-0.092814, 51.511118], [-0.093122, 51.511164]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5332, &quot;postcode&quot;: &quot;EC4R 1EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092925, 51.51185], [-0.092844, 51.512081], [-0.092804, 51.512111], [-0.092807, 51.512186], [-0.092718, 51.512176], [-0.092665, 51.512203], [-0.092579, 51.512195], [-0.092547, 51.512174], [-0.092451, 51.512154], [-0.092563, 51.512143], [-0.092674, 51.512159], [-0.092732, 51.512132], [-0.092745, 51.512056], [-0.092644, 51.51201], [-0.092684, 51.511869], [-0.092672, 51.51184], [-0.092771, 51.511852], [-0.092827, 51.511832], [-0.092925, 51.51185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 496, &quot;postcode&quot;: &quot;EC4R 1EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093553, 51.510905], [-0.093448, 51.510923], [-0.093198, 51.510909], [-0.093163, 51.510884], [-0.092966, 51.510841], [-0.092895, 51.510726], [-0.092967, 51.510738], [-0.09302, 51.510723], [-0.09307, 51.510767], [-0.093196, 51.510784], [-0.093247, 51.510775], [-0.093288, 51.510796], [-0.093499, 51.510821], [-0.093553, 51.510905]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 512, &quot;postcode&quot;: &quot;EC4R 1QS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092662, 51.511546], [-0.092578, 51.511752], [-0.092362, 51.511722], [-0.092245, 51.511776], [-0.09223, 51.511747], [-0.092178, 51.511729], [-0.092081, 51.511654], [-0.092092, 51.511642], [-0.09216, 51.511653], [-0.092209, 51.511638], [-0.092266, 51.511529], [-0.092352, 51.51155], [-0.092417, 51.511535], [-0.092446, 51.511513], [-0.092662, 51.511546]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 687, &quot;postcode&quot;: &quot;EC4R 2RA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092651, 51.511501], [-0.092628, 51.51154], [-0.09248, 51.511523], [-0.092363, 51.511577], [-0.092266, 51.511528], [-0.092295, 51.511462], [-0.092464, 51.511472], [-0.092557, 51.511499], [-0.092636, 51.511486], [-0.092651, 51.511501]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 172, &quot;postcode&quot;: &quot;EC4R 2RB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092116, 51.510955], [-0.091542, 51.510929], [-0.091486, 51.510942], [-0.091413, 51.510922], [-0.091398, 51.510898], [-0.09156, 51.510768], [-0.091624, 51.510752], [-0.091636, 51.510706], [-0.0917, 51.510655], [-0.091898, 51.510641], [-0.091939, 51.510648], [-0.091896, 51.510757], [-0.092116, 51.510955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 959, &quot;postcode&quot;: &quot;EC4R 2RH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093024, 51.511126], [-0.093014, 51.51115], [-0.092552, 51.511076], [-0.092489, 51.511089], [-0.092197, 51.511688], [-0.092207, 51.511719], [-0.092246, 51.511738], [-0.092831, 51.511819], [-0.092816, 51.511861], [-0.092245, 51.511777], [-0.092204, 51.511744], [-0.092017, 51.511712], [-0.091939, 51.511727], [-0.090987, 51.511544], [-0.090916, 51.511551], [-0.090945, 51.511507], [-0.091262, 51.511566], [-0.091328, 51.511553], [-0.091449, 51.511576], [-0.091501, 51.511566], [-0.091637, 51.511355], [-0.091521, 51.511246], [-0.091529, 51.511222], [-0.091606, 51.511213], [-0.09164, 51.511156], [-0.091755, 51.511173], [-0.091807, 51.511161], [-0.091839, 51.511102], [-0.091795, 51.511063], [-0.091837, 51.511044], [-0.092008, 51.511115], [-0.092165, 51.511136], [-0.092211, 51.51113], [-0.092439, 51.511025], [-0.092594, 51.510781], [-0.092636, 51.510797], [-0.092525, 51.510997], [-0.092536, 51.511035], [-0.092712, 51.511072], [-0.092762, 51.511057], [-0.092785, 51.51102], [-0.092831, 51.511026], [-0.092856, 51.511092], [-0.093024, 51.511126]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4124, &quot;postcode&quot;: &quot;EC4R 2RP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091758, 51.511513], [-0.091703, 51.511539], [-0.091679, 51.51162], [-0.091334, 51.511554], [-0.091339, 51.511509], [-0.091446, 51.51143], [-0.091521, 51.511246], [-0.091555, 51.511275], [-0.091646, 51.511293], [-0.091666, 51.511311], [-0.091642, 51.511358], [-0.091656, 51.511387], [-0.091615, 51.511405], [-0.09159, 51.511443], [-0.091599, 51.511478], [-0.091638, 51.511497], [-0.091758, 51.511513]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 549, &quot;postcode&quot;: &quot;EC4R 2RU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091135, 51.511471], [-0.091339, 51.511509], [-0.091321, 51.511578], [-0.091056, 51.511528], [-0.091135, 51.511471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 131, &quot;postcode&quot;: &quot;EC4R 2SH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091397, 51.511287], [-0.091059, 51.511235], [-0.091109, 51.511065], [-0.091426, 51.511079], [-0.091486, 51.510942], [-0.091397, 51.511287]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 526, &quot;postcode&quot;: &quot;EC4R 2SP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091109, 51.511065], [-0.091099, 51.511097], [-0.091054, 51.511084], [-0.091055, 51.511063], [-0.091109, 51.511065]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC4R 2ST&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091919, 51.510777], [-0.091818, 51.510857], [-0.09165, 51.510786], [-0.09156, 51.51078], [-0.091437, 51.510875], [-0.091446, 51.510905], [-0.091489, 51.510926], [-0.091839, 51.510943], [-0.091852, 51.511076], [-0.091811, 51.511183], [-0.091669, 51.511169], [-0.091632, 51.511188], [-0.09161, 51.511235], [-0.091529, 51.511248], [-0.091432, 51.51146], [-0.091358, 51.511513], [-0.091159, 51.511477], [-0.091114, 51.511487], [-0.091056, 51.511528], [-0.090896, 51.511498], [-0.090836, 51.511508], [-0.090732, 51.511692], [-0.090716, 51.511688], [-0.090791, 51.511557], [-0.090785, 51.511528], [-0.090881, 51.511403], [-0.090911, 51.511264], [-0.090891, 51.511223], [-0.090843, 51.511201], [-0.090909, 51.511065], [-0.090958, 51.511012], [-0.090965, 51.510947], [-0.091004, 51.510922], [-0.09122, 51.510509], [-0.091293, 51.510522], [-0.091343, 51.510565], [-0.091479, 51.510557], [-0.0917, 51.510654], [-0.091685, 51.510687], [-0.091712, 51.510717], [-0.091893, 51.510753], [-0.091919, 51.510777]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4889, &quot;postcode&quot;: &quot;EC4R 2SU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090791, 51.509296], [-0.090697, 51.509517], [-0.090656, 51.509524], [-0.090627, 51.509549], [-0.090336, 51.510167], [-0.090274, 51.510254], [-0.090091, 51.510215], [-0.089982, 51.510241], [-0.089893, 51.510231], [-0.08985, 51.510255], [-0.089685, 51.510231], [-0.089656, 51.510198], [-0.089463, 51.510107], [-0.08938, 51.510086], [-0.089262, 51.510121], [-0.089207, 51.510197], [-0.089101, 51.510158], [-0.089072, 51.510014], [-0.089101, 51.509958], [-0.089071, 51.509925], [-0.088796, 51.509851], [-0.088363, 51.509786], [-0.088572, 51.50928], [-0.088669, 51.50897], [-0.090765, 51.509254], [-0.090791, 51.509296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15884, &quot;postcode&quot;: &quot;EC4R 3AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087766, 51.509022], [-0.087767, 51.509022], [-0.087754, 51.509021], [-0.087766, 51.509022]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4R 3AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092388, 51.510696], [-0.092343, 51.510729], [-0.092299, 51.510721], [-0.092262, 51.51079], [-0.092182, 51.510828], [-0.092208, 51.51078], [-0.09216, 51.51087], [-0.092132, 51.510923], [-0.092069, 51.510896], [-0.092092, 51.510849], [-0.092019, 51.510867], [-0.091885, 51.510746], [-0.091971, 51.51059], [-0.09237, 51.510664], [-0.092387, 51.51063], [-0.092895, 51.510726], [-0.092688, 51.510761], [-0.092388, 51.510696]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 924, &quot;postcode&quot;: &quot;EC4R 3TA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09368, 51.509814], [-0.093661, 51.509846], [-0.093452, 51.509799], [-0.093377, 51.509823], [-0.093377, 51.509789], [-0.093344, 51.509766], [-0.092543, 51.509553], [-0.09368, 51.509814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 221, &quot;postcode&quot;: &quot;EC4R 3TB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093397, 51.509781], [-0.093145, 51.510269], [-0.093118, 51.510412], [-0.093009, 51.510738], [-0.092447, 51.510642], [-0.09237, 51.510664], [-0.092022, 51.5106], [-0.091968, 51.510612], [-0.091939, 51.510648], [-0.091702, 51.510655], [-0.091482, 51.510559], [-0.09122, 51.510508], [-0.091187, 51.510484], [-0.091201, 51.510453], [-0.091244, 51.510448], [-0.091276, 51.510426], [-0.091458, 51.51006], [-0.091671, 51.509712], [-0.09174, 51.509721], [-0.091791, 51.509699], [-0.091946, 51.509414], [-0.093397, 51.509781]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14358, &quot;postcode&quot;: &quot;EC4R 3TD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091946, 51.509413], [-0.091773, 51.509733], [-0.091671, 51.509712], [-0.091703, 51.509641], [-0.091665, 51.509604], [-0.091681, 51.509576], [-0.091752, 51.509557], [-0.091794, 51.509484], [-0.09176, 51.509435], [-0.091783, 51.509391], [-0.091946, 51.509413]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 326, &quot;postcode&quot;: &quot;EC4R 3TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088252, 51.509828], [-0.088218, 51.509897], [-0.088149, 51.509914], [-0.088113, 51.509981], [-0.088036, 51.509926], [-0.087881, 51.509899], [-0.087837, 51.50987], [-0.087784, 51.509863], [-0.087742, 51.509877], [-0.087637, 51.50986], [-0.087625, 51.509829], [-0.087559, 51.509807], [-0.087478, 51.509717], [-0.087332, 51.509714], [-0.087359, 51.509672], [-0.087344, 51.50964], [-0.087205, 51.50961], [-0.087192, 51.509412], [-0.087146, 51.509391], [-0.087082, 51.509397], [-0.087052, 51.509422], [-0.087048, 51.509472], [-0.087036, 51.509379], [-0.087097, 51.509323], [-0.087425, 51.509466], [-0.087392, 51.509566], [-0.087428, 51.509606], [-0.087857, 51.509671], [-0.087944, 51.509713], [-0.087932, 51.509754], [-0.087965, 51.509783], [-0.088252, 51.509828]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1457, &quot;postcode&quot;: &quot;EC4R 3TJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089096, 51.509979], [-0.089072, 51.510014], [-0.088624, 51.510059], [-0.088583, 51.510021], [-0.088381, 51.509988], [-0.088104, 51.510059], [-0.088125, 51.510008], [-0.088036, 51.509926], [-0.08754, 51.509844], [-0.087559, 51.509807], [-0.087658, 51.509824], [-0.087703, 51.509851], [-0.087754, 51.50985], [-0.087888, 51.509882], [-0.087931, 51.509907], [-0.088106, 51.509924], [-0.088166, 51.509867], [-0.08816, 51.509828], [-0.088038, 51.509784], [-0.087925, 51.509779], [-0.087951, 51.509733], [-0.087894, 51.509684], [-0.088329, 51.509749], [-0.088371, 51.509726], [-0.088388, 51.509679], [-0.088357, 51.509647], [-0.088292, 51.509641], [-0.088309, 51.5096], [-0.088354, 51.509639], [-0.088422, 51.509642], [-0.088379, 51.50975], [-0.088409, 51.509789], [-0.08855, 51.509815], [-0.088606, 51.509803], [-0.088777, 51.509856], [-0.089074, 51.509908], [-0.089063, 51.509947], [-0.089096, 51.509979]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1754, &quot;postcode&quot;: &quot;EC4R 3TN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088619, 51.509143], [-0.088366, 51.509762], [-0.088286, 51.509767], [-0.088245, 51.509743], [-0.087972, 51.509699], [-0.088198, 51.509727], [-0.088258, 51.509709], [-0.088439, 51.509294], [-0.088489, 51.509269], [-0.088547, 51.509134], [-0.088619, 51.509143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 571, &quot;postcode&quot;: &quot;EC4R 3TT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090388, 51.510059], [-0.090339, 51.510179], [-0.090317, 51.510203], [-0.090388, 51.510059]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4R 3UE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090806, 51.509259], [-0.090368, 51.510264], [-0.090302, 51.510253], [-0.090769, 51.509254], [-0.090806, 51.509259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 479, &quot;postcode&quot;: &quot;EC4R 3UL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091836, 51.509406], [-0.091457, 51.510061], [-0.091281, 51.510417], [-0.091224, 51.510407], [-0.091353, 51.510135], [-0.091781, 51.509395], [-0.091836, 51.509406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 487, &quot;postcode&quot;: &quot;EC4R 3XJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088638, 51.510033], [-0.088424, 51.51046], [-0.088005, 51.510366], [-0.088036, 51.510302], [-0.088, 51.510264], [-0.088074, 51.510245], [-0.088125, 51.510172], [-0.088105, 51.510131], [-0.088038, 51.510119], [-0.088104, 51.51006], [-0.088404, 51.50998], [-0.088638, 51.510033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1498, &quot;postcode&quot;: &quot;EC4R 9AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086558, 51.510634], [-0.086538, 51.510671], [-0.086486, 51.510702], [-0.086273, 51.510773], [-0.086037, 51.51074], [-0.085976, 51.510766], [-0.085982, 51.51081], [-0.085846, 51.510778], [-0.0859, 51.510773], [-0.085931, 51.51075], [-0.085897, 51.510678], [-0.086068, 51.510348], [-0.086263, 51.510391], [-0.08629, 51.510426], [-0.086375, 51.510445], [-0.08634, 51.510525], [-0.086349, 51.510555], [-0.086407, 51.510605], [-0.086558, 51.510634]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1301, &quot;postcode&quot;: &quot;EC4R 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086713, 51.510395], [-0.086681, 51.510452], [-0.08663, 51.510479], [-0.086558, 51.510634], [-0.086309, 51.51058], [-0.086361, 51.510472], [-0.086333, 51.510417], [-0.086068, 51.510348], [-0.086106, 51.510279], [-0.08619, 51.510268], [-0.086482, 51.510326], [-0.086605, 51.51036], [-0.086657, 51.510393], [-0.086713, 51.510395]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 832, &quot;postcode&quot;: &quot;EC4R 9AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087342, 51.509696], [-0.087266, 51.509857], [-0.087176, 51.509893], [-0.087129, 51.510014], [-0.087144, 51.510048], [-0.087195, 51.510066], [-0.087145, 51.510211], [-0.087175, 51.510269], [-0.087098, 51.510384], [-0.087153, 51.510439], [-0.087029, 51.510435], [-0.08698, 51.510457], [-0.086872, 51.510717], [-0.086886, 51.510809], [-0.086959, 51.510889], [-0.086916, 51.510988], [-0.086416, 51.510908], [-0.085943, 51.510801], [-0.085991, 51.510727], [-0.086254, 51.510775], [-0.086495, 51.510698], [-0.086595, 51.510611], [-0.086713, 51.510394], [-0.086762, 51.51039], [-0.086792, 51.510371], [-0.086792, 51.510327], [-0.086834, 51.510282], [-0.086818, 51.510241], [-0.086725, 51.510209], [-0.086774, 51.510179], [-0.086859, 51.509952], [-0.086917, 51.509918], [-0.086943, 51.509843], [-0.086913, 51.509757], [-0.086872, 51.509729], [-0.086645, 51.509684], [-0.086485, 51.509525], [-0.086668, 51.509474], [-0.086903, 51.509501], [-0.086997, 51.509457], [-0.087035, 51.50938], [-0.087043, 51.50964], [-0.087154, 51.509673], [-0.087342, 51.509696]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4790, &quot;postcode&quot;: &quot;EC4R 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087386, 51.510541], [-0.087318, 51.510598], [-0.087287, 51.510714], [-0.087207, 51.510828], [-0.087017, 51.510794], [-0.086973, 51.510806], [-0.08694, 51.51084], [-0.086883, 51.510802], [-0.08687, 51.510757], [-0.086833, 51.510724], [-0.086851, 51.510685], [-0.086901, 51.510659], [-0.086943, 51.510542], [-0.086998, 51.510522], [-0.087091, 51.510391], [-0.087161, 51.510438], [-0.087263, 51.510447], [-0.087371, 51.510435], [-0.087334, 51.510502], [-0.087386, 51.510541]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1117, &quot;postcode&quot;: &quot;EC4R 9AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088007, 51.510134], [-0.088131, 51.510076], [-0.087863, 51.51048], [-0.087589, 51.510411], [-0.087362, 51.510432], [-0.087254, 51.510407], [-0.087322, 51.51031], [-0.087196, 51.510282], [-0.087144, 51.510216], [-0.087296, 51.50981], [-0.088045, 51.509925], [-0.088139, 51.510018], [-0.088075, 51.510095], [-0.088007, 51.510134]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3584, &quot;postcode&quot;: &quot;EC4R 9AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088593, 51.509008], [-0.088596, 51.509049], [-0.08853, 51.509082], [-0.088253, 51.509732], [-0.087378, 51.5096], [-0.0874, 51.50954], [-0.087421, 51.509478], [-0.08743, 51.509453], [-0.087426, 51.509466], [-0.087094, 51.509323], [-0.087098, 51.509298], [-0.087269, 51.509263], [-0.087488, 51.509291], [-0.087595, 51.509002], [-0.088013, 51.509057], [-0.088035, 51.508995], [-0.088088, 51.509001], [-0.0881, 51.508975], [-0.088612, 51.50897], [-0.088593, 51.509008]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5274, &quot;postcode&quot;: &quot;EC4R 9EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093764, 51.512202], [-0.093742, 51.512291], [-0.093766, 51.512318], [-0.09381, 51.512329], [-0.093813, 51.512384], [-0.093677, 51.512984], [-0.093617, 51.51297], [-0.093746, 51.512337], [-0.093734, 51.512307], [-0.093744, 51.512219], [-0.093764, 51.512202]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 369, &quot;postcode&quot;: &quot;EC4V 2AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095348, 51.511256], [-0.095337, 51.511388], [-0.095239, 51.511639], [-0.095164, 51.512032], [-0.095183, 51.512063], [-0.095245, 51.51209], [-0.095144, 51.51211], [-0.094618, 51.512036], [-0.094783, 51.511527], [-0.094751, 51.511452], [-0.094938, 51.511481], [-0.094989, 51.511467], [-0.09501, 51.511438], [-0.095238, 51.511452], [-0.095275, 51.511426], [-0.095323, 51.511263], [-0.095348, 51.511256]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2567, &quot;postcode&quot;: &quot;EC4V 2AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093831, 51.510926], [-0.094028, 51.510898], [-0.094108, 51.510939], [-0.094252, 51.511169], [-0.094186, 51.511194], [-0.094093, 51.511197], [-0.094045, 51.511219], [-0.094049, 51.511164], [-0.093905, 51.511888], [-0.094597, 51.51201], [-0.09476, 51.511453], [-0.094805, 51.511458], [-0.094618, 51.512036], [-0.095143, 51.51211], [-0.094768, 51.51209], [-0.093988, 51.511958], [-0.093893, 51.511975], [-0.093798, 51.512379], [-0.093728, 51.512363], [-0.093803, 51.511982], [-0.093062, 51.511868], [-0.092925, 51.511861], [-0.092925, 51.51185], [-0.092826, 51.511836], [-0.092838, 51.511794], [-0.092925, 51.511806], [-0.092943, 51.511748], [-0.092938, 51.511803], [-0.093003, 51.511818], [-0.093762, 51.511923], [-0.09381, 51.511926], [-0.093846, 51.511908], [-0.093931, 51.511251], [-0.09312, 51.511176], [-0.093122, 51.511164], [-0.093014, 51.51115], [-0.093024, 51.511126], [-0.093197, 51.51115], [-0.093332, 51.511165], [-0.093525, 51.511184], [-0.093407, 51.511168], [-0.093454, 51.511019], [-0.093565, 51.511029], [-0.09357, 51.510908], [-0.093692, 51.510897], [-0.093831, 51.510926]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3419, &quot;postcode&quot;: &quot;EC4V 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095016, 51.51175], [-0.094996, 51.511792], [-0.094733, 51.511859], [-0.09468, 51.511847], [-0.094553, 51.511713], [-0.094571, 51.511672], [-0.094734, 51.511692], [-0.094779, 51.511679], [-0.094801, 51.511651], [-0.094868, 51.511656], [-0.094891, 51.511685], [-0.095016, 51.51175]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 450, &quot;postcode&quot;: &quot;EC4V 2AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09627, 51.511755], [-0.096264, 51.511826], [-0.095762, 51.51189], [-0.095203, 51.511993], [-0.095185, 51.511964], [-0.095224, 51.511747], [-0.095636, 51.511781], [-0.095706, 51.511757], [-0.096007, 51.511766], [-0.096063, 51.51174], [-0.09627, 51.511755]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1172, &quot;postcode&quot;: &quot;EC4V 2AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094125, 51.511799], [-0.093992, 51.511978], [-0.093922, 51.51197], [-0.093913, 51.51194], [-0.093876, 51.51192], [-0.093698, 51.511914], [-0.093703, 51.511831], [-0.093633, 51.511732], [-0.093577, 51.511705], [-0.093502, 51.511701], [-0.093353, 51.511751], [-0.093306, 51.511812], [-0.093212, 51.511847], [-0.093056, 51.511825], [-0.093192, 51.511675], [-0.093187, 51.511645], [-0.093149, 51.511622], [-0.093157, 51.511597], [-0.09323, 51.5116], [-0.093275, 51.511574], [-0.09328, 51.51149], [-0.093463, 51.511477], [-0.093511, 51.511453], [-0.093582, 51.511218], [-0.093964, 51.511255], [-0.094045, 51.511219], [-0.094021, 51.511295], [-0.09396, 51.511297], [-0.093926, 51.511324], [-0.093873, 51.511653], [-0.093915, 51.51169], [-0.094062, 51.5117], [-0.094062, 51.511731], [-0.094125, 51.511799]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2847, &quot;postcode&quot;: &quot;EC4V 2AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09411, 51.512134], [-0.094021, 51.512176], [-0.093973, 51.512134], [-0.093948, 51.512057], [-0.093859, 51.512036], [-0.0938, 51.51205], [-0.093779, 51.512085], [-0.093709, 51.512085], [-0.093668, 51.512113], [-0.093596, 51.512103], [-0.093626, 51.512034], [-0.093619, 51.511967], [-0.093641, 51.511957], [-0.093843, 51.511989], [-0.093922, 51.51197], [-0.094008, 51.51197], [-0.09406, 51.511996], [-0.09411, 51.512134]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 417, &quot;postcode&quot;: &quot;EC4V 2BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093378, 51.51196], [-0.093433, 51.511925], [-0.093618, 51.511954], [-0.093643, 51.512055], [-0.093616, 51.512052], [-0.093606, 51.512133], [-0.093519, 51.512122], [-0.09336, 51.512057], [-0.093378, 51.51196], [-0.093482, 51.511981], [-0.093378, 51.51196]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 320, &quot;postcode&quot;: &quot;EC4V 2BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093709, 51.511842], [-0.093698, 51.511914], [-0.093619, 51.511967], [-0.0936, 51.511909], [-0.093505, 51.511889], [-0.093454, 51.511902], [-0.093378, 51.51196], [-0.093392, 51.511906], [-0.093373, 51.511878], [-0.093212, 51.511847], [-0.093215, 51.511834], [-0.093303, 51.511807], [-0.093335, 51.511754], [-0.093513, 51.511696], [-0.093596, 51.511708], [-0.093638, 51.511732], [-0.093709, 51.511842]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 548, &quot;postcode&quot;: &quot;EC4V 2BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096342, 51.511282], [-0.096286, 51.511485], [-0.096297, 51.511753], [-0.096227, 51.511759], [-0.096187, 51.511743], [-0.096104, 51.511741], [-0.096035, 51.511767], [-0.09573, 51.511757], [-0.095659, 51.511785], [-0.095225, 51.511747], [-0.095246, 51.511615], [-0.095293, 51.511512], [-0.095264, 51.511471], [-0.095073, 51.511444], [-0.095021, 51.511455], [-0.094997, 51.511485], [-0.094852, 51.511476], [-0.094794, 51.511457], [-0.094721, 51.511465], [-0.094549, 51.511451], [-0.094574, 51.511276], [-0.094537, 51.511252], [-0.094397, 51.511225], [-0.094458, 51.511038], [-0.094799, 51.511074], [-0.094866, 51.511053], [-0.094878, 51.511012], [-0.094843, 51.510983], [-0.095041, 51.510449], [-0.095214, 51.510169], [-0.095257, 51.510179], [-0.09525, 51.510232], [-0.095084, 51.51055], [-0.095092, 51.510584], [-0.095193, 51.510612], [-0.095373, 51.510552], [-0.095549, 51.510577], [-0.095543, 51.510652], [-0.095654, 51.510682], [-0.095621, 51.510776], [-0.095631, 51.510814], [-0.095831, 51.510865], [-0.095842, 51.51121], [-0.095888, 51.51123], [-0.096342, 51.511282]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10489, &quot;postcode&quot;: &quot;EC4V 3AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099812, 51.511001], [-0.099739, 51.511265], [-0.099611, 51.511373], [-0.09955, 51.5114], [-0.099482, 51.511409], [-0.09945, 51.511449], [-0.099397, 51.511457], [-0.099368, 51.511486], [-0.099405, 51.511534], [-0.099615, 51.51156], [-0.099604, 51.511596], [-0.099092, 51.511541], [-0.099047, 51.511569], [-0.099034, 51.511648], [-0.098809, 51.511773], [-0.098686, 51.51177], [-0.098631, 51.511729], [-0.09878, 51.511228], [-0.09875, 51.511187], [-0.098621, 51.511152], [-0.098375, 51.511157], [-0.09834, 51.511202], [-0.098289, 51.511419], [-0.097904, 51.511365], [-0.097971, 51.511076], [-0.098021, 51.510959], [-0.09794, 51.510854], [-0.097933, 51.510713], [-0.098163, 51.510659], [-0.09892, 51.510762], [-0.09891, 51.510813], [-0.098953, 51.510845], [-0.099267, 51.510926], [-0.099812, 51.511001]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8720, &quot;postcode&quot;: &quot;EC4V 3AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093692, 51.510897], [-0.093553, 51.510905], [-0.093499, 51.510821], [-0.093711, 51.510843], [-0.093692, 51.510897]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 95, &quot;postcode&quot;: &quot;EC4V 3BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095213, 51.510169], [-0.095041, 51.510451], [-0.094932, 51.510744], [-0.094941, 51.510778], [-0.095, 51.510809], [-0.09495, 51.510805], [-0.094905, 51.510826], [-0.094834, 51.510983], [-0.094083, 51.510887], [-0.093831, 51.510926], [-0.093693, 51.510897], [-0.09369, 51.51086], [-0.09365, 51.510837], [-0.093267, 51.510793], [-0.093247, 51.510775], [-0.093379, 51.510364], [-0.093698, 51.509855], [-0.094393, 51.509979], [-0.095213, 51.510169]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11706, &quot;postcode&quot;: &quot;EC4V 3BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101828, 51.511227], [-0.101799, 51.511369], [-0.101713, 51.511408], [-0.101659, 51.511403], [-0.101729, 51.511224], [-0.101828, 51.511227]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 156, &quot;postcode&quot;: &quot;EC4V 3DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103106, 51.51115], [-0.102817, 51.511153], [-0.102735, 51.511189], [-0.102723, 51.511384], [-0.102655, 51.511398], [-0.102626, 51.511429], [-0.102695, 51.511528], [-0.102512, 51.511872], [-0.102587, 51.511948], [-0.102635, 51.511963], [-0.102915, 51.511888], [-0.102625, 51.511979], [-0.102492, 51.512087], [-0.102344, 51.512106], [-0.102295, 51.512149], [-0.10197, 51.512095], [-0.101919, 51.512108], [-0.101893, 51.512139], [-0.101786, 51.51214], [-0.101741, 51.51217], [-0.101721, 51.512141], [-0.101811, 51.512058], [-0.101845, 51.511979], [-0.101823, 51.511919], [-0.101782, 51.511898], [-0.101492, 51.511856], [-0.101583, 51.511603], [-0.10166, 51.511605], [-0.101705, 51.511578], [-0.10179, 51.511408], [-0.101829, 51.511227], [-0.102063, 51.511235], [-0.102069, 51.511392], [-0.102037, 51.511505], [-0.102063, 51.511536], [-0.102117, 51.511545], [-0.102173, 51.51152], [-0.102218, 51.511414], [-0.102214, 51.51124], [-0.102607, 51.511243], [-0.102719, 51.51119], [-0.102738, 51.51115], [-0.102817, 51.51115], [-0.102946, 51.511119], [-0.103085, 51.511117], [-0.103106, 51.51115]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5938, &quot;postcode&quot;: &quot;EC4V 3DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097091, 51.510501], [-0.096993, 51.510744], [-0.096936, 51.510743], [-0.096895, 51.510771], [-0.096823, 51.510944], [-0.096845, 51.510975], [-0.096899, 51.510988], [-0.096835, 51.510989], [-0.096792, 51.511012], [-0.096742, 51.5111], [-0.09677, 51.51114], [-0.096607, 51.511206], [-0.096498, 51.511218], [-0.096374, 51.511185], [-0.096169, 51.511035], [-0.096038, 51.511014], [-0.095971, 51.511033], [-0.095925, 51.511122], [-0.095807, 51.511088], [-0.095729, 51.511099], [-0.095792, 51.510956], [-0.095824, 51.510933], [-0.095932, 51.510966], [-0.09601, 51.510964], [-0.096195, 51.510993], [-0.096306, 51.510961], [-0.096337, 51.510925], [-0.096335, 51.510962], [-0.09639, 51.511004], [-0.096487, 51.511023], [-0.09654, 51.511016], [-0.096569, 51.510992], [-0.096814, 51.510462], [-0.097091, 51.510501]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2146, &quot;postcode&quot;: &quot;EC4V 3DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09534, 51.511223], [-0.095348, 51.511256], [-0.095326, 51.511262], [-0.09534, 51.511223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4V 3DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09568, 51.510557], [-0.095699, 51.510592], [-0.09567, 51.51065], [-0.09568, 51.510557]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC4V 3EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095826, 51.510876], [-0.095793, 51.510857], [-0.095615, 51.510821], [-0.095636, 51.5107], [-0.095523, 51.510648], [-0.09555, 51.510577], [-0.095626, 51.510584], [-0.095673, 51.510565], [-0.095793, 51.510399], [-0.095998, 51.510325], [-0.096033, 51.510339], [-0.095826, 51.510876]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1004, &quot;postcode&quot;: &quot;EC4V 3EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098084, 51.511389], [-0.098078, 51.511463], [-0.097829, 51.511456], [-0.097334, 51.511409], [-0.097288, 51.511429], [-0.097275, 51.511481], [-0.097241, 51.511508], [-0.097089, 51.511467], [-0.097021, 51.511386], [-0.09698, 51.511368], [-0.096984, 51.511336], [-0.096957, 51.51131], [-0.096761, 51.511283], [-0.096807, 51.511225], [-0.096812, 51.511177], [-0.096791, 51.511148], [-0.09673, 51.511127], [-0.09691, 51.510728], [-0.096992, 51.510744], [-0.0969, 51.510988], [-0.096865, 51.511021], [-0.096854, 51.511244], [-0.096878, 51.511275], [-0.097076, 51.51129], [-0.097088, 51.511354], [-0.097205, 51.511394], [-0.097502, 51.511387], [-0.097561, 51.511352], [-0.097615, 51.511391], [-0.097868, 51.511392], [-0.097901, 51.511365], [-0.097939, 51.511229], [-0.097892, 51.511184], [-0.097843, 51.511184], [-0.097661, 51.511238], [-0.097562, 51.511338], [-0.097556, 51.511324], [-0.097737, 51.510895], [-0.09794, 51.510854], [-0.097991, 51.510922], [-0.097955, 51.511009], [-0.097985, 51.511045], [-0.097915, 51.511336], [-0.097957, 51.511371], [-0.098084, 51.511389]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1755, &quot;postcode&quot;: &quot;EC4V 3HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098943, 51.510682], [-0.09892, 51.510762], [-0.097908, 51.510626], [-0.097861, 51.510633], [-0.097832, 51.510656], [-0.097076, 51.51054], [-0.097033, 51.510493], [-0.096842, 51.510471], [-0.096786, 51.510514], [-0.096552, 51.511029], [-0.096516, 51.511028], [-0.096358, 51.511002], [-0.096315, 51.510976], [-0.096477, 51.510598], [-0.096514, 51.510576], [-0.096544, 51.510512], [-0.096523, 51.510472], [-0.096456, 51.510461], [-0.096498, 51.510382], [-0.096493, 51.510352], [-0.096459, 51.510331], [-0.096188, 51.510272], [-0.096141, 51.510281], [-0.096059, 51.510339], [-0.095998, 51.510324], [-0.096164, 51.510265], [-0.098943, 51.510682]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3320, &quot;postcode&quot;: &quot;EC4V 3PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096543, 51.510515], [-0.096505, 51.510602], [-0.096463, 51.510631], [-0.096315, 51.510976], [-0.096265, 51.510989], [-0.096019, 51.510947], [-0.095949, 51.510965], [-0.095844, 51.51095], [-0.095814, 51.510913], [-0.096033, 51.510338], [-0.096076, 51.510326], [-0.096162, 51.510264], [-0.096519, 51.510344], [-0.096457, 51.510469], [-0.096483, 51.5105], [-0.096543, 51.510515]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2671, &quot;postcode&quot;: &quot;EC4V 3PL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096549, 51.510485], [-0.096543, 51.510515], [-0.096437, 51.510494], [-0.096455, 51.510461], [-0.096519, 51.51044], [-0.096549, 51.510485]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 40, &quot;postcode&quot;: &quot;EC4V 3PQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096058, 51.510338], [-0.096005, 51.510334], [-0.095999, 51.510326], [-0.096058, 51.510338]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC4V 3PT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096939, 51.51066], [-0.096918, 51.51071], [-0.096917, 51.510711], [-0.096918, 51.51071], [-0.096939, 51.51066]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4V 3QH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098169, 51.51066], [-0.097971, 51.511076], [-0.097901, 51.511364], [-0.098082, 51.511398], [-0.09733, 51.511386], [-0.097328, 51.511406], [-0.097071, 51.51137], [-0.097076, 51.51129], [-0.096851, 51.511284], [-0.096867, 51.510987], [-0.0969, 51.510988], [-0.097073, 51.51054], [-0.097832, 51.510656], [-0.097848, 51.510618], [-0.098169, 51.51066]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6538, &quot;postcode&quot;: &quot;EC4V 3QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095032, 51.511067], [-0.09502, 51.511102], [-0.094974, 51.511103], [-0.094938, 51.511123], [-0.094914, 51.511207], [-0.094857, 51.5112], [-0.094868, 51.511122], [-0.094835, 51.51109], [-0.094788, 51.511074], [-0.09452, 51.511045], [-0.094451, 51.511068], [-0.094412, 51.511178], [-0.094252, 51.511169], [-0.094112, 51.510946], [-0.094028, 51.510898], [-0.094043, 51.510881], [-0.094196, 51.510887], [-0.094246, 51.510911], [-0.094949, 51.510997], [-0.09501, 51.510986], [-0.094995, 51.511034], [-0.095032, 51.511067]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1060, &quot;postcode&quot;: &quot;EC4V 3RL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104235, 51.510858], [-0.102144, 51.510842], [-0.102098, 51.510852], [-0.102071, 51.510886], [-0.102063, 51.511235], [-0.101781, 51.511226], [-0.101722, 51.511247], [-0.10169, 51.511343], [-0.101737, 51.511374], [-0.101799, 51.511369], [-0.101789, 51.511414], [-0.101758, 51.511445], [-0.101671, 51.511659], [-0.101618, 51.511647], [-0.101564, 51.511665], [-0.101504, 51.511804], [-0.101511, 51.511841], [-0.101546, 51.511863], [-0.101844, 51.511906], [-0.101856, 51.511946], [-0.101821, 51.512048], [-0.101721, 51.512141], [-0.101543, 51.512123], [-0.101522, 51.512105], [-0.101526, 51.51205], [-0.101485, 51.512026], [-0.101209, 51.512007], [-0.101254, 51.511858], [-0.101216, 51.511818], [-0.100289, 51.511693], [-0.100242, 51.511697], [-0.100206, 51.511722], [-0.100161, 51.511899], [-0.099799, 51.511884], [-0.099752, 51.511895], [-0.099729, 51.511925], [-0.099521, 51.511911], [-0.099566, 51.511658], [-0.099839, 51.511694], [-0.099888, 51.511678], [-0.09991, 51.511641], [-0.099875, 51.511592], [-0.099653, 51.51156], [-0.099797, 51.511024], [-0.099754, 51.510996], [-0.099265, 51.510925], [-0.098898, 51.510835], [-0.098944, 51.510682], [-0.099907, 51.510825], [-0.104233, 51.510849], [-0.104235, 51.510858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 18244, &quot;postcode&quot;: &quot;EC4V 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09579, 51.511218], [-0.095861, 51.511113], [-0.095925, 51.511122], [-0.096052, 51.511138], [-0.095957, 51.511126], [-0.096198, 51.511062], [-0.096374, 51.511185], [-0.096498, 51.511218], [-0.096481, 51.511245], [-0.096389, 51.511243], [-0.09637, 51.511284], [-0.096451, 51.511293], [-0.09635, 51.511455], [-0.096293, 51.511459], [-0.096342, 51.511282], [-0.09579, 51.511218]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 763, &quot;postcode&quot;: &quot;EC4V 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097275, 51.511481], [-0.097273, 51.511512], [-0.097004, 51.511488], [-0.096968, 51.511508], [-0.096956, 51.51154], [-0.096879, 51.511552], [-0.096852, 51.511593], [-0.096681, 51.511521], [-0.096539, 51.511536], [-0.096351, 51.511455], [-0.096424, 51.511331], [-0.09641, 51.511301], [-0.09637, 51.511284], [-0.096389, 51.511243], [-0.096451, 51.511242], [-0.096519, 51.511213], [-0.096609, 51.511204], [-0.096772, 51.511139], [-0.096812, 51.511166], [-0.096808, 51.51127], [-0.096846, 51.51129], [-0.096997, 51.511313], [-0.096994, 51.511348], [-0.097077, 51.511458], [-0.0972, 51.511501], [-0.097275, 51.511481]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1484, &quot;postcode&quot;: &quot;EC4V 4AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097963, 51.511148], [-0.097937, 51.511236], [-0.097895, 51.511238], [-0.097858, 51.511258], [-0.097819, 51.511359], [-0.097569, 51.511326], [-0.097647, 51.511242], [-0.097963, 51.511148]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 289, &quot;postcode&quot;: &quot;EC4V 4AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095425, 51.512138], [-0.095357, 51.512273], [-0.095338, 51.51227], [-0.095349, 51.51221], [-0.095278, 51.512185], [-0.094482, 51.512348], [-0.094453, 51.512392], [-0.094497, 51.512427], [-0.094441, 51.512557], [-0.093795, 51.512491], [-0.093817, 51.512302], [-0.093947, 51.512312], [-0.094578, 51.512179], [-0.094605, 51.512128], [-0.094706, 51.512065], [-0.094688, 51.512001], [-0.094733, 51.51186], [-0.094996, 51.511792], [-0.095124, 51.511931], [-0.095095, 51.511974], [-0.09511, 51.512008], [-0.095287, 51.512123], [-0.095425, 51.512138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3194, &quot;postcode&quot;: &quot;EC4V 4AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094756, 51.511466], [-0.09469, 51.511685], [-0.094614, 51.511687], [-0.094577, 51.511723], [-0.09468, 51.511847], [-0.094631, 51.511885], [-0.094612, 51.511958], [-0.094636, 51.511989], [-0.094688, 51.512001], [-0.094695, 51.51208], [-0.094655, 51.512072], [-0.094657, 51.51204], [-0.094622, 51.512014], [-0.094398, 51.511979], [-0.094464, 51.511922], [-0.094469, 51.511802], [-0.094443, 51.511771], [-0.09439, 51.511761], [-0.094214, 51.511805], [-0.094125, 51.511799], [-0.094038, 51.51171], [-0.093941, 51.511694], [-0.094039, 51.511225], [-0.094093, 51.511197], [-0.09418, 51.511193], [-0.094587, 51.511246], [-0.094564, 51.511433], [-0.094612, 51.511456], [-0.094756, 51.511466]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3112, &quot;postcode&quot;: &quot;EC4V 4BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102945, 51.511918], [-0.10286, 51.51192], [-0.102817, 51.51194], [-0.102663, 51.5122], [-0.102679, 51.512492], [-0.102388, 51.512492], [-0.102325, 51.512524], [-0.102329, 51.512555], [-0.102381, 51.512611], [-0.102609, 51.512621], [-0.102572, 51.512828], [-0.101594, 51.512743], [-0.101587, 51.512698], [-0.101503, 51.512658], [-0.101693, 51.512522], [-0.101822, 51.512251], [-0.101846, 51.512239], [-0.102615, 51.512236], [-0.10265, 51.51221], [-0.102646, 51.512176], [-0.102492, 51.512087], [-0.102615, 51.511982], [-0.102915, 51.511888], [-0.102945, 51.511918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4116, &quot;postcode&quot;: &quot;EC4V 4BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098071, 51.512022], [-0.097673, 51.512011], [-0.097619, 51.512028], [-0.097379, 51.512275], [-0.097267, 51.512695], [-0.097246, 51.512693], [-0.097338, 51.51235], [-0.097325, 51.51232], [-0.097284, 51.512303], [-0.096993, 51.512275], [-0.096801, 51.512291], [-0.096598, 51.512847], [-0.096542, 51.512765], [-0.096666, 51.512475], [-0.096707, 51.512287], [-0.096691, 51.512257], [-0.096649, 51.512241], [-0.096636, 51.512204], [-0.096594, 51.512187], [-0.096635, 51.512033], [-0.096617, 51.512001], [-0.096556, 51.511986], [-0.096036, 51.512035], [-0.09599, 51.512059], [-0.095978, 51.512119], [-0.095568, 51.512094], [-0.09566, 51.51191], [-0.096266, 51.511826], [-0.096304, 51.511809], [-0.096359, 51.511824], [-0.096784, 51.51181], [-0.096836, 51.511798], [-0.096866, 51.51176], [-0.096849, 51.511732], [-0.096804, 51.511717], [-0.096813, 51.5116], [-0.096855, 51.511579], [-0.096878, 51.511532], [-0.096943, 51.511521], [-0.096969, 51.511477], [-0.097241, 51.511498], [-0.097275, 51.51147], [-0.097282, 51.511401], [-0.09735, 51.511407], [-0.097324, 51.511744], [-0.097338, 51.511773], [-0.097385, 51.511791], [-0.09772, 51.511804], [-0.097733, 51.511865], [-0.097819, 51.511878], [-0.097813, 51.511958], [-0.097834, 51.511985], [-0.098059, 51.512008], [-0.098071, 51.512022]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6887, &quot;postcode&quot;: &quot;EC4V 4BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099735, 51.511881], [-0.100161, 51.511899], [-0.100214, 51.511683], [-0.101266, 51.511823], [-0.101209, 51.512007], [-0.101146, 51.512004], [-0.101538, 51.512028], [-0.101488, 51.512215], [-0.101556, 51.512223], [-0.101094, 51.512195], [-0.101078, 51.512292], [-0.10106, 51.512286], [-0.101075, 51.512194], [-0.099898, 51.512127], [-0.099901, 51.512105], [-0.09916, 51.512067], [-0.099154, 51.511894], [-0.099347, 51.511885], [-0.099339, 51.511799], [-0.099358, 51.511773], [-0.099545, 51.511765], [-0.099521, 51.511911], [-0.099729, 51.511925], [-0.099735, 51.511881]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5682, &quot;postcode&quot;: &quot;EC4V 4BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098627, 51.511851], [-0.098651, 51.511852], [-0.098686, 51.51177], [-0.098809, 51.511773], [-0.099194, 51.511892], [-0.099153, 51.511897], [-0.09916, 51.512067], [-0.09943, 51.512081], [-0.099423, 51.512101], [-0.099162, 51.512086], [-0.099169, 51.512168], [-0.099088, 51.512168], [-0.099072, 51.511981], [-0.098995, 51.511976], [-0.099004, 51.512169], [-0.098914, 51.512169], [-0.098841, 51.51228], [-0.098712, 51.512283], [-0.098704, 51.512342], [-0.098427, 51.512239], [-0.098439, 51.512044], [-0.098405, 51.512041], [-0.098492, 51.51204], [-0.098533, 51.511945], [-0.098614, 51.511884], [-0.098627, 51.511851]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2087, &quot;postcode&quot;: &quot;EC4V 4BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101051, 51.512193], [-0.101004, 51.512383], [-0.100568, 51.512398], [-0.100497, 51.512413], [-0.100472, 51.512451], [-0.100421, 51.512451], [-0.100412, 51.512426], [-0.100505, 51.5124], [-0.100536, 51.512372], [-0.100531, 51.512311], [-0.100476, 51.512279], [-0.100468, 51.512236], [-0.100528, 51.512215], [-0.100542, 51.512164], [-0.101051, 51.512193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 866, &quot;postcode&quot;: &quot;EC4V 4BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104533, 51.511256], [-0.10447, 51.511901], [-0.104444, 51.5119], [-0.104435, 51.511865], [-0.104399, 51.511844], [-0.104196, 51.511819], [-0.104149, 51.511826], [-0.104119, 51.511854], [-0.104116, 51.511937], [-0.103987, 51.511941], [-0.103848, 51.512012], [-0.103826, 51.512039], [-0.103832, 51.512098], [-0.103749, 51.512084], [-0.103435, 51.512164], [-0.103414, 51.512195], [-0.103419, 51.512304], [-0.103366, 51.5123], [-0.10331, 51.512334], [-0.103285, 51.512328], [-0.10329, 51.512221], [-0.103262, 51.512195], [-0.103222, 51.512186], [-0.10299, 51.512211], [-0.102945, 51.512242], [-0.102708, 51.512242], [-0.102655, 51.51223], [-0.101873, 51.512239], [-0.101803, 51.512266], [-0.101928, 51.512085], [-0.102593, 51.512209], [-0.102647, 51.512204], [-0.102677, 51.512181], [-0.102776, 51.511988], [-0.102718, 51.511954], [-0.102611, 51.511975], [-0.102551, 51.511913], [-0.102805, 51.511842], [-0.102832, 51.511816], [-0.10283, 51.511779], [-0.103379, 51.511605], [-0.103411, 51.511555], [-0.10356, 51.511553], [-0.103654, 51.511523], [-0.103696, 51.511476], [-0.103896, 51.51147], [-0.103936, 51.511452], [-0.103961, 51.51141], [-0.104013, 51.511391], [-0.104056, 51.511401], [-0.104102, 51.511392], [-0.104128, 51.511366], [-0.104132, 51.51132], [-0.104078, 51.511249], [-0.104119, 51.511227], [-0.104138, 51.511175], [-0.104464, 51.51118], [-0.104473, 51.511232], [-0.104533, 51.511256]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8516, &quot;postcode&quot;: &quot;EC4V 4DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099739, 51.511265], [-0.099715, 51.511358], [-0.099685, 51.511451], [-0.099611, 51.511373], [-0.099739, 51.511265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 72, &quot;postcode&quot;: &quot;EC4V 4EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104572, 51.51085], [-0.104533, 51.511256], [-0.104483, 51.511241], [-0.104415, 51.511181], [-0.104206, 51.511176], [-0.104154, 51.511187], [-0.104105, 51.511252], [-0.104134, 51.511291], [-0.104123, 51.511478], [-0.104078, 51.511427], [-0.104029, 51.511412], [-0.103978, 51.511423], [-0.103923, 51.511473], [-0.10377, 51.511472], [-0.103706, 51.511199], [-0.103631, 51.511132], [-0.103408, 51.511115], [-0.102946, 51.511119], [-0.102767, 51.511158], [-0.102612, 51.511245], [-0.102282, 51.511241], [-0.102237, 51.511254], [-0.102216, 51.511282], [-0.102219, 51.511412], [-0.102079, 51.511766], [-0.101955, 51.511752], [-0.102069, 51.511392], [-0.102072, 51.510842], [-0.104572, 51.51085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7696, &quot;postcode&quot;: &quot;EC4V 4EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098289, 51.511419], [-0.098364, 51.511148], [-0.098628, 51.511152], [-0.09879, 51.511197], [-0.098631, 51.511729], [-0.098686, 51.51177], [-0.098651, 51.511852], [-0.098627, 51.511851], [-0.098614, 51.511884], [-0.098533, 51.511945], [-0.098492, 51.51204], [-0.098071, 51.512022], [-0.09806, 51.512008], [-0.097771, 51.511992], [-0.097814, 51.511945], [-0.09782, 51.51186], [-0.097862, 51.511812], [-0.09732, 51.511789], [-0.09735, 51.511407], [-0.098068, 51.511493], [-0.098082, 51.511398], [-0.098289, 51.511419]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5974, &quot;postcode&quot;: &quot;EC4V 4EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099538, 51.511802], [-0.099486, 51.511768], [-0.099382, 51.511772], [-0.099343, 51.511802], [-0.099347, 51.511885], [-0.099194, 51.511892], [-0.098809, 51.511773], [-0.099032, 51.511643], [-0.099032, 51.511599], [-0.098958, 51.511569], [-0.09895, 51.511529], [-0.099134, 51.511533], [-0.099173, 51.511508], [-0.0992, 51.511433], [-0.099408, 51.51144], [-0.09946, 51.511401], [-0.099549, 51.511398], [-0.099611, 51.511373], [-0.099685, 51.511451], [-0.099673, 51.511547], [-0.099708, 51.511567], [-0.099808, 51.511581], [-0.099897, 51.511676], [-0.099888, 51.511702], [-0.099638, 51.511669], [-0.09959, 51.511675], [-0.099557, 51.511704], [-0.099538, 51.511802]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2142, &quot;postcode&quot;: &quot;EC4V 4ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09635, 51.511455], [-0.096539, 51.511536], [-0.096672, 51.511514], [-0.096852, 51.511593], [-0.096813, 51.511599], [-0.096804, 51.511717], [-0.097193, 51.511722], [-0.097187, 51.511788], [-0.09681, 51.511805], [-0.096786, 51.511853], [-0.097134, 51.511925], [-0.097125, 51.511957], [-0.097075, 51.511981], [-0.096882, 51.511989], [-0.096812, 51.511978], [-0.096746, 51.511936], [-0.096755, 51.511917], [-0.09671, 51.511913], [-0.096778, 51.511845], [-0.096744, 51.511806], [-0.096264, 51.511829], [-0.096271, 51.511755], [-0.096298, 51.511753], [-0.096286, 51.511482], [-0.096293, 51.511459], [-0.09635, 51.511455]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1760, &quot;postcode&quot;: &quot;EC4V 4HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102661, 51.512242], [-0.102708, 51.51224], [-0.102708, 51.512242], [-0.102661, 51.512242]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC4V 4LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102683, 51.512234], [-0.102441, 51.512241], [-0.102458, 51.512211], [-0.102435, 51.512179], [-0.102295, 51.512149], [-0.102326, 51.512106], [-0.102492, 51.512088], [-0.102673, 51.512187], [-0.102683, 51.512234]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 264, &quot;postcode&quot;: &quot;EC4V 4QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100912, 51.513262], [-0.100843, 51.513431], [-0.100446, 51.513388], [-0.100403, 51.513349], [-0.100198, 51.513317], [-0.100151, 51.513323], [-0.100132, 51.513308], [-0.100141, 51.513257], [-0.100188, 51.513253], [-0.100222, 51.513231], [-0.100236, 51.513169], [-0.100397, 51.51318], [-0.100453, 51.513158], [-0.100745, 51.513184], [-0.100745, 51.513215], [-0.100774, 51.513239], [-0.100912, 51.513262]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1047, &quot;postcode&quot;: &quot;EC4V 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100752, 51.513239], [-0.100745, 51.513184], [-0.100453, 51.513158], [-0.100445, 51.513184], [-0.100265, 51.51317], [-0.100279, 51.513059], [-0.101021, 51.513127], [-0.100912, 51.513262], [-0.100752, 51.513239]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 581, &quot;postcode&quot;: &quot;EC4V 5AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099738, 51.51303], [-0.099927, 51.513039], [-0.099473, 51.513017], [-0.099738, 51.51303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4V 5AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101207, 51.513135], [-0.101183, 51.513173], [-0.10115, 51.513149], [-0.101046, 51.513129], [-0.100328, 51.513067], [-0.100278, 51.513094], [-0.100217, 51.513263], [-0.100141, 51.513257], [-0.100167, 51.513089], [-0.100151, 51.513064], [-0.100109, 51.513049], [-0.097269, 51.512903], [-0.097279, 51.512855], [-0.097497, 51.51286], [-0.098318, 51.51291], [-0.098377, 51.512902], [-0.098432, 51.512922], [-0.099015, 51.51295], [-0.099055, 51.512934], [-0.099072, 51.512906], [-0.099174, 51.5129], [-0.09921, 51.512861], [-0.099173, 51.512586], [-0.099239, 51.512556], [-0.099457, 51.512526], [-0.099643, 51.512529], [-0.099697, 51.51251], [-0.099805, 51.512503], [-0.09986, 51.512515], [-0.100464, 51.512478], [-0.100528, 51.512493], [-0.100551, 51.512518], [-0.100545, 51.512949], [-0.100565, 51.513001], [-0.100605, 51.513018], [-0.101157, 51.513084], [-0.101166, 51.513115], [-0.101207, 51.513135]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6728, &quot;postcode&quot;: &quot;EC4V 5AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101277, 51.51271], [-0.101214, 51.512753], [-0.101098, 51.512954], [-0.101011, 51.512952], [-0.100965, 51.512972], [-0.100948, 51.513058], [-0.100285, 51.512986], [-0.100481, 51.512997], [-0.100543, 51.512961], [-0.100549, 51.51252], [-0.100512, 51.512489], [-0.100438, 51.512479], [-0.100421, 51.512451], [-0.100441, 51.512409], [-0.100499, 51.512402], [-0.100534, 51.512376], [-0.100534, 51.512241], [-0.1006, 51.512241], [-0.100609, 51.512361], [-0.100644, 51.512393], [-0.100953, 51.512385], [-0.101009, 51.512355], [-0.101057, 51.512194], [-0.101048, 51.512261], [-0.101078, 51.512292], [-0.10106, 51.51243], [-0.101082, 51.512634], [-0.101189, 51.512694], [-0.101277, 51.51271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3011, &quot;postcode&quot;: &quot;EC4V 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100858, 51.512914], [-0.100954, 51.512932], [-0.100951, 51.512948], [-0.100844, 51.512946], [-0.100858, 51.512914]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 23, &quot;postcode&quot;: &quot;EC4V 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101074, 51.512657], [-0.101044, 51.512735], [-0.100945, 51.512738], [-0.100898, 51.512784], [-0.100805, 51.512789], [-0.100808, 51.512716], [-0.100915, 51.512644], [-0.100979, 51.512674], [-0.101033, 51.512674], [-0.101074, 51.512657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 163, &quot;postcode&quot;: &quot;EC4V 5AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099211, 51.512846], [-0.099149, 51.512867], [-0.099139, 51.512922], [-0.099059, 51.512927], [-0.099058, 51.512849], [-0.099023, 51.512827], [-0.098955, 51.512821], [-0.098937, 51.512731], [-0.099129, 51.5127], [-0.099143, 51.51275], [-0.099205, 51.512769], [-0.099211, 51.512846]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 271, &quot;postcode&quot;: &quot;EC4V 5AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100959, 51.512948], [-0.101098, 51.512954], [-0.101038, 51.513054], [-0.101009, 51.513065], [-0.100948, 51.513058], [-0.100959, 51.512948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 97, &quot;postcode&quot;: &quot;EC4V 5AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098704, 51.512342], [-0.098701, 51.51237], [-0.098711, 51.51237], [-0.098727, 51.512371], [-0.098708, 51.51238], [-0.098659, 51.512367], [-0.098621, 51.512474], [-0.098533, 51.51246], [-0.09854, 51.512352], [-0.098536, 51.512418], [-0.098418, 51.512384], [-0.098427, 51.512239], [-0.098704, 51.512342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 289, &quot;postcode&quot;: &quot;EC4V 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0993, 51.512938], [-0.100184, 51.512983], [-0.099215, 51.512945], [-0.099118, 51.512956], [-0.098373, 51.512919], [-0.09843, 51.512867], [-0.098453, 51.512674], [-0.0985, 51.512541], [-0.098481, 51.512509], [-0.098413, 51.512482], [-0.098415, 51.512433], [-0.098562, 51.512464], [-0.098625, 51.512445], [-0.098659, 51.512367], [-0.098702, 51.512339], [-0.098712, 51.512283], [-0.098839, 51.512271], [-0.098914, 51.512169], [-0.098962, 51.512164], [-0.098994, 51.512142], [-0.098995, 51.511976], [-0.099072, 51.511981], [-0.099088, 51.512132], [-0.099118, 51.512155], [-0.099168, 51.512161], [-0.099195, 51.512466], [-0.099248, 51.512534], [-0.099306, 51.512552], [-0.099206, 51.512592], [-0.099184, 51.512619], [-0.099214, 51.512849], [-0.099247, 51.512919], [-0.0993, 51.512938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4011, &quot;postcode&quot;: &quot;EC4V 5BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098892, 51.512572], [-0.098895, 51.512696], [-0.098867, 51.512698], [-0.098816, 51.512671], [-0.098636, 51.512664], [-0.098634, 51.512602], [-0.098515, 51.51256], [-0.098466, 51.512561], [-0.098408, 51.512584], [-0.098418, 51.512384], [-0.098536, 51.512418], [-0.098521, 51.51249], [-0.098554, 51.512523], [-0.098892, 51.512572]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 420, &quot;postcode&quot;: &quot;EC4V 5BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098416, 51.512584], [-0.098501, 51.512542], [-0.098467, 51.51263], [-0.098453, 51.5126], [-0.098416, 51.512584]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 20, &quot;postcode&quot;: &quot;EC4V 5BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101643, 51.513514], [-0.101617, 51.513647], [-0.101565, 51.513763], [-0.101528, 51.513758], [-0.101558, 51.513475], [-0.101477, 51.513396], [-0.101288, 51.513304], [-0.10122, 51.513305], [-0.101135, 51.513419], [-0.10109, 51.513671], [-0.101117, 51.513707], [-0.101182, 51.51372], [-0.10117, 51.513772], [-0.100976, 51.513755], [-0.101028, 51.513421], [-0.101206, 51.513138], [-0.101274, 51.513138], [-0.101314, 51.513216], [-0.101497, 51.513282], [-0.101482, 51.513332], [-0.101621, 51.513433], [-0.101643, 51.513514]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 949, &quot;postcode&quot;: &quot;EC4V 5BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100545, 51.512402], [-0.100467, 51.512424], [-0.100463, 51.512478], [-0.099809, 51.512518], [-0.099749, 51.512507], [-0.099695, 51.512526], [-0.099416, 51.512531], [-0.099239, 51.512556], [-0.099229, 51.512518], [-0.099197, 51.512498], [-0.099162, 51.512086], [-0.099375, 51.512098], [-0.099432, 51.512081], [-0.099899, 51.512105], [-0.099953, 51.51213], [-0.100542, 51.512164], [-0.100524, 51.512264], [-0.100545, 51.512402]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4087, &quot;postcode&quot;: &quot;EC4V 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101419, 51.512891], [-0.101391, 51.512953], [-0.101379, 51.513082], [-0.101288, 51.513136], [-0.101158, 51.513084], [-0.10126, 51.512867], [-0.101419, 51.512891]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 339, &quot;postcode&quot;: &quot;EC4V 5BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10126, 51.512866], [-0.101376, 51.512748], [-0.101474, 51.512753], [-0.101438, 51.512886], [-0.101421, 51.512887], [-0.101447, 51.512833], [-0.101419, 51.512891], [-0.10126, 51.512866]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 152, &quot;postcode&quot;: &quot;EC4V 5BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101893, 51.512139], [-0.10178, 51.512304], [-0.101695, 51.512521], [-0.101429, 51.512706], [-0.101409, 51.512747], [-0.101357, 51.512765], [-0.101265, 51.512861], [-0.101158, 51.513084], [-0.101009, 51.513065], [-0.101047, 51.51304], [-0.101219, 51.512735], [-0.101192, 51.512701], [-0.101074, 51.512658], [-0.101059, 51.512382], [-0.101012, 51.512344], [-0.101044, 51.512302], [-0.101051, 51.512194], [-0.101489, 51.512211], [-0.101522, 51.512267], [-0.101612, 51.512298], [-0.101668, 51.512276], [-0.101761, 51.512139], [-0.101773, 51.512077], [-0.101722, 51.512046], [-0.101815, 51.512048], [-0.101809, 51.512113], [-0.101843, 51.512134], [-0.101893, 51.512139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2780, &quot;postcode&quot;: &quot;EC4V 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101546, 51.512759], [-0.101442, 51.512963], [-0.101586, 51.512982], [-0.101594, 51.513035], [-0.10156, 51.513074], [-0.101493, 51.513052], [-0.101471, 51.513078], [-0.101395, 51.513054], [-0.101382, 51.513071], [-0.101394, 51.512976], [-0.101378, 51.512973], [-0.101475, 51.512803], [-0.101473, 51.512756], [-0.101502, 51.512745], [-0.101799, 51.51276], [-0.10184, 51.512806], [-0.101833, 51.512831], [-0.101787, 51.512831], [-0.101798, 51.51278], [-0.101546, 51.512759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 293, &quot;postcode&quot;: &quot;EC4V 5DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102098, 51.512787], [-0.10201, 51.512808], [-0.101887, 51.512803], [-0.101843, 51.512825], [-0.101791, 51.513118], [-0.101736, 51.51311], [-0.10174, 51.513048], [-0.101711, 51.51302], [-0.101645, 51.513012], [-0.101594, 51.513035], [-0.101548, 51.512981], [-0.101442, 51.512963], [-0.101546, 51.512759], [-0.101744, 51.512775], [-0.101799, 51.512761], [-0.102098, 51.512787]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 734, &quot;postcode&quot;: &quot;EC4V 5DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101769, 51.513123], [-0.101756, 51.513223], [-0.101684, 51.513239], [-0.101441, 51.513193], [-0.101312, 51.513138], [-0.101192, 51.513159], [-0.101142, 51.513117], [-0.101158, 51.513084], [-0.101272, 51.51312], [-0.101321, 51.513118], [-0.101395, 51.513054], [-0.10144, 51.513064], [-0.101551, 51.513056], [-0.10159, 51.513037], [-0.101603, 51.513007], [-0.101747, 51.513018], [-0.101739, 51.513092], [-0.101769, 51.513123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 568, &quot;postcode&quot;: &quot;EC4V 5DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10231, 51.513539], [-0.102268, 51.513696], [-0.10204, 51.513707], [-0.101975, 51.513823], [-0.101905, 51.513842], [-0.101639, 51.513803], [-0.101616, 51.513776], [-0.101565, 51.513763], [-0.101617, 51.513647], [-0.101708, 51.513659], [-0.101824, 51.513648], [-0.101858, 51.513627], [-0.101887, 51.513556], [-0.101872, 51.513522], [-0.101768, 51.513453], [-0.101787, 51.513317], [-0.101758, 51.513292], [-0.10171, 51.513285], [-0.101659, 51.513299], [-0.101633, 51.513329], [-0.101451, 51.513266], [-0.10142, 51.513245], [-0.101278, 51.513205], [-0.101274, 51.513138], [-0.101314, 51.513133], [-0.101414, 51.513184], [-0.101465, 51.513185], [-0.101602, 51.513228], [-0.101709, 51.513234], [-0.101754, 51.513258], [-0.102099, 51.513285], [-0.102149, 51.513303], [-0.102239, 51.513302], [-0.102293, 51.513334], [-0.102266, 51.513362], [-0.102248, 51.513503], [-0.10231, 51.513539]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2204, &quot;postcode&quot;: &quot;EC4V 5EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10195, 51.513324], [-0.101854, 51.513315], [-0.101803, 51.51333], [-0.101768, 51.513453], [-0.101621, 51.513355], [-0.101652, 51.51329], [-0.101709, 51.513234], [-0.101756, 51.513223], [-0.101818, 51.513257], [-0.101926, 51.51327], [-0.10195, 51.513324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 252, &quot;postcode&quot;: &quot;EC4V 5EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102391, 51.51355], [-0.102242, 51.51353], [-0.102264, 51.513374], [-0.102299, 51.513337], [-0.102374, 51.513362], [-0.102553, 51.51338], [-0.102522, 51.513483], [-0.102452, 51.513472], [-0.102423, 51.513541], [-0.102391, 51.51355]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 344, &quot;postcode&quot;: &quot;EC4V 5EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102095, 51.512791], [-0.102241, 51.512799], [-0.102252, 51.512828], [-0.10222, 51.512826], [-0.102184, 51.513037], [-0.102054, 51.513029], [-0.102069, 51.512918], [-0.101825, 51.512906], [-0.101842, 51.512796], [-0.10201, 51.512808], [-0.102095, 51.512791]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 466, &quot;postcode&quot;: &quot;EC4V 5EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102511, 51.513088], [-0.102486, 51.513244], [-0.102296, 51.513233], [-0.102274, 51.51317], [-0.102318, 51.51308], [-0.102511, 51.513088]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 241, &quot;postcode&quot;: &quot;EC4V 5EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10224, 51.513301], [-0.102274, 51.513171], [-0.102303, 51.513181], [-0.102296, 51.513233], [-0.102486, 51.513244], [-0.102499, 51.513161], [-0.102714, 51.513174], [-0.102683, 51.513352], [-0.102596, 51.513346], [-0.102537, 51.513378], [-0.102374, 51.513362], [-0.10224, 51.513301]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 533, &quot;postcode&quot;: &quot;EC4V 5EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102284, 51.513116], [-0.102251, 51.513302], [-0.102128, 51.513305], [-0.102082, 51.513283], [-0.101798, 51.513252], [-0.101756, 51.513222], [-0.101825, 51.512906], [-0.102069, 51.512918], [-0.102072, 51.513014], [-0.102147, 51.513034], [-0.102178, 51.51308], [-0.102268, 51.513091], [-0.102284, 51.513116]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1124, &quot;postcode&quot;: &quot;EC4V 5EQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098247, 51.513351], [-0.098087, 51.513425], [-0.098004, 51.513425], [-0.097938, 51.513399], [-0.097683, 51.51343], [-0.097611, 51.513407], [-0.097454, 51.513455], [-0.09665, 51.5134], [-0.096656, 51.513382], [-0.097021, 51.513411], [-0.097078, 51.51339], [-0.097172, 51.513053], [-0.097228, 51.51305], [-0.097265, 51.513019], [-0.097242, 51.51297], [-0.097267, 51.512894], [-0.097223, 51.512859], [-0.097255, 51.512739], [-0.097256, 51.512816], [-0.097293, 51.512845], [-0.097497, 51.51286], [-0.097507, 51.512897], [-0.097554, 51.512916], [-0.097806, 51.51292], [-0.097723, 51.512931], [-0.097687, 51.512952], [-0.097665, 51.51304], [-0.097702, 51.513077], [-0.097662, 51.513119], [-0.097686, 51.513151], [-0.097812, 51.513199], [-0.097846, 51.513229], [-0.097866, 51.513284], [-0.097843, 51.513352], [-0.097863, 51.51338], [-0.097922, 51.513393], [-0.098247, 51.513351]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2682, &quot;postcode&quot;: &quot;EC4V 5ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102345, 51.512877], [-0.102327, 51.513011], [-0.102282, 51.513018], [-0.102317, 51.512832], [-0.102278, 51.513042], [-0.102184, 51.513037], [-0.10222, 51.512826], [-0.102252, 51.512828], [-0.102241, 51.512799], [-0.102456, 51.512818], [-0.102398, 51.512881], [-0.102345, 51.512877]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 274, &quot;postcode&quot;: &quot;EC4V 5EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103373, 51.512873], [-0.103318, 51.512983], [-0.10322, 51.512946], [-0.103044, 51.512964], [-0.103021, 51.512987], [-0.103013, 51.513051], [-0.102918, 51.513116], [-0.102767, 51.51311], [-0.102758, 51.513068], [-0.102706, 51.513048], [-0.10256, 51.513048], [-0.102511, 51.513088], [-0.102318, 51.51308], [-0.102345, 51.512878], [-0.102404, 51.512869], [-0.102456, 51.512818], [-0.102553, 51.512813], [-0.102584, 51.512765], [-0.102613, 51.512758], [-0.102943, 51.512709], [-0.102986, 51.512686], [-0.103301, 51.512688], [-0.10331, 51.512729], [-0.103263, 51.512777], [-0.103182, 51.51279], [-0.103166, 51.512831], [-0.103226, 51.512882], [-0.103274, 51.512882], [-0.103343, 51.512856], [-0.103373, 51.512873]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2164, &quot;postcode&quot;: &quot;EC4V 5EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099064, 51.512924], [-0.099046, 51.512935], [-0.098507, 51.512913], [-0.098153, 51.512884], [-0.097243, 51.512846], [-0.097364, 51.512328], [-0.097403, 51.5123], [-0.097405, 51.512247], [-0.097637, 51.512009], [-0.098439, 51.512044], [-0.098417, 51.51256], [-0.098494, 51.51259], [-0.098553, 51.51258], [-0.09866, 51.512591], [-0.098714, 51.512618], [-0.098784, 51.5126], [-0.098913, 51.512614], [-0.098922, 51.512642], [-0.098895, 51.51269], [-0.098937, 51.512731], [-0.09896, 51.512804], [-0.098994, 51.51282], [-0.099063, 51.512825], [-0.099064, 51.512924]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8350, &quot;postcode&quot;: &quot;EC4V 5EY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102139, 51.513082], [-0.102148, 51.513034], [-0.102278, 51.513042], [-0.102282, 51.513018], [-0.102327, 51.513011], [-0.10231, 51.513136], [-0.102278, 51.513151], [-0.102268, 51.513091], [-0.102139, 51.513082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 91, &quot;postcode&quot;: &quot;EC4V 5HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104101, 51.51275], [-0.104078, 51.512969], [-0.104046, 51.513012], [-0.103916, 51.513025], [-0.103838, 51.51301], [-0.103754, 51.51308], [-0.103719, 51.51308], [-0.103706, 51.512996], [-0.103816, 51.512997], [-0.10386, 51.51296], [-0.103811, 51.512656], [-0.103767, 51.512551], [-0.10379, 51.512399], [-0.103764, 51.51226], [-0.103779, 51.512233], [-0.103946, 51.512275], [-0.104099, 51.512275], [-0.10408, 51.512698], [-0.104101, 51.51275]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1680, &quot;postcode&quot;: &quot;EC4V 6BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104088, 51.512749], [-0.104095, 51.512881], [-0.104075, 51.512894], [-0.104094, 51.512866], [-0.104088, 51.512749]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC4V 6BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10447, 51.511901], [-0.10443, 51.512313], [-0.10433, 51.512282], [-0.104287, 51.512295], [-0.104266, 51.512322], [-0.104243, 51.513059], [-0.10413, 51.513063], [-0.104088, 51.513098], [-0.104136, 51.513598], [-0.104101, 51.513601], [-0.104017, 51.513122], [-0.103969, 51.513092], [-0.103822, 51.513079], [-0.103835, 51.513013], [-0.103934, 51.513025], [-0.104051, 51.512996], [-0.104077, 51.512969], [-0.104075, 51.512894], [-0.104106, 51.512864], [-0.1041, 51.512745], [-0.104066, 51.512693], [-0.104116, 51.512686], [-0.104148, 51.512658], [-0.10416, 51.512446], [-0.10411, 51.512406], [-0.104108, 51.512258], [-0.104044, 51.512226], [-0.104115, 51.511976], [-0.104087, 51.511937], [-0.104116, 51.511906], [-0.104119, 51.51181], [-0.104276, 51.511828], [-0.104272, 51.512039], [-0.104315, 51.512076], [-0.104376, 51.512075], [-0.104431, 51.512037], [-0.104444, 51.5119], [-0.10447, 51.511901]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2189, &quot;postcode&quot;: &quot;EC4V 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102025, 51.513699], [-0.102318, 51.513695], [-0.10221, 51.513732], [-0.102012, 51.513731], [-0.102025, 51.513699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 69, &quot;postcode&quot;: &quot;EC4V 6DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102861, 51.513625], [-0.102879, 51.513699], [-0.102739, 51.513699], [-0.102654, 51.513682], [-0.102599, 51.5137], [-0.102577, 51.513726], [-0.10252, 51.513731], [-0.102469, 51.513693], [-0.102552, 51.513674], [-0.102601, 51.513618], [-0.10268, 51.513634], [-0.102861, 51.513625]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 180, &quot;postcode&quot;: &quot;EC4V 6DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102621, 51.513691], [-0.10266, 51.513607], [-0.10265, 51.513628], [-0.102601, 51.513618], [-0.102581, 51.513656], [-0.102512, 51.513688], [-0.102268, 51.513696], [-0.10231, 51.513539], [-0.102391, 51.51355], [-0.102423, 51.513541], [-0.102452, 51.513472], [-0.10265, 51.513503], [-0.102663, 51.513387], [-0.102611, 51.513384], [-0.102596, 51.513354], [-0.102628, 51.513348], [-0.102755, 51.513401], [-0.102755, 51.513438], [-0.102863, 51.513363], [-0.103005, 51.51322], [-0.102941, 51.513213], [-0.102983, 51.51317], [-0.103133, 51.513121], [-0.103164, 51.513093], [-0.103203, 51.5131], [-0.103266, 51.512989], [-0.103471, 51.513031], [-0.103471, 51.513084], [-0.103269, 51.51304], [-0.103204, 51.51316], [-0.103058, 51.513225], [-0.102909, 51.51338], [-0.102768, 51.513477], [-0.102743, 51.513537], [-0.102846, 51.51355], [-0.102847, 51.513574], [-0.102893, 51.513582], [-0.102861, 51.513625], [-0.102703, 51.513633], [-0.102694, 51.513678], [-0.102739, 51.513699], [-0.102621, 51.513691]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1132, &quot;postcode&quot;: &quot;EC4V 6DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102683, 51.513352], [-0.102708, 51.513208], [-0.102933, 51.513239], [-0.102947, 51.513226], [-0.102961, 51.513264], [-0.102802, 51.513406], [-0.102766, 51.513413], [-0.102628, 51.513348], [-0.102683, 51.513352]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 294, &quot;postcode&quot;: &quot;EC4V 6DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102802, 51.513406], [-0.102772, 51.513427], [-0.10276, 51.513443], [-0.102766, 51.513414], [-0.102802, 51.513406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4V 6DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103334, 51.513003], [-0.103281, 51.513023], [-0.10325, 51.513076], [-0.103185, 51.513081], [-0.103083, 51.513142], [-0.10299, 51.513168], [-0.102972, 51.513216], [-0.102933, 51.513239], [-0.102708, 51.513208], [-0.102657, 51.513171], [-0.102499, 51.513161], [-0.102518, 51.513044], [-0.102658, 51.513036], [-0.10269, 51.512946], [-0.102794, 51.512952], [-0.102776, 51.513077], [-0.102834, 51.513113], [-0.102892, 51.513107], [-0.102973, 51.513067], [-0.103014, 51.513024], [-0.103024, 51.512949], [-0.103134, 51.512949], [-0.103172, 51.512901], [-0.103279, 51.512908], [-0.103271, 51.512951], [-0.103334, 51.513003]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 957, &quot;postcode&quot;: &quot;EC4V 6EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102917, 51.512773], [-0.102903, 51.512775], [-0.102919, 51.512735], [-0.102917, 51.512773]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4V 6EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103473, 51.513652], [-0.103018, 51.513689], [-0.103018, 51.513632], [-0.102996, 51.513604], [-0.102743, 51.513537], [-0.102768, 51.513477], [-0.102908, 51.51338], [-0.102976, 51.51331], [-0.102948, 51.513226], [-0.103092, 51.513211], [-0.103113, 51.513179], [-0.10309, 51.513127], [-0.103149, 51.513104], [-0.103182, 51.51307], [-0.103233, 51.513067], [-0.10327, 51.51304], [-0.103471, 51.513084], [-0.103473, 51.513652]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2420, &quot;postcode&quot;: &quot;EC4V 6EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103867, 51.513006], [-0.10374, 51.513011], [-0.103716, 51.513037], [-0.103719, 51.51308], [-0.103528, 51.513081], [-0.103471, 51.513115], [-0.103463, 51.513043], [-0.103334, 51.513003], [-0.103313, 51.512921], [-0.103172, 51.512901], [-0.103165, 51.512868], [-0.10313, 51.512847], [-0.102961, 51.512834], [-0.102956, 51.512797], [-0.102917, 51.512773], [-0.102919, 51.512735], [-0.10294, 51.512729], [-0.102998, 51.512759], [-0.103224, 51.512774], [-0.103283, 51.512756], [-0.103312, 51.512716], [-0.103293, 51.512456], [-0.103338, 51.512414], [-0.103326, 51.512388], [-0.103288, 51.51237], [-0.103285, 51.51233], [-0.10341, 51.512263], [-0.103411, 51.512164], [-0.103686, 51.512102], [-0.103699, 51.512276], [-0.103724, 51.512302], [-0.103774, 51.512317], [-0.103792, 51.512397], [-0.103768, 51.512553], [-0.103837, 51.512739], [-0.103867, 51.513006]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3560, &quot;postcode&quot;: &quot;EC4V 6ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104129, 51.513508], [-0.104126, 51.513511], [-0.104126, 51.513506], [-0.104129, 51.513508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4V 6JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104441, 51.51203], [-0.104406, 51.512084], [-0.104397, 51.512428], [-0.104416, 51.512461], [-0.104307, 51.513584], [-0.103473, 51.513652], [-0.103471, 51.51308], [-0.103738, 51.513076], [-0.103862, 51.512966], [-0.103914, 51.513025], [-0.103914, 51.513066], [-0.103964, 51.513089], [-0.104041, 51.513088], [-0.104084, 51.51306], [-0.104201, 51.513056], [-0.104243, 51.513024], [-0.104254, 51.512721], [-0.104225, 51.512696], [-0.104184, 51.512688], [-0.104121, 51.512705], [-0.1041, 51.512742], [-0.104078, 51.512718], [-0.104097, 51.51226], [-0.10407, 51.512235], [-0.104027, 51.512226], [-0.103873, 51.512109], [-0.103932, 51.512024], [-0.103961, 51.511936], [-0.104125, 51.511944], [-0.104056, 51.512191], [-0.104074, 51.51222], [-0.104112, 51.512234], [-0.104113, 51.512376], [-0.104169, 51.512409], [-0.104231, 51.512404], [-0.104264, 51.512371], [-0.104276, 51.511828], [-0.104444, 51.511849], [-0.104441, 51.51203]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5766, &quot;postcode&quot;: &quot;EC4V 6JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102861, 51.513625], [-0.102893, 51.513582], [-0.103018, 51.513602], [-0.103018, 51.51369], [-0.102879, 51.513699], [-0.102861, 51.513625]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 115, &quot;postcode&quot;: &quot;EC4V 6RN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103864, 51.512201], [-0.103802, 51.512215], [-0.10377, 51.512242], [-0.103774, 51.512317], [-0.103731, 51.512306], [-0.103738, 51.512268], [-0.103693, 51.512239], [-0.10369, 51.512214], [-0.103751, 51.512212], [-0.10379, 51.512182], [-0.103864, 51.512201]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 52, &quot;postcode&quot;: &quot;EC4Y 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097077, 51.505123], [-0.096867, 51.50522], [-0.096824, 51.505081], [-0.097077, 51.505123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 131, &quot;postcode&quot;: &quot;SE1 0AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09453, 51.506666], [-0.09445, 51.506655], [-0.094541, 51.506466], [-0.094392, 51.506439], [-0.094289, 51.506667], [-0.094222, 51.506654], [-0.094346, 51.506394], [-0.094956, 51.506564], [-0.095153, 51.506596], [-0.095162, 51.50664], [-0.094985, 51.507283], [-0.09462, 51.507945], [-0.094475, 51.507903], [-0.094503, 51.50786], [-0.094525, 51.507865], [-0.094858, 51.507306], [-0.094911, 51.507133], [-0.094854, 51.507128], [-0.094875, 51.507053], [-0.094542, 51.507027], [-0.094551, 51.506974], [-0.09469, 51.506946], [-0.094177, 51.506909], [-0.094205, 51.506707], [-0.094268, 51.506714], [-0.094192, 51.50688], [-0.094415, 51.50692], [-0.094616, 51.506479], [-0.09453, 51.506666]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3621, &quot;postcode&quot;: &quot;SE1 0AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09495, 51.506949], [-0.09495, 51.506993], [-0.09486, 51.506958], [-0.094916, 51.50696], [-0.09495, 51.506949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13, &quot;postcode&quot;: &quot;SE1 0EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097362, 51.505454], [-0.097385, 51.505501], [-0.097316, 51.505524], [-0.097294, 51.505482], [-0.097362, 51.505454]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 28, &quot;postcode&quot;: &quot;SE1 0ES&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098231, 51.506193], [-0.097913, 51.506205], [-0.09784, 51.506229], [-0.097835, 51.506254], [-0.097943, 51.506451], [-0.097702, 51.50615], [-0.098201, 51.506156], [-0.098231, 51.506193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 242, &quot;postcode&quot;: &quot;SE1 0FD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095529, 51.504215], [-0.095549, 51.504182], [-0.095722, 51.50423], [-0.09571, 51.504386], [-0.095529, 51.504215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 143, &quot;postcode&quot;: &quot;SE1 0NJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095529, 51.504215], [-0.09571, 51.504386], [-0.095671, 51.50493], [-0.095357, 51.504894], [-0.095186, 51.504679], [-0.095194, 51.504607], [-0.095329, 51.504639], [-0.095353, 51.504602], [-0.095348, 51.50452], [-0.095258, 51.504495], [-0.095296, 51.504409], [-0.095221, 51.504383], [-0.095225, 51.504343], [-0.095529, 51.504215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2029, &quot;postcode&quot;: &quot;SE1 0NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097696, 51.506137], [-0.097294, 51.506094], [-0.097379, 51.505972], [-0.097474, 51.505683], [-0.097696, 51.506137]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 617, &quot;postcode&quot;: &quot;SE1 0SW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096844, 51.505884], [-0.097157, 51.505821], [-0.097236, 51.50597], [-0.096743, 51.506023], [-0.096797, 51.506017], [-0.096807, 51.506043], [-0.096451, 51.506005], [-0.095974, 51.505919], [-0.095931, 51.505877], [-0.096107, 51.505908], [-0.095805, 51.505854], [-0.095926, 51.505514], [-0.096793, 51.505659], [-0.096747, 51.505792], [-0.096844, 51.505884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3240, &quot;postcode&quot;: &quot;SE1 0TL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09738, 51.505972], [-0.097293, 51.506094], [-0.097244, 51.506089], [-0.09726, 51.505686], [-0.097386, 51.505661], [-0.097316, 51.505524], [-0.097385, 51.505501], [-0.097474, 51.505683], [-0.09738, 51.505972]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 583, &quot;postcode&quot;: &quot;SE1 0TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096627, 51.506024], [-0.096739, 51.506035], [-0.096627, 51.506024], [-0.096627, 51.506024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;SE1 0TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092359, 51.503933], [-0.092224, 51.504184], [-0.091996, 51.504176], [-0.091866, 51.504044], [-0.091638, 51.504], [-0.09164, 51.503947], [-0.092359, 51.503933]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 853, &quot;postcode&quot;: &quot;SE1 1GJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090521, 51.50434], [-0.090814, 51.504104], [-0.090903, 51.504155], [-0.09093, 51.50428], [-0.090908, 51.504313], [-0.090832, 51.504292], [-0.090808, 51.504327], [-0.090707, 51.504387], [-0.090614, 51.504391], [-0.090521, 51.50434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 468, &quot;postcode&quot;: &quot;SE1 1NL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089514, 51.505779], [-0.089606, 51.505525], [-0.089709, 51.505475], [-0.089723, 51.505484], [-0.08965, 51.505536], [-0.089785, 51.505525], [-0.090226, 51.505815], [-0.090049, 51.505883], [-0.089514, 51.505779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1143, &quot;postcode&quot;: &quot;SE1 1PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092525, 51.504585], [-0.092234, 51.504706], [-0.092187, 51.504751], [-0.091808, 51.504751], [-0.09146, 51.504627], [-0.091408, 51.50464], [-0.091275, 51.504729], [-0.091026, 51.504726], [-0.090883, 51.504817], [-0.090805, 51.50482], [-0.090673, 51.504705], [-0.090636, 51.504629], [-0.090672, 51.504606], [-0.090732, 51.504601], [-0.090783, 51.504564], [-0.090902, 51.504542], [-0.090942, 51.504496], [-0.091142, 51.504474], [-0.091193, 51.504449], [-0.091271, 51.504458], [-0.091326, 51.504418], [-0.091437, 51.504443], [-0.091481, 51.504479], [-0.091544, 51.504477], [-0.091606, 51.504439], [-0.091646, 51.504344], [-0.091683, 51.504321], [-0.091746, 51.50422], [-0.091912, 51.504242], [-0.091996, 51.504176], [-0.092224, 51.504184], [-0.092089, 51.504436], [-0.092103, 51.504475], [-0.092525, 51.504585]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4119, &quot;postcode&quot;: &quot;SE1 1RQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094909, 51.504371], [-0.094975, 51.504359], [-0.095017, 51.504309], [-0.095225, 51.504343], [-0.095221, 51.504383], [-0.095296, 51.504409], [-0.095258, 51.504495], [-0.095348, 51.50452], [-0.095353, 51.504602], [-0.095329, 51.504639], [-0.095189, 51.504605], [-0.095186, 51.504679], [-0.095357, 51.504894], [-0.094804, 51.504829], [-0.095001, 51.505001], [-0.094675, 51.504963], [-0.094529, 51.504824], [-0.09413, 51.504714], [-0.094198, 51.504686], [-0.094224, 51.504688], [-0.094147, 51.50468], [-0.094123, 51.504658], [-0.094198, 51.504547], [-0.094399, 51.504598], [-0.094532, 51.504414], [-0.094609, 51.504421], [-0.094622, 51.504401], [-0.094971, 51.504365], [-0.094909, 51.504371]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3756, &quot;postcode&quot;: &quot;SE1 1RU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094523, 51.504017], [-0.094596, 51.503915], [-0.094738, 51.503955], [-0.094664, 51.503987], [-0.094617, 51.503983], [-0.094591, 51.504018], [-0.094523, 51.504017]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 77, &quot;postcode&quot;: &quot;SE1 1SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094576, 51.504039], [-0.094617, 51.503983], [-0.094664, 51.503987], [-0.094738, 51.503955], [-0.095549, 51.504182], [-0.095529, 51.504215], [-0.095225, 51.504343], [-0.095017, 51.504309], [-0.095071, 51.504243], [-0.094712, 51.504248], [-0.094709, 51.504189], [-0.094459, 51.504193], [-0.094536, 51.504092], [-0.094668, 51.504106], [-0.094622, 51.504051], [-0.094576, 51.504039]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1604, &quot;postcode&quot;: &quot;SE1 1TD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095071, 51.504243], [-0.094975, 51.504359], [-0.094539, 51.504423], [-0.094399, 51.504598], [-0.094256, 51.504562], [-0.094202, 51.504565], [-0.094136, 51.50464], [-0.094152, 51.504669], [-0.094197, 51.504686], [-0.09413, 51.504714], [-0.094028, 51.504707], [-0.094523, 51.504017], [-0.094591, 51.504018], [-0.094668, 51.504106], [-0.094583, 51.504093], [-0.094533, 51.504105], [-0.094503, 51.504148], [-0.094536, 51.504184], [-0.094709, 51.504189], [-0.094723, 51.504228], [-0.094769, 51.504247], [-0.095071, 51.504243]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1573, &quot;postcode&quot;: &quot;SE1 1TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092639, 51.505084], [-0.092387, 51.505002], [-0.092195, 51.504819], [-0.092237, 51.504794], [-0.092222, 51.504754], [-0.092187, 51.504751], [-0.092225, 51.50471], [-0.092525, 51.504585], [-0.093022, 51.504708], [-0.092833, 51.504965], [-0.092864, 51.504976], [-0.092639, 51.505084]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1991, &quot;postcode&quot;: &quot;SE1 1TU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091472, 51.504623], [-0.091808, 51.504751], [-0.092215, 51.504752], [-0.092237, 51.504794], [-0.091824, 51.504963], [-0.091449, 51.505096], [-0.091267, 51.505055], [-0.09127, 51.50504], [-0.090928, 51.504978], [-0.090951, 51.504934], [-0.090929, 51.504934], [-0.090925, 51.504897], [-0.090893, 51.504898], [-0.090881, 51.504799], [-0.090941, 51.504792], [-0.091009, 51.504724], [-0.091276, 51.504729], [-0.091415, 51.504636], [-0.091472, 51.504623]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2716, &quot;postcode&quot;: &quot;SE1 1TY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093863, 51.504761], [-0.093802, 51.504936], [-0.093742, 51.504949], [-0.093712, 51.50499], [-0.093743, 51.505052], [-0.093691, 51.505058], [-0.093662, 51.505082], [-0.093656, 51.505162], [-0.093657, 51.505096], [-0.093634, 51.50507], [-0.09341, 51.505031], [-0.093334, 51.505046], [-0.093297, 51.505114], [-0.093229, 51.5051], [-0.093198, 51.504966], [-0.09314, 51.504915], [-0.09308, 51.504895], [-0.093102, 51.50485], [-0.093108, 51.504713], [-0.093863, 51.504761]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1624, &quot;postcode&quot;: &quot;SE1 1UN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091124, 51.504192], [-0.090999, 51.504148], [-0.090903, 51.504155], [-0.090814, 51.504104], [-0.091336, 51.503687], [-0.091417, 51.503767], [-0.091354, 51.503847], [-0.091451, 51.503872], [-0.091437, 51.503892], [-0.091579, 51.503926], [-0.091601, 51.503947], [-0.091667, 51.503949], [-0.091638, 51.504], [-0.09187, 51.504041], [-0.091996, 51.504176], [-0.091916, 51.504258], [-0.091746, 51.50422], [-0.091674, 51.504348], [-0.091583, 51.504333], [-0.091598, 51.504291], [-0.091522, 51.504279], [-0.091536, 51.504254], [-0.091513, 51.504246], [-0.091411, 51.504257], [-0.091346, 51.50428], [-0.09124, 51.504256], [-0.091231, 51.504234], [-0.091117, 51.504204], [-0.091124, 51.504192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2684, &quot;postcode&quot;: &quot;SE1 1XF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091598, 51.504291], [-0.091583, 51.504333], [-0.091674, 51.504348], [-0.09169, 51.504306], [-0.091674, 51.504348], [-0.091646, 51.504344], [-0.091597, 51.504464], [-0.091571, 51.504461], [-0.091567, 51.504479], [-0.091492, 51.504502], [-0.091416, 51.50447], [-0.091438, 51.504443], [-0.091233, 51.504397], [-0.091233, 51.504348], [-0.091267, 51.504315], [-0.091447, 51.504359], [-0.091471, 51.50431], [-0.091346, 51.50428], [-0.091411, 51.504257], [-0.091513, 51.504246], [-0.091536, 51.504254], [-0.091522, 51.504279], [-0.091598, 51.504291]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 434, &quot;postcode&quot;: &quot;SE1 1XN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090719, 51.504378], [-0.090808, 51.504327], [-0.090832, 51.504292], [-0.090939, 51.504312], [-0.090889, 51.504402], [-0.090942, 51.504496], [-0.090915, 51.504544], [-0.090783, 51.504564], [-0.090727, 51.504626], [-0.090672, 51.504606], [-0.090636, 51.504629], [-0.090386, 51.504592], [-0.09018, 51.504613], [-0.090521, 51.50434], [-0.090614, 51.504391], [-0.090719, 51.504378]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1073, &quot;postcode&quot;: &quot;SE1 1XU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091219, 51.504251], [-0.091471, 51.50431], [-0.091447, 51.504359], [-0.091267, 51.504315], [-0.091233, 51.504348], [-0.091233, 51.504397], [-0.091326, 51.504418], [-0.091288, 51.504473], [-0.091164, 51.504442], [-0.091193, 51.504449], [-0.091159, 51.504472], [-0.090942, 51.504496], [-0.090888, 51.504417], [-0.090942, 51.504319], [-0.090908, 51.504313], [-0.09093, 51.50428], [-0.090903, 51.504155], [-0.090999, 51.504148], [-0.091097, 51.504177], [-0.091124, 51.504192], [-0.091117, 51.504204], [-0.091231, 51.504234], [-0.09124, 51.504256], [-0.091219, 51.504251]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 863, &quot;postcode&quot;: &quot;SE1 1XW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089888, 51.504846], [-0.09018, 51.504613], [-0.090386, 51.504592], [-0.090636, 51.504629], [-0.090673, 51.504705], [-0.090803, 51.50482], [-0.09031, 51.505041], [-0.089888, 51.504846]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1880, &quot;postcode&quot;: &quot;SE1 1YB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082077, 51.505187], [-0.082065, 51.505215], [-0.081969, 51.505191], [-0.082008, 51.505112], [-0.082077, 51.505187]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 44, &quot;postcode&quot;: &quot;SE1 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081184, 51.503962], [-0.082021, 51.50431], [-0.082075, 51.504354], [-0.082097, 51.504337], [-0.082369, 51.504433], [-0.082132, 51.504381], [-0.082018, 51.504565], [-0.082281, 51.504625], [-0.082391, 51.504438], [-0.083017, 51.504634], [-0.083289, 51.50474], [-0.083836, 51.504984], [-0.083845, 51.505], [-0.083482, 51.505326], [-0.083274, 51.505487], [-0.082978, 51.50535], [-0.082684, 51.505242], [-0.082021, 51.505084], [-0.081965, 51.505199], [-0.081532, 51.505713], [-0.08143, 51.505925], [-0.081394, 51.505919], [-0.081386, 51.505971], [-0.081359, 51.505974], [-0.081161, 51.505939], [-0.081053, 51.505906], [-0.08106, 51.505892], [-0.080634, 51.505778], [-0.079709, 51.505496], [-0.080003, 51.504874], [-0.081184, 51.503962]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 31106, &quot;postcode&quot;: &quot;SE1 2AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08228, 51.504296], [-0.08242, 51.504276], [-0.082594, 51.504364], [-0.082724, 51.504537], [-0.082373, 51.504434], [-0.08228, 51.504296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 385, &quot;postcode&quot;: &quot;SE1 2AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082008, 51.505112], [-0.082021, 51.505084], [-0.082114, 51.505106], [-0.082077, 51.505187], [-0.082008, 51.505112]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 43, &quot;postcode&quot;: &quot;SE1 2BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083212, 51.504139], [-0.083108, 51.504081], [-0.083038, 51.503894], [-0.083125, 51.503844], [-0.083164, 51.503872], [-0.08325, 51.504121], [-0.083289, 51.504151], [-0.083212, 51.504139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 263, &quot;postcode&quot;: &quot;SE1 2EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082362, 51.503377], [-0.082861, 51.503646], [-0.083125, 51.503844], [-0.083038, 51.503894], [-0.082994, 51.503811], [-0.082903, 51.503803], [-0.082774, 51.50382], [-0.082732, 51.50376], [-0.082769, 51.503752], [-0.082773, 51.503735], [-0.082612, 51.503642], [-0.082583, 51.503583], [-0.082536, 51.503599], [-0.082435, 51.50354], [-0.082553, 51.503609], [-0.082468, 51.503622], [-0.082406, 51.503661], [-0.082372, 51.503665], [-0.082367, 51.503653], [-0.082185, 51.50362], [-0.082362, 51.503377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1044, &quot;postcode&quot;: &quot;SE1 2EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081617, 51.504035], [-0.081585, 51.504046], [-0.081537, 51.504021], [-0.081538, 51.504001], [-0.081617, 51.504035]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;SE1 2EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083004, 51.504231], [-0.083046, 51.504203], [-0.083147, 51.504188], [-0.083128, 51.504147], [-0.083164, 51.504123], [-0.083289, 51.504151], [-0.083347, 51.504301], [-0.083292, 51.504372], [-0.08308, 51.504342], [-0.08295, 51.504363], [-0.082909, 51.504295], [-0.082967, 51.504256], [-0.082962, 51.504237], [-0.082995, 51.504233], [-0.083038, 51.504226], [-0.083004, 51.504231]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 527, &quot;postcode&quot;: &quot;SE1 2ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083164, 51.504123], [-0.083138, 51.50415], [-0.083147, 51.504188], [-0.083045, 51.504206], [-0.082909, 51.504295], [-0.082844, 51.504259], [-0.082772, 51.504258], [-0.082681, 51.504225], [-0.082581, 51.504214], [-0.082534, 51.504225], [-0.082373, 51.504195], [-0.082359, 51.504177], [-0.08245, 51.504084], [-0.082444, 51.50405], [-0.082402, 51.504029], [-0.082185, 51.503998], [-0.082224, 51.50393], [-0.082302, 51.503888], [-0.082872, 51.503806], [-0.082975, 51.503807], [-0.083012, 51.503825], [-0.083104, 51.504068], [-0.083164, 51.504123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2304, &quot;postcode&quot;: &quot;SE1 2FB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083173, 51.505559], [-0.083482, 51.505326], [-0.083772, 51.505066], [-0.083828, 51.505163], [-0.083288, 51.505618], [-0.083173, 51.505559]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 631, &quot;postcode&quot;: &quot;SE1 2HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083231, 51.505591], [-0.082908, 51.505838], [-0.082831, 51.505839], [-0.082766, 51.50586], [-0.082671, 51.505995], [-0.082585, 51.506176], [-0.081386, 51.505971], [-0.081394, 51.505919], [-0.08143, 51.505925], [-0.081532, 51.505713], [-0.081969, 51.505191], [-0.082065, 51.505215], [-0.082114, 51.505106], [-0.082684, 51.505242], [-0.082978, 51.50535], [-0.083274, 51.505487], [-0.083173, 51.505559], [-0.083231, 51.505591]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9091, &quot;postcode&quot;: &quot;SE1 2HJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082946, 51.505812], [-0.082989, 51.505779], [-0.083047, 51.505734], [-0.082946, 51.505812]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;SE1 2HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082608, 51.506124], [-0.082587, 51.506173], [-0.082573, 51.506203], [-0.082551, 51.506199], [-0.082608, 51.506124]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;SE1 2HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082391, 51.504438], [-0.082281, 51.504625], [-0.082018, 51.504565], [-0.082111, 51.504405], [-0.082107, 51.504375], [-0.08201, 51.504308], [-0.081535, 51.504101], [-0.081585, 51.504046], [-0.081609, 51.504043], [-0.081924, 51.504163], [-0.082089, 51.504283], [-0.08228, 51.504296], [-0.082391, 51.504438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1013, &quot;postcode&quot;: &quot;SE1 2HZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086911, 51.506679], [-0.086148, 51.506546], [-0.084714, 51.506621], [-0.081163, 51.505939], [-0.082563, 51.506172], [-0.08261, 51.506209], [-0.083146, 51.506307], [-0.08321, 51.506296], [-0.083238, 51.506252], [-0.083317, 51.506255], [-0.083402, 51.506283], [-0.08339, 51.506322], [-0.083424, 51.506353], [-0.083675, 51.506396], [-0.083728, 51.506389], [-0.083758, 51.506357], [-0.084195, 51.506445], [-0.084779, 51.506525], [-0.085475, 51.506528], [-0.085531, 51.506547], [-0.086224, 51.506545], [-0.086585, 51.506591], [-0.086911, 51.506679]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1757, &quot;postcode&quot;: &quot;SE1 2JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086539, 51.505905], [-0.086458, 51.505892], [-0.0864, 51.505931], [-0.086413, 51.505965], [-0.086523, 51.50602], [-0.086494, 51.506151], [-0.086808, 51.50626], [-0.08658, 51.506595], [-0.086224, 51.506545], [-0.085479, 51.506551], [-0.085475, 51.506527], [-0.08555, 51.506517], [-0.085526, 51.506117], [-0.085691, 51.506113], [-0.085935, 51.505849], [-0.085889, 51.50583], [-0.085937, 51.505801], [-0.085798, 51.505724], [-0.085766, 51.505779], [-0.085687, 51.505745], [-0.085688, 51.505712], [-0.085792, 51.505661], [-0.086018, 51.505649], [-0.086129, 51.505679], [-0.086159, 51.505802], [-0.086362, 51.505736], [-0.086512, 51.505786], [-0.086539, 51.505905]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5966, &quot;postcode&quot;: &quot;SE1 2PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085937, 51.505801], [-0.085889, 51.50583], [-0.085739, 51.505754], [-0.085686, 51.505745], [-0.085337, 51.505601], [-0.085489, 51.50556], [-0.085542, 51.5056], [-0.085937, 51.505801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 298, &quot;postcode&quot;: &quot;SE1 2QF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088294, 51.506377], [-0.088284, 51.506402], [-0.088191, 51.5064], [-0.088167, 51.506389], [-0.088168, 51.506361], [-0.088294, 51.506377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 29, &quot;postcode&quot;: &quot;SE1 2QJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08401, 51.505058], [-0.084476, 51.505254], [-0.084531, 51.505237], [-0.084855, 51.505308], [-0.084972, 51.505461], [-0.085253, 51.505587], [-0.08531, 51.50559], [-0.085935, 51.505849], [-0.085691, 51.506113], [-0.085526, 51.506117], [-0.08555, 51.506517], [-0.085224, 51.506531], [-0.084779, 51.506525], [-0.08423, 51.506452], [-0.083758, 51.506357], [-0.083743, 51.506407], [-0.083419, 51.506355], [-0.083383, 51.50633], [-0.083402, 51.506283], [-0.0833, 51.506252], [-0.083238, 51.506252], [-0.083212, 51.506301], [-0.083169, 51.506312], [-0.082573, 51.506203], [-0.082671, 51.505995], [-0.082766, 51.50586], [-0.082831, 51.505839], [-0.08291, 51.505838], [-0.08323, 51.505591], [-0.083288, 51.505618], [-0.083289, 51.505602], [-0.083384, 51.505543], [-0.083383, 51.505525], [-0.083421, 51.505514], [-0.083423, 51.505495], [-0.083457, 51.505486], [-0.08356, 51.505396], [-0.083554, 51.50538], [-0.083579, 51.50538], [-0.08393, 51.505076], [-0.083828, 51.505163], [-0.083772, 51.505066], [-0.083845, 51.505], [-0.083738, 51.504941], [-0.083836, 51.504937], [-0.083946, 51.504972], [-0.08401, 51.505058]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 22836, &quot;postcode&quot;: &quot;SE1 2QN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084111, 51.50498], [-0.084305, 51.505026], [-0.08433, 51.504997], [-0.084593, 51.505099], [-0.08453, 51.505149], [-0.084531, 51.505237], [-0.084476, 51.505254], [-0.08401, 51.505058], [-0.083946, 51.504972], [-0.084111, 51.50498]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 651, &quot;postcode&quot;: &quot;SE1 2QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082367, 51.503653], [-0.082415, 51.503762], [-0.082607, 51.503737], [-0.082629, 51.503775], [-0.082732, 51.50376], [-0.082774, 51.50382], [-0.082302, 51.503888], [-0.082263, 51.503909], [-0.082206, 51.503886], [-0.082072, 51.503789], [-0.082185, 51.50362], [-0.082367, 51.503653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 766, &quot;postcode&quot;: &quot;SE1 2RH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082776, 51.503743], [-0.082629, 51.503775], [-0.082607, 51.503737], [-0.082415, 51.503762], [-0.082372, 51.503665], [-0.082606, 51.503639], [-0.082776, 51.503743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 263, &quot;postcode&quot;: &quot;SE1 2RU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088075, 51.506229], [-0.08804, 51.506351], [-0.08801, 51.506348], [-0.087964, 51.506271], [-0.087817, 51.506189], [-0.08671, 51.506024], [-0.086652, 51.506037], [-0.08663, 51.506079], [-0.086413, 51.505965], [-0.0864, 51.505931], [-0.086423, 51.505906], [-0.086517, 51.505868], [-0.086512, 51.505786], [-0.086719, 51.505698], [-0.086753, 51.505577], [-0.087021, 51.505582], [-0.086803, 51.505677], [-0.086806, 51.50572], [-0.086892, 51.505762], [-0.086967, 51.505778], [-0.087016, 51.50577], [-0.087204, 51.505629], [-0.087405, 51.505758], [-0.087456, 51.505768], [-0.087724, 51.505753], [-0.088052, 51.505913], [-0.087781, 51.506028], [-0.087755, 51.506064], [-0.087796, 51.506103], [-0.088007, 51.50614], [-0.088075, 51.506229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4216, &quot;postcode&quot;: &quot;SE1 2SW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088415, 51.506091], [-0.088083, 51.506875], [-0.088037, 51.506896], [-0.08787, 51.506864], [-0.087863, 51.506834], [-0.087814, 51.506804], [-0.087666, 51.506783], [-0.0878, 51.506791], [-0.087843, 51.506779], [-0.087875, 51.506718], [-0.08792, 51.506694], [-0.087947, 51.506628], [-0.087947, 51.506522], [-0.087986, 51.506502], [-0.087999, 51.506464], [-0.087937, 51.506421], [-0.087885, 51.506409], [-0.087839, 51.506337], [-0.087539, 51.506306], [-0.087446, 51.506349], [-0.087344, 51.506348], [-0.087248, 51.506407], [-0.087133, 51.50638], [-0.086494, 51.506151], [-0.086523, 51.50602], [-0.086583, 51.506036], [-0.086648, 51.506011], [-0.086699, 51.506013], [-0.087124, 51.506079], [-0.087182, 51.506056], [-0.087176, 51.506006], [-0.087204, 51.505989], [-0.087328, 51.506006], [-0.087383, 51.506039], [-0.087347, 51.506077], [-0.087383, 51.506117], [-0.08782, 51.506189], [-0.08796, 51.506267], [-0.088006, 51.506275], [-0.088068, 51.50625], [-0.088081, 51.506168], [-0.088059, 51.506136], [-0.087966, 51.506103], [-0.087995, 51.506014], [-0.088088, 51.506022], [-0.088251, 51.506011], [-0.088415, 51.506091]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4496, &quot;postcode&quot;: &quot;SE1 2SX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088686, 51.506116], [-0.088594, 51.506191], [-0.088585, 51.506259], [-0.088517, 51.506405], [-0.088438, 51.506415], [-0.088235, 51.506535], [-0.088207, 51.506581], [-0.088163, 51.506557], [-0.087959, 51.506531], [-0.088006, 51.506454], [-0.08809, 51.506442], [-0.088205, 51.506467], [-0.088262, 51.506445], [-0.088416, 51.506091], [-0.088482, 51.506034], [-0.088545, 51.506038], [-0.088542, 51.506073], [-0.088571, 51.506098], [-0.088686, 51.506116]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 881, &quot;postcode&quot;: &quot;SE1 2SY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082873, 51.503654], [-0.08235, 51.503373], [-0.082476, 51.503183], [-0.086847, 51.505323], [-0.086531, 51.505776], [-0.086362, 51.505736], [-0.086159, 51.505802], [-0.086129, 51.505679], [-0.086018, 51.505649], [-0.085788, 51.505663], [-0.085746, 51.505577], [-0.08577, 51.505583], [-0.085497, 51.505508], [-0.085489, 51.50556], [-0.085337, 51.505601], [-0.085253, 51.505587], [-0.084972, 51.505461], [-0.084855, 51.505308], [-0.084911, 51.505239], [-0.084767, 51.505165], [-0.08425, 51.504961], [-0.08433, 51.504997], [-0.084305, 51.505026], [-0.084111, 51.50498], [-0.083946, 51.504972], [-0.083836, 51.504937], [-0.083738, 51.504941], [-0.083289, 51.50474], [-0.082863, 51.504579], [-0.0833, 51.504504], [-0.083329, 51.504471], [-0.083292, 51.504372], [-0.083347, 51.504301], [-0.083297, 51.504162], [-0.08325, 51.504121], [-0.083164, 51.503872], [-0.082873, 51.503654]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 26442, &quot;postcode&quot;: &quot;SE1 2TF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083329, 51.504471], [-0.0833, 51.504504], [-0.082863, 51.504579], [-0.082724, 51.504537], [-0.082594, 51.504366], [-0.082441, 51.504287], [-0.082099, 51.504295], [-0.081925, 51.504163], [-0.081987, 51.504113], [-0.081996, 51.504075], [-0.082115, 51.503996], [-0.082154, 51.503938], [-0.082134, 51.503892], [-0.082023, 51.503863], [-0.082072, 51.503789], [-0.082204, 51.503885], [-0.082263, 51.503909], [-0.082211, 51.503953], [-0.082233, 51.503998], [-0.082343, 51.504026], [-0.082469, 51.504027], [-0.08245, 51.504113], [-0.082386, 51.504157], [-0.08241, 51.5042], [-0.082476, 51.504217], [-0.082543, 51.5042], [-0.082768, 51.50424], [-0.082892, 51.50424], [-0.082889, 51.504277], [-0.082958, 51.504348], [-0.08308, 51.504342], [-0.083292, 51.504372], [-0.083329, 51.504471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2448, &quot;postcode&quot;: &quot;SE1 2TH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08218, 51.503899], [-0.082116, 51.503996], [-0.08201, 51.504066], [-0.081995, 51.504108], [-0.081925, 51.504163], [-0.081637, 51.504056], [-0.081575, 51.504064], [-0.081535, 51.504101], [-0.081194, 51.503965], [-0.081277, 51.50389], [-0.081537, 51.504001], [-0.08157, 51.504028], [-0.081818, 51.504108], [-0.081875, 51.504085], [-0.082023, 51.503864], [-0.08218, 51.503899]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 612, &quot;postcode&quot;: &quot;SE1 2TU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091549, 51.50537], [-0.091482, 51.505432], [-0.091271, 51.505388], [-0.091122, 51.505388], [-0.091073, 51.505364], [-0.091011, 51.50537], [-0.090966, 51.50535], [-0.090619, 51.505304], [-0.090577, 51.505249], [-0.090408, 51.505135], [-0.09031, 51.505041], [-0.090803, 51.50482], [-0.090883, 51.504817], [-0.090893, 51.504874], [-0.090977, 51.504977], [-0.09127, 51.50504], [-0.091305, 51.505063], [-0.09141, 51.505087], [-0.091366, 51.505198], [-0.091392, 51.505243], [-0.091549, 51.50537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3013, &quot;postcode&quot;: &quot;SE1 9AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092477, 51.505471], [-0.092256, 51.505471], [-0.092262, 51.505423], [-0.092172, 51.505357], [-0.092066, 51.505309], [-0.091991, 51.505302], [-0.091939, 51.505328], [-0.091928, 51.505383], [-0.091814, 51.505449], [-0.091764, 51.505397], [-0.091712, 51.505384], [-0.091475, 51.505457], [-0.091433, 51.505484], [-0.091368, 51.505598], [-0.091122, 51.505388], [-0.091263, 51.505386], [-0.091396, 51.505412], [-0.091447, 51.5054], [-0.09147, 51.505369], [-0.091461, 51.505308], [-0.091368, 51.505275], [-0.091386, 51.505242], [-0.091358, 51.505183], [-0.09141, 51.505087], [-0.091463, 51.50509], [-0.091573, 51.505054], [-0.092195, 51.504819], [-0.092387, 51.505002], [-0.092261, 51.505317], [-0.092477, 51.505471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3403, &quot;postcode&quot;: &quot;SE1 9AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091508, 51.505448], [-0.091742, 51.505367], [-0.091814, 51.505449], [-0.091849, 51.505437], [-0.091865, 51.505432], [-0.091847, 51.505411], [-0.091928, 51.505383], [-0.091936, 51.505361], [-0.091896, 51.505315], [-0.091958, 51.505293], [-0.092071, 51.505309], [-0.092142, 51.505348], [-0.092006, 51.505586], [-0.092105, 51.505862], [-0.092095, 51.505953], [-0.092139, 51.505955], [-0.092422, 51.506741], [-0.092679, 51.506774], [-0.092657, 51.506849], [-0.092737, 51.506925], [-0.092702, 51.507063], [-0.092114, 51.507052], [-0.0921, 51.506942], [-0.091923, 51.506934], [-0.091929, 51.506906], [-0.091787, 51.506893], [-0.091791, 51.506866], [-0.091491, 51.506811], [-0.091551, 51.506686], [-0.091681, 51.505995], [-0.091667, 51.50582], [-0.091636, 51.50582], [-0.091538, 51.505732], [-0.09144, 51.505682], [-0.091434, 51.505655], [-0.091368, 51.505598], [-0.091428, 51.505514], [-0.091459, 51.505543], [-0.09141, 51.505497], [-0.091416, 51.50548], [-0.091507, 51.505449], [-0.091463, 51.505463], [-0.091482, 51.505436], [-0.091508, 51.505448]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8546, &quot;postcode&quot;: &quot;SE1 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091089, 51.505705], [-0.091415, 51.505675], [-0.091426, 51.505664], [-0.091538, 51.505732], [-0.091636, 51.50582], [-0.091498, 51.505955], [-0.09106, 51.505918], [-0.091065, 51.505897], [-0.090695, 51.505799], [-0.090928, 51.505689], [-0.090963, 51.505689], [-0.090963, 51.505674], [-0.091089, 51.505705]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1299, &quot;postcode&quot;: &quot;SE1 9AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091086, 51.506244], [-0.091071, 51.506305], [-0.091003, 51.506312], [-0.090556, 51.506293], [-0.090568, 51.50621], [-0.090601, 51.506212], [-0.090591, 51.506136], [-0.090357, 51.506109], [-0.090456, 51.50576], [-0.090651, 51.50579], [-0.090938, 51.505858], [-0.091065, 51.505897], [-0.09106, 51.505918], [-0.091498, 51.505955], [-0.091666, 51.506133], [-0.091603, 51.506449], [-0.091523, 51.506433], [-0.091503, 51.506539], [-0.091355, 51.506531], [-0.091368, 51.50649], [-0.091078, 51.506509], [-0.091086, 51.506244]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4617, &quot;postcode&quot;: &quot;SE1 9AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091434, 51.505655], [-0.091415, 51.505675], [-0.091321, 51.505689], [-0.091089, 51.505705], [-0.091007, 51.505686], [-0.090932, 51.505691], [-0.090695, 51.505799], [-0.090507, 51.50577], [-0.090457, 51.505786], [-0.090439, 51.50582], [-0.090345, 51.505799], [-0.090226, 51.505815], [-0.089801, 51.505537], [-0.08965, 51.505536], [-0.0897, 51.505499], [-0.089717, 51.505455], [-0.089697, 51.505423], [-0.089652, 51.505409], [-0.089711, 51.505364], [-0.089709, 51.505325], [-0.089755, 51.505266], [-0.089629, 51.505053], [-0.089888, 51.504846], [-0.09031, 51.505041], [-0.090631, 51.505302], [-0.091011, 51.505362], [-0.091078, 51.505351], [-0.091434, 51.505655]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6877, &quot;postcode&quot;: &quot;SE1 9AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099286, 51.506209], [-0.09928, 51.506662], [-0.100059, 51.506602], [-0.100021, 51.506655], [-0.099461, 51.506686], [-0.099454, 51.506722], [-0.099461, 51.506686], [-0.099065, 51.506712], [-0.099008, 51.506635], [-0.099174, 51.506626], [-0.099206, 51.50661], [-0.099214, 51.506233], [-0.099227, 51.506218], [-0.099286, 51.506209]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 630, &quot;postcode&quot;: &quot;SE1 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091467, 51.506223], [-0.091424, 51.506277], [-0.091267, 51.506252], [-0.091124, 51.506256], [-0.091087, 51.506281], [-0.091081, 51.506326], [-0.091071, 51.506305], [-0.091107, 51.506202], [-0.091238, 51.506246], [-0.091291, 51.506236], [-0.091316, 51.506208], [-0.091467, 51.506223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 111, &quot;postcode&quot;: &quot;SE1 9AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096823, 51.506823], [-0.096803, 51.506865], [-0.096564, 51.506998], [-0.096522, 51.507073], [-0.096145, 51.507002], [-0.096206, 51.506867], [-0.09619, 51.506839], [-0.096143, 51.50682], [-0.096309, 51.50677], [-0.096594, 51.50684], [-0.096652, 51.506819], [-0.096682, 51.506763], [-0.096823, 51.506823]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 960, &quot;postcode&quot;: &quot;SE1 9AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095647, 51.507304], [-0.096017, 51.507316], [-0.096008, 51.507421], [-0.09598, 51.507553], [-0.095665, 51.507714], [-0.09557, 51.507693], [-0.095583, 51.507388], [-0.095647, 51.507304]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1076, &quot;postcode&quot;: &quot;SE1 9AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089741, 51.505441], [-0.089584, 51.505542], [-0.089514, 51.505779], [-0.089385, 51.505777], [-0.089049, 51.505544], [-0.089351, 51.505283], [-0.089508, 51.505348], [-0.089487, 51.505394], [-0.089543, 51.505432], [-0.089603, 51.505437], [-0.089652, 51.505409], [-0.089741, 51.505441]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1321, &quot;postcode&quot;: &quot;SE1 9AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090826, 51.506883], [-0.090811, 51.507041], [-0.090768, 51.507121], [-0.090344, 51.507087], [-0.090353, 51.507063], [-0.090447, 51.507058], [-0.090486, 51.506993], [-0.090578, 51.506966], [-0.090627, 51.506875], [-0.090722, 51.506892], [-0.09079, 51.506873], [-0.090826, 51.506883]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 525, &quot;postcode&quot;: &quot;SE1 9BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087968, 51.506568], [-0.08791, 51.506723], [-0.087875, 51.506718], [-0.087851, 51.5068], [-0.087341, 51.506741], [-0.087241, 51.506703], [-0.087233, 51.506712], [-0.087059, 51.506705], [-0.086981, 51.506681], [-0.086964, 51.506696], [-0.086584, 51.506591], [-0.086808, 51.50626], [-0.087293, 51.506436], [-0.087484, 51.506467], [-0.087546, 51.506411], [-0.087614, 51.506396], [-0.087956, 51.506418], [-0.087952, 51.506432], [-0.08801, 51.506439], [-0.087981, 51.506525], [-0.087941, 51.506521], [-0.087929, 51.506563], [-0.087968, 51.506568]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3354, &quot;postcode&quot;: &quot;SE1 9BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091006, 51.506393], [-0.090703, 51.506401], [-0.090706, 51.506299], [-0.091003, 51.506312], [-0.091006, 51.506393]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 213, &quot;postcode&quot;: &quot;SE1 9BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090989, 51.506596], [-0.091012, 51.506544], [-0.091003, 51.506312], [-0.091071, 51.506305], [-0.091075, 51.506547], [-0.090989, 51.506596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 143, &quot;postcode&quot;: &quot;SE1 9BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093195, 51.507005], [-0.09306, 51.507044], [-0.092961, 51.507016], [-0.092912, 51.507019], [-0.092877, 51.50704], [-0.09285, 51.507105], [-0.092268, 51.507275], [-0.092095, 51.507228], [-0.092037, 51.506944], [-0.0921, 51.506942], [-0.092112, 51.507023], [-0.092157, 51.50705], [-0.092668, 51.507061], [-0.09272, 51.507032], [-0.092736, 51.506935], [-0.092661, 51.506836], [-0.093195, 51.507005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1350, &quot;postcode&quot;: &quot;SE1 9BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086861, 51.505578], [-0.086753, 51.505577], [-0.086758, 51.505449], [-0.086847, 51.505323], [-0.086871, 51.505335], [-0.086861, 51.505578]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 171, &quot;postcode&quot;: &quot;SE1 9BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090583, 51.506135], [-0.090523, 51.506194], [-0.090415, 51.506184], [-0.090371, 51.506194], [-0.09034, 51.506251], [-0.090106, 51.506182], [-0.090027, 51.506202], [-0.090004, 51.506344], [-0.090027, 51.506376], [-0.090002, 51.506423], [-0.090033, 51.506451], [-0.090113, 51.506472], [-0.090001, 51.506681], [-0.089956, 51.506713], [-0.089857, 51.506714], [-0.089843, 51.506674], [-0.08981, 51.506653], [-0.089536, 51.506605], [-0.089137, 51.506655], [-0.089129, 51.506628], [-0.089092, 51.506608], [-0.088552, 51.506521], [-0.088494, 51.50655], [-0.088378, 51.506864], [-0.088341, 51.506883], [-0.088322, 51.506925], [-0.088038, 51.506896], [-0.088095, 51.506846], [-0.088225, 51.506541], [-0.088515, 51.506382], [-0.088543, 51.506337], [-0.088534, 51.506298], [-0.088733, 51.506311], [-0.088815, 51.506283], [-0.088851, 51.506224], [-0.088892, 51.506199], [-0.088901, 51.506172], [-0.08888, 51.506144], [-0.08872, 51.506098], [-0.088725, 51.506058], [-0.088701, 51.506031], [-0.088528, 51.505994], [-0.089049, 51.505544], [-0.089394, 51.505775], [-0.089514, 51.505779], [-0.090031, 51.505878], [-0.090235, 51.505812], [-0.090353, 51.505797], [-0.090439, 51.50582], [-0.090372, 51.506087], [-0.090414, 51.506115], [-0.090583, 51.506135]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11365, &quot;postcode&quot;: &quot;SE1 9DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088631, 51.50653], [-0.088862, 51.506557], [-0.089152, 51.506618], [-0.089084, 51.506796], [-0.089072, 51.506941], [-0.088801, 51.506922], [-0.088378, 51.506864], [-0.088509, 51.506513], [-0.08854, 51.506518], [-0.088546, 51.506503], [-0.088603, 51.506525], [-0.088618, 51.50649], [-0.088646, 51.506495], [-0.088631, 51.50653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1850, &quot;postcode&quot;: &quot;SE1 9DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091234, 51.506732], [-0.091173, 51.506854], [-0.091086, 51.506859], [-0.09104, 51.506927], [-0.090816, 51.506882], [-0.090746, 51.506898], [-0.09067, 51.506885], [-0.090625, 51.506895], [-0.090589, 51.506976], [-0.090486, 51.507006], [-0.090465, 51.507049], [-0.090477, 51.507076], [-0.090451, 51.507081], [-0.090389, 51.507073], [-0.090342, 51.507087], [-0.090206, 51.507076], [-0.090161, 51.507059], [-0.090102, 51.507068], [-0.08832, 51.506922], [-0.088349, 51.506856], [-0.088803, 51.506922], [-0.089247, 51.506953], [-0.090104, 51.507049], [-0.090157, 51.507042], [-0.090185, 51.507018], [-0.090181, 51.506983], [-0.09035, 51.5066], [-0.090287, 51.506414], [-0.09026, 51.506388], [-0.090213, 51.506379], [-0.090168, 51.506391], [-0.090113, 51.506472], [-0.089993, 51.506442], [-0.090023, 51.506157], [-0.090284, 51.506228], [-0.090334, 51.506212], [-0.090354, 51.506176], [-0.090503, 51.506189], [-0.090591, 51.506136], [-0.090597, 51.506212], [-0.090567, 51.506234], [-0.090566, 51.506265], [-0.090609, 51.506293], [-0.090706, 51.506299], [-0.090706, 51.506362], [-0.090729, 51.506388], [-0.090773, 51.506399], [-0.091006, 51.506393], [-0.091011, 51.506544], [-0.090969, 51.506641], [-0.09098, 51.506675], [-0.091234, 51.506732]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5091, &quot;postcode&quot;: &quot;SE1 9DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090157, 51.507035], [-0.090119, 51.50705], [-0.089072, 51.506941], [-0.089084, 51.506796], [-0.089137, 51.506655], [-0.089532, 51.506604], [-0.089842, 51.506658], [-0.089857, 51.506714], [-0.089697, 51.506686], [-0.089877, 51.506718], [-0.089884, 51.506719], [-0.089945, 51.506716], [-0.090002, 51.50668], [-0.090193, 51.50634], [-0.09026, 51.506343], [-0.090353, 51.506607], [-0.090157, 51.507035]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3629, &quot;postcode&quot;: &quot;SE1 9DF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092043, 51.507024], [-0.091452, 51.507051], [-0.091381, 51.507041], [-0.091332, 51.507057], [-0.090794, 51.507081], [-0.090811, 51.507042], [-0.091224, 51.506963], [-0.091324, 51.506975], [-0.091379, 51.506934], [-0.091763, 51.506861], [-0.09183, 51.506895], [-0.091929, 51.506906], [-0.091964, 51.506934], [-0.092036, 51.506944], [-0.092043, 51.507024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1022, &quot;postcode&quot;: &quot;SE1 9DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09145, 51.507051], [-0.092043, 51.507024], [-0.092094, 51.507228], [-0.091289, 51.507157], [-0.091345, 51.507031], [-0.09145, 51.507051]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 919, &quot;postcode&quot;: &quot;SE1 9DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097074, 51.507722], [-0.096483, 51.507849], [-0.096328, 51.50774], [-0.096341, 51.507665], [-0.096316, 51.507634], [-0.096002, 51.507606], [-0.09595, 51.507632], [-0.095882, 51.507762], [-0.095897, 51.507795], [-0.095947, 51.507813], [-0.095875, 51.507813], [-0.095833, 51.507851], [-0.095757, 51.507836], [-0.095786, 51.507779], [-0.095772, 51.507746], [-0.095666, 51.507714], [-0.095975, 51.507551], [-0.096019, 51.507317], [-0.096529, 51.507333], [-0.096525, 51.50743], [-0.096544, 51.507457], [-0.096596, 51.507485], [-0.096829, 51.507545], [-0.097074, 51.507722]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2698, &quot;postcode&quot;: &quot;SE1 9DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096035, 51.507829], [-0.096046, 51.507865], [-0.096302, 51.507874], [-0.096293, 51.507926], [-0.096299, 51.50789], [-0.096395, 51.507893], [-0.0963, 51.50817], [-0.095965, 51.508327], [-0.09555, 51.508209], [-0.095553, 51.508197], [-0.095585, 51.508203], [-0.095757, 51.507836], [-0.095833, 51.507851], [-0.095803, 51.507907], [-0.095861, 51.507797], [-0.096035, 51.507829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2165, &quot;postcode&quot;: &quot;SE1 9DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097675, 51.508343], [-0.097494, 51.508358], [-0.097441, 51.508349], [-0.097133, 51.508376], [-0.097053, 51.508396], [-0.096139, 51.508377], [-0.095965, 51.508327], [-0.096295, 51.508168], [-0.096395, 51.507893], [-0.096491, 51.507833], [-0.096558, 51.507834], [-0.097066, 51.507732], [-0.097082, 51.507787], [-0.097131, 51.507809], [-0.097468, 51.507817], [-0.097618, 51.507804], [-0.097637, 51.50794], [-0.097598, 51.507959], [-0.097588, 51.507988], [-0.097646, 51.508294], [-0.097675, 51.508343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6004, &quot;postcode&quot;: &quot;SE1 9DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096483, 51.507849], [-0.096395, 51.507893], [-0.096299, 51.50789], [-0.096249, 51.50787], [-0.096046, 51.507865], [-0.096009, 51.507825], [-0.095862, 51.507797], [-0.095967, 51.507599], [-0.09635, 51.507628], [-0.096336, 51.507741], [-0.096483, 51.507849]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 885, &quot;postcode&quot;: &quot;SE1 9DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097147, 51.507255], [-0.097181, 51.507257], [-0.097177, 51.507354], [-0.096939, 51.507347], [-0.097147, 51.507255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;SE1 9DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09494, 51.506477], [-0.094416, 51.506378], [-0.094346, 51.506394], [-0.094025, 51.506305], [-0.093955, 51.506319], [-0.093938, 51.506359], [-0.094101, 51.5068], [-0.09418, 51.506822], [-0.094235, 51.506786], [-0.094417, 51.506765], [-0.094457, 51.506827], [-0.094436, 51.506901], [-0.09447, 51.506927], [-0.094526, 51.506935], [-0.094551, 51.506974], [-0.094542, 51.507027], [-0.094043, 51.507022], [-0.093899, 51.507267], [-0.093931, 51.507322], [-0.093677, 51.507393], [-0.093402, 51.506994], [-0.093441, 51.506895], [-0.093426, 51.506861], [-0.093266, 51.506803], [-0.093036, 51.506789], [-0.093013, 51.506728], [-0.092897, 51.506704], [-0.092883, 51.50659], [-0.092851, 51.506567], [-0.092807, 51.506561], [-0.092807, 51.506462], [-0.092823, 51.506233], [-0.092878, 51.506157], [-0.092919, 51.505862], [-0.092898, 51.505803], [-0.092772, 51.505651], [-0.093565, 51.505665], [-0.093621, 51.505649], [-0.093639, 51.505621], [-0.093659, 51.505066], [-0.093753, 51.504922], [-0.093771, 51.504928], [-0.093731, 51.505123], [-0.093768, 51.505219], [-0.093854, 51.505279], [-0.093968, 51.505307], [-0.093968, 51.505336], [-0.093996, 51.50536], [-0.094199, 51.505392], [-0.094177, 51.505436], [-0.094235, 51.50547], [-0.094181, 51.50563], [-0.094192, 51.50566], [-0.09423, 51.505678], [-0.094384, 51.505699], [-0.094361, 51.505777], [-0.094398, 51.505813], [-0.094829, 51.505872], [-0.09494, 51.506477]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 18775, &quot;postcode&quot;: &quot;SE1 9EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096253, 51.507229], [-0.096065, 51.507318], [-0.095647, 51.507304], [-0.095715, 51.5072], [-0.095687, 51.50717], [-0.095614, 51.507155], [-0.095603, 51.507087], [-0.095903, 51.507111], [-0.095956, 51.507101], [-0.095997, 51.50713], [-0.096161, 51.507162], [-0.096253, 51.507229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 777, &quot;postcode&quot;: &quot;SE1 9ED&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093272, 51.506804], [-0.093448, 51.506875], [-0.093402, 51.506994], [-0.093677, 51.507393], [-0.093569, 51.507646], [-0.092268, 51.507276], [-0.09285, 51.507105], [-0.092901, 51.506997], [-0.09306, 51.507044], [-0.093195, 51.507005], [-0.092661, 51.506836], [-0.092679, 51.506774], [-0.093109, 51.506831], [-0.092929, 51.506807], [-0.093063, 51.506785], [-0.093272, 51.506804]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4579, &quot;postcode&quot;: &quot;SE1 9EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0933, 51.505107], [-0.093341, 51.505019], [-0.093659, 51.505066], [-0.093637, 51.505666], [-0.092772, 51.505651], [-0.092662, 51.505571], [-0.09275, 51.505527], [-0.092696, 51.50548], [-0.092933, 51.50535], [-0.093053, 51.505196], [-0.093387, 51.505154], [-0.09326, 51.505111], [-0.0933, 51.505107]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3320, &quot;postcode&quot;: &quot;SE1 9EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09594, 51.505516], [-0.095813, 51.505831], [-0.095518, 51.505789], [-0.0955, 51.505752], [-0.095443, 51.505735], [-0.095454, 51.50547], [-0.095506, 51.505445], [-0.09594, 51.505516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1078, &quot;postcode&quot;: &quot;SE1 9EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097107, 51.505715], [-0.09726, 51.505686], [-0.097244, 51.506089], [-0.096807, 51.506043], [-0.096797, 51.506017], [-0.097236, 51.50597], [-0.097157, 51.505821], [-0.096844, 51.505884], [-0.096747, 51.505792], [-0.096793, 51.505659], [-0.097017, 51.505696], [-0.096867, 51.50522], [-0.097077, 51.505123], [-0.097211, 51.505144], [-0.097362, 51.505454], [-0.097294, 51.505482], [-0.097207, 51.505313], [-0.097322, 51.505537], [-0.097362, 51.505613], [-0.097386, 51.505661], [-0.097316, 51.505675], [-0.097107, 51.505715]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2488, &quot;postcode&quot;: &quot;SE1 9EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092919, 51.50586], [-0.09288, 51.505897], [-0.092901, 51.505992], [-0.092879, 51.506163], [-0.092824, 51.506221], [-0.092807, 51.50656], [-0.092781, 51.506599], [-0.092733, 51.506609], [-0.092703, 51.506637], [-0.092366, 51.506584], [-0.092352, 51.506546], [-0.0924, 51.506401], [-0.092422, 51.506225], [-0.092442, 51.505825], [-0.092426, 51.505796], [-0.092346, 51.505744], [-0.092521, 51.505651], [-0.092541, 51.505615], [-0.092432, 51.50553], [-0.092473, 51.505498], [-0.092465, 51.50546], [-0.092225, 51.505301], [-0.092479, 51.505269], [-0.092538, 51.505275], [-0.092648, 51.505248], [-0.092661, 51.505254], [-0.092589, 51.505319], [-0.092535, 51.505326], [-0.092507, 51.505351], [-0.092499, 51.505412], [-0.092561, 51.505442], [-0.092607, 51.505435], [-0.092873, 51.505302], [-0.092932, 51.505349], [-0.092735, 51.505463], [-0.092723, 51.505493], [-0.09275, 51.505527], [-0.092698, 51.505575], [-0.092899, 51.505804], [-0.092919, 51.50586]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4057, &quot;postcode&quot;: &quot;SE1 9EQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095813, 51.505831], [-0.095805, 51.505854], [-0.095931, 51.505877], [-0.095974, 51.505919], [-0.096451, 51.506005], [-0.096171, 51.505975], [-0.095675, 51.506316], [-0.095387, 51.506254], [-0.095331, 51.506101], [-0.095458, 51.505982], [-0.095451, 51.506006], [-0.095459, 51.505979], [-0.095383, 51.50581], [-0.095415, 51.505759], [-0.095443, 51.505735], [-0.095532, 51.505749], [-0.095518, 51.505789], [-0.095813, 51.505831]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2132, &quot;postcode&quot;: &quot;SE1 9EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090794, 51.507082], [-0.091334, 51.507057], [-0.091289, 51.507157], [-0.091039, 51.507111], [-0.091025, 51.507142], [-0.090768, 51.507122], [-0.090794, 51.507082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 262, &quot;postcode&quot;: &quot;SE1 9FE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092781, 51.5066], [-0.092901, 51.506803], [-0.092679, 51.506774], [-0.092722, 51.506639], [-0.092703, 51.506637], [-0.092703, 51.506605], [-0.092781, 51.5066]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 198, &quot;postcode&quot;: &quot;SE1 9FJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094933, 51.507736], [-0.095086, 51.507779], [-0.095068, 51.507807], [-0.095244, 51.507849], [-0.095392, 51.507653], [-0.095359, 51.507709], [-0.095393, 51.507713], [-0.095333, 51.507818], [-0.095422, 51.507662], [-0.095806, 51.507745], [-0.095585, 51.508203], [-0.095547, 51.508196], [-0.09555, 51.508209], [-0.094798, 51.507995], [-0.094933, 51.507736]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2456, &quot;postcode&quot;: &quot;SE1 9HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09537, 51.506803], [-0.095334, 51.506949], [-0.095248, 51.506911], [-0.095268, 51.506768], [-0.09523, 51.506748], [-0.095135, 51.506739], [-0.095153, 51.506596], [-0.095196, 51.506507], [-0.095337, 51.506541], [-0.095289, 51.506756], [-0.095313, 51.506788], [-0.09537, 51.506803]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 375, &quot;postcode&quot;: &quot;SE1 9HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094541, 51.506466], [-0.094417, 51.506765], [-0.094215, 51.506794], [-0.094189, 51.506821], [-0.094177, 51.506909], [-0.094137, 51.506907], [-0.093907, 51.506272], [-0.094346, 51.506394], [-0.094385, 51.506437], [-0.094541, 51.506466]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1553, &quot;postcode&quot;: &quot;SE1 9HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09583, 51.50621], [-0.095915, 51.506395], [-0.095908, 51.506409], [-0.09586, 51.506399], [-0.095933, 51.506427], [-0.095804, 51.506666], [-0.095331, 51.506571], [-0.095337, 51.506541], [-0.095196, 51.506507], [-0.095216, 51.506426], [-0.095375, 51.50636], [-0.095368, 51.506393], [-0.095386, 51.5063], [-0.0957, 51.506363], [-0.095479, 51.506316], [-0.095547, 51.506288], [-0.095675, 51.506316], [-0.09583, 51.50621]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1515, &quot;postcode&quot;: &quot;SE1 9HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094258, 51.505407], [-0.094235, 51.50547], [-0.09389, 51.505511], [-0.093834, 51.505504], [-0.093825, 51.505472], [-0.094101, 51.505439], [-0.094199, 51.505392], [-0.094258, 51.505407]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 172, &quot;postcode&quot;: &quot;SE1 9HG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09509, 51.505079], [-0.095508, 51.505444], [-0.095215, 51.505586], [-0.095454, 51.50547], [-0.095443, 51.505735], [-0.095383, 51.50581], [-0.095459, 51.505979], [-0.095331, 51.506101], [-0.095387, 51.506254], [-0.095547, 51.506288], [-0.095479, 51.506316], [-0.095386, 51.5063], [-0.095375, 51.50636], [-0.095216, 51.506426], [-0.095173, 51.5066], [-0.094956, 51.506564], [-0.094812, 51.50578], [-0.094981, 51.505699], [-0.094839, 51.50568], [-0.094774, 51.505527], [-0.094924, 51.505547], [-0.094847, 51.505478], [-0.094847, 51.505442], [-0.094645, 51.505413], [-0.094687, 51.505343], [-0.09439, 51.505274], [-0.094372, 51.505303], [-0.094309, 51.505288], [-0.094429, 51.50509], [-0.094935, 51.505213], [-0.09509, 51.505079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6346, &quot;postcode&quot;: &quot;SE1 9HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093889, 51.507284], [-0.094028, 51.50702], [-0.094016, 51.507012], [-0.09446, 51.507022], [-0.094875, 51.507053], [-0.094854, 51.507128], [-0.094911, 51.507133], [-0.094858, 51.507306], [-0.094525, 51.507865], [-0.094503, 51.50786], [-0.094475, 51.507903], [-0.093569, 51.507646], [-0.093677, 51.507393], [-0.093932, 51.507322], [-0.093889, 51.507284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5930, &quot;postcode&quot;: &quot;SE1 9HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094956, 51.506563], [-0.094346, 51.506394], [-0.094359, 51.506367], [-0.09494, 51.506477], [-0.094956, 51.506563]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 261, &quot;postcode&quot;: &quot;SE1 9HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09294, 51.504906], [-0.092971, 51.504865], [-0.093172, 51.50492], [-0.093101, 51.505057], [-0.092884, 51.504983], [-0.092907, 51.504952], [-0.092859, 51.504929], [-0.09291, 51.504861], [-0.092961, 51.504879], [-0.09294, 51.504906]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 279, &quot;postcode&quot;: &quot;SE1 9HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095334, 51.506949], [-0.095221, 51.507168], [-0.095193, 51.50729], [-0.094985, 51.507283], [-0.095081, 51.506934], [-0.095052, 51.506894], [-0.094979, 51.50689], [-0.095011, 51.506754], [-0.095064, 51.50677], [-0.095135, 51.506739], [-0.095288, 51.506753], [-0.095255, 51.506896], [-0.095334, 51.506949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 966, &quot;postcode&quot;: &quot;SE1 9HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093387, 51.505154], [-0.093061, 51.505199], [-0.092929, 51.505347], [-0.092883, 51.505322], [-0.092822, 51.505328], [-0.092636, 51.505421], [-0.09254, 51.505508], [-0.092477, 51.505471], [-0.092514, 51.505323], [-0.092497, 51.50529], [-0.092441, 51.505275], [-0.092261, 51.505295], [-0.092387, 51.505002], [-0.092605, 51.505072], [-0.092652, 51.505074], [-0.092815, 51.504998], [-0.09286, 51.504929], [-0.09289, 51.504921], [-0.092921, 51.504991], [-0.093045, 51.505035], [-0.093119, 51.505017], [-0.093158, 51.504943], [-0.093199, 51.504954], [-0.093232, 51.505093], [-0.093387, 51.505154]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2134, &quot;postcode&quot;: &quot;SE1 9HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095747, 51.507177], [-0.095584, 51.507389], [-0.09557, 51.507693], [-0.095475, 51.507674], [-0.095422, 51.507683], [-0.095393, 51.507713], [-0.095334, 51.507731], [-0.095244, 51.507849], [-0.095068, 51.507807], [-0.09504, 51.50777], [-0.09493, 51.507741], [-0.095183, 51.507329], [-0.095253, 51.507095], [-0.095747, 51.507177]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2480, &quot;postcode&quot;: &quot;SE1 9HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094981, 51.505699], [-0.094825, 51.505779], [-0.094829, 51.505872], [-0.094348, 51.505808], [-0.094371, 51.505734], [-0.094355, 51.505705], [-0.094167, 51.50567], [-0.094238, 51.505414], [-0.094197, 51.505392], [-0.093953, 51.505358], [-0.093944, 51.505314], [-0.09381, 51.505254], [-0.09374, 51.505171], [-0.093733, 51.505035], [-0.093771, 51.504928], [-0.093814, 51.5049], [-0.093863, 51.504761], [-0.093973, 51.50476], [-0.094028, 51.504707], [-0.09413, 51.504714], [-0.094529, 51.504824], [-0.094685, 51.504962], [-0.095002, 51.505002], [-0.09509, 51.505079], [-0.094935, 51.505213], [-0.094469, 51.505103], [-0.09441, 51.505125], [-0.09435, 51.505235], [-0.09439, 51.505274], [-0.094687, 51.505343], [-0.09467, 51.505387], [-0.094699, 51.505417], [-0.094847, 51.505442], [-0.094857, 51.505486], [-0.094924, 51.505547], [-0.094855, 51.505543], [-0.094811, 51.505564], [-0.09483, 51.505657], [-0.094868, 51.505683], [-0.094981, 51.505699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6187, &quot;postcode&quot;: &quot;SE1 9HW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096712, 51.506663], [-0.096639, 51.506852], [-0.096323, 51.506774], [-0.096143, 51.50682], [-0.096068, 51.506809], [-0.096038, 51.506798], [-0.096057, 51.506756], [-0.096034, 51.506725], [-0.095805, 51.506666], [-0.095919, 51.506451], [-0.095915, 51.506395], [-0.096485, 51.506516], [-0.096584, 51.506561], [-0.096712, 51.506663]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1925, &quot;postcode&quot;: &quot;SE1 9HZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099461, 51.506686], [-0.09939, 51.507185], [-0.098362, 51.507132], [-0.098303, 51.507153], [-0.098286, 51.507199], [-0.097838, 51.507176], [-0.097768, 51.507128], [-0.098253, 51.506763], [-0.098244, 51.50668], [-0.098092, 51.506638], [-0.097926, 51.50643], [-0.097832, 51.506243], [-0.097879, 51.506212], [-0.098068, 51.506192], [-0.098244, 51.506193], [-0.098536, 51.506159], [-0.098987, 51.506164], [-0.099137, 51.506198], [-0.099215, 51.506199], [-0.099206, 51.506608], [-0.099169, 51.506639], [-0.099166, 51.50667], [-0.099229, 51.506701], [-0.099461, 51.506686]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10009, &quot;postcode&quot;: &quot;SE1 9JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099034, 51.508377], [-0.09883, 51.50837], [-0.098786, 51.508385], [-0.098821, 51.508179], [-0.098896, 51.508173], [-0.098899, 51.508249], [-0.098928, 51.50825], [-0.098928, 51.508263], [-0.099176, 51.508246], [-0.099177, 51.508147], [-0.099254, 51.50815], [-0.09928, 51.508171], [-0.099399, 51.508175], [-0.099416, 51.508163], [-0.099409, 51.508444], [-0.099053, 51.508437], [-0.099075, 51.508407], [-0.099034, 51.508377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 964, &quot;postcode&quot;: &quot;SE1 9JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097675, 51.507745], [-0.09765, 51.507757], [-0.097688, 51.508024], [-0.097862, 51.508049], [-0.097941, 51.508228], [-0.098119, 51.508202], [-0.098114, 51.508188], [-0.098263, 51.508112], [-0.098771, 51.508125], [-0.098809, 51.508151], [-0.098916, 51.508157], [-0.09893, 51.508143], [-0.099114, 51.508146], [-0.099176, 51.508246], [-0.098928, 51.508263], [-0.098928, 51.50825], [-0.098899, 51.508249], [-0.098896, 51.508173], [-0.098821, 51.508179], [-0.098786, 51.508385], [-0.09883, 51.50837], [-0.099034, 51.508377], [-0.099075, 51.508407], [-0.099053, 51.508437], [-0.097055, 51.508396], [-0.09713, 51.508376], [-0.097491, 51.508345], [-0.097494, 51.508358], [-0.097675, 51.508343], [-0.097669, 51.508319], [-0.097009, 51.508369], [-0.097033, 51.508302], [-0.097082, 51.508299], [-0.097104, 51.508317], [-0.097258, 51.508311], [-0.097273, 51.508291], [-0.097303, 51.508289], [-0.097305, 51.508301], [-0.097388, 51.508294], [-0.097384, 51.508282], [-0.097435, 51.508278], [-0.097439, 51.50829], [-0.097651, 51.508266], [-0.09758, 51.507943], [-0.097637, 51.50794], [-0.097618, 51.507804], [-0.097468, 51.507817], [-0.097283, 51.507805], [-0.09728, 51.507819], [-0.097081, 51.507806], [-0.097066, 51.507732], [-0.09775, 51.507493], [-0.097845, 51.507425], [-0.097808, 51.507753], [-0.097675, 51.507745]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4796, &quot;postcode&quot;: &quot;SE1 9JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096932, 51.506508], [-0.09706, 51.506517], [-0.097056, 51.506615], [-0.097016, 51.506612], [-0.096932, 51.506508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 64, &quot;postcode&quot;: &quot;SE1 9JX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097617, 51.506129], [-0.097818, 51.506569], [-0.096924, 51.506507], [-0.096536, 51.506434], [-0.096485, 51.506516], [-0.095915, 51.506395], [-0.09583, 51.50621], [-0.096171, 51.505975], [-0.097617, 51.506129]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6187, &quot;postcode&quot;: &quot;SE1 9JY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096536, 51.506434], [-0.096932, 51.506508], [-0.097016, 51.506612], [-0.096978, 51.50661], [-0.097056, 51.506615], [-0.09706, 51.506517], [-0.097822, 51.506567], [-0.097617, 51.506129], [-0.097578, 51.506125], [-0.097696, 51.506137], [-0.098154, 51.506715], [-0.097403, 51.507265], [-0.097147, 51.507255], [-0.096994, 51.507062], [-0.096714, 51.507043], [-0.096821, 51.506813], [-0.096682, 51.506763], [-0.096712, 51.506663], [-0.096584, 51.506561], [-0.096488, 51.506529], [-0.096485, 51.506516], [-0.096536, 51.506434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6337, &quot;postcode&quot;: &quot;SE1 9JZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091355, 51.506531], [-0.091503, 51.506539], [-0.091522, 51.506438], [-0.091603, 51.506449], [-0.091551, 51.506686], [-0.091491, 51.506811], [-0.091763, 51.506861], [-0.091379, 51.506934], [-0.091351, 51.506988], [-0.091224, 51.506963], [-0.090811, 51.507042], [-0.090826, 51.506883], [-0.09104, 51.506927], [-0.091084, 51.506838], [-0.091173, 51.506854], [-0.091234, 51.506732], [-0.090947, 51.506687], [-0.090989, 51.506596], [-0.091075, 51.506547], [-0.091078, 51.506509], [-0.091368, 51.50649], [-0.091355, 51.506531]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1918, &quot;postcode&quot;: &quot;SE1 9LB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092353, 51.506546], [-0.092006, 51.505586], [-0.092156, 51.505325], [-0.092177, 51.505328], [-0.092193, 51.505376], [-0.092329, 51.505464], [-0.092478, 51.505472], [-0.092501, 51.505489], [-0.092465, 51.505517], [-0.092467, 51.505548], [-0.092582, 51.505626], [-0.092404, 51.505713], [-0.09238, 51.505739], [-0.092391, 51.505772], [-0.092443, 51.505802], [-0.09242, 51.506249], [-0.0924, 51.506401], [-0.092353, 51.506546]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2361, &quot;postcode&quot;: &quot;SE1 9PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089907, 51.505413], [-0.089843, 51.505405], [-0.089788, 51.505434], [-0.089698, 51.50545], [-0.089617, 51.5055], [-0.089579, 51.50557], [-0.089561, 51.505547], [-0.089612, 51.505504], [-0.089609, 51.50547], [-0.089458, 51.505393], [-0.089479, 51.505361], [-0.089463, 51.505332], [-0.089351, 51.505283], [-0.089629, 51.505053], [-0.08977, 51.505297], [-0.089846, 51.50534], [-0.089907, 51.505413]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 857, &quot;postcode&quot;: &quot;SE1 9QG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089005, 51.506088], [-0.088931, 51.506118], [-0.088808, 51.506307], [-0.088746, 51.506325], [-0.088561, 51.506294], [-0.088538, 51.506261], [-0.088479, 51.506242], [-0.088531, 51.506076], [-0.088482, 51.506034], [-0.088528, 51.505994], [-0.08876, 51.506039], [-0.088745, 51.506091], [-0.088815, 51.506123], [-0.088886, 51.506112], [-0.088905, 51.506068], [-0.089005, 51.506088]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 735, &quot;postcode&quot;: &quot;SE1 9QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087885, 51.506409], [-0.087833, 51.506416], [-0.087606, 51.506397], [-0.087544, 51.506413], [-0.087493, 51.506455], [-0.087293, 51.506436], [-0.087135, 51.50638], [-0.087256, 51.506395], [-0.087358, 51.506336], [-0.087468, 51.506342], [-0.087517, 51.506301], [-0.087717, 51.50632], [-0.087749, 51.506345], [-0.087867, 51.506381], [-0.087885, 51.506409]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 401, &quot;postcode&quot;: &quot;SE1 9RA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097712, 51.507504], [-0.097074, 51.507722], [-0.096829, 51.507545], [-0.096775, 51.507341], [-0.097249, 51.507356], [-0.0973, 51.507341], [-0.097712, 51.507504]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1645, &quot;postcode&quot;: &quot;SE1 9RW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092448, 51.506603], [-0.092451, 51.506601], [-0.092491, 51.506609], [-0.092448, 51.506603]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;SE1 9RZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087074, 51.505458], [-0.087093, 51.505444], [-0.087724, 51.505753], [-0.087448, 51.505769], [-0.087401, 51.505758], [-0.087204, 51.505629], [-0.087168, 51.505496], [-0.087272, 51.505539], [-0.087074, 51.505458]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 480, &quot;postcode&quot;: &quot;SE1 9SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097146, 51.507255], [-0.097053, 51.507295], [-0.097046, 51.507341], [-0.096545, 51.507231], [-0.096487, 51.5072], [-0.096526, 51.507095], [-0.096452, 51.50706], [-0.096519, 51.507052], [-0.096558, 51.507], [-0.096803, 51.506865], [-0.096737, 51.506996], [-0.096744, 51.507025], [-0.096793, 51.507048], [-0.096994, 51.507062], [-0.097146, 51.507255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1181, &quot;postcode&quot;: &quot;SE1 9SH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087168, 51.505496], [-0.087164, 51.505518], [-0.087021, 51.505581], [-0.086781, 51.505575], [-0.086745, 51.505607], [-0.08674, 51.505697], [-0.086512, 51.505786], [-0.08644, 51.505755], [-0.0865, 51.505764], [-0.086551, 51.505744], [-0.086758, 51.505449], [-0.08682, 51.505453], [-0.086862, 51.50543], [-0.086871, 51.505335], [-0.087168, 51.505496]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 668, &quot;postcode&quot;: &quot;SE1 9SP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086742, 51.505695], [-0.087164, 51.505518], [-0.087204, 51.505629], [-0.086997, 51.505789], [-0.086888, 51.505762], [-0.086742, 51.505695]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 444, &quot;postcode&quot;: &quot;SE1 9SS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099177, 51.508147], [-0.099176, 51.508238], [-0.099114, 51.508146], [-0.09893, 51.508143], [-0.098916, 51.508157], [-0.098809, 51.508151], [-0.098771, 51.508125], [-0.098263, 51.508112], [-0.098114, 51.508188], [-0.098119, 51.508202], [-0.097941, 51.508228], [-0.097862, 51.508049], [-0.097688, 51.508024], [-0.09765, 51.507757], [-0.097675, 51.507745], [-0.097808, 51.507753], [-0.097858, 51.507435], [-0.097732, 51.507338], [-0.097797, 51.507306], [-0.097662, 51.507204], [-0.097768, 51.507128], [-0.097838, 51.507176], [-0.098288, 51.5072], [-0.098298, 51.507129], [-0.09939, 51.507185], [-0.099461, 51.506686], [-0.100021, 51.506655], [-0.099433, 51.50749], [-0.099416, 51.508163], [-0.099399, 51.508175], [-0.09928, 51.508171], [-0.099238, 51.50815], [-0.099254, 51.50815], [-0.099177, 51.508147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14484, &quot;postcode&quot;: &quot;SE1 9TG&quot;}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});\n",
"\n",
" \n",
" \n",
" geo_json_ffaea7e013d2c9680ecf70b4100a8c7e.bindTooltip(\n",
" function(layer){\n",
" let div = L.DomUtil.create(&#x27;div&#x27;);\n",
" \n",
" let handleObject = feature =&gt; {\n",
" if (feature === null) {\n",
" return &#x27;&#x27;;\n",
" } else if (typeof(feature)==&#x27;object&#x27;) {\n",
" return JSON.stringify(feature);\n",
" } else {\n",
" return feature;\n",
" }\n",
" }\n",
" let fields = [&quot;postcode&quot;, &quot;area_sqm&quot;];\n",
" let aliases = [&quot;postcode&quot;, &quot;area_sqm&quot;];\n",
" let table = &#x27;&lt;table&gt;&#x27; +\n",
" String(\n",
" fields.map(\n",
" (v,i)=&gt;\n",
" `&lt;tr&gt;\n",
" &lt;th&gt;${aliases[i]}&lt;/th&gt;\n",
" \n",
" &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;\n",
" &lt;/tr&gt;`).join(&#x27;&#x27;))\n",
" +&#x27;&lt;/table&gt;&#x27;;\n",
" div.innerHTML=table;\n",
" \n",
" return div\n",
" }\n",
" ,{\n",
" &quot;sticky&quot;: true,\n",
" &quot;className&quot;: &quot;foliumtooltip&quot;,\n",
"});\n",
" \n",
" \n",
" geo_json_ffaea7e013d2c9680ecf70b4100a8c7e.addTo(feature_group_818553276a00f0c04daad344b8c9c6e3);\n",
" \n",
" \n",
" feature_group_818553276a00f0c04daad344b8c9c6e3.addTo(map_3d3ffd5822a435ea69039f38fc9f0b4f);\n",
" \n",
" \n",
" var feature_group_31f6075d5845eab80a3871740b90a69c = L.featureGroup(\n",
" {\n",
"}\n",
" );\n",
" \n",
" \n",
" function geo_json_620ae2a882c487ac6fa0e5d72e39adfc_styler(feature) {\n",
" switch(feature.properties.postcode) {\n",
" default:\n",
" return {&quot;color&quot;: &quot;#ff7800&quot;, &quot;fillColor&quot;: &quot;#ff7800&quot;, &quot;fillOpacity&quot;: 0.3, &quot;weight&quot;: 1};\n",
" }\n",
" }\n",
"\n",
" function geo_json_620ae2a882c487ac6fa0e5d72e39adfc_onEachFeature(feature, layer) {\n",
"\n",
" layer.on({\n",
" });\n",
" };\n",
" var geo_json_620ae2a882c487ac6fa0e5d72e39adfc = L.geoJson(null, {\n",
" onEachFeature: geo_json_620ae2a882c487ac6fa0e5d72e39adfc_onEachFeature,\n",
" \n",
" style: geo_json_620ae2a882c487ac6fa0e5d72e39adfc_styler,\n",
" ...{\n",
"}\n",
" });\n",
"\n",
" function geo_json_620ae2a882c487ac6fa0e5d72e39adfc_add (data) {\n",
" geo_json_620ae2a882c487ac6fa0e5d72e39adfc\n",
" .addData(data);\n",
" }\n",
" geo_json_620ae2a882c487ac6fa0e5d72e39adfc_add({&quot;features&quot;: [{&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077888, 51.518201], [-0.07778, 51.518409], [-0.077452, 51.518563], [-0.077386, 51.518572], [-0.077316, 51.518627], [-0.077305, 51.518664], [-0.077231, 51.518658], [-0.077186, 51.51867], [-0.077151, 51.518759], [-0.077068, 51.518743], [-0.07715, 51.51838], [-0.077141, 51.518349], [-0.077794, 51.518043], [-0.077888, 51.518201]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2024, &quot;postcode&quot;: &quot;E1 6AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078366, 51.518829], [-0.07884, 51.518815], [-0.078859, 51.518871], [-0.078845, 51.518883], [-0.078998, 51.518873], [-0.078996, 51.518884], [-0.078113, 51.518965], [-0.078067, 51.5188], [-0.078162, 51.518777], [-0.078158, 51.518875], [-0.078371, 51.518874], [-0.078366, 51.518829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 598, &quot;postcode&quot;: &quot;E1 6AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079222, 51.520918], [-0.079187, 51.521014], [-0.079203, 51.52105], [-0.079084, 51.521226], [-0.07905, 51.521235], [-0.078832, 51.521217], [-0.078735, 51.521275], [-0.078721, 51.521303], [-0.078599, 51.521366], [-0.078522, 51.521371], [-0.078745, 51.520749], [-0.078947, 51.520858], [-0.079009, 51.520875], [-0.079046, 51.520916], [-0.079105, 51.520924], [-0.079155, 51.520908], [-0.079222, 51.520918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1713, &quot;postcode&quot;: &quot;E1 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077151, 51.518759], [-0.077141, 51.518807], [-0.076875, 51.518839], [-0.076892, 51.51877], [-0.077058, 51.518786], [-0.077066, 51.518753], [-0.077151, 51.518759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 104, &quot;postcode&quot;: &quot;E1 6GN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077215, 51.518314], [-0.077156, 51.518356], [-0.077086, 51.518664], [-0.077147, 51.518757], [-0.077091, 51.518761], [-0.077058, 51.518786], [-0.076928, 51.518779], [-0.07689, 51.518798], [-0.076875, 51.518839], [-0.076706, 51.518859], [-0.076369, 51.518284], [-0.076628, 51.518171], [-0.077023, 51.518231], [-0.077215, 51.518314]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2849, &quot;postcode&quot;: &quot;E1 6HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075148, 51.515284], [-0.07582, 51.515731], [-0.076301, 51.515396], [-0.076395, 51.515413], [-0.075824, 51.515829], [-0.075119, 51.515306], [-0.075148, 51.515284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 693, &quot;postcode&quot;: &quot;E1 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076076, 51.517669], [-0.076116, 51.517639], [-0.076136, 51.517665], [-0.076076, 51.517669]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;E1 7AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076009, 51.515875], [-0.076009, 51.515875], [-0.075993, 51.515863], [-0.076009, 51.515875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;E1 7AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078765, 51.51545], [-0.078618, 51.515555], [-0.078509, 51.515496], [-0.078552, 51.515512], [-0.0786, 51.515509], [-0.078722, 51.515426], [-0.078765, 51.51545]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 67, &quot;postcode&quot;: &quot;E1 7AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077626, 51.515626], [-0.077088, 51.515355], [-0.077122, 51.515323], [-0.077167, 51.515349], [-0.077225, 51.515357], [-0.077309, 51.515317], [-0.07729, 51.515342], [-0.077299, 51.515371], [-0.077626, 51.515571], [-0.077626, 51.515626]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 258, &quot;postcode&quot;: &quot;E1 7BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075139, 51.51528], [-0.07511, 51.5153], [-0.074415, 51.514784], [-0.074408, 51.514744], [-0.074204, 51.514603], [-0.074211, 51.514583], [-0.074467, 51.51475], [-0.074527, 51.514756], [-0.074693, 51.514718], [-0.074863, 51.514844], [-0.074752, 51.514908], [-0.074743, 51.51495], [-0.074954, 51.515163], [-0.07502, 51.515197], [-0.075072, 51.515204], [-0.075076, 51.515239], [-0.075139, 51.51528]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 667, &quot;postcode&quot;: &quot;E1 7BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077334, 51.515472], [-0.077287, 51.51559], [-0.077229, 51.515603], [-0.07699, 51.51546], [-0.076996, 51.515425], [-0.077035, 51.515388], [-0.077022, 51.515351], [-0.076878, 51.515256], [-0.076806, 51.515228], [-0.076763, 51.515232], [-0.076721, 51.515257], [-0.076675, 51.515241], [-0.07662, 51.51525], [-0.076395, 51.515413], [-0.076408, 51.515321], [-0.076544, 51.515212], [-0.07653, 51.515179], [-0.076441, 51.515124], [-0.076611, 51.514884], [-0.076832, 51.514896], [-0.076936, 51.514941], [-0.076989, 51.514943], [-0.076903, 51.515021], [-0.076928, 51.515071], [-0.076871, 51.515122], [-0.076872, 51.515155], [-0.077096, 51.515299], [-0.077131, 51.515374], [-0.077334, 51.515472]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1661, &quot;postcode&quot;: &quot;E1 7BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077491, 51.517409], [-0.077433, 51.517403], [-0.077145, 51.516936], [-0.076927, 51.51665], [-0.076842, 51.51658], [-0.076521, 51.516518], [-0.076046, 51.516028], [-0.07604, 51.515941], [-0.075851, 51.51581], [-0.07588, 51.515788], [-0.076524, 51.516233], [-0.076869, 51.516546], [-0.076942, 51.516554], [-0.07704, 51.516508], [-0.077116, 51.516541], [-0.076996, 51.516633], [-0.076986, 51.516672], [-0.077168, 51.516885], [-0.077491, 51.517409]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1683, &quot;postcode&quot;: &quot;E1 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077957, 51.515829], [-0.077945, 51.51596], [-0.077888, 51.515945], [-0.077838, 51.515958], [-0.077349, 51.516352], [-0.07728, 51.516396], [-0.077198, 51.516382], [-0.077766, 51.515911], [-0.07775, 51.515879], [-0.077675, 51.515847], [-0.077695, 51.515713], [-0.077671, 51.51568], [-0.077619, 51.515667], [-0.077516, 51.515681], [-0.077428, 51.515722], [-0.077229, 51.515603], [-0.077292, 51.515575], [-0.077329, 51.515469], [-0.077939, 51.515769], [-0.077957, 51.515829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1187, &quot;postcode&quot;: &quot;E1 7DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079029, 51.515759], [-0.078943, 51.515846], [-0.078882, 51.515819], [-0.078815, 51.51583], [-0.078603, 51.51602], [-0.078577, 51.515908], [-0.078842, 51.515706], [-0.078935, 51.515677], [-0.078967, 51.515701], [-0.078975, 51.515739], [-0.079029, 51.515759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 379, &quot;postcode&quot;: &quot;E1 7DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076059, 51.515952], [-0.07605, 51.515967], [-0.076032, 51.515934], [-0.076059, 51.515952]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;E1 7EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077062, 51.515377], [-0.076996, 51.515425], [-0.077021, 51.515438], [-0.07699, 51.51546], [-0.077229, 51.515603], [-0.076733, 51.515719], [-0.076901, 51.515997], [-0.077428, 51.515722], [-0.077569, 51.515806], [-0.077728, 51.515868], [-0.077804, 51.5158], [-0.077864, 51.515832], [-0.07702, 51.516523], [-0.076889, 51.516571], [-0.076523, 51.516232], [-0.07588, 51.515788], [-0.076664, 51.515216], [-0.076721, 51.515257], [-0.076785, 51.515211], [-0.077062, 51.515377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8809, &quot;postcode&quot;: &quot;E1 7EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077703, 51.515661], [-0.077695, 51.515683], [-0.077675, 51.515847], [-0.077569, 51.515806], [-0.077428, 51.515722], [-0.077505, 51.515682], [-0.077703, 51.515661]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 231, &quot;postcode&quot;: &quot;E1 7ED&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077428, 51.515722], [-0.076901, 51.515997], [-0.076733, 51.515719], [-0.077229, 51.515603], [-0.077428, 51.515722]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1060, &quot;postcode&quot;: &quot;E1 7EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075148, 51.515284], [-0.075119, 51.515306], [-0.075103, 51.515261], [-0.075018, 51.5152], [-0.075083, 51.515193], [-0.075107, 51.515255], [-0.075148, 51.515284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 27, &quot;postcode&quot;: &quot;E1 7EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077287, 51.517309], [-0.077069, 51.517102], [-0.076998, 51.517105], [-0.076958, 51.517122], [-0.076946, 51.517156], [-0.076972, 51.517188], [-0.076807, 51.517227], [-0.076766, 51.517158], [-0.076735, 51.51714], [-0.076595, 51.517157], [-0.076373, 51.516843], [-0.076608, 51.516775], [-0.076681, 51.516731], [-0.07669, 51.516696], [-0.076628, 51.516659], [-0.076532, 51.516678], [-0.07632, 51.516477], [-0.07645, 51.516444], [-0.076529, 51.516513], [-0.077019, 51.51662], [-0.076966, 51.516666], [-0.076966, 51.516696], [-0.077353, 51.517262], [-0.077287, 51.517309]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2915, &quot;postcode&quot;: &quot;E1 7EZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078427, 51.518116], [-0.078623, 51.518134], [-0.078619, 51.518271], [-0.078415, 51.518275], [-0.078422, 51.518312], [-0.078239, 51.518327], [-0.078253, 51.51823], [-0.078171, 51.518226], [-0.077937, 51.518336], [-0.077895, 51.518188], [-0.077837, 51.518105], [-0.078427, 51.518116]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 963, &quot;postcode&quot;: &quot;E1 7HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077134, 51.517904], [-0.076921, 51.518044], [-0.076873, 51.517883], [-0.0771, 51.517887], [-0.077134, 51.517904]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 171, &quot;postcode&quot;: &quot;E1 7HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077662, 51.517827], [-0.077646, 51.517858], [-0.077516, 51.517896], [-0.077525, 51.51796], [-0.076989, 51.518044], [-0.07697, 51.518012], [-0.07752, 51.517649], [-0.077577, 51.517668], [-0.077662, 51.517827]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 902, &quot;postcode&quot;: &quot;E1 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076015, 51.517507], [-0.076329, 51.517412], [-0.07628, 51.517348], [-0.07674, 51.517243], [-0.076879, 51.517436], [-0.077067, 51.517396], [-0.077048, 51.517364], [-0.077233, 51.517327], [-0.077346, 51.517489], [-0.077454, 51.51757], [-0.077501, 51.517662], [-0.077134, 51.517904], [-0.0771, 51.517887], [-0.076875, 51.517889], [-0.076827, 51.517729], [-0.07607, 51.517716], [-0.076047, 51.517687], [-0.076076, 51.517669], [-0.076136, 51.517665], [-0.076015, 51.517507]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4280, &quot;postcode&quot;: &quot;E1 7HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079458, 51.518373], [-0.079452, 51.518409], [-0.079191, 51.51842], [-0.078237, 51.518531], [-0.078092, 51.518596], [-0.078011, 51.518594], [-0.077937, 51.518336], [-0.078171, 51.518226], [-0.078253, 51.51823], [-0.078239, 51.518327], [-0.078183, 51.518343], [-0.078164, 51.518375], [-0.078216, 51.518441], [-0.07827, 51.51846], [-0.079193, 51.51837], [-0.079458, 51.518373]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1114, &quot;postcode&quot;: &quot;E1 7HW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079582, 51.518108], [-0.079508, 51.518235], [-0.079239, 51.518203], [-0.079199, 51.518219], [-0.079182, 51.51825], [-0.079114, 51.518262], [-0.079087, 51.518302], [-0.078971, 51.518297], [-0.078966, 51.518257], [-0.0789, 51.518232], [-0.078897, 51.518182], [-0.078848, 51.518154], [-0.078756, 51.518146], [-0.078712, 51.518157], [-0.078688, 51.518183], [-0.078678, 51.518264], [-0.078619, 51.518271], [-0.078621, 51.518167], [-0.078574, 51.518132], [-0.07836, 51.518112], [-0.077837, 51.518105], [-0.077722, 51.517939], [-0.077433, 51.517403], [-0.077491, 51.517409], [-0.07782, 51.517591], [-0.07792, 51.517625], [-0.078138, 51.51765], [-0.078198, 51.517636], [-0.078269, 51.51764], [-0.07826, 51.517727], [-0.078291, 51.517767], [-0.07873, 51.517846], [-0.078715, 51.517944], [-0.078856, 51.518011], [-0.079025, 51.518051], [-0.07952, 51.518116], [-0.079582, 51.518108]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4664, &quot;postcode&quot;: &quot;E1 7HY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079455, 51.516968], [-0.079337, 51.5171], [-0.079008, 51.516984], [-0.078927, 51.516999], [-0.078664, 51.517389], [-0.078546, 51.517366], [-0.078486, 51.517401], [-0.078436, 51.517567], [-0.078468, 51.517589], [-0.078586, 51.517619], [-0.078641, 51.517619], [-0.078664, 51.517636], [-0.078348, 51.517784], [-0.078281, 51.517773], [-0.078195, 51.517659], [-0.077883, 51.517621], [-0.077848, 51.5176], [-0.077801, 51.517596], [-0.077778, 51.517563], [-0.077488, 51.51741], [-0.077371, 51.517396], [-0.077287, 51.517309], [-0.077353, 51.517262], [-0.077406, 51.517348], [-0.077519, 51.517412], [-0.078172, 51.517483], [-0.078226, 51.517475], [-0.07903, 51.516479], [-0.079254, 51.516548], [-0.079152, 51.516691], [-0.079078, 51.51672], [-0.079016, 51.516803], [-0.07902, 51.516839], [-0.079056, 51.51686], [-0.079455, 51.516968]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4085, &quot;postcode&quot;: &quot;E1 7JF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078961, 51.517861], [-0.078929, 51.51803], [-0.07876, 51.517972], [-0.078768, 51.517948], [-0.078961, 51.517861]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 143, &quot;postcode&quot;: &quot;E1 7JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07583, 51.517269], [-0.075888, 51.517344], [-0.075811, 51.517378], [-0.075741, 51.517286], [-0.07583, 51.517269]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 66, &quot;postcode&quot;: &quot;E1 7LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076764, 51.516769], [-0.076684, 51.516754], [-0.076247, 51.516877], [-0.076281, 51.516751], [-0.07618, 51.516588], [-0.076363, 51.516516], [-0.076517, 51.516657], [-0.076569, 51.516666], [-0.076645, 51.516647], [-0.076764, 51.516769]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 748, &quot;postcode&quot;: &quot;E1 7LB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076807, 51.517227], [-0.076506, 51.517297], [-0.076498, 51.51725], [-0.076408, 51.517215], [-0.076196, 51.517258], [-0.076197, 51.517091], [-0.076169, 51.517033], [-0.07622, 51.516999], [-0.076223, 51.516966], [-0.076162, 51.51689], [-0.076104, 51.516871], [-0.076052, 51.516873], [-0.075931, 51.516686], [-0.07593, 51.516651], [-0.075894, 51.516629], [-0.07582, 51.516512], [-0.075946, 51.516473], [-0.075962, 51.516519], [-0.07592, 51.516543], [-0.075912, 51.516573], [-0.075948, 51.516623], [-0.075996, 51.516638], [-0.076314, 51.516525], [-0.076322, 51.516533], [-0.076222, 51.516572], [-0.0762, 51.516599], [-0.076222, 51.51667], [-0.076292, 51.516745], [-0.076276, 51.516822], [-0.076316, 51.516845], [-0.076373, 51.516843], [-0.076494, 51.517007], [-0.07658, 51.517015], [-0.076532, 51.517059], [-0.07658, 51.51713], [-0.076638, 51.517145], [-0.076715, 51.51713], [-0.076795, 51.517195], [-0.076807, 51.517227]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1805, &quot;postcode&quot;: &quot;E1 7LE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077067, 51.517396], [-0.076879, 51.517436], [-0.07674, 51.517243], [-0.077101, 51.517157], [-0.077141, 51.517167], [-0.077235, 51.517326], [-0.077048, 51.517364], [-0.077067, 51.517396]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 622, &quot;postcode&quot;: &quot;E1 7LF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077007, 51.517103], [-0.076944, 51.517138], [-0.076872, 51.517098], [-0.076973, 51.517071], [-0.077007, 51.517103]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;E1 7LG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077794, 51.518043], [-0.077272, 51.518287], [-0.077215, 51.518261], [-0.077149, 51.518278], [-0.077023, 51.518231], [-0.077097, 51.518176], [-0.077081, 51.518031], [-0.077307, 51.517996], [-0.077374, 51.518047], [-0.077434, 51.518057], [-0.077673, 51.518031], [-0.077707, 51.518009], [-0.077711, 51.517978], [-0.077743, 51.517969], [-0.077794, 51.518043]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 917, &quot;postcode&quot;: &quot;E1 7LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075741, 51.517286], [-0.07553, 51.517011], [-0.07587, 51.516923], [-0.075905, 51.516975], [-0.075987, 51.516951], [-0.07601, 51.516958], [-0.076072, 51.51706], [-0.076169, 51.517051], [-0.0762, 51.517088], [-0.076189, 51.517247], [-0.076179, 51.517234], [-0.075861, 51.517308], [-0.07583, 51.517269], [-0.075741, 51.517286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1260, &quot;postcode&quot;: &quot;E1 7LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079244, 51.518415], [-0.079151, 51.51844], [-0.079149, 51.518506], [-0.078883, 51.518532], [-0.078856, 51.518562], [-0.078867, 51.518618], [-0.078843, 51.518583], [-0.078791, 51.518571], [-0.078323, 51.518626], [-0.078285, 51.518668], [-0.078219, 51.518668], [-0.078179, 51.518685], [-0.078162, 51.518777], [-0.078067, 51.5188], [-0.078009, 51.518594], [-0.078105, 51.51859], [-0.078153, 51.518552], [-0.078208, 51.518534], [-0.078513, 51.5185], [-0.078551, 51.518521], [-0.078598, 51.518524], [-0.078709, 51.518476], [-0.079244, 51.518415]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 925, &quot;postcode&quot;: &quot;E1 7LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076521, 51.517258], [-0.076506, 51.517297], [-0.076322, 51.517347], [-0.076308, 51.517376], [-0.076329, 51.517412], [-0.076052, 51.517501], [-0.076041, 51.517539], [-0.076116, 51.517639], [-0.076047, 51.517687], [-0.075811, 51.517378], [-0.075862, 51.517349], [-0.075861, 51.517308], [-0.076179, 51.517234], [-0.076241, 51.517247], [-0.076402, 51.51721], [-0.076521, 51.517258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1032, &quot;postcode&quot;: &quot;E1 7LQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079195, 51.51837], [-0.078855, 51.518405], [-0.078818, 51.51843], [-0.078819, 51.518463], [-0.078647, 51.518506], [-0.07858, 51.518546], [-0.078466, 51.518449], [-0.078236, 51.518464], [-0.078126, 51.518344], [-0.078369, 51.518312], [-0.078415, 51.518275], [-0.078646, 51.518265], [-0.07868, 51.518238], [-0.078695, 51.518139], [-0.07891, 51.51816], [-0.078913, 51.518209], [-0.078983, 51.518237], [-0.078997, 51.518276], [-0.079038, 51.518292], [-0.079094, 51.518285], [-0.079167, 51.518297], [-0.079195, 51.51837]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1476, &quot;postcode&quot;: &quot;E1 7LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077723, 51.518278], [-0.07742, 51.518421], [-0.077382, 51.518393], [-0.077663, 51.518262], [-0.077723, 51.518278]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 101, &quot;postcode&quot;: &quot;E1 7NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076117, 51.516317], [-0.076053, 51.516353], [-0.076067, 51.516406], [-0.076, 51.516444], [-0.075926, 51.51641], [-0.075846, 51.516428], [-0.075763, 51.51635], [-0.075808, 51.516318], [-0.076038, 51.516243], [-0.076117, 51.516317]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 298, &quot;postcode&quot;: &quot;E1 7PN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075801, 51.516087], [-0.075733, 51.515987], [-0.075692, 51.516], [-0.075672, 51.515969], [-0.075699, 51.515961], [-0.075759, 51.515984], [-0.075799, 51.515973], [-0.075833, 51.516026], [-0.075815, 51.516031], [-0.075832, 51.516068], [-0.075801, 51.516087]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 56, &quot;postcode&quot;: &quot;E1 7QD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075946, 51.516473], [-0.076067, 51.516406], [-0.07612, 51.516406], [-0.076328, 51.516325], [-0.07645, 51.516444], [-0.07632, 51.516477], [-0.076363, 51.516516], [-0.07624, 51.516551], [-0.075931, 51.516686], [-0.075894, 51.516629], [-0.07593, 51.516598], [-0.075902, 51.516553], [-0.075962, 51.516519], [-0.075946, 51.516473]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 699, &quot;postcode&quot;: &quot;E1 7TB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076243, 51.516359], [-0.07612, 51.516406], [-0.076036, 51.516412], [-0.075946, 51.516473], [-0.075819, 51.516512], [-0.075692, 51.516315], [-0.075629, 51.516251], [-0.075661, 51.516241], [-0.075728, 51.516315], [-0.075823, 51.516328], [-0.075794, 51.516373], [-0.075847, 51.51641], [-0.075992, 51.516393], [-0.076084, 51.516321], [-0.076068, 51.516273], [-0.076011, 51.51626], [-0.075955, 51.516276], [-0.075963, 51.516245], [-0.076114, 51.516244], [-0.076158, 51.516231], [-0.076221, 51.516284], [-0.076211, 51.516319], [-0.076243, 51.516359]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 423, &quot;postcode&quot;: &quot;E1 7TF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075692, 51.516], [-0.075652, 51.516012], [-0.075733, 51.515987], [-0.075749, 51.516001], [-0.075812, 51.516111], [-0.075669, 51.516189], [-0.075684, 51.516209], [-0.075609, 51.516231], [-0.075448, 51.516072], [-0.075507, 51.516055], [-0.075448, 51.516072], [-0.07542, 51.516045], [-0.075672, 51.515969], [-0.075692, 51.516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 437, &quot;postcode&quot;: &quot;E1 7TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074482, 51.514212], [-0.074415, 51.514229], [-0.074273, 51.514019], [-0.074218, 51.513995], [-0.074167, 51.514002], [-0.073916, 51.514097], [-0.073886, 51.514137], [-0.073797, 51.514155], [-0.073447, 51.513548], [-0.073522, 51.513517], [-0.073813, 51.513473], [-0.073818, 51.513504], [-0.073859, 51.513527], [-0.074032, 51.513512], [-0.074151, 51.513554], [-0.074254, 51.51357], [-0.074253, 51.513675], [-0.074358, 51.513794], [-0.074308, 51.513835], [-0.074403, 51.514003], [-0.074372, 51.514023], [-0.074366, 51.514054], [-0.074482, 51.514212]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3146, &quot;postcode&quot;: &quot;E1 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075096, 51.51398], [-0.074944, 51.514032], [-0.074908, 51.513989], [-0.074934, 51.513938], [-0.074895, 51.513909], [-0.074786, 51.513921], [-0.074708, 51.513905], [-0.074584, 51.513929], [-0.074552, 51.513953], [-0.074549, 51.513979], [-0.07467, 51.514131], [-0.074541, 51.514173], [-0.074329, 51.513883], [-0.07426, 51.513851], [-0.074256, 51.513819], [-0.074311, 51.5138], [-0.074327, 51.513771], [-0.07425, 51.513673], [-0.074237, 51.513576], [-0.074027, 51.513512], [-0.07378, 51.513547], [-0.073813, 51.513473], [-0.074106, 51.513418], [-0.074133, 51.513318], [-0.074094, 51.513282], [-0.074896, 51.512953], [-0.074947, 51.513072], [-0.074925, 51.513096], [-0.074928, 51.513142], [-0.074878, 51.513155], [-0.074855, 51.513182], [-0.07488, 51.513284], [-0.074874, 51.513364], [-0.074997, 51.513724], [-0.074991, 51.513759], [-0.075024, 51.513806], [-0.074993, 51.513854], [-0.075096, 51.51398]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5244, &quot;postcode&quot;: &quot;E1 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.072927, 51.511303], [-0.072929, 51.511327], [-0.073156, 51.511321], [-0.073088, 51.511362], [-0.073038, 51.511365], [-0.073113, 51.511777], [-0.073342, 51.511759], [-0.073357, 51.511822], [-0.07319, 51.511837], [-0.073251, 51.512181], [-0.073452, 51.512161], [-0.073373, 51.5122], [-0.07313, 51.512219], [-0.072902, 51.511313], [-0.072927, 51.511303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 981, &quot;postcode&quot;: &quot;E1 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.073326, 51.512586], [-0.073191, 51.512571], [-0.07313, 51.51222], [-0.073264, 51.512211], [-0.073326, 51.512586]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 391, &quot;postcode&quot;: &quot;E1 8AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075109, 51.511191], [-0.075036, 51.511182], [-0.074763, 51.511237], [-0.074638, 51.511207], [-0.074592, 51.511227], [-0.074575, 51.511265], [-0.074386, 51.511274], [-0.074228, 51.511319], [-0.073993, 51.511326], [-0.073927, 51.511302], [-0.072929, 51.511327], [-0.072912, 51.510996], [-0.073045, 51.510986], [-0.073073, 51.510962], [-0.073076, 51.510923], [-0.07325, 51.51091], [-0.073524, 51.510706], [-0.073827, 51.510903], [-0.073988, 51.510905], [-0.074029, 51.51087], [-0.074042, 51.510584], [-0.074171, 51.510587], [-0.074258, 51.510645], [-0.074334, 51.510782], [-0.074366, 51.510804], [-0.074632, 51.51084], [-0.074896, 51.510943], [-0.074951, 51.510935], [-0.075015, 51.510887], [-0.075109, 51.511191]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7475, &quot;postcode&quot;: &quot;E1 8AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.073951, 51.514229], [-0.074003, 51.514262], [-0.074042, 51.514247], [-0.074092, 51.514308], [-0.074165, 51.514283], [-0.07418, 51.514316], [-0.074122, 51.514335], [-0.074213, 51.514566], [-0.074311, 51.514528], [-0.074278, 51.514626], [-0.074219, 51.514583], [-0.074203, 51.514602], [-0.074266, 51.514648], [-0.074256, 51.514666], [-0.073969, 51.514453], [-0.073797, 51.514155], [-0.073886, 51.514137], [-0.073951, 51.514229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 633, &quot;postcode&quot;: &quot;E1 8AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.072983, 51.511094], [-0.072921, 51.511127], [-0.072927, 51.511303], [-0.072902, 51.511313], [-0.072764, 51.510803], [-0.07274, 51.510183], [-0.072772, 51.510212], [-0.072973, 51.510993], [-0.072936, 51.511042], [-0.072983, 51.511094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 885, &quot;postcode&quot;: &quot;E1 8BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074659, 51.512433], [-0.074573, 51.512447], [-0.074539, 51.512468], [-0.074554, 51.512584], [-0.074276, 51.512617], [-0.074244, 51.512645], [-0.074252, 51.512695], [-0.073327, 51.512587], [-0.073264, 51.51221], [-0.073372, 51.512199], [-0.07345, 51.512168], [-0.073532, 51.512184], [-0.073835, 51.512161], [-0.073871, 51.512141], [-0.073892, 51.512092], [-0.073994, 51.512076], [-0.074026, 51.512038], [-0.07409, 51.512067], [-0.074277, 51.512052], [-0.074307, 51.512095], [-0.074353, 51.512112], [-0.074557, 51.512094], [-0.074615, 51.512195], [-0.074659, 51.512433]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5049, &quot;postcode&quot;: &quot;E1 8BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.073993, 51.511326], [-0.074417, 51.511313], [-0.074423, 51.51135], [-0.074369, 51.511352], [-0.074408, 51.511635], [-0.073656, 51.511706], [-0.073654, 51.511724], [-0.073565, 51.51173], [-0.073572, 51.511765], [-0.073362, 51.511757], [-0.073383, 51.511748], [-0.073113, 51.511777], [-0.073038, 51.511365], [-0.073088, 51.511362], [-0.073137, 51.511328], [-0.073214, 51.511312], [-0.07399, 51.511301], [-0.073993, 51.511326]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4026, &quot;postcode&quot;: &quot;E1 8BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075207, 51.511567], [-0.074955, 51.511588], [-0.074903, 51.51162], [-0.074866, 51.511596], [-0.074844, 51.51149], [-0.074979, 51.511478], [-0.075042, 51.511499], [-0.075189, 51.511487], [-0.075207, 51.511567]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 252, &quot;postcode&quot;: &quot;E1 8BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075231, 51.511592], [-0.075238, 51.511701], [-0.07521, 51.511669], [-0.075156, 51.51166], [-0.07396, 51.511761], [-0.073923, 51.511787], [-0.073921, 51.511826], [-0.073944, 51.511882], [-0.074, 51.511902], [-0.074033, 51.512074], [-0.073906, 51.512096], [-0.073867, 51.51216], [-0.073521, 51.512185], [-0.073424, 51.512165], [-0.073251, 51.512181], [-0.07319, 51.511837], [-0.073318, 51.51182], [-0.073345, 51.511794], [-0.073343, 51.511759], [-0.073506, 51.511762], [-0.073567, 51.51173], [-0.074414, 51.511672], [-0.075231, 51.511592]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2985, &quot;postcode&quot;: &quot;E1 8RB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098718, 51.515914], [-0.098657, 51.516418], [-0.098671, 51.516672], [-0.097858, 51.5166], [-0.097959, 51.516473], [-0.098492, 51.516205], [-0.098558, 51.516138], [-0.098685, 51.51592], [-0.098718, 51.515914]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2114, &quot;postcode&quot;: &quot;EC1A 1HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097688, 51.520681], [-0.097638, 51.52071], [-0.097556, 51.520916], [-0.097541, 51.520901], [-0.097578, 51.520717], [-0.097688, 51.520681]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 61, &quot;postcode&quot;: &quot;EC1A 4AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097921, 51.516051], [-0.098118, 51.516076], [-0.097959, 51.516473], [-0.097858, 51.5166], [-0.098274, 51.516637], [-0.098053, 51.516784], [-0.097874, 51.516791], [-0.09789, 51.516875], [-0.097419, 51.51681], [-0.097439, 51.516663], [-0.097406, 51.516622], [-0.097379, 51.516624], [-0.097365, 51.516654], [-0.097384, 51.516781], [-0.097032, 51.516812], [-0.097038, 51.516795], [-0.097003, 51.516791], [-0.09703, 51.516707], [-0.097001, 51.516703], [-0.097006, 51.516678], [-0.097038, 51.516682], [-0.097224, 51.516135], [-0.09727, 51.516124], [-0.097588, 51.516144], [-0.097614, 51.51612], [-0.097921, 51.516051]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5063, &quot;postcode&quot;: &quot;EC1A 4AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097983, 51.515537], [-0.09792, 51.516054], [-0.097614, 51.51612], [-0.097389, 51.516052], [-0.097273, 51.516069], [-0.097081, 51.516302], [-0.097057, 51.516424], [-0.096996, 51.51643], [-0.096959, 51.516469], [-0.096835, 51.516446], [-0.096815, 51.516394], [-0.096483, 51.516258], [-0.096511, 51.51623], [-0.096736, 51.516317], [-0.096816, 51.516324], [-0.096925, 51.516305], [-0.096978, 51.516264], [-0.097063, 51.515775], [-0.096997, 51.51568], [-0.097009, 51.515629], [-0.097062, 51.515623], [-0.097095, 51.515594], [-0.097116, 51.515469], [-0.097053, 51.515431], [-0.097093, 51.51526], [-0.097151, 51.51524], [-0.097167, 51.515194], [-0.097148, 51.515162], [-0.0971, 51.515148], [-0.097076, 51.515084], [-0.097192, 51.515142], [-0.097215, 51.515187], [-0.097314, 51.515203], [-0.097983, 51.515537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5957, &quot;postcode&quot;: &quot;EC1A 4EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097439, 51.516663], [-0.097419, 51.51681], [-0.0973, 51.516893], [-0.097093, 51.516879], [-0.096973, 51.516839], [-0.097039, 51.516519], [-0.096995, 51.516476], [-0.096886, 51.516456], [-0.096832, 51.516467], [-0.096761, 51.516598], [-0.096367, 51.516621], [-0.096395, 51.516579], [-0.09645, 51.516555], [-0.096468, 51.516473], [-0.096504, 51.516455], [-0.09657, 51.516367], [-0.09682, 51.516444], [-0.096916, 51.516459], [-0.096963, 51.516448], [-0.096997, 51.516409], [-0.097044, 51.516397], [-0.097066, 51.516372], [-0.09713, 51.516403], [-0.097015, 51.516752], [-0.097028, 51.516788], [-0.09709, 51.516808], [-0.097332, 51.516788], [-0.097378, 51.516754], [-0.097379, 51.516624], [-0.097406, 51.516622], [-0.097439, 51.516663]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1061, &quot;postcode&quot;: &quot;EC1A 4ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09702, 51.517064], [-0.096981, 51.517108], [-0.096984, 51.517429], [-0.096914, 51.517399], [-0.096812, 51.517432], [-0.096753, 51.51743], [-0.096745, 51.517145], [-0.096786, 51.5169], [-0.096761, 51.516598], [-0.096816, 51.516472], [-0.09681, 51.516441], [-0.097046, 51.516486], [-0.096942, 51.516927], [-0.096951, 51.51703], [-0.09702, 51.517064]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1629, &quot;postcode&quot;: &quot;EC1A 4HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096786, 51.5169], [-0.096745, 51.517145], [-0.096125, 51.517061], [-0.096204, 51.516903], [-0.096472, 51.516888], [-0.096786, 51.5169]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 998, &quot;postcode&quot;: &quot;EC1A 4HJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097702, 51.518966], [-0.097318, 51.519001], [-0.097282, 51.519032], [-0.097285, 51.519121], [-0.097281, 51.519045], [-0.09726, 51.519018], [-0.097216, 51.519006], [-0.097103, 51.519013], [-0.097129, 51.518587], [-0.097205, 51.518557], [-0.097195, 51.518465], [-0.097161, 51.518432], [-0.097104, 51.518427], [-0.097084, 51.518242], [-0.097035, 51.518226], [-0.096882, 51.518235], [-0.096845, 51.518119], [-0.0968, 51.518105], [-0.096679, 51.51811], [-0.096839, 51.518091], [-0.09686, 51.518063], [-0.096849, 51.517998], [-0.097036, 51.518004], [-0.097056, 51.518076], [-0.097155, 51.518111], [-0.097351, 51.518097], [-0.097358, 51.5182], [-0.097174, 51.518216], [-0.097129, 51.518243], [-0.097143, 51.51836], [-0.097187, 51.518391], [-0.097456, 51.51836], [-0.097487, 51.518329], [-0.097552, 51.51831], [-0.097567, 51.518276], [-0.097623, 51.518258], [-0.097634, 51.518202], [-0.097702, 51.518966]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3322, &quot;postcode&quot;: &quot;EC1A 4HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097494, 51.518359], [-0.097152, 51.518403], [-0.097133, 51.518319], [-0.09715, 51.518317], [-0.097132, 51.518219], [-0.097145, 51.51829], [-0.097083, 51.5183], [-0.097135, 51.51862], [-0.096657, 51.518556], [-0.096609, 51.518402], [-0.096621, 51.518391], [-0.096645, 51.51839], [-0.096649, 51.51842], [-0.096918, 51.518409], [-0.096882, 51.518235], [-0.097071, 51.518223], [-0.097063, 51.518172], [-0.097135, 51.518181], [-0.097145, 51.518217], [-0.097358, 51.5182], [-0.097348, 51.518163], [-0.097369, 51.518161], [-0.097344, 51.518072], [-0.097512, 51.518074], [-0.097579, 51.518319], [-0.097487, 51.518329], [-0.097494, 51.518359]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1691, &quot;postcode&quot;: &quot;EC1A 4HU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098575, 51.519733], [-0.09857, 51.519807], [-0.098523, 51.519848], [-0.098228, 51.51993], [-0.098162, 51.519944], [-0.098091, 51.519936], [-0.097915, 51.519999], [-0.097493, 51.520083], [-0.097404, 51.519827], [-0.097297, 51.519372], [-0.09728, 51.519001], [-0.097702, 51.518966], [-0.097764, 51.519665], [-0.097867, 51.519891], [-0.097937, 51.519901], [-0.098575, 51.519733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3986, &quot;postcode&quot;: &quot;EC1A 4HY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098555, 51.520044], [-0.098538, 51.520313], [-0.097978, 51.520317], [-0.097861, 51.520393], [-0.097895, 51.52048], [-0.097709, 51.520489], [-0.097663, 51.520514], [-0.097684, 51.520612], [-0.097737, 51.52063], [-0.097831, 51.520618], [-0.097841, 51.520655], [-0.09767, 51.520686], [-0.097574, 51.520742], [-0.097522, 51.521001], [-0.097292, 51.521583], [-0.097385, 51.521218], [-0.09747, 51.520572], [-0.09735, 51.520252], [-0.097316, 51.520226], [-0.097249, 51.52022], [-0.096872, 51.520283], [-0.096514, 51.520255], [-0.09651, 51.520241], [-0.096688, 51.520055], [-0.097175, 51.520081], [-0.097257, 51.520061], [-0.097286, 51.520036], [-0.097232, 51.519838], [-0.097142, 51.519628], [-0.097116, 51.519519], [-0.097139, 51.519491], [-0.097128, 51.519437], [-0.097091, 51.519405], [-0.097076, 51.519338], [-0.097103, 51.519013], [-0.097279, 51.519001], [-0.097298, 51.519373], [-0.097404, 51.519827], [-0.097492, 51.520055], [-0.097554, 51.520071], [-0.097766, 51.520032], [-0.097829, 51.520052], [-0.09804, 51.520032], [-0.098065, 51.520059], [-0.09811, 51.52007], [-0.098555, 51.520044]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6641, &quot;postcode&quot;: &quot;EC1A 4JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096905, 51.520931], [-0.096828, 51.520801], [-0.096905, 51.520931], [-0.096905, 51.520931]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1A 4JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096759, 51.520275], [-0.096797, 51.520278], [-0.096872, 51.520283], [-0.096802, 51.520296], [-0.096759, 51.520275]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC1A 4JP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097677, 51.52062], [-0.097678, 51.520626], [-0.097647, 51.520497], [-0.097677, 51.52062]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1A 4JQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096959, 51.518596], [-0.097135, 51.518621], [-0.097076, 51.519336], [-0.096959, 51.518596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 461, &quot;postcode&quot;: &quot;EC1A 4LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101162, 51.516216], [-0.10117, 51.516218], [-0.101162, 51.516216], [-0.101162, 51.516216]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1A 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101597, 51.516198], [-0.101583, 51.516246], [-0.099934, 51.516715], [-0.099912, 51.516676], [-0.099861, 51.51666], [-0.098855, 51.516688], [-0.098671, 51.516672], [-0.098657, 51.51642], [-0.098718, 51.515973], [-0.099273, 51.516008], [-0.099343, 51.515984], [-0.099882, 51.516005], [-0.099937, 51.515968], [-0.099902, 51.515849], [-0.099926, 51.51578], [-0.099989, 51.515754], [-0.100062, 51.515745], [-0.100298, 51.515806], [-0.10033, 51.515834], [-0.10045, 51.515867], [-0.100489, 51.515906], [-0.101597, 51.516198]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13188, &quot;postcode&quot;: &quot;EC1A 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100524, 51.51591], [-0.100458, 51.515898], [-0.100404, 51.515854], [-0.100422, 51.515838], [-0.100462, 51.515849], [-0.100471, 51.515888], [-0.100524, 51.51591]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC1A 7AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099989, 51.515754], [-0.099972, 51.515781], [-0.099921, 51.515804], [-0.099906, 51.515839], [-0.099951, 51.51601], [-0.099402, 51.515986], [-0.099338, 51.516011], [-0.098727, 51.515973], [-0.098696, 51.515926], [-0.098572, 51.515867], [-0.0987, 51.515689], [-0.098744, 51.515591], [-0.098773, 51.515587], [-0.098748, 51.515684], [-0.098797, 51.515714], [-0.098999, 51.51572], [-0.099035, 51.515699], [-0.099055, 51.515648], [-0.099063, 51.515684], [-0.099111, 51.515705], [-0.099413, 51.515723], [-0.099469, 51.515708], [-0.099485, 51.515666], [-0.099426, 51.515616], [-0.099177, 51.515544], [-0.099248, 51.515558], [-0.0993, 51.51554], [-0.099428, 51.515576], [-0.099527, 51.51564], [-0.099989, 51.515754]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3000, &quot;postcode&quot;: &quot;EC1A 7BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098917, 51.518276], [-0.098853, 51.518255], [-0.098798, 51.518259], [-0.098573, 51.518381], [-0.098514, 51.518399], [-0.098399, 51.518481], [-0.098334, 51.518468], [-0.098131, 51.518322], [-0.098217, 51.518273], [-0.098259, 51.51821], [-0.098231, 51.518137], [-0.098311, 51.518093], [-0.098327, 51.518064], [-0.098454, 51.517998], [-0.098465, 51.517956], [-0.098511, 51.51793], [-0.098592, 51.517932], [-0.098879, 51.518064], [-0.098917, 51.518276]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1881, &quot;postcode&quot;: &quot;EC1A 7BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099367, 51.518538], [-0.099155, 51.518723], [-0.099087, 51.51872], [-0.098889, 51.518807], [-0.098729, 51.518833], [-0.098694, 51.518862], [-0.098704, 51.518904], [-0.098642, 51.519005], [-0.098567, 51.518975], [-0.098474, 51.518976], [-0.098203, 51.518791], [-0.09847, 51.518615], [-0.098472, 51.518561], [-0.098376, 51.518495], [-0.098488, 51.518429], [-0.098551, 51.518417], [-0.098573, 51.518381], [-0.098846, 51.518231], [-0.098917, 51.51829], [-0.098621, 51.51837], [-0.098595, 51.518405], [-0.098617, 51.518437], [-0.099367, 51.518538]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2709, &quot;postcode&quot;: &quot;EC1A 7BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099749, 51.516768], [-0.099669, 51.51745], [-0.099215, 51.517725], [-0.099162, 51.517656], [-0.098907, 51.517488], [-0.0988, 51.517381], [-0.098752, 51.517224], [-0.098686, 51.516674], [-0.099749, 51.516768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6293, &quot;postcode&quot;: &quot;EC1A 7BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098506, 51.51858], [-0.098488, 51.518608], [-0.098203, 51.518791], [-0.098146, 51.518745], [-0.098169, 51.518598], [-0.09825, 51.518574], [-0.098305, 51.518487], [-0.098334, 51.518468], [-0.098399, 51.518481], [-0.098408, 51.518516], [-0.098506, 51.51858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 447, &quot;postcode&quot;: &quot;EC1A 7BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09919, 51.518704], [-0.09907, 51.518806], [-0.098983, 51.518756], [-0.099121, 51.5187], [-0.09919, 51.518704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 68, &quot;postcode&quot;: &quot;EC1A 7BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099397, 51.518102], [-0.099275, 51.518067], [-0.099253, 51.518046], [-0.099336, 51.517967], [-0.099401, 51.518007], [-0.099486, 51.518005], [-0.099404, 51.518074], [-0.099397, 51.518102]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 117, &quot;postcode&quot;: &quot;EC1A 7BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098949, 51.517945], [-0.098879, 51.518064], [-0.09881, 51.51804], [-0.098748, 51.518054], [-0.098717, 51.51799], [-0.09856, 51.517931], [-0.098511, 51.517947], [-0.098494, 51.517977], [-0.098347, 51.518074], [-0.09833, 51.518016], [-0.098166, 51.517894], [-0.098187, 51.517853], [-0.098081, 51.517634], [-0.098184, 51.517593], [-0.098295, 51.51753], [-0.098315, 51.517504], [-0.098522, 51.517403], [-0.098609, 51.517422], [-0.098627, 51.517472], [-0.098853, 51.517631], [-0.098942, 51.517667], [-0.098917, 51.517764], [-0.098931, 51.517793], [-0.098904, 51.517847], [-0.098914, 51.517908], [-0.098949, 51.517945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2834, &quot;postcode&quot;: &quot;EC1A 7BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099336, 51.517967], [-0.098917, 51.518206], [-0.098881, 51.518149], [-0.098879, 51.518064], [-0.098973, 51.517981], [-0.098899, 51.517896], [-0.098942, 51.517667], [-0.099009, 51.517722], [-0.099077, 51.517734], [-0.099084, 51.517784], [-0.099336, 51.517967]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 909, &quot;postcode&quot;: &quot;EC1A 7BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098686, 51.516674], [-0.098703, 51.516933], [-0.098677, 51.516753], [-0.098475, 51.516769], [-0.098494, 51.516883], [-0.098466, 51.516919], [-0.097913, 51.517003], [-0.097874, 51.516791], [-0.098053, 51.516784], [-0.098274, 51.516637], [-0.098686, 51.516674]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1323, &quot;postcode&quot;: &quot;EC1A 7BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098326, 51.515366], [-0.098599, 51.515426], [-0.098601, 51.515447], [-0.098326, 51.515366]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC1A 7BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097541, 51.51521], [-0.097643, 51.515193], [-0.097753, 51.515202], [-0.098633, 51.515457], [-0.098691, 51.515488], [-0.09873, 51.515539], [-0.098729, 51.515639], [-0.098572, 51.515867], [-0.098685, 51.51592], [-0.098556, 51.516141], [-0.09849, 51.516207], [-0.097959, 51.516473], [-0.098118, 51.516076], [-0.097921, 51.516051], [-0.097983, 51.515537], [-0.097438, 51.515265], [-0.097541, 51.51521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5519, &quot;postcode&quot;: &quot;EC1A 7BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098639, 51.51748], [-0.098558, 51.517426], [-0.098496, 51.517422], [-0.09815, 51.517612], [-0.098083, 51.517633], [-0.09805, 51.517579], [-0.097986, 51.517565], [-0.097598, 51.517677], [-0.097087, 51.517971], [-0.097039, 51.517795], [-0.096979, 51.517397], [-0.09697, 51.517126], [-0.097005, 51.517059], [-0.097243, 51.517064], [-0.097288, 51.517052], [-0.097311, 51.51702], [-0.0973, 51.516893], [-0.097419, 51.51681], [-0.09789, 51.516875], [-0.09791, 51.516966], [-0.097964, 51.516992], [-0.098435, 51.516926], [-0.098447, 51.517004], [-0.098534, 51.517085], [-0.098571, 51.517153], [-0.098595, 51.517405], [-0.098639, 51.51748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8775, &quot;postcode&quot;: &quot;EC1A 7BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099213, 51.517732], [-0.099169, 51.517759], [-0.098931, 51.517793], [-0.098969, 51.517711], [-0.098961, 51.51768], [-0.098876, 51.517648], [-0.098641, 51.517481], [-0.098595, 51.517418], [-0.098522, 51.517403], [-0.098584, 51.517371], [-0.098585, 51.517283], [-0.098568, 51.517148], [-0.098498, 51.517044], [-0.098445, 51.517021], [-0.098435, 51.516926], [-0.098492, 51.516887], [-0.098475, 51.516769], [-0.098677, 51.516753], [-0.098756, 51.517249], [-0.098813, 51.517432], [-0.098855, 51.517477], [-0.098933, 51.517507], [-0.099071, 51.517601], [-0.099213, 51.517732]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1707, &quot;postcode&quot;: &quot;EC1A 7DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098334, 51.518468], [-0.098253, 51.518574], [-0.098186, 51.518601], [-0.098164, 51.518629], [-0.098152, 51.518737], [-0.098252, 51.518847], [-0.098184, 51.518866], [-0.097974, 51.519005], [-0.097927, 51.519004], [-0.097914, 51.518973], [-0.097874, 51.518956], [-0.097702, 51.518966], [-0.097588, 51.51768], [-0.098043, 51.517546], [-0.098195, 51.517912], [-0.098341, 51.518024], [-0.098336, 51.51808], [-0.098248, 51.518142], [-0.098292, 51.518199], [-0.098258, 51.518222], [-0.098254, 51.518253], [-0.098162, 51.518323], [-0.098182, 51.518356], [-0.098283, 51.518405], [-0.098334, 51.518468]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5941, &quot;postcode&quot;: &quot;EC1A 7ES&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098348, 51.518888], [-0.098328, 51.518928], [-0.098257, 51.518881], [-0.098402, 51.518977], [-0.098325, 51.519009], [-0.098347, 51.519028], [-0.09816, 51.519113], [-0.098155, 51.519133], [-0.098141, 51.519119], [-0.098033, 51.519156], [-0.098049, 51.51917], [-0.098033, 51.519156], [-0.098006, 51.51912], [-0.097838, 51.519167], [-0.097747, 51.519045], [-0.097771, 51.519023], [-0.097947, 51.518992], [-0.098162, 51.518889], [-0.098149, 51.518879], [-0.098176, 51.518864], [-0.098252, 51.518847], [-0.098348, 51.518888]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 820, &quot;postcode&quot;: &quot;EC1A 7HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098469, 51.519029], [-0.098391, 51.519065], [-0.098376, 51.519109], [-0.098327, 51.519136], [-0.098342, 51.51919], [-0.098151, 51.519265], [-0.098033, 51.519156], [-0.098313, 51.519042], [-0.098363, 51.518974], [-0.098328, 51.518928], [-0.098348, 51.518888], [-0.098423, 51.51894], [-0.098425, 51.518988], [-0.098469, 51.519029]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 400, &quot;postcode&quot;: &quot;EC1A 7HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098758, 51.518813], [-0.098776, 51.5188], [-0.098815, 51.518824], [-0.098855, 51.518801], [-0.098824, 51.518777], [-0.098843, 51.518768], [-0.098889, 51.518807], [-0.098983, 51.518756], [-0.09907, 51.518806], [-0.098996, 51.51887], [-0.098774, 51.518835], [-0.098758, 51.518813]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 139, &quot;postcode&quot;: &quot;EC1A 7HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098642, 51.519005], [-0.098482, 51.51904], [-0.098421, 51.518991], [-0.098423, 51.51894], [-0.098481, 51.518969], [-0.098544, 51.518961], [-0.098642, 51.519005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 83, &quot;postcode&quot;: &quot;EC1A 7HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098736, 51.51906], [-0.098617, 51.519134], [-0.098555, 51.519099], [-0.09867, 51.519031], [-0.098736, 51.51906]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 63, &quot;postcode&quot;: &quot;EC1A 7HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098151, 51.519265], [-0.098571, 51.519102], [-0.098617, 51.519134], [-0.097763, 51.519665], [-0.097702, 51.518966], [-0.098047, 51.518938], [-0.097947, 51.518992], [-0.097743, 51.519027], [-0.097747, 51.519045], [-0.097838, 51.519167], [-0.098006, 51.51912], [-0.098151, 51.519265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1778, &quot;postcode&quot;: &quot;EC1A 7HU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098995, 51.51887], [-0.098873, 51.518974], [-0.098736, 51.519059], [-0.098693, 51.519045], [-0.098645, 51.519049], [-0.098562, 51.519105], [-0.098342, 51.51919], [-0.098289, 51.519146], [-0.098341, 51.519122], [-0.098352, 51.519078], [-0.098395, 51.519059], [-0.098469, 51.51903], [-0.098516, 51.519032], [-0.098639, 51.519001], [-0.098774, 51.518835], [-0.098995, 51.51887]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 545, &quot;postcode&quot;: &quot;EC1A 7JN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098162, 51.519944], [-0.098523, 51.519848], [-0.098508, 51.519826], [-0.09857, 51.519807], [-0.098575, 51.519733], [-0.098555, 51.520058], [-0.098555, 51.520044], [-0.098048, 51.520073], [-0.098041, 51.520032], [-0.097872, 51.520041], [-0.097875, 51.520064], [-0.097757, 51.52007], [-0.097773, 51.52003], [-0.097916, 51.519999], [-0.097925, 51.519985], [-0.098148, 51.519919], [-0.098162, 51.519944]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 759, &quot;postcode&quot;: &quot;EC1A 9HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097719, 51.520635], [-0.097678, 51.520624], [-0.097646, 51.520496], [-0.097895, 51.52048], [-0.097885, 51.520459], [-0.097936, 51.520454], [-0.097959, 51.52051], [-0.098091, 51.52049], [-0.09812, 51.520575], [-0.098073, 51.520592], [-0.09813, 51.520584], [-0.098166, 51.5206], [-0.097841, 51.520655], [-0.097831, 51.520618], [-0.097719, 51.520635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 497, &quot;postcode&quot;: &quot;EC1M 6AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098139, 51.520314], [-0.097931, 51.520324], [-0.09793, 51.520314], [-0.097932, 51.520314], [-0.098139, 51.520314]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC1M 6EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09812, 51.520575], [-0.098091, 51.52049], [-0.097959, 51.52051], [-0.097936, 51.520454], [-0.097885, 51.520459], [-0.09787, 51.520428], [-0.09784, 51.520428], [-0.097828, 51.520374], [-0.097934, 51.520354], [-0.097931, 51.520324], [-0.098368, 51.520313], [-0.098406, 51.520383], [-0.098381, 51.520337], [-0.098411, 51.520313], [-0.098538, 51.520313], [-0.098524, 51.520538], [-0.098166, 51.5206], [-0.09812, 51.520575]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1139, &quot;postcode&quot;: &quot;EC1M 6EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088701, 51.520949], [-0.088676, 51.521423], [-0.08772, 51.521202], [-0.087794, 51.520857], [-0.088701, 51.520949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3023, &quot;postcode&quot;: &quot;EC1V 2PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095375, 51.521342], [-0.095381, 51.521391], [-0.094619, 51.521442], [-0.094703, 51.521399], [-0.095273, 51.521356], [-0.095297, 51.521333], [-0.095284, 51.521302], [-0.095375, 51.521342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 246, &quot;postcode&quot;: &quot;EC1Y 0AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095295, 51.521334], [-0.095272, 51.521356], [-0.094717, 51.521398], [-0.094619, 51.521442], [-0.0944, 51.521457], [-0.094351, 51.521378], [-0.09446, 51.521203], [-0.094449, 51.521106], [-0.094587, 51.52111], [-0.094629, 51.521094], [-0.094643, 51.521061], [-0.094819, 51.521061], [-0.09504, 51.521021], [-0.095094, 51.521047], [-0.095182, 51.521039], [-0.095295, 51.521334]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2156, &quot;postcode&quot;: &quot;EC1Y 0RR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087037, 51.522462], [-0.086851, 51.52248], [-0.086837, 51.522511], [-0.086684, 51.522496], [-0.086675, 51.522518], [-0.086609, 51.522524], [-0.086696, 51.522314], [-0.086762, 51.522293], [-0.086778, 51.522258], [-0.086841, 51.522233], [-0.08692, 51.522238], [-0.087007, 51.522275], [-0.087029, 51.52243], [-0.087054, 51.522446], [-0.087037, 51.522462]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 643, &quot;postcode&quot;: &quot;EC1Y 1AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08717, 51.521893], [-0.087168, 51.522641], [-0.087105, 51.522637], [-0.087046, 51.5226], [-0.087054, 51.522634], [-0.086636, 51.522609], [-0.086684, 51.522496], [-0.086837, 51.522511], [-0.086851, 51.52248], [-0.087037, 51.522462], [-0.087054, 51.522446], [-0.087029, 51.52243], [-0.087007, 51.522275], [-0.086901, 51.522235], [-0.086933, 51.521965], [-0.086942, 51.521949], [-0.08717, 51.521893]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1438, &quot;postcode&quot;: &quot;EC1Y 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086743, 51.522615], [-0.086578, 51.522605], [-0.086576, 51.522605], [-0.086609, 51.522524], [-0.086675, 51.522518], [-0.086661, 51.522587], [-0.086694, 51.522609], [-0.086743, 51.522615]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 49, &quot;postcode&quot;: &quot;EC1Y 2AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088806, 51.52028], [-0.088851, 51.520284], [-0.088789, 51.520538], [-0.08883, 51.520542], [-0.088824, 51.520567], [-0.089673, 51.520643], [-0.089812, 51.520305], [-0.08983, 51.520306], [-0.089801, 51.520389], [-0.089897, 51.520405], [-0.089797, 51.520646], [-0.089896, 51.520661], [-0.089812, 51.520704], [-0.089695, 51.520687], [-0.089784, 51.5207], [-0.089381, 51.520739], [-0.089108, 51.520677], [-0.088823, 51.520697], [-0.088668, 51.520527], [-0.088806, 51.52028]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1263, &quot;postcode&quot;: &quot;EC1Y 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089896, 51.520661], [-0.090177, 51.520706], [-0.090176, 51.52072], [-0.090592, 51.520802], [-0.090585, 51.520817], [-0.089812, 51.520704], [-0.089896, 51.520661]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 220, &quot;postcode&quot;: &quot;EC1Y 4AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09243, 51.521452], [-0.091955, 51.521569], [-0.091929, 51.521593], [-0.091897, 51.52172], [-0.091709, 51.521719], [-0.091744, 51.521256], [-0.092108, 51.521237], [-0.092135, 51.521211], [-0.092165, 51.521077], [-0.092304, 51.521067], [-0.092331, 51.521037], [-0.092322, 51.520994], [-0.092397, 51.521002], [-0.092442, 51.521149], [-0.092391, 51.521175], [-0.092394, 51.521227], [-0.092371, 51.521259], [-0.09243, 51.521452]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2105, &quot;postcode&quot;: &quot;EC1Y 4GR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089975, 51.520054], [-0.090761, 51.520195], [-0.090774, 51.520175], [-0.0908, 51.520182], [-0.09074, 51.520339], [-0.090689, 51.52033], [-0.090676, 51.52036], [-0.090775, 51.520402], [-0.090841, 51.5204], [-0.090918, 51.520239], [-0.091101, 51.52028], [-0.091111, 51.520261], [-0.091323, 51.520309], [-0.091311, 51.52033], [-0.091714, 51.520402], [-0.091679, 51.520536], [-0.091748, 51.520551], [-0.091735, 51.520596], [-0.092151, 51.520646], [-0.092144, 51.520676], [-0.092358, 51.5207], [-0.092315, 51.520972], [-0.092438, 51.520953], [-0.092444, 51.52087], [-0.092456, 51.520929], [-0.092558, 51.520943], [-0.09242, 51.521076], [-0.092397, 51.521002], [-0.092322, 51.520994], [-0.092332, 51.521029], [-0.091407, 51.520941], [-0.09111, 51.520906], [-0.091114, 51.520892], [-0.090999, 51.520943], [-0.090826, 51.520874], [-0.090789, 51.520838], [-0.090585, 51.520817], [-0.090592, 51.520802], [-0.090176, 51.52072], [-0.090177, 51.520706], [-0.089797, 51.520646], [-0.089897, 51.520405], [-0.089801, 51.520389], [-0.089893, 51.520131], [-0.08994, 51.520137], [-0.089975, 51.520054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10605, &quot;postcode&quot;: &quot;EC1Y 4SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092528, 51.521429], [-0.09243, 51.521452], [-0.092361, 51.521232], [-0.092384, 51.521195], [-0.092353, 51.521103], [-0.09231, 51.521083], [-0.092196, 51.52108], [-0.092158, 51.52111], [-0.092128, 51.521244], [-0.091802, 51.521254], [-0.091747, 51.521279], [-0.091708, 51.521719], [-0.091398, 51.521747], [-0.091398, 51.521653], [-0.091364, 51.521632], [-0.091319, 51.521628], [-0.091379, 51.521233], [-0.091332, 51.521209], [-0.091138, 51.521191], [-0.091086, 51.521202], [-0.091062, 51.521235], [-0.091035, 51.52123], [-0.091111, 51.520906], [-0.092332, 51.521029], [-0.09236, 51.521103], [-0.092442, 51.52115], [-0.092528, 51.521429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3961, &quot;postcode&quot;: &quot;EC1Y 4SB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091291, 51.520928], [-0.091163, 51.520915], [-0.091109, 51.520936], [-0.091035, 51.521229], [-0.090965, 51.521246], [-0.09099, 51.521144], [-0.090976, 51.521115], [-0.090929, 51.521098], [-0.090766, 51.521092], [-0.090826, 51.520874], [-0.090978, 51.520937], [-0.091114, 51.520892], [-0.091154, 51.520911], [-0.091291, 51.520928]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 503, &quot;postcode&quot;: &quot;EC1Y 4SE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090454, 51.520798], [-0.090789, 51.520838], [-0.090826, 51.520874], [-0.090766, 51.521092], [-0.090631, 51.521085], [-0.090682, 51.520903], [-0.090451, 51.520875], [-0.090454, 51.520798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 404, &quot;postcode&quot;: &quot;EC1Y 4SF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088676, 51.521423], [-0.088722, 51.520691], [-0.089858, 51.520801], [-0.089733, 51.52165], [-0.089758, 51.522836], [-0.088649, 51.522724], [-0.088892, 51.521473], [-0.088676, 51.521423]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 16106, &quot;postcode&quot;: &quot;EC1Y 4TW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090032, 51.520737], [-0.089981, 51.520825], [-0.089841, 51.520913], [-0.089852, 51.520839], [-0.089834, 51.520809], [-0.089655, 51.520781], [-0.089659, 51.520712], [-0.089784, 51.5207], [-0.090032, 51.520737]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 299, &quot;postcode&quot;: &quot;EC1Y 4TY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088709, 51.520816], [-0.088701, 51.520944], [-0.087839, 51.520861], [-0.087767, 51.520881], [-0.087734, 51.520855], [-0.087657, 51.520844], [-0.087684, 51.520742], [-0.087793, 51.52075], [-0.087843, 51.520735], [-0.087874, 51.520651], [-0.08785, 51.520616], [-0.087506, 51.520579], [-0.087454, 51.520601], [-0.087436, 51.520662], [-0.087374, 51.520655], [-0.087549, 51.520481], [-0.087988, 51.520539], [-0.08808, 51.520522], [-0.088142, 51.520619], [-0.088173, 51.520638], [-0.088614, 51.520681], [-0.088603, 51.520779], [-0.088709, 51.520816]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2205, &quot;postcode&quot;: &quot;EC1Y 4UP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088282, 51.520527], [-0.088624, 51.520561], [-0.088668, 51.520527], [-0.088823, 51.520697], [-0.088719, 51.520694], [-0.088709, 51.520816], [-0.088588, 51.520789], [-0.088614, 51.520681], [-0.088149, 51.520638], [-0.088094, 51.520527], [-0.088282, 51.520527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 715, &quot;postcode&quot;: &quot;EC1Y 4UQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089381, 51.520739], [-0.089658, 51.520712], [-0.089655, 51.520781], [-0.08938, 51.520755], [-0.089381, 51.520739]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 91, &quot;postcode&quot;: &quot;EC1Y 4YY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092558, 51.520943], [-0.092985, 51.520977], [-0.09249, 51.521064], [-0.092475, 51.521081], [-0.092583, 51.521356], [-0.092959, 51.521323], [-0.092959, 51.521264], [-0.09327, 51.521247], [-0.092763, 51.521387], [-0.092528, 51.521429], [-0.09242, 51.521076], [-0.092558, 51.520943]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 618, &quot;postcode&quot;: &quot;EC1Y 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091396, 51.521759], [-0.090959, 51.521787], [-0.090941, 51.521645], [-0.090975, 51.521642], [-0.091073, 51.521184], [-0.091394, 51.521215], [-0.091319, 51.521628], [-0.091395, 51.521626], [-0.091413, 51.521706], [-0.091389, 51.521708], [-0.091396, 51.521759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1608, &quot;postcode&quot;: &quot;EC1Y 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089802, 51.521372], [-0.089981, 51.521489], [-0.08994, 51.521971], [-0.089735, 51.521972], [-0.089733, 51.52165], [-0.089772, 51.521368], [-0.089802, 51.521372]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 948, &quot;postcode&quot;: &quot;EC1Y 8HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090978, 51.52231], [-0.09047, 51.522401], [-0.090165, 51.52236], [-0.090524, 51.522212], [-0.090869, 51.52216], [-0.090938, 51.522222], [-0.090978, 51.52231]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 828, &quot;postcode&quot;: &quot;EC1Y 8LE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089735, 51.521972], [-0.08994, 51.521971], [-0.089966, 51.522281], [-0.090102, 51.52227], [-0.090166, 51.522362], [-0.089821, 51.522317], [-0.089883, 51.523184], [-0.089746, 51.523185], [-0.089742, 51.523164], [-0.089082, 51.523172], [-0.089302, 51.523168], [-0.089293, 51.522877], [-0.089759, 51.522871], [-0.089735, 51.521972]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2376, &quot;postcode&quot;: &quot;EC1Y 8LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089968, 51.522281], [-0.089951, 51.521823], [-0.090283, 51.521839], [-0.090292, 51.521785], [-0.09049, 51.521809], [-0.090491, 51.521795], [-0.090563, 51.521798], [-0.090559, 51.521854], [-0.090886, 51.521871], [-0.090911, 51.522153], [-0.090524, 51.522212], [-0.090293, 51.522298], [-0.090343, 51.52224], [-0.089968, 51.522281]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2882, &quot;postcode&quot;: &quot;EC1Y 8LX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092167, 51.521516], [-0.092112, 51.521529], [-0.092167, 51.521516], [-0.092167, 51.521516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1Y 8NX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091897, 51.52172], [-0.091784, 51.522164], [-0.090978, 51.522309], [-0.090941, 51.522231], [-0.09087, 51.52216], [-0.090908, 51.522121], [-0.090866, 51.52165], [-0.090942, 51.521647], [-0.090958, 51.521755], [-0.091018, 51.521783], [-0.091352, 51.521763], [-0.091398, 51.521748], [-0.091654, 51.521724], [-0.0917, 51.521702], [-0.091714, 51.521662], [-0.091755, 51.521706], [-0.091897, 51.52172]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3620, &quot;postcode&quot;: &quot;EC1Y 8TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090343, 51.52224], [-0.090293, 51.522298], [-0.090165, 51.52236], [-0.090102, 51.52227], [-0.090343, 51.52224]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 107, &quot;postcode&quot;: &quot;EC1Y 8TZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090451, 51.520875], [-0.090682, 51.520903], [-0.090631, 51.521085], [-0.091002, 51.5211], [-0.090887, 51.521543], [-0.090678, 51.521531], [-0.090672, 51.521573], [-0.090641, 51.521572], [-0.090632, 51.521635], [-0.090268, 51.521616], [-0.090273, 51.521575], [-0.090247, 51.521574], [-0.090256, 51.521509], [-0.08998, 51.521494], [-0.089802, 51.521372], [-0.089772, 51.521368], [-0.089841, 51.520913], [-0.089981, 51.520825], [-0.090032, 51.520737], [-0.090454, 51.520798], [-0.090451, 51.520875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5749, &quot;postcode&quot;: &quot;EC1Y 8YY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090886, 51.521871], [-0.090559, 51.521854], [-0.090539, 51.521823], [-0.090496, 51.521809], [-0.090336, 51.521804], [-0.090283, 51.521839], [-0.089951, 51.521822], [-0.08998, 51.521494], [-0.090256, 51.521509], [-0.090255, 51.521556], [-0.090305, 51.521612], [-0.09056, 51.521631], [-0.090623, 51.521615], [-0.090678, 51.521531], [-0.090887, 51.521543], [-0.090863, 51.521675], [-0.090886, 51.521871]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1936, &quot;postcode&quot;: &quot;EC1Y 8YZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087436, 51.520662], [-0.087455, 51.520572], [-0.087883, 51.520612], [-0.087851, 51.520756], [-0.087684, 51.520741], [-0.087657, 51.520844], [-0.087794, 51.520857], [-0.087776, 51.520936], [-0.087641, 51.520924], [-0.087733, 51.520932], [-0.08772, 51.520976], [-0.087591, 51.52092], [-0.087384, 51.520902], [-0.0874, 51.520835], [-0.087219, 51.520756], [-0.087235, 51.520716], [-0.087374, 51.520655], [-0.087436, 51.520662]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1148, &quot;postcode&quot;: &quot;EC2A 1AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08715, 51.521127], [-0.087219, 51.520756], [-0.0874, 51.520835], [-0.087384, 51.520902], [-0.087591, 51.52092], [-0.08772, 51.520976], [-0.087758, 51.521024], [-0.08772, 51.521202], [-0.087172, 51.521076], [-0.087172, 51.521154], [-0.08715, 51.521127]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1153, &quot;postcode&quot;: &quot;EC2A 1AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085436, 51.520565], [-0.08544, 51.520481], [-0.085514, 51.520487], [-0.085523, 51.520419], [-0.085632, 51.520427], [-0.085652, 51.520401], [-0.085852, 51.52038], [-0.085669, 51.521267], [-0.085551, 51.521276], [-0.085548, 51.521294], [-0.085591, 51.521298], [-0.085584, 51.521341], [-0.085536, 51.521337], [-0.085533, 51.521353], [-0.085439, 51.521346], [-0.085443, 51.521328], [-0.085372, 51.521318], [-0.084975, 51.521283], [-0.084999, 51.521218], [-0.084978, 51.521214], [-0.085008, 51.521191], [-0.084985, 51.521176], [-0.084993, 51.521158], [-0.085013, 51.521175], [-0.085019, 51.521157], [-0.084917, 51.521094], [-0.085082, 51.520679], [-0.085217, 51.520635], [-0.085239, 51.520581], [-0.085353, 51.520591], [-0.085436, 51.520565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4495, &quot;postcode&quot;: &quot;EC2A 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086833, 51.521545], [-0.086803, 51.521596], [-0.086423, 51.521569], [-0.086459, 51.521516], [-0.086833, 51.521545]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 163, &quot;postcode&quot;: &quot;EC2A 1AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086077, 51.519631], [-0.086281, 51.519717], [-0.086371, 51.519691], [-0.086465, 51.519708], [-0.08649, 51.519656], [-0.086679, 51.519601], [-0.086612, 51.519739], [-0.086954, 51.519797], [-0.086924, 51.519854], [-0.0868, 51.519832], [-0.086793, 51.519851], [-0.086011, 51.519713], [-0.086077, 51.519631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 634, &quot;postcode&quot;: &quot;EC2A 1AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087034, 51.520138], [-0.086734, 51.520114], [-0.0868, 51.519832], [-0.086924, 51.519854], [-0.086954, 51.519797], [-0.086987, 51.519802], [-0.086982, 51.519816], [-0.087267, 51.519869], [-0.087278, 51.519842], [-0.087309, 51.519848], [-0.087318, 51.519825], [-0.08735, 51.519829], [-0.087361, 51.519797], [-0.087578, 51.519787], [-0.087664, 51.519834], [-0.087542, 51.52018], [-0.087389, 51.520248], [-0.087365, 51.520316], [-0.087549, 51.520481], [-0.087374, 51.520655], [-0.087226, 51.520728], [-0.087278, 51.520483], [-0.086747, 51.520436], [-0.086793, 51.520394], [-0.086851, 51.520389], [-0.086898, 51.520342], [-0.087174, 51.520364], [-0.087252, 51.520063], [-0.087058, 51.520036], [-0.087034, 51.520138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3194, &quot;postcode&quot;: &quot;EC2A 1AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085542, 51.521494], [-0.085453, 51.521557], [-0.085382, 51.521886], [-0.085196, 51.521879], [-0.08522, 51.521769], [-0.085179, 51.521731], [-0.084802, 51.521695], [-0.084927, 51.52141], [-0.085124, 51.521411], [-0.085258, 51.521308], [-0.085384, 51.521324], [-0.085542, 51.521494]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1848, &quot;postcode&quot;: &quot;EC2A 1DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086459, 51.521516], [-0.086423, 51.521569], [-0.085958, 51.52153], [-0.085891, 51.521555], [-0.085778, 51.522078], [-0.085806, 51.522111], [-0.085926, 51.522124], [-0.085923, 51.52214], [-0.085423, 51.522123], [-0.085412, 51.522081], [-0.085347, 51.522062], [-0.085454, 51.521549], [-0.085491, 51.521519], [-0.085507, 51.521467], [-0.085384, 51.521324], [-0.085498, 51.521332], [-0.08554, 51.52131], [-0.085551, 51.521276], [-0.085669, 51.521267], [-0.085648, 51.521432], [-0.085689, 51.521454], [-0.085806, 51.521464], [-0.085813, 51.5215], [-0.085858, 51.521521], [-0.085937, 51.521517], [-0.08597, 51.521477], [-0.086459, 51.521516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2644, &quot;postcode&quot;: &quot;EC2A 1DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087251, 51.520063], [-0.087174, 51.520364], [-0.086923, 51.520346], [-0.086851, 51.520389], [-0.086793, 51.520394], [-0.08673, 51.520332], [-0.086589, 51.520317], [-0.086688, 51.519833], [-0.086793, 51.519851], [-0.086744, 51.520073], [-0.086774, 51.520111], [-0.086998, 51.520129], [-0.087041, 51.520102], [-0.087058, 51.520036], [-0.087251, 51.520063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1401, &quot;postcode&quot;: &quot;EC2A 1HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088278, 51.519977], [-0.088211, 51.520219], [-0.087965, 51.520187], [-0.087919, 51.520194], [-0.087887, 51.520221], [-0.087822, 51.520482], [-0.087753, 51.520479], [-0.087706, 51.520502], [-0.087549, 51.520481], [-0.087365, 51.520315], [-0.087389, 51.520248], [-0.087549, 51.520168], [-0.087644, 51.519909], [-0.088278, 51.519977]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2266, &quot;postcode&quot;: &quot;EC2A 1NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087604, 51.520045], [-0.087598, 51.520064], [-0.087586, 51.520071], [-0.087585, 51.520056], [-0.087604, 51.520045]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2A 1NS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08808, 51.520522], [-0.088002, 51.520541], [-0.087706, 51.520502], [-0.087707, 51.520471], [-0.08808, 51.520508], [-0.08808, 51.520522]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 98, &quot;postcode&quot;: &quot;EC2A 1NT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085825, 51.519819], [-0.085946, 51.519832], [-0.085973, 51.519706], [-0.086688, 51.519833], [-0.086589, 51.520317], [-0.086742, 51.520329], [-0.086793, 51.520394], [-0.086747, 51.520436], [-0.085856, 51.520357], [-0.085852, 51.52038], [-0.085652, 51.520401], [-0.085512, 51.520339], [-0.085499, 51.520312], [-0.085715, 51.52033], [-0.085394, 51.520304], [-0.085445, 51.520203], [-0.085379, 51.520068], [-0.085443, 51.519963], [-0.085785, 51.520004], [-0.085825, 51.519819]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5211, &quot;postcode&quot;: &quot;EC2A 1PX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085856, 51.520357], [-0.087278, 51.520483], [-0.08714, 51.521127], [-0.087172, 51.521154], [-0.087171, 51.521446], [-0.087073, 51.521441], [-0.087047, 51.521562], [-0.085632, 51.521451], [-0.085856, 51.520357]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12278, &quot;postcode&quot;: &quot;EC2A 1RR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088823, 51.519828], [-0.08879, 51.51996], [-0.088553, 51.519936], [-0.088508, 51.519956], [-0.088489, 51.520005], [-0.087644, 51.519909], [-0.087791, 51.519394], [-0.087813, 51.519383], [-0.088145, 51.519486], [-0.088206, 51.519468], [-0.088241, 51.519399], [-0.088366, 51.519453], [-0.088392, 51.519494], [-0.088269, 51.519459], [-0.088197, 51.519486], [-0.088155, 51.519568], [-0.088172, 51.519616], [-0.088233, 51.519641], [-0.088217, 51.519709], [-0.088234, 51.519737], [-0.088545, 51.519782], [-0.088594, 51.519807], [-0.088823, 51.519828]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2801, &quot;postcode&quot;: &quot;EC2A 1RS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087566, 51.519435], [-0.087556, 51.519514], [-0.087641, 51.519627], [-0.087578, 51.519787], [-0.087361, 51.519797], [-0.087483, 51.519467], [-0.087464, 51.519464], [-0.087487, 51.519406], [-0.087516, 51.519406], [-0.087566, 51.519435]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 475, &quot;postcode&quot;: &quot;EC2A 1SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082506, 51.520419], [-0.082319, 51.520557], [-0.082062, 51.520472], [-0.082346, 51.520287], [-0.082384, 51.520294], [-0.082506, 51.520419]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 473, &quot;postcode&quot;: &quot;EC2A 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081304, 51.5209], [-0.081302, 51.520939], [-0.081437, 51.520974], [-0.081457, 51.521031], [-0.081013, 51.52184], [-0.080911, 51.521864], [-0.080489, 51.521768], [-0.080759, 51.521292], [-0.08021, 51.521168], [-0.08069, 51.520799], [-0.081233, 51.520923], [-0.081304, 51.5209]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5426, &quot;postcode&quot;: &quot;EC2A 2AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08717, 51.521892], [-0.086943, 51.521957], [-0.086901, 51.522235], [-0.086807, 51.522242], [-0.086762, 51.522293], [-0.086697, 51.522314], [-0.086737, 51.522208], [-0.08669, 51.522168], [-0.086462, 51.522158], [-0.08644, 51.52213], [-0.086397, 51.522117], [-0.086351, 51.522124], [-0.086311, 51.522153], [-0.085923, 51.52214], [-0.085883, 51.522123], [-0.085768, 51.522117], [-0.085895, 51.521524], [-0.086763, 51.521594], [-0.086807, 51.52158], [-0.086833, 51.521545], [-0.087023, 51.52155], [-0.087055, 51.521522], [-0.087073, 51.521441], [-0.087171, 51.521446], [-0.08717, 51.521892]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5908, &quot;postcode&quot;: &quot;EC2A 2AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080745, 51.521289], [-0.080373, 51.521205], [-0.080759, 51.521292], [-0.080489, 51.521768], [-0.080911, 51.521864], [-0.081013, 51.52184], [-0.081288, 51.521337], [-0.081358, 51.521346], [-0.08105, 51.521953], [-0.08023, 51.521772], [-0.080014, 51.52174], [-0.079991, 51.521663], [-0.080481, 51.521754], [-0.080745, 51.521289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 963, &quot;postcode&quot;: &quot;EC2A 2BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084844, 51.521588], [-0.084802, 51.521695], [-0.08523, 51.521733], [-0.085199, 51.52187], [-0.084756, 51.521828], [-0.084704, 51.521966], [-0.084607, 51.521956], [-0.084582, 51.521939], [-0.084716, 51.5216], [-0.084844, 51.521588]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 825, &quot;postcode&quot;: &quot;EC2A 2BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082548, 51.520188], [-0.082384, 51.520294], [-0.08232, 51.520304], [-0.082119, 51.520436], [-0.082108, 51.520465], [-0.082129, 51.520492], [-0.082318, 51.520557], [-0.081922, 51.52085], [-0.081491, 51.520781], [-0.081452, 51.520793], [-0.081304, 51.5209], [-0.081233, 51.520923], [-0.080725, 51.520807], [-0.080806, 51.520725], [-0.080812, 51.520688], [-0.080711, 51.520587], [-0.080851, 51.520346], [-0.081013, 51.520298], [-0.081048, 51.520265], [-0.080909, 51.52008], [-0.081192, 51.519953], [-0.081462, 51.519907], [-0.081518, 51.519966], [-0.082548, 51.520188]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8872, &quot;postcode&quot;: &quot;EC2A 2BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084917, 51.521094], [-0.085019, 51.521157], [-0.085013, 51.521175], [-0.084993, 51.521158], [-0.084985, 51.521176], [-0.085008, 51.521191], [-0.084978, 51.521214], [-0.084999, 51.521218], [-0.084975, 51.521283], [-0.085258, 51.521308], [-0.085126, 51.521419], [-0.084927, 51.52141], [-0.084844, 51.521588], [-0.084716, 51.5216], [-0.084917, 51.521094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 685, &quot;postcode&quot;: &quot;EC2A 2BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084694, 51.522054], [-0.084735, 51.522101], [-0.084572, 51.522095], [-0.084694, 51.522054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 28, &quot;postcode&quot;: &quot;EC2A 2DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081288, 51.521337], [-0.08146, 51.521011], [-0.081424, 51.520966], [-0.081302, 51.520939], [-0.081304, 51.5209], [-0.081477, 51.520775], [-0.081922, 51.52085], [-0.081423, 51.521217], [-0.081358, 51.521346], [-0.081288, 51.521337]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1029, &quot;postcode&quot;: &quot;EC2A 2DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085431, 51.522065], [-0.085423, 51.522123], [-0.085303, 51.522119], [-0.085306, 51.52206], [-0.085351, 51.522032], [-0.085369, 51.521943], [-0.085358, 51.522032], [-0.085385, 51.522056], [-0.085431, 51.522065]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 66, &quot;postcode&quot;: &quot;EC2A 2DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080766, 51.520326], [-0.080777, 51.520049], [-0.080909, 51.52008], [-0.081075, 51.52028], [-0.080851, 51.520345], [-0.080766, 51.520326]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 448, &quot;postcode&quot;: &quot;EC2A 2EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080711, 51.520587], [-0.080822, 51.520686], [-0.080811, 51.5207], [-0.080745, 51.520688], [-0.081238, 51.520775], [-0.081327, 51.520788], [-0.081257, 51.520851], [-0.080773, 51.520747], [-0.080725, 51.520807], [-0.080193, 51.520698], [-0.080222, 51.520629], [-0.07979, 51.520536], [-0.079349, 51.520495], [-0.079351, 51.520472], [-0.079422, 51.520491], [-0.07944, 51.520434], [-0.079404, 51.520429], [-0.079407, 51.520416], [-0.079633, 51.520444], [-0.079872, 51.52048], [-0.080473, 51.520629], [-0.080246, 51.520572], [-0.080299, 51.520446], [-0.080265, 51.520403], [-0.080432, 51.52025], [-0.080484, 51.520073], [-0.080574, 51.520001], [-0.080777, 51.520049], [-0.080766, 51.520326], [-0.080851, 51.520345], [-0.080711, 51.520587]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3188, &quot;postcode&quot;: &quot;EC2A 2EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082896, 51.519645], [-0.082822, 51.51974], [-0.082702, 51.519707], [-0.082631, 51.519656], [-0.082523, 51.519633], [-0.082464, 51.519644], [-0.082398, 51.519724], [-0.082348, 51.519725], [-0.082309, 51.519749], [-0.08229, 51.520055], [-0.082185, 51.520089], [-0.082128, 51.520096], [-0.081574, 51.519979], [-0.081507, 51.51999], [-0.081474, 51.519935], [-0.081418, 51.519917], [-0.081192, 51.519954], [-0.080909, 51.52008], [-0.080582, 51.520011], [-0.080487, 51.520071], [-0.080432, 51.52025], [-0.080265, 51.520403], [-0.079992, 51.520374], [-0.079895, 51.520396], [-0.079854, 51.520363], [-0.079901, 51.52028], [-0.079945, 51.520278], [-0.079982, 51.520258], [-0.080022, 51.520158], [-0.079998, 51.520118], [-0.079921, 51.520098], [-0.079934, 51.520035], [-0.079852, 51.519944], [-0.080019, 51.519816], [-0.080013, 51.519663], [-0.080183, 51.519625], [-0.080294, 51.519463], [-0.080637, 51.519272], [-0.080676, 51.519228], [-0.080786, 51.51922], [-0.081294, 51.519433], [-0.081586, 51.51934], [-0.081995, 51.519403], [-0.082056, 51.519385], [-0.082153, 51.519399], [-0.082291, 51.519346], [-0.082638, 51.519399], [-0.082551, 51.519517], [-0.082557, 51.519555], [-0.082896, 51.519645]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13549, &quot;postcode&quot;: &quot;EC2A 2EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085379, 51.520068], [-0.085445, 51.520203], [-0.085394, 51.520304], [-0.085499, 51.520312], [-0.085512, 51.520339], [-0.085652, 51.520401], [-0.085632, 51.520427], [-0.085523, 51.520419], [-0.085514, 51.520487], [-0.08544, 51.520481], [-0.085436, 51.520565], [-0.085353, 51.520591], [-0.085239, 51.520581], [-0.085217, 51.520635], [-0.085082, 51.520679], [-0.085142, 51.520527], [-0.085366, 51.520382], [-0.085262, 51.520347], [-0.085264, 51.520309], [-0.085242, 51.520295], [-0.085379, 51.520068]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 850, &quot;postcode&quot;: &quot;EC2A 2EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085219, 51.520333], [-0.085365, 51.520383], [-0.085142, 51.520527], [-0.085219, 51.520333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 126, &quot;postcode&quot;: &quot;EC2A 2ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080745, 51.521289], [-0.080481, 51.521754], [-0.079821, 51.521631], [-0.079364, 51.521567], [-0.079321, 51.52155], [-0.078818, 51.521487], [-0.078786, 51.521445], [-0.078872, 51.521215], [-0.079045, 51.521226], [-0.07909, 51.521206], [-0.079163, 51.521128], [-0.079188, 51.521075], [-0.079176, 51.521043], [-0.079268, 51.520838], [-0.079254, 51.520767], [-0.079304, 51.520517], [-0.079439, 51.520538], [-0.079451, 51.520568], [-0.079489, 51.520586], [-0.079635, 51.520578], [-0.079684, 51.520607], [-0.08069, 51.520799], [-0.080274, 51.521119], [-0.080258, 51.521148], [-0.080299, 51.521188], [-0.080745, 51.521289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11114, &quot;postcode&quot;: &quot;EC2A 2EW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080299, 51.520446], [-0.080216, 51.5206], [-0.080193, 51.520698], [-0.079651, 51.520603], [-0.079621, 51.520579], [-0.079252, 51.52045], [-0.079247, 51.520409], [-0.07944, 51.520434], [-0.079436, 51.520473], [-0.079477, 51.520502], [-0.07973, 51.520527], [-0.079791, 51.520508], [-0.079806, 51.520462], [-0.079858, 51.520445], [-0.079895, 51.520396], [-0.079977, 51.520372], [-0.080265, 51.520403], [-0.080299, 51.520446]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1191, &quot;postcode&quot;: &quot;EC2A 2EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079179, 51.521573], [-0.079236, 51.521538], [-0.079991, 51.521663], [-0.080014, 51.52174], [-0.07917, 51.521614], [-0.079179, 51.521573]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 486, &quot;postcode&quot;: &quot;EC2A 2FA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082305, 51.519712], [-0.082399, 51.519724], [-0.082545, 51.51979], [-0.082638, 51.519784], [-0.083125, 51.519963], [-0.082506, 51.520419], [-0.082384, 51.520294], [-0.082548, 51.520188], [-0.082208, 51.520113], [-0.082185, 51.520089], [-0.082291, 51.520055], [-0.082305, 51.519712]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2417, &quot;postcode&quot;: &quot;EC2A 2UT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078472, 51.52151], [-0.078522, 51.521371], [-0.078597, 51.521367], [-0.078721, 51.521303], [-0.078824, 51.521344], [-0.078786, 51.521445], [-0.078798, 51.521468], [-0.078823, 51.521471], [-0.078818, 51.521487], [-0.079134, 51.521523], [-0.079179, 51.521573], [-0.07917, 51.521614], [-0.078472, 51.52151]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 695, &quot;postcode&quot;: &quot;EC2A 3PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086942, 51.521949], [-0.086631, 51.522163], [-0.086613, 51.522163], [-0.086615, 51.522113], [-0.086678, 51.522112], [-0.086719, 51.52209], [-0.086781, 51.521952], [-0.086811, 51.521926], [-0.086942, 51.521949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 142, &quot;postcode&quot;: &quot;EC2A 4LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084565, 51.522095], [-0.08452, 51.522093], [-0.084526, 51.52208], [-0.084565, 51.522095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2A 4NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083825, 51.516536], [-0.083719, 51.516739], [-0.083505, 51.516701], [-0.08358, 51.516538], [-0.083573, 51.516508], [-0.083534, 51.516486], [-0.083575, 51.51646], [-0.083581, 51.516411], [-0.083704, 51.516436], [-0.083687, 51.516472], [-0.08371, 51.516508], [-0.083825, 51.516536]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 461, &quot;postcode&quot;: &quot;EC2M 1JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08466, 51.517098], [-0.084629, 51.517183], [-0.084549, 51.51725], [-0.084371, 51.517224], [-0.084462, 51.51705], [-0.08466, 51.517098]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 294, &quot;postcode&quot;: &quot;EC2M 1JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084961, 51.517185], [-0.084893, 51.517305], [-0.084795, 51.517301], [-0.084752, 51.517346], [-0.084549, 51.51725], [-0.084628, 51.517181], [-0.08466, 51.517098], [-0.084961, 51.517185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 435, &quot;postcode&quot;: &quot;EC2M 1JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085061, 51.516642], [-0.085007, 51.516733], [-0.084944, 51.516761], [-0.084861, 51.516972], [-0.084798, 51.516972], [-0.084361, 51.516861], [-0.084303, 51.516863], [-0.083719, 51.516739], [-0.083773, 51.516604], [-0.084217, 51.516664], [-0.084271, 51.51669], [-0.084333, 51.51668], [-0.084792, 51.516743], [-0.084843, 51.516731], [-0.084866, 51.516699], [-0.084973, 51.516684], [-0.085061, 51.516642]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1704, &quot;postcode&quot;: &quot;EC2M 1JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083316, 51.517235], [-0.083459, 51.516846], [-0.083644, 51.516877], [-0.08365, 51.516862], [-0.08377, 51.51688], [-0.084232, 51.516977], [-0.08423, 51.516947], [-0.084291, 51.516956], [-0.084158, 51.517276], [-0.083833, 51.51723], [-0.083518, 51.517267], [-0.083316, 51.517235]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2320, &quot;postcode&quot;: &quot;EC2M 1NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08407, 51.517263], [-0.084052, 51.51731], [-0.083842, 51.517339], [-0.083602, 51.517272], [-0.083499, 51.517283], [-0.083256, 51.517224], [-0.083218, 51.517166], [-0.083175, 51.517146], [-0.083309, 51.516801], [-0.083769, 51.51688], [-0.083688, 51.516869], [-0.083644, 51.516877], [-0.083516, 51.516857], [-0.083453, 51.516875], [-0.083332, 51.517196], [-0.083354, 51.517235], [-0.083515, 51.517266], [-0.083833, 51.51723], [-0.08407, 51.517263]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 831, &quot;postcode&quot;: &quot;EC2M 1PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084814, 51.517377], [-0.084678, 51.517491], [-0.084573, 51.51745], [-0.084506, 51.51745], [-0.084429, 51.517421], [-0.084032, 51.517365], [-0.08407, 51.517263], [-0.084148, 51.517257], [-0.084184, 51.517203], [-0.084202, 51.517202], [-0.084549, 51.51725], [-0.084814, 51.517377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 945, &quot;postcode&quot;: &quot;EC2M 1QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083161, 51.516793], [-0.083035, 51.517119], [-0.082844, 51.5171], [-0.082791, 51.517116], [-0.082026, 51.51698], [-0.081972, 51.516982], [-0.082027, 51.516876], [-0.082214, 51.516908], [-0.082271, 51.516894], [-0.082324, 51.516733], [-0.082875, 51.516754], [-0.083161, 51.516793]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2349, &quot;postcode&quot;: &quot;EC2M 1QS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083597, 51.516202], [-0.083484, 51.516388], [-0.083381, 51.516381], [-0.083332, 51.516395], [-0.082703, 51.516317], [-0.082651, 51.516336], [-0.082585, 51.51643], [-0.082069, 51.516363], [-0.08209, 51.516307], [-0.08218, 51.51621], [-0.082178, 51.516176], [-0.082144, 51.516154], [-0.081949, 51.516113], [-0.081852, 51.516073], [-0.081921, 51.515999], [-0.082508, 51.515523], [-0.082566, 51.515549], [-0.082108, 51.515976], [-0.082157, 51.516079], [-0.083425, 51.516251], [-0.083483, 51.516238], [-0.083534, 51.516187], [-0.083597, 51.516202]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2884, &quot;postcode&quot;: &quot;EC2M 1RP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082019, 51.516298], [-0.081931, 51.516288], [-0.081884, 51.516299], [-0.081932, 51.516106], [-0.081994, 51.516143], [-0.082019, 51.516298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 127, &quot;postcode&quot;: &quot;EC2M 1RQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083581, 51.516411], [-0.083531, 51.516452], [-0.083534, 51.516486], [-0.083479, 51.516488], [-0.083443, 51.516509], [-0.08337, 51.51668], [-0.083046, 51.516642], [-0.082621, 51.516613], [-0.08263, 51.516539], [-0.082561, 51.516507], [-0.082606, 51.516364], [-0.083255, 51.516443], [-0.083318, 51.516425], [-0.083338, 51.516376], [-0.083581, 51.516411]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1580, &quot;postcode&quot;: &quot;EC2M 1RX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083044, 51.517907], [-0.083006, 51.517948], [-0.082923, 51.517974], [-0.082909, 51.518028], [-0.082765, 51.518051], [-0.082706, 51.518079], [-0.08267, 51.518068], [-0.082724, 51.517917], [-0.082791, 51.51793], [-0.082839, 51.517921], [-0.082907, 51.517835], [-0.083044, 51.517907]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 311, &quot;postcode&quot;: &quot;EC2M 2AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086735, 51.519052], [-0.086789, 51.519069], [-0.086701, 51.519243], [-0.086201, 51.519132], [-0.086067, 51.519064], [-0.086396, 51.518911], [-0.086412, 51.518888], [-0.086777, 51.518997], [-0.086735, 51.519052]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1131, &quot;postcode&quot;: &quot;EC2M 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086777, 51.518997], [-0.08715, 51.519109], [-0.087144, 51.519178], [-0.086998, 51.519136], [-0.086963, 51.519141], [-0.08686, 51.519333], [-0.086713, 51.519219], [-0.086789, 51.519069], [-0.086735, 51.519052], [-0.086777, 51.518997]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 499, &quot;postcode&quot;: &quot;EC2M 2AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084605, 51.520166], [-0.083865, 51.519962], [-0.08396, 51.519943], [-0.084598, 51.520128], [-0.084605, 51.520166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 216, &quot;postcode&quot;: &quot;EC2M 2AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083293, 51.517693], [-0.083251, 51.517796], [-0.083586, 51.517849], [-0.083594, 51.51783], [-0.083696, 51.517854], [-0.083724, 51.517828], [-0.083931, 51.517858], [-0.083957, 51.517794], [-0.084065, 51.517811], [-0.083825, 51.518094], [-0.083643, 51.518048], [-0.083609, 51.518024], [-0.083512, 51.518016], [-0.083448, 51.517977], [-0.083293, 51.517937], [-0.083239, 51.517898], [-0.083044, 51.517907], [-0.082907, 51.517835], [-0.082845, 51.517752], [-0.082901, 51.517688], [-0.083169, 51.517652], [-0.083203, 51.517689], [-0.083265, 51.517668], [-0.083293, 51.517693]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1677, &quot;postcode&quot;: &quot;EC2M 2AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083962, 51.518198], [-0.08386, 51.518359], [-0.08377, 51.51838], [-0.083723, 51.518417], [-0.083518, 51.51837], [-0.083397, 51.518416], [-0.08331, 51.518352], [-0.08322, 51.518342], [-0.083267, 51.518268], [-0.083246, 51.518226], [-0.08326, 51.518218], [-0.08339, 51.518238], [-0.083459, 51.518216], [-0.083447, 51.518121], [-0.083415, 51.518098], [-0.083364, 51.518094], [-0.083322, 51.518063], [-0.083101, 51.518018], [-0.083053, 51.517976], [-0.083044, 51.517907], [-0.083239, 51.517898], [-0.083297, 51.517938], [-0.083448, 51.517977], [-0.083511, 51.518013], [-0.083609, 51.518024], [-0.083653, 51.51805], [-0.083825, 51.518094], [-0.083863, 51.51816], [-0.083962, 51.518198]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1741, &quot;postcode&quot;: &quot;EC2M 2AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086077, 51.519631], [-0.085985, 51.519611], [-0.085989, 51.519518], [-0.086143, 51.519554], [-0.086077, 51.519631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 89, &quot;postcode&quot;: &quot;EC2M 2DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08686, 51.519333], [-0.08684, 51.519373], [-0.086781, 51.5194], [-0.086679, 51.519601], [-0.086506, 51.519653], [-0.086465, 51.519708], [-0.086368, 51.519694], [-0.086281, 51.519717], [-0.086077, 51.519631], [-0.0862, 51.519507], [-0.086393, 51.519179], [-0.086645, 51.519232], [-0.086713, 51.519219], [-0.08686, 51.519333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1848, &quot;postcode&quot;: &quot;EC2M 2EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084562, 51.519672], [-0.084498, 51.519656], [-0.08446, 51.519624], [-0.084174, 51.519554], [-0.084127, 51.519559], [-0.084008, 51.519608], [-0.084172, 51.51954], [-0.084204, 51.519561], [-0.08451, 51.519636], [-0.084562, 51.519672]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC2M 2PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084152, 51.519548], [-0.084806, 51.519278], [-0.085061, 51.518903], [-0.085911, 51.519138], [-0.085258, 51.520185], [-0.085422, 51.519923], [-0.085455, 51.519943], [-0.085218, 51.520334], [-0.084605, 51.520166], [-0.084598, 51.520128], [-0.083562, 51.519826], [-0.083605, 51.519781], [-0.084153, 51.519548], [-0.08451, 51.519636], [-0.084152, 51.519548]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12162, &quot;postcode&quot;: &quot;EC2M 2PF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084769, 51.519296], [-0.083612, 51.51978], [-0.083598, 51.519814], [-0.083626, 51.519844], [-0.08396, 51.519943], [-0.083865, 51.519962], [-0.083393, 51.519833], [-0.083374, 51.519812], [-0.083395, 51.519803], [-0.083475, 51.519824], [-0.083523, 51.519818], [-0.083556, 51.519791], [-0.083795, 51.519685], [-0.084134, 51.519138], [-0.084769, 51.519296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1815, &quot;postcode&quot;: &quot;EC2M 2PJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085219, 51.520333], [-0.085242, 51.520295], [-0.085264, 51.520309], [-0.085262, 51.520347], [-0.085219, 51.520333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC2M 2PY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085397, 51.518953], [-0.08537, 51.518985], [-0.085121, 51.518919], [-0.085054, 51.518927], [-0.084806, 51.519278], [-0.08477, 51.519295], [-0.084195, 51.519153], [-0.084128, 51.519162], [-0.084043, 51.519282], [-0.083994, 51.519306], [-0.08378, 51.519644], [-0.083724, 51.519639], [-0.083683, 51.519655], [-0.083613, 51.519761], [-0.083559, 51.519787], [-0.083514, 51.519866], [-0.083482, 51.519857], [-0.083483, 51.519829], [-0.083526, 51.519814], [-0.083549, 51.519779], [-0.083515, 51.519738], [-0.082991, 51.519611], [-0.083016, 51.519561], [-0.082994, 51.51953], [-0.082874, 51.519508], [-0.082672, 51.519404], [-0.082291, 51.519346], [-0.082275, 51.519012], [-0.082497, 51.518975], [-0.08254, 51.518948], [-0.082586, 51.518828], [-0.082527, 51.518736], [-0.08256, 51.518668], [-0.08252, 51.518638], [-0.082797, 51.518158], [-0.08287, 51.518136], [-0.083289, 51.518237], [-0.083254, 51.518317], [-0.08338, 51.518394], [-0.083543, 51.518372], [-0.083674, 51.518405], [-0.083723, 51.518403], [-0.083862, 51.518351], [-0.083939, 51.518235], [-0.083935, 51.518197], [-0.083859, 51.518162], [-0.083825, 51.518094], [-0.084065, 51.517811], [-0.084252, 51.51784], [-0.083935, 51.518117], [-0.083942, 51.518168], [-0.085264, 51.518554], [-0.08514, 51.518752], [-0.085242, 51.518835], [-0.085382, 51.518863], [-0.085361, 51.518918], [-0.085397, 51.518953]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 23109, &quot;postcode&quot;: &quot;EC2M 2QS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087511, 51.519227], [-0.087495, 51.519244], [-0.087516, 51.519406], [-0.087487, 51.519406], [-0.087464, 51.519464], [-0.087483, 51.519467], [-0.08735, 51.519829], [-0.087318, 51.519825], [-0.087309, 51.519848], [-0.087278, 51.519842], [-0.087267, 51.519869], [-0.086982, 51.519816], [-0.086987, 51.519802], [-0.086612, 51.519739], [-0.086798, 51.519365], [-0.08684, 51.519373], [-0.086963, 51.519141], [-0.086998, 51.519136], [-0.087144, 51.519178], [-0.08715, 51.519109], [-0.087511, 51.519227]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3500, &quot;postcode&quot;: &quot;EC2M 2RB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086074, 51.519631], [-0.086011, 51.519713], [-0.085969, 51.519737], [-0.085946, 51.519832], [-0.085869, 51.519827], [-0.08582, 51.519851], [-0.085784, 51.520004], [-0.085443, 51.519963], [-0.085577, 51.519743], [-0.085559, 51.519699], [-0.085779, 51.519342], [-0.085815, 51.519349], [-0.08572, 51.519507], [-0.085728, 51.519541], [-0.085765, 51.519561], [-0.086074, 51.519631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1291, &quot;postcode&quot;: &quot;EC2M 2SJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086201, 51.519132], [-0.086114, 51.51911], [-0.08594, 51.519348], [-0.08584, 51.519308], [-0.085992, 51.519057], [-0.086067, 51.519064], [-0.086201, 51.519132]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 287, &quot;postcode&quot;: &quot;EC2M 2SN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086393, 51.519179], [-0.086211, 51.519489], [-0.086178, 51.519592], [-0.086127, 51.519552], [-0.08607, 51.519538], [-0.086, 51.519555], [-0.085985, 51.51961], [-0.085697, 51.519545], [-0.085794, 51.519383], [-0.085779, 51.519342], [-0.085888, 51.519153], [-0.085853, 51.519121], [-0.08556, 51.519037], [-0.085594, 51.518998], [-0.08566, 51.518974], [-0.085851, 51.518729], [-0.085978, 51.518766], [-0.085981, 51.51882], [-0.086109, 51.518865], [-0.08598, 51.519078], [-0.085992, 51.519117], [-0.086054, 51.519135], [-0.086114, 51.51911], [-0.086393, 51.519179]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2556, &quot;postcode&quot;: &quot;EC2M 2TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079046, 51.520736], [-0.07902, 51.520839], [-0.078933, 51.520849], [-0.078745, 51.520749], [-0.078912, 51.520751], [-0.078964, 51.520715], [-0.079046, 51.520736]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 165, &quot;postcode&quot;: &quot;EC2M 3AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079538, 51.520551], [-0.079414, 51.520583], [-0.079399, 51.52054], [-0.079326, 51.52052], [-0.079344, 51.520483], [-0.079538, 51.520551]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 62, &quot;postcode&quot;: &quot;EC2M 3AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079344, 51.520482], [-0.079326, 51.52052], [-0.079304, 51.520517], [-0.079277, 51.520624], [-0.079286, 51.520586], [-0.079255, 51.520583], [-0.079235, 51.52049], [-0.079249, 51.520452], [-0.079344, 51.520482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 63, &quot;postcode&quot;: &quot;EC2M 3AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080623, 51.518223], [-0.080615, 51.518436], [-0.080551, 51.518424], [-0.080467, 51.518302], [-0.080543, 51.518222], [-0.080623, 51.518223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 177, &quot;postcode&quot;: &quot;EC2M 3AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079255, 51.520583], [-0.079126, 51.520561], [-0.079078, 51.520583], [-0.079064, 51.520632], [-0.079019, 51.520617], [-0.079199, 51.520488], [-0.079235, 51.52049], [-0.079255, 51.520583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 71, &quot;postcode&quot;: &quot;EC2M 3NS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082315, 51.516768], [-0.082277, 51.51692], [-0.082045, 51.516879], [-0.082105, 51.516733], [-0.082315, 51.516768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 270, &quot;postcode&quot;: &quot;EC2M 3TL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080908, 51.518228], [-0.080855, 51.518482], [-0.080576, 51.518424], [-0.080445, 51.518446], [-0.080334, 51.518412], [-0.080205, 51.518284], [-0.080368, 51.518286], [-0.080419, 51.518264], [-0.080437, 51.518042], [-0.080454, 51.518034], [-0.080599, 51.518042], [-0.080663, 51.518065], [-0.080628, 51.518119], [-0.080626, 51.518187], [-0.080656, 51.518216], [-0.080908, 51.518228]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1247, &quot;postcode&quot;: &quot;EC2M 3TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080263, 51.518549], [-0.080447, 51.518446], [-0.080551, 51.518424], [-0.080855, 51.518483], [-0.080968, 51.51858], [-0.081203, 51.518674], [-0.080786, 51.51922], [-0.080676, 51.519228], [-0.080346, 51.519118], [-0.080296, 51.518986], [-0.080363, 51.518772], [-0.080242, 51.518671], [-0.080043, 51.51868], [-0.080017, 51.518738], [-0.080096, 51.518768], [-0.080092, 51.518858], [-0.08022, 51.518951], [-0.079668, 51.518838], [-0.079681, 51.518784], [-0.079858, 51.518653], [-0.07978, 51.518609], [-0.079875, 51.518426], [-0.079921, 51.518419], [-0.079962, 51.518466], [-0.080263, 51.518549]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5112, &quot;postcode&quot;: &quot;EC2M 3TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080042, 51.520123], [-0.079967, 51.520292], [-0.07991, 51.520296], [-0.079877, 51.520322], [-0.079878, 51.520353], [-0.079907, 51.520375], [-0.079878, 51.520426], [-0.079802, 51.520469], [-0.079461, 51.520421], [-0.079404, 51.520429], [-0.079124, 51.520393], [-0.079107, 51.520378], [-0.079165, 51.520064], [-0.079188, 51.520053], [-0.079298, 51.520054], [-0.079333, 51.519996], [-0.079534, 51.52001], [-0.079708, 51.519926], [-0.079852, 51.519944], [-0.07994, 51.520037], [-0.079943, 51.520092], [-0.080042, 51.520123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2740, &quot;postcode&quot;: &quot;EC2M 3TY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082648, 51.516517], [-0.082632, 51.516562], [-0.082585, 51.516579], [-0.082567, 51.516612], [-0.082288, 51.516609], [-0.082173, 51.516593], [-0.082122, 51.516613], [-0.081699, 51.516639], [-0.081394, 51.516675], [-0.081611, 51.516369], [-0.081554, 51.516231], [-0.081573, 51.516205], [-0.081733, 51.516183], [-0.081826, 51.516101], [-0.081892, 51.516091], [-0.082168, 51.516223], [-0.082089, 51.51632], [-0.082114, 51.516364], [-0.082585, 51.51643], [-0.082579, 51.516488], [-0.082648, 51.516517]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2903, &quot;postcode&quot;: &quot;EC2M 3UE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080676, 51.519228], [-0.080642, 51.519269], [-0.080297, 51.519462], [-0.080185, 51.51963], [-0.080031, 51.519668], [-0.080024, 51.519817], [-0.079853, 51.519943], [-0.079708, 51.519926], [-0.079461, 51.519681], [-0.079472, 51.519501], [-0.079437, 51.519479], [-0.079364, 51.519467], [-0.07946, 51.519188], [-0.079918, 51.519232], [-0.080112, 51.519202], [-0.080346, 51.519118], [-0.080676, 51.519228]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4346, &quot;postcode&quot;: &quot;EC2M 3WA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08357, 51.516146], [-0.083465, 51.516256], [-0.082282, 51.516104], [-0.08222, 51.516127], [-0.082177, 51.516226], [-0.08196, 51.516116], [-0.082059, 51.516137], [-0.082135, 51.516109], [-0.082147, 51.516076], [-0.082096, 51.515984], [-0.082162, 51.515904], [-0.082139, 51.515877], [-0.08209, 51.515866], [-0.082298, 51.515697], [-0.082347, 51.515708], [-0.082398, 51.515695], [-0.082566, 51.515549], [-0.083243, 51.515857], [-0.083137, 51.516016], [-0.08316, 51.516059], [-0.08357, 51.516146]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4203, &quot;postcode&quot;: &quot;EC2M 3XD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080242, 51.518671], [-0.080283, 51.518705], [-0.080096, 51.518768], [-0.080017, 51.518738], [-0.080043, 51.51868], [-0.080242, 51.518671]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 125, &quot;postcode&quot;: &quot;EC2M 3XU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080346, 51.519118], [-0.080109, 51.519204], [-0.079912, 51.519233], [-0.079522, 51.519199], [-0.079457, 51.51922], [-0.079378, 51.519442], [-0.079413, 51.519472], [-0.07949, 51.519486], [-0.079464, 51.51968], [-0.079708, 51.519926], [-0.079415, 51.520084], [-0.079233, 51.520061], [-0.079175, 51.520076], [-0.079111, 51.520359], [-0.079148, 51.520394], [-0.079252, 51.52041], [-0.079245, 51.52049], [-0.078981, 51.520477], [-0.079048, 51.519985], [-0.079149, 51.519657], [-0.079385, 51.519264], [-0.079455, 51.519197], [-0.079566, 51.518995], [-0.079613, 51.518961], [-0.079668, 51.518838], [-0.080221, 51.518952], [-0.080296, 51.518986], [-0.080346, 51.519118]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4343, &quot;postcode&quot;: &quot;EC2M 3YD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080096, 51.518768], [-0.080283, 51.518705], [-0.080363, 51.518772], [-0.080296, 51.518986], [-0.08022, 51.518951], [-0.080092, 51.518858], [-0.080096, 51.518768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 373, &quot;postcode&quot;: &quot;EC2M 3YX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079353, 51.516444], [-0.079259, 51.516535], [-0.07907, 51.516494], [-0.078997, 51.516514], [-0.078225, 51.517489], [-0.07749, 51.517408], [-0.077168, 51.516885], [-0.076973, 51.516657], [-0.077879, 51.515927], [-0.078039, 51.516002], [-0.078086, 51.516003], [-0.078127, 51.515984], [-0.07848, 51.516244], [-0.07859, 51.516299], [-0.07865, 51.516307], [-0.078704, 51.516282], [-0.078694, 51.516163], [-0.07872, 51.516126], [-0.079119, 51.516308], [-0.079269, 51.516357], [-0.079353, 51.516444]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15484, &quot;postcode&quot;: &quot;EC2M 4AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081319, 51.516478], [-0.08122, 51.516584], [-0.080982, 51.516528], [-0.080927, 51.516544], [-0.080901, 51.516592], [-0.080709, 51.516509], [-0.080784, 51.516494], [-0.080896, 51.516502], [-0.080954, 51.51645], [-0.081054, 51.516486], [-0.081101, 51.516489], [-0.081187, 51.516464], [-0.081223, 51.516433], [-0.081319, 51.516478]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 324, &quot;postcode&quot;: &quot;EC2M 4AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080433, 51.516884], [-0.080348, 51.516878], [-0.080298, 51.516847], [-0.080169, 51.516825], [-0.079712, 51.516677], [-0.079759, 51.516611], [-0.079974, 51.516678], [-0.079958, 51.516718], [-0.079992, 51.516751], [-0.080433, 51.516884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 189, &quot;postcode&quot;: &quot;EC2M 4AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08122, 51.516585], [-0.081195, 51.516614], [-0.081083, 51.516618], [-0.081031, 51.516672], [-0.081011, 51.516641], [-0.080901, 51.516592], [-0.080922, 51.516535], [-0.080993, 51.516527], [-0.08122, 51.516585]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 166, &quot;postcode&quot;: &quot;EC2M 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080634, 51.516965], [-0.080676, 51.516953], [-0.080784, 51.516986], [-0.080688, 51.517107], [-0.080447, 51.517037], [-0.080463, 51.517016], [-0.080585, 51.516979], [-0.08073, 51.51702], [-0.080617, 51.516988], [-0.080634, 51.516965]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC2M 4LN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080682, 51.517094], [-0.080675, 51.517124], [-0.080548, 51.517256], [-0.080049, 51.517354], [-0.079952, 51.517325], [-0.080042, 51.517222], [-0.080021, 51.517174], [-0.080418, 51.51703], [-0.080682, 51.517094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1012, &quot;postcode&quot;: &quot;EC2M 4LX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079362, 51.517309], [-0.078979, 51.517488], [-0.078688, 51.517421], [-0.078881, 51.517145], [-0.079362, 51.517309]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 938, &quot;postcode&quot;: &quot;EC2M 4NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080339, 51.517482], [-0.080119, 51.517695], [-0.079895, 51.517592], [-0.079935, 51.517547], [-0.079985, 51.517557], [-0.080035, 51.517542], [-0.080051, 51.517489], [-0.080232, 51.517447], [-0.080339, 51.517482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 412, &quot;postcode&quot;: &quot;EC2M 4NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081779, 51.516268], [-0.081723, 51.516267], [-0.081684, 51.516285], [-0.081452, 51.516589], [-0.081403, 51.516615], [-0.081302, 51.51682], [-0.081192, 51.516941], [-0.081062, 51.517052], [-0.080922, 51.517224], [-0.080325, 51.517778], [-0.080323, 51.517813], [-0.080454, 51.518034], [-0.080201, 51.518077], [-0.080137, 51.518067], [-0.080086, 51.518094], [-0.079882, 51.518413], [-0.079454, 51.519198], [-0.079384, 51.519266], [-0.079148, 51.519659], [-0.079039, 51.520032], [-0.078956, 51.520653], [-0.078971, 51.520759], [-0.078748, 51.520742], [-0.079407, 51.518909], [-0.079373, 51.51886], [-0.079283, 51.518858], [-0.079443, 51.518471], [-0.079477, 51.518296], [-0.07955, 51.518158], [-0.079508, 51.518115], [-0.079334, 51.518091], [-0.079324, 51.518049], [-0.079244, 51.518008], [-0.079159, 51.51799], [-0.078945, 51.517977], [-0.07895, 51.517883], [-0.078899, 51.517849], [-0.078918, 51.517776], [-0.079051, 51.517787], [-0.079119, 51.517709], [-0.079487, 51.517791], [-0.079535, 51.517773], [-0.079599, 51.517692], [-0.079658, 51.517704], [-0.079704, 51.517693], [-0.079774, 51.517701], [-0.079857, 51.517741], [-0.079855, 51.517778], [-0.079894, 51.517805], [-0.07998, 51.517803], [-0.080276, 51.517552], [-0.080673, 51.517126], [-0.081091, 51.516604], [-0.081166, 51.516609], [-0.081213, 51.516593], [-0.081475, 51.516306], [-0.081585, 51.516318], [-0.081656, 51.516244], [-0.081779, 51.516268]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10913, &quot;postcode&quot;: &quot;EC2M 4NR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079971, 51.517801], [-0.079937, 51.517827], [-0.079753, 51.517734], [-0.079648, 51.517706], [-0.079581, 51.51772], [-0.079521, 51.517793], [-0.079275, 51.517732], [-0.079638, 51.517604], [-0.07977, 51.517648], [-0.079777, 51.517701], [-0.079971, 51.517801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 401, &quot;postcode&quot;: &quot;EC2M 4NS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079532, 51.518198], [-0.079458, 51.518373], [-0.079195, 51.51837], [-0.079148, 51.518305], [-0.079094, 51.518285], [-0.079104, 51.518248], [-0.079172, 51.518227], [-0.079196, 51.518193], [-0.07946, 51.518228], [-0.079532, 51.518198]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 414, &quot;postcode&quot;: &quot;EC2M 4PT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07945, 51.518409], [-0.079356, 51.518688], [-0.079308, 51.518722], [-0.079325, 51.518762], [-0.079283, 51.518858], [-0.07909, 51.518876], [-0.079133, 51.518729], [-0.079187, 51.518723], [-0.079216, 51.518699], [-0.07921, 51.518644], [-0.079149, 51.518616], [-0.078867, 51.518619], [-0.078848, 51.518527], [-0.0791, 51.518507], [-0.079138, 51.518477], [-0.079131, 51.518427], [-0.07945, 51.518409]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1010, &quot;postcode&quot;: &quot;EC2M 4QD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079355, 51.518689], [-0.079325, 51.518762], [-0.07919, 51.51874], [-0.079132, 51.518754], [-0.07909, 51.518876], [-0.078845, 51.518883], [-0.078833, 51.518839], [-0.078774, 51.518817], [-0.078432, 51.518827], [-0.078385, 51.518844], [-0.07837, 51.518874], [-0.078158, 51.518875], [-0.078168, 51.518657], [-0.078227, 51.518655], [-0.078269, 51.518632], [-0.078855, 51.518566], [-0.078868, 51.518595], [-0.078905, 51.518615], [-0.079233, 51.518623], [-0.079255, 51.518669], [-0.079355, 51.518689]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1963, &quot;postcode&quot;: &quot;EC2M 4QH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08042, 51.516888], [-0.080189, 51.516964], [-0.080142, 51.516957], [-0.079857, 51.516868], [-0.07989, 51.516791], [-0.079789, 51.516748], [-0.079882, 51.516757], [-0.079928, 51.516744], [-0.08042, 51.516888]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 476, &quot;postcode&quot;: &quot;EC2M 4RH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079918, 51.516784], [-0.079806, 51.516935], [-0.07975, 51.516923], [-0.079703, 51.516932], [-0.079636, 51.517018], [-0.079487, 51.516977], [-0.079576, 51.516854], [-0.079554, 51.516818], [-0.079481, 51.516805], [-0.079461, 51.516787], [-0.079488, 51.516723], [-0.079529, 51.516703], [-0.079741, 51.516697], [-0.079806, 51.516751], [-0.079918, 51.516784]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 659, &quot;postcode&quot;: &quot;EC2M 4SQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079237, 51.516717], [-0.079113, 51.516875], [-0.078988, 51.516841], [-0.0791, 51.516692], [-0.079129, 51.516684], [-0.079237, 51.516717]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 190, &quot;postcode&quot;: &quot;EC2M 4TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079488, 51.516723], [-0.079461, 51.516787], [-0.079361, 51.516756], [-0.079239, 51.516909], [-0.079113, 51.516875], [-0.079237, 51.516717], [-0.079154, 51.516692], [-0.079281, 51.51663], [-0.079488, 51.516723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 366, &quot;postcode&quot;: &quot;EC2M 4TH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078979, 51.517488], [-0.078664, 51.517636], [-0.078604, 51.517645], [-0.078522, 51.517702], [-0.078346, 51.517674], [-0.07829, 51.517641], [-0.077883, 51.517617], [-0.077801, 51.517596], [-0.077801, 51.517573], [-0.078375, 51.517627], [-0.078413, 51.517601], [-0.078454, 51.517484], [-0.07851, 51.517454], [-0.078539, 51.517393], [-0.078624, 51.517401], [-0.078737, 51.51735], [-0.078712, 51.517394], [-0.078736, 51.517429], [-0.078979, 51.517488]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 875, &quot;postcode&quot;: &quot;EC2M 4TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079827, 51.517103], [-0.079562, 51.517218], [-0.079423, 51.517164], [-0.079399, 51.517126], [-0.079314, 51.517076], [-0.079388, 51.51704], [-0.079455, 51.516968], [-0.079658, 51.517025], [-0.079827, 51.517103]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 515, &quot;postcode&quot;: &quot;EC2M 4TR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080155, 51.516233], [-0.080107, 51.516252], [-0.080119, 51.516258], [-0.080005, 51.516391], [-0.079917, 51.516499], [-0.079937, 51.516475], [-0.079961, 51.516483], [-0.079936, 51.516511], [-0.080113, 51.516573], [-0.080034, 51.516668], [-0.079975, 51.516624], [-0.079932, 51.516642], [-0.079777, 51.516593], [-0.079712, 51.516677], [-0.079751, 51.516689], [-0.079741, 51.516697], [-0.079531, 51.516703], [-0.079488, 51.516723], [-0.079281, 51.51663], [-0.079259, 51.516535], [-0.079354, 51.516444], [-0.079269, 51.516357], [-0.079352, 51.516386], [-0.079156, 51.516317], [-0.07962, 51.515977], [-0.07979, 51.516076], [-0.079827, 51.516047], [-0.080155, 51.516233]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3459, &quot;postcode&quot;: &quot;EC2M 4UJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08, 51.516632], [-0.079975, 51.516678], [-0.079926, 51.516703], [-0.079927, 51.516749], [-0.079886, 51.516761], [-0.079794, 51.516742], [-0.079741, 51.516697], [-0.079792, 51.516656], [-0.079766, 51.516613], [-0.079777, 51.516593], [-0.0799, 51.516631], [-0.08, 51.516632]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 185, &quot;postcode&quot;: &quot;EC2M 4WD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078457, 51.516234], [-0.078271, 51.516093], [-0.078251, 51.515995], [-0.078344, 51.515954], [-0.07872, 51.516126], [-0.078694, 51.516163], [-0.078716, 51.516283], [-0.078638, 51.516318], [-0.078457, 51.516234]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 691, &quot;postcode&quot;: &quot;EC2M 4YA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078271, 51.516092], [-0.07816, 51.516016], [-0.078076, 51.516022], [-0.078043, 51.516006], [-0.078251, 51.515995], [-0.078271, 51.516092]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 50, &quot;postcode&quot;: &quot;EC2M 4YE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078986, 51.516975], [-0.078946, 51.516965], [-0.078948, 51.516962], [-0.078986, 51.516975]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2M 4YN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079489, 51.516795], [-0.079369, 51.516945], [-0.079239, 51.516909], [-0.079361, 51.516756], [-0.079489, 51.516795]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 186, &quot;postcode&quot;: &quot;EC2M 4YT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079369, 51.516945], [-0.079489, 51.516795], [-0.079588, 51.516827], [-0.079487, 51.516977], [-0.079369, 51.516945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 159, &quot;postcode&quot;: &quot;EC2M 4YW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085626, 51.516789], [-0.08559, 51.516819], [-0.085469, 51.516799], [-0.085404, 51.516826], [-0.085252, 51.516786], [-0.085191, 51.516796], [-0.084715, 51.516734], [-0.084668, 51.51674], [-0.084637, 51.516766], [-0.084627, 51.516734], [-0.084587, 51.516715], [-0.084374, 51.516687], [-0.084277, 51.516711], [-0.084182, 51.516659], [-0.0838, 51.516607], [-0.083796, 51.516542], [-0.083655, 51.516498], [-0.082637, 51.516378], [-0.0817, 51.516214], [-0.081626, 51.516236], [-0.081589, 51.516337], [-0.081529, 51.51632], [-0.081631, 51.516198], [-0.081696, 51.51619], [-0.084406, 51.516522], [-0.08447, 51.516508], [-0.084507, 51.516455], [-0.084703, 51.516526], [-0.084882, 51.516531], [-0.08508, 51.516628], [-0.085086, 51.516658], [-0.08512, 51.516679], [-0.085626, 51.516789]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3177, &quot;postcode&quot;: &quot;EC2M 5ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083681, 51.516394], [-0.084158, 51.51583], [-0.084442, 51.516001], [-0.084365, 51.515984], [-0.084647, 51.516049], [-0.084648, 51.516049], [-0.084509, 51.516272], [-0.084651, 51.516319], [-0.084802, 51.51607], [-0.085646, 51.516267], [-0.085584, 51.516385], [-0.085716, 51.516378], [-0.085732, 51.516397], [-0.085913, 51.516434], [-0.085695, 51.516752], [-0.085762, 51.516763], [-0.085669, 51.516813], [-0.085598, 51.516813], [-0.085626, 51.516789], [-0.085435, 51.516748], [-0.085173, 51.516611], [-0.085199, 51.516593], [-0.08487, 51.516488], [-0.084882, 51.516531], [-0.084706, 51.516528], [-0.084507, 51.516455], [-0.084472, 51.516516], [-0.084442, 51.516528], [-0.083704, 51.516433], [-0.083681, 51.516394]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7088, &quot;postcode&quot;: &quot;EC2M 5NG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085762, 51.516763], [-0.08603, 51.516805], [-0.08609, 51.516826], [-0.086098, 51.516863], [-0.086069, 51.516881], [-0.08559, 51.51682], [-0.085669, 51.516813], [-0.085762, 51.516763]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 226, &quot;postcode&quot;: &quot;EC2M 5PD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086098, 51.516863], [-0.086089, 51.516883], [-0.086069, 51.516881], [-0.086098, 51.516863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2M 5PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088734, 51.517337], [-0.088794, 51.517413], [-0.08869, 51.517418], [-0.088734, 51.517337]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 33, &quot;postcode&quot;: &quot;EC2M 5QA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088196, 51.517166], [-0.087986, 51.517131], [-0.087985, 51.517131], [-0.08813, 51.517137], [-0.088196, 51.517166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC2M 5QD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087464, 51.517042], [-0.087288, 51.517013], [-0.08729, 51.517012], [-0.087464, 51.517042]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2M 5QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089244, 51.517167], [-0.089229, 51.517219], [-0.089271, 51.517226], [-0.089244, 51.517306], [-0.089307, 51.517316], [-0.089313, 51.517426], [-0.089247, 51.517417], [-0.089259, 51.517398], [-0.089071, 51.517368], [-0.089059, 51.517389], [-0.089019, 51.517384], [-0.089108, 51.517274], [-0.089118, 51.517192], [-0.089099, 51.51719], [-0.089118, 51.517127], [-0.089328, 51.517149], [-0.089319, 51.517178], [-0.089244, 51.517167]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 376, &quot;postcode&quot;: &quot;EC2M 5QX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088593, 51.517035], [-0.088549, 51.51716], [-0.088561, 51.517223], [-0.08828, 51.517179], [-0.088312, 51.517147], [-0.088381, 51.517159], [-0.088429, 51.517142], [-0.088493, 51.51702], [-0.088593, 51.517035]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC2M 5TB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08861, 51.51669], [-0.088529, 51.516946], [-0.088477, 51.516951], [-0.088385, 51.517], [-0.08831, 51.517154], [-0.087984, 51.51713], [-0.087588, 51.517063], [-0.087679, 51.516955], [-0.087727, 51.516861], [-0.0878, 51.516466], [-0.088191, 51.516497], [-0.088245, 51.516482], [-0.08829, 51.516498], [-0.088236, 51.516613], [-0.088262, 51.516652], [-0.08861, 51.51669]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3465, &quot;postcode&quot;: &quot;EC2M 5TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088529, 51.516946], [-0.088421, 51.517171], [-0.088334, 51.517158], [-0.08828, 51.517179], [-0.088196, 51.517166], [-0.088151, 51.517143], [-0.088304, 51.517138], [-0.088396, 51.516971], [-0.088438, 51.516962], [-0.088465, 51.516936], [-0.088529, 51.516946]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 227, &quot;postcode&quot;: &quot;EC2M 5TF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086098, 51.516863], [-0.08609, 51.516826], [-0.086101, 51.516817], [-0.086119, 51.51682], [-0.086098, 51.516863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5, &quot;postcode&quot;: &quot;EC2M 5TN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086603, 51.516893], [-0.087021, 51.516967], [-0.086599, 51.516894], [-0.086603, 51.516893]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC2M 5TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08692, 51.516948], [-0.086946, 51.516955], [-0.086914, 51.516948], [-0.08692, 51.516948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2M 5TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087575, 51.51704], [-0.087604, 51.516876], [-0.087708, 51.516885], [-0.08772, 51.51691], [-0.087703, 51.516907], [-0.087624, 51.51707], [-0.088239, 51.517174], [-0.088239, 51.517144], [-0.088267, 51.517148], [-0.08824, 51.517147], [-0.088267, 51.517149], [-0.088267, 51.517178], [-0.088356, 51.51719], [-0.088359, 51.517159], [-0.088392, 51.517165], [-0.088392, 51.517195], [-0.088622, 51.517231], [-0.08864, 51.517205], [-0.088661, 51.517209], [-0.088652, 51.517235], [-0.088749, 51.517247], [-0.088757, 51.517225], [-0.08878, 51.517228], [-0.088751, 51.517307], [-0.087578, 51.517133], [-0.086089, 51.516883], [-0.086119, 51.51682], [-0.086481, 51.516877], [-0.086546, 51.516912], [-0.086591, 51.516912], [-0.086601, 51.516892], [-0.087535, 51.517054], [-0.087575, 51.51704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1452, &quot;postcode&quot;: &quot;EC2M 5TR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086958, 51.516177], [-0.086591, 51.516912], [-0.086523, 51.516907], [-0.086481, 51.516877], [-0.086385, 51.516864], [-0.086729, 51.516138], [-0.086958, 51.516177]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1314, &quot;postcode&quot;: &quot;EC2M 5TU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089005, 51.517783], [-0.088969, 51.517835], [-0.088889, 51.517829], [-0.088842, 51.517865], [-0.088691, 51.517836], [-0.088625, 51.517858], [-0.088631, 51.517801], [-0.088669, 51.517778], [-0.088681, 51.517731], [-0.088633, 51.5177], [-0.088554, 51.517717], [-0.088552, 51.517704], [-0.08869, 51.517418], [-0.088793, 51.517415], [-0.088786, 51.517467], [-0.088826, 51.517507], [-0.088855, 51.517677], [-0.088901, 51.517704], [-0.088912, 51.517758], [-0.089005, 51.517783]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 769, &quot;postcode&quot;: &quot;EC2M 6SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088645, 51.517555], [-0.088581, 51.517628], [-0.088531, 51.517758], [-0.088486, 51.517791], [-0.088619, 51.517549], [-0.088645, 51.517555]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 33, &quot;postcode&quot;: &quot;EC2M 6SE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08945, 51.518002], [-0.089448, 51.518083], [-0.089361, 51.518141], [-0.089319, 51.518131], [-0.089318, 51.518095], [-0.089277, 51.518071], [-0.089122, 51.518039], [-0.089054, 51.518064], [-0.088889, 51.518345], [-0.088846, 51.51837], [-0.088748, 51.518554], [-0.088752, 51.518589], [-0.088796, 51.518612], [-0.088748, 51.518618], [-0.088713, 51.518647], [-0.088347, 51.519306], [-0.088247, 51.519388], [-0.08822, 51.519439], [-0.088129, 51.519411], [-0.088136, 51.519378], [-0.088102, 51.519349], [-0.087826, 51.519292], [-0.088213, 51.518589], [-0.088207, 51.518559], [-0.088177, 51.518539], [-0.088074, 51.518544], [-0.088176, 51.518358], [-0.088207, 51.518339], [-0.088233, 51.518367], [-0.088284, 51.518377], [-0.088344, 51.518351], [-0.088752, 51.517611], [-0.088407, 51.518258], [-0.088428, 51.518306], [-0.088645, 51.518348], [-0.088695, 51.518376], [-0.088766, 51.518364], [-0.089053, 51.517905], [-0.089166, 51.517931], [-0.089213, 51.517963], [-0.08945, 51.518002]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5018, &quot;postcode&quot;: &quot;EC2M 6TX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087912, 51.51884], [-0.087801, 51.519066], [-0.087787, 51.519068], [-0.087912, 51.51884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 24, &quot;postcode&quot;: &quot;EC2M 6UR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08803, 51.518656], [-0.087922, 51.51885], [-0.08792, 51.518851], [-0.088017, 51.518647], [-0.08803, 51.518656]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 25, &quot;postcode&quot;: &quot;EC2M 6XB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089097, 51.517746], [-0.089027, 51.517862], [-0.089052, 51.517906], [-0.08813, 51.519411], [-0.087908, 51.519389], [-0.087566, 51.519435], [-0.087516, 51.519406], [-0.087495, 51.519244], [-0.087511, 51.519227], [-0.087566, 51.519241], [-0.087661, 51.519235], [-0.087709, 51.51921], [-0.088264, 51.518237], [-0.088392, 51.518264], [-0.087846, 51.519262], [-0.087882, 51.519302], [-0.088074, 51.519343], [-0.088123, 51.519342], [-0.08816, 51.519322], [-0.088645, 51.518348], [-0.0887, 51.518318], [-0.089043, 51.517735], [-0.089097, 51.517746]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2860, &quot;postcode&quot;: &quot;EC2M 6XQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085168, 51.516793], [-0.085061, 51.516781], [-0.085048, 51.51675], [-0.085007, 51.516733], [-0.085081, 51.516628], [-0.085116, 51.516678], [-0.085105, 51.51672], [-0.085148, 51.516749], [-0.085168, 51.516793]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 91, &quot;postcode&quot;: &quot;EC2M 7AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085433, 51.516861], [-0.085138, 51.517108], [-0.084804, 51.517017], [-0.084819, 51.516966], [-0.084874, 51.516936], [-0.084941, 51.516766], [-0.085094, 51.516781], [-0.085156, 51.516741], [-0.085161, 51.516707], [-0.085116, 51.516678], [-0.085093, 51.516627], [-0.085173, 51.516611], [-0.085434, 51.516748], [-0.085387, 51.516791], [-0.085433, 51.516861]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1307, &quot;postcode&quot;: &quot;EC2M 7AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085138, 51.517108], [-0.084814, 51.517376], [-0.084745, 51.517342], [-0.08476, 51.517308], [-0.084889, 51.517288], [-0.08494, 51.517218], [-0.08493, 51.517188], [-0.084867, 51.517151], [-0.084495, 51.51706], [-0.084439, 51.517084], [-0.084371, 51.517224], [-0.084202, 51.517202], [-0.084276, 51.517026], [-0.084272, 51.516972], [-0.08423, 51.516947], [-0.084238, 51.516921], [-0.084329, 51.516854], [-0.084814, 51.516976], [-0.084813, 51.517011], [-0.084842, 51.517034], [-0.085138, 51.517108]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1310, &quot;postcode&quot;: &quot;EC2M 7EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085969, 51.516868], [-0.087578, 51.517133], [-0.088337, 51.517239], [-0.088666, 51.517293], [-0.088659, 51.517308], [-0.088743, 51.517322], [-0.087684, 51.519256], [-0.086187, 51.518736], [-0.086143, 51.518808], [-0.083883, 51.518163], [-0.084338, 51.517765], [-0.085433, 51.516861], [-0.085399, 51.516836], [-0.085427, 51.516785], [-0.08559, 51.51682], [-0.085969, 51.516868]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 52811, &quot;postcode&quot;: &quot;EC2M 7EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084049, 51.517953], [-0.084137, 51.51794], [-0.084089, 51.517983], [-0.084049, 51.517953]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC2M 7JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086412, 51.518888], [-0.086395, 51.518911], [-0.086067, 51.519064], [-0.085992, 51.519057], [-0.086087, 51.518874], [-0.085909, 51.518787], [-0.085854, 51.518782], [-0.08581, 51.518802], [-0.085642, 51.518994], [-0.085594, 51.519005], [-0.08556, 51.519037], [-0.085344, 51.518978], [-0.085347, 51.518867], [-0.08524, 51.518837], [-0.085116, 51.518768], [-0.085264, 51.518555], [-0.085851, 51.518729], [-0.085857, 51.518758], [-0.085893, 51.518779], [-0.085943, 51.51878], [-0.085984, 51.518761], [-0.086412, 51.518888]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1987, &quot;postcode&quot;: &quot;EC2M 7LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084678, 51.517491], [-0.084387, 51.51773], [-0.083838, 51.517641], [-0.083826, 51.517603], [-0.083679, 51.51758], [-0.083686, 51.517564], [-0.083731, 51.517557], [-0.08394, 51.517545], [-0.084374, 51.517563], [-0.084525, 51.517431], [-0.084678, 51.517491]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 933, &quot;postcode&quot;: &quot;EC2M 7NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084506, 51.51745], [-0.084374, 51.517563], [-0.084041, 51.517542], [-0.083882, 51.517548], [-0.08383, 51.517574], [-0.083831, 51.517618], [-0.083868, 51.517645], [-0.084287, 51.517713], [-0.084236, 51.517839], [-0.084006, 51.517804], [-0.083956, 51.517818], [-0.083931, 51.517858], [-0.08376, 51.517835], [-0.083696, 51.517854], [-0.083251, 51.517796], [-0.083274, 51.517736], [-0.08326, 51.517707], [-0.083203, 51.517689], [-0.083134, 51.517621], [-0.083034, 51.517598], [-0.083089, 51.517535], [-0.083168, 51.517547], [-0.083216, 51.517531], [-0.083243, 51.517428], [-0.083807, 51.517508], [-0.08387, 51.517494], [-0.083906, 51.517428], [-0.083872, 51.517391], [-0.083445, 51.51732], [-0.083458, 51.517288], [-0.083512, 51.517289], [-0.083568, 51.517261], [-0.083827, 51.517337], [-0.084052, 51.51731], [-0.084062, 51.517358], [-0.084184, 51.517386], [-0.084182, 51.51743], [-0.084227, 51.517456], [-0.08441, 51.517479], [-0.084487, 51.517439], [-0.084506, 51.51745]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3130, &quot;postcode&quot;: &quot;EC2M 7NX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083205, 51.517558], [-0.083137, 51.517591], [-0.083169, 51.517652], [-0.082901, 51.517688], [-0.082754, 51.517547], [-0.082638, 51.517537], [-0.08258, 51.517485], [-0.08241, 51.51745], [-0.08232, 51.51741], [-0.082212, 51.517428], [-0.082046, 51.517425], [-0.081902, 51.517311], [-0.081927, 51.517286], [-0.082164, 51.517339], [-0.082231, 51.517322], [-0.082624, 51.5174], [-0.08258, 51.517454], [-0.082607, 51.517493], [-0.082905, 51.517535], [-0.083006, 51.517544], [-0.083071, 51.517531], [-0.083102, 51.517511], [-0.08313, 51.517456], [-0.083205, 51.517558]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 896, &quot;postcode&quot;: &quot;EC2M 7PD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08431, 51.51686], [-0.084245, 51.516911], [-0.084232, 51.516977], [-0.083479, 51.516827], [-0.082874, 51.516754], [-0.08211, 51.516735], [-0.081611, 51.516768], [-0.081556, 51.516795], [-0.081471, 51.516988], [-0.081509, 51.517032], [-0.081621, 51.517035], [-0.081672, 51.517014], [-0.081755, 51.517015], [-0.081826, 51.516931], [-0.081929, 51.516974], [-0.081984, 51.516973], [-0.082736, 51.517106], [-0.082802, 51.517091], [-0.082949, 51.517115], [-0.083042, 51.517101], [-0.08307, 51.517127], [-0.083137, 51.51714], [-0.083174, 51.517203], [-0.083231, 51.51723], [-0.083229, 51.517264], [-0.083266, 51.51729], [-0.08395, 51.517401], [-0.083894, 51.517458], [-0.083892, 51.517522], [-0.0832, 51.517413], [-0.083141, 51.517436], [-0.083101, 51.517516], [-0.083015, 51.517545], [-0.082696, 51.5175], [-0.08263, 51.517507], [-0.082563, 51.517543], [-0.082523, 51.517534], [-0.082573, 51.517424], [-0.082536, 51.517383], [-0.082286, 51.517333], [-0.082213, 51.517351], [-0.081976, 51.517297], [-0.08191, 51.517307], [-0.081829, 51.517285], [-0.08135, 51.517297], [-0.080786, 51.51735], [-0.08094, 51.517204], [-0.081463, 51.517165], [-0.081514, 51.517144], [-0.081548, 51.517079], [-0.081528, 51.517042], [-0.08145, 51.517031], [-0.081389, 51.517072], [-0.081327, 51.517058], [-0.081239, 51.516961], [-0.081191, 51.516942], [-0.081302, 51.51682], [-0.081371, 51.516679], [-0.0814, 51.516674], [-0.081999, 51.516618], [-0.082301, 51.516609], [-0.082752, 51.516619], [-0.08345, 51.516693], [-0.08431, 51.51686]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9131, &quot;postcode&quot;: &quot;EC2M 7PN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082027, 51.516876], [-0.082012, 51.516904], [-0.081952, 51.516901], [-0.081902, 51.516937], [-0.081822, 51.516947], [-0.081765, 51.51703], [-0.081711, 51.517024], [-0.081579, 51.517047], [-0.081529, 51.517116], [-0.081389, 51.517072], [-0.08145, 51.517017], [-0.081537, 51.516852], [-0.081513, 51.516816], [-0.08142, 51.516791], [-0.081499, 51.516781], [-0.081773, 51.51683], [-0.081835, 51.51682], [-0.081902, 51.516852], [-0.082027, 51.516876]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 731, &quot;postcode&quot;: &quot;EC2M 7PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082303, 51.517406], [-0.08241, 51.51745], [-0.082563, 51.51748], [-0.082523, 51.517534], [-0.082563, 51.517544], [-0.082613, 51.517514], [-0.082638, 51.517537], [-0.082442, 51.517602], [-0.082375, 51.517648], [-0.082177, 51.517603], [-0.082212, 51.517428], [-0.082303, 51.517406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 498, &quot;postcode&quot;: &quot;EC2M 7PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083629, 51.51807], [-0.083597, 51.518174], [-0.083464, 51.518173], [-0.083399, 51.518239], [-0.083262, 51.518218], [-0.08321, 51.518188], [-0.083104, 51.518191], [-0.082873, 51.518138], [-0.082734, 51.518177], [-0.082726, 51.518269], [-0.08254, 51.518604], [-0.082549, 51.518633], [-0.082588, 51.518653], [-0.082534, 51.518743], [-0.08259, 51.518825], [-0.082531, 51.51897], [-0.082324, 51.519004], [-0.082279, 51.519035], [-0.082289, 51.519347], [-0.082138, 51.519407], [-0.082085, 51.519398], [-0.082041, 51.519411], [-0.081587, 51.519344], [-0.081297, 51.519441], [-0.080786, 51.51922], [-0.081183, 51.518693], [-0.081156, 51.518655], [-0.080968, 51.51858], [-0.080855, 51.518482], [-0.080898, 51.518273], [-0.080883, 51.518244], [-0.080835, 51.518227], [-0.080624, 51.518223], [-0.080628, 51.51811], [-0.080663, 51.518065], [-0.080764, 51.518079], [-0.080924, 51.518152], [-0.081055, 51.518128], [-0.081187, 51.517992], [-0.081152, 51.517897], [-0.081098, 51.51787], [-0.081033, 51.517884], [-0.080934, 51.518044], [-0.08094, 51.517875], [-0.080922, 51.517847], [-0.080666, 51.517799], [-0.080449, 51.517713], [-0.080477, 51.51763], [-0.080721, 51.517411], [-0.080837, 51.517344], [-0.081351, 51.517297], [-0.081876, 51.517285], [-0.081905, 51.517306], [-0.08188, 51.51737], [-0.081913, 51.517398], [-0.082031, 51.517425], [-0.082212, 51.517428], [-0.082182, 51.517573], [-0.082223, 51.517613], [-0.082371, 51.517639], [-0.082638, 51.517537], [-0.08276, 51.517543], [-0.0829, 51.517688], [-0.082853, 51.517752], [-0.082907, 51.517835], [-0.082859, 51.51791], [-0.08289, 51.517952], [-0.082952, 51.517958], [-0.083033, 51.517929], [-0.083078, 51.517997], [-0.0832, 51.518027], [-0.083251, 51.518023], [-0.083287, 51.518071], [-0.083327, 51.518089], [-0.083383, 51.518085], [-0.083492, 51.518037], [-0.083501, 51.518071], [-0.083539, 51.51809], [-0.083588, 51.518089], [-0.083629, 51.51807]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 27731, &quot;postcode&quot;: &quot;EC2M 7PY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083278, 51.51806], [-0.083338, 51.518051], [-0.083364, 51.518094], [-0.08335, 51.518124], [-0.083294, 51.518123], [-0.083235, 51.518193], [-0.083205, 51.518186], [-0.083209, 51.518098], [-0.08325, 51.518101], [-0.083278, 51.51806]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 88, &quot;postcode&quot;: &quot;EC2M 7QA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081596, 51.517152], [-0.08109, 51.517037], [-0.081092, 51.51703], [-0.081189, 51.516952], [-0.081252, 51.516976], [-0.081333, 51.517058], [-0.081529, 51.517117], [-0.081596, 51.517152]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 172, &quot;postcode&quot;: &quot;EC2M 7QN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085195, 51.515303], [-0.0851, 51.515489], [-0.08512, 51.515526], [-0.085174, 51.515543], [-0.085146, 51.515582], [-0.085002, 51.515562], [-0.084965, 51.515582], [-0.084897, 51.515673], [-0.08481, 51.515682], [-0.084733, 51.515672], [-0.084678, 51.515707], [-0.08457, 51.515684], [-0.084519, 51.515643], [-0.084393, 51.515619], [-0.084328, 51.515636], [-0.084632, 51.515271], [-0.085029, 51.515048], [-0.085048, 51.5151], [-0.085089, 51.515122], [-0.085099, 51.515208], [-0.085136, 51.515234], [-0.085152, 51.515284], [-0.085195, 51.515303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2324, &quot;postcode&quot;: &quot;EC2N 1AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086881, 51.514783], [-0.086642, 51.514822], [-0.08611, 51.514869], [-0.085628, 51.514852], [-0.086006, 51.514462], [-0.086227, 51.514292], [-0.086881, 51.514783]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2885, &quot;postcode&quot;: &quot;EC2N 1AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084652, 51.515128], [-0.084521, 51.515234], [-0.084476, 51.515228], [-0.084618, 51.515109], [-0.084652, 51.515128]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 48, &quot;postcode&quot;: &quot;EC2N 1DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084934, 51.51497], [-0.084607, 51.51514], [-0.084545, 51.515215], [-0.084483, 51.515221], [-0.084582, 51.515135], [-0.084587, 51.515101], [-0.084506, 51.515048], [-0.084499, 51.515], [-0.084354, 51.51492], [-0.084601, 51.514744], [-0.084934, 51.51497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 905, &quot;postcode&quot;: &quot;EC2N 1DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086217, 51.514299], [-0.08602, 51.514451], [-0.085808, 51.514659], [-0.085758, 51.514684], [-0.085682, 51.514799], [-0.085542, 51.514933], [-0.085248, 51.514983], [-0.085034, 51.515047], [-0.084747, 51.515199], [-0.084626, 51.515291], [-0.083694, 51.516378], [-0.083696, 51.516412], [-0.083729, 51.516433], [-0.083925, 51.516458], [-0.083709, 51.516437], [-0.083476, 51.516389], [-0.083509, 51.516365], [-0.083618, 51.516163], [-0.084483, 51.515221], [-0.084547, 51.515211], [-0.084652, 51.515128], [-0.084906, 51.514975], [-0.084893, 51.514937], [-0.084645, 51.514764], [-0.084567, 51.514751], [-0.084391, 51.514402], [-0.085059, 51.514287], [-0.08511, 51.514294], [-0.085493, 51.51424], [-0.085824, 51.514215], [-0.086097, 51.514212], [-0.086217, 51.514299]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9360, &quot;postcode&quot;: &quot;EC2N 1DW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084717, 51.514814], [-0.084624, 51.514767], [-0.084551, 51.514779], [-0.084614, 51.514741], [-0.084717, 51.514814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13, &quot;postcode&quot;: &quot;EC2N 1DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084588, 51.51596], [-0.084555, 51.516028], [-0.084442, 51.516001], [-0.084218, 51.515854], [-0.08442, 51.515922], [-0.084588, 51.51596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 138, &quot;postcode&quot;: &quot;EC2N 1ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084476, 51.515228], [-0.084029, 51.515726], [-0.083317, 51.515471], [-0.083403, 51.515384], [-0.08332, 51.515355], [-0.08335, 51.515316], [-0.083161, 51.515242], [-0.083347, 51.515083], [-0.083053, 51.514953], [-0.083247, 51.51481], [-0.08371, 51.514527], [-0.083783, 51.514519], [-0.083891, 51.51459], [-0.08393, 51.514659], [-0.084054, 51.514636], [-0.084072, 51.514673], [-0.084344, 51.514622], [-0.084327, 51.514585], [-0.084465, 51.514559], [-0.084567, 51.514751], [-0.084601, 51.514744], [-0.084354, 51.51492], [-0.084542, 51.515022], [-0.084506, 51.515048], [-0.084618, 51.515109], [-0.084476, 51.515228]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8856, &quot;postcode&quot;: &quot;EC2N 1HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084034, 51.515729], [-0.083613, 51.516155], [-0.083114, 51.516052], [-0.083225, 51.515865], [-0.083201, 51.515839], [-0.083007, 51.515754], [-0.083182, 51.51559], [-0.083232, 51.515603], [-0.083277, 51.515594], [-0.083381, 51.515494], [-0.084034, 51.515729]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2972, &quot;postcode&quot;: &quot;EC2N 1HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082955, 51.516244], [-0.082953, 51.516261], [-0.082898, 51.51628], [-0.082878, 51.516265], [-0.082885, 51.516237], [-0.082955, 51.516244]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC2N 1HU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083937, 51.515816], [-0.083819, 51.515951], [-0.083809, 51.51595], [-0.083937, 51.515816]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC2N 1HW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083819, 51.515951], [-0.083597, 51.516202], [-0.083576, 51.516197], [-0.08357, 51.516146], [-0.083637, 51.516129], [-0.083819, 51.515951]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 40, &quot;postcode&quot;: &quot;EC2N 1HZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087851, 51.514691], [-0.087713, 51.514703], [-0.086874, 51.514853], [-0.086694, 51.514874], [-0.086644, 51.514907], [-0.086577, 51.514885], [-0.086344, 51.514913], [-0.08629, 51.514907], [-0.086164, 51.514933], [-0.085658, 51.514915], [-0.085543, 51.514932], [-0.085628, 51.514852], [-0.086081, 51.51487], [-0.086412, 51.514846], [-0.086832, 51.514793], [-0.08726, 51.514713], [-0.087584, 51.514644], [-0.087622, 51.51462], [-0.087699, 51.514634], [-0.087762, 51.514685], [-0.087851, 51.514691]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1143, &quot;postcode&quot;: &quot;EC2N 2AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085382, 51.516141], [-0.085445, 51.51622], [-0.085125, 51.516145], [-0.085182, 51.516103], [-0.08528, 51.516106], [-0.085382, 51.516141]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 127, &quot;postcode&quot;: &quot;EC2N 2AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086635, 51.514867], [-0.086635, 51.515022], [-0.086544, 51.515108], [-0.086383, 51.515098], [-0.086281, 51.51507], [-0.085964, 51.515159], [-0.085795, 51.515139], [-0.085619, 51.51507], [-0.08552, 51.515063], [-0.085518, 51.515024], [-0.085486, 51.514997], [-0.08547, 51.514942], [-0.085654, 51.514915], [-0.085928, 51.514925], [-0.085934, 51.51499], [-0.086006, 51.515011], [-0.086049, 51.514998], [-0.086129, 51.514933], [-0.086635, 51.514867]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1586, &quot;postcode&quot;: &quot;EC2N 2AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086031, 51.515013], [-0.086012, 51.515177], [-0.085908, 51.515137], [-0.085928, 51.514931], [-0.086129, 51.514933], [-0.086031, 51.515013]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 228, &quot;postcode&quot;: &quot;EC2N 2AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086962, 51.515601], [-0.086739, 51.515612], [-0.086697, 51.515587], [-0.086714, 51.515207], [-0.08668, 51.515176], [-0.086626, 51.515171], [-0.086544, 51.515108], [-0.086635, 51.515022], [-0.086685, 51.51502], [-0.08672, 51.514998], [-0.086733, 51.514869], [-0.08687, 51.51485], [-0.086916, 51.514852], [-0.086898, 51.514887], [-0.086959, 51.515079], [-0.086976, 51.515501], [-0.086962, 51.515601]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1556, &quot;postcode&quot;: &quot;EC2N 2AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087879, 51.514583], [-0.087781, 51.514628], [-0.087664, 51.514646], [-0.087644, 51.514679], [-0.087666, 51.514712], [-0.087515, 51.514737], [-0.087515, 51.514695], [-0.087459, 51.514672], [-0.087298, 51.514697], [-0.087191, 51.514415], [-0.087155, 51.51439], [-0.087097, 51.514388], [-0.087084, 51.51434], [-0.087275, 51.514303], [-0.087338, 51.514326], [-0.087572, 51.514301], [-0.087637, 51.514389], [-0.087745, 51.514392], [-0.087879, 51.514583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1574, &quot;postcode&quot;: &quot;EC2N 2AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086257, 51.516392], [-0.086234, 51.516441], [-0.085991, 51.516398], [-0.085944, 51.516406], [-0.085913, 51.516434], [-0.085732, 51.516397], [-0.085716, 51.516378], [-0.085831, 51.51631], [-0.086257, 51.516392]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 272, &quot;postcode&quot;: &quot;EC2N 2BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086392, 51.516865], [-0.086182, 51.516831], [-0.086279, 51.516622], [-0.086488, 51.51666], [-0.086392, 51.516865]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 364, &quot;postcode&quot;: &quot;EC2N 2DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086658, 51.515783], [-0.086687, 51.515657], [-0.086739, 51.515612], [-0.087617, 51.515602], [-0.087491, 51.515971], [-0.0878, 51.516034], [-0.087771, 51.516077], [-0.087472, 51.516024], [-0.087389, 51.516249], [-0.086729, 51.516138], [-0.086488, 51.51666], [-0.086279, 51.516622], [-0.086182, 51.516831], [-0.085695, 51.516752], [-0.085757, 51.516639], [-0.085947, 51.516389], [-0.086234, 51.516441], [-0.086289, 51.516323], [-0.086113, 51.516289], [-0.086179, 51.516203], [-0.086195, 51.516206], [-0.086275, 51.516037], [-0.086526, 51.516093], [-0.086658, 51.515783]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7163, &quot;postcode&quot;: &quot;EC2N 2DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086713, 51.515238], [-0.086704, 51.515404], [-0.086643, 51.515395], [-0.086595, 51.515418], [-0.086437, 51.515438], [-0.08625, 51.515296], [-0.086231, 51.515225], [-0.086032, 51.515168], [-0.086026, 51.515151], [-0.086303, 51.515071], [-0.086384, 51.515096], [-0.086544, 51.515108], [-0.086626, 51.515171], [-0.086639, 51.515221], [-0.086713, 51.515238]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1116, &quot;postcode&quot;: &quot;EC2N 2DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085926, 51.515582], [-0.085896, 51.515659], [-0.085853, 51.515701], [-0.085809, 51.515713], [-0.085719, 51.515698], [-0.085641, 51.515665], [-0.085449, 51.515678], [-0.08534, 51.515589], [-0.085082, 51.515523], [-0.085199, 51.515294], [-0.085367, 51.515314], [-0.085811, 51.515411], [-0.08587, 51.5154], [-0.085895, 51.515367], [-0.085927, 51.51541], [-0.085928, 51.515468], [-0.085895, 51.515519], [-0.085926, 51.515582]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1760, &quot;postcode&quot;: &quot;EC2N 2HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086437, 51.515438], [-0.086409, 51.51547], [-0.0864, 51.515542], [-0.085953, 51.515512], [-0.085947, 51.515483], [-0.08589, 51.515431], [-0.085367, 51.515314], [-0.08542, 51.51511], [-0.085473, 51.5151], [-0.08552, 51.515063], [-0.085616, 51.515068], [-0.085792, 51.515137], [-0.085883, 51.515152], [-0.085906, 51.515208], [-0.085895, 51.515373], [-0.085931, 51.515405], [-0.086201, 51.515425], [-0.086393, 51.515418], [-0.086437, 51.515438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1484, &quot;postcode&quot;: &quot;EC2N 2HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086111, 51.515779], [-0.085928, 51.51614], [-0.085868, 51.516098], [-0.085751, 51.516061], [-0.085642, 51.516051], [-0.085504, 51.51601], [-0.085434, 51.516007], [-0.085335, 51.515953], [-0.085372, 51.515868], [-0.085318, 51.515829], [-0.08537, 51.515828], [-0.085407, 51.515808], [-0.085472, 51.51572], [-0.085449, 51.515678], [-0.085661, 51.515663], [-0.085763, 51.515699], [-0.085853, 51.515701], [-0.085935, 51.51575], [-0.086111, 51.515779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1783, &quot;postcode&quot;: &quot;EC2N 2HE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085493, 51.515697], [-0.085461, 51.515757], [-0.085423, 51.51578], [-0.08535, 51.515923], [-0.085268, 51.51591], [-0.085213, 51.515925], [-0.085125, 51.516076], [-0.084828, 51.516014], [-0.084657, 51.516052], [-0.084557, 51.516028], [-0.084571, 51.515984], [-0.084542, 51.515951], [-0.084155, 51.515833], [-0.084352, 51.51561], [-0.084584, 51.515655], [-0.084631, 51.515678], [-0.084708, 51.515658], [-0.084786, 51.51567], [-0.084896, 51.515652], [-0.084967, 51.515544], [-0.085032, 51.51555], [-0.085082, 51.515523], [-0.085353, 51.51559], [-0.085388, 51.51564], [-0.085493, 51.515697]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3341, &quot;postcode&quot;: &quot;EC2N 2HG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085932, 51.516143], [-0.085831, 51.51631], [-0.085716, 51.516378], [-0.085584, 51.516385], [-0.085634, 51.516309], [-0.085627, 51.516274], [-0.085447, 51.51622], [-0.085366, 51.516139], [-0.085205, 51.51611], [-0.085124, 51.516145], [-0.084847, 51.516083], [-0.084795, 51.516094], [-0.084769, 51.516122], [-0.084657, 51.516052], [-0.084815, 51.51601], [-0.085105, 51.516061], [-0.085145, 51.516038], [-0.085221, 51.515899], [-0.08535, 51.515923], [-0.08536, 51.515963], [-0.085437, 51.516002], [-0.085552, 51.516019], [-0.085599, 51.516012], [-0.085646, 51.516047], [-0.085794, 51.516061], [-0.085932, 51.516143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1579, &quot;postcode&quot;: &quot;EC2N 2JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086476, 51.515925], [-0.08641, 51.516067], [-0.086326, 51.516051], [-0.08627, 51.516065], [-0.086195, 51.516206], [-0.086101, 51.516189], [-0.086058, 51.516147], [-0.085961, 51.516133], [-0.085949, 51.516111], [-0.086103, 51.515796], [-0.08616, 51.515787], [-0.086385, 51.515822], [-0.086378, 51.515893], [-0.086476, 51.515925]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 983, &quot;postcode&quot;: &quot;EC2N 2JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086739, 51.515612], [-0.086686, 51.515664], [-0.086658, 51.515783], [-0.086526, 51.516093], [-0.08641, 51.516068], [-0.086459, 51.51595], [-0.086427, 51.515918], [-0.086353, 51.515903], [-0.086371, 51.515853], [-0.086348, 51.515822], [-0.086207, 51.515794], [-0.086103, 51.515796], [-0.086067, 51.515773], [-0.085927, 51.51575], [-0.085853, 51.515701], [-0.085921, 51.515595], [-0.085892, 51.515519], [-0.085944, 51.515444], [-0.085895, 51.515367], [-0.085899, 51.515308], [-0.086131, 51.515316], [-0.08625, 51.515297], [-0.086418, 51.515431], [-0.086539, 51.515425], [-0.086584, 51.515407], [-0.08662, 51.515268], [-0.086646, 51.514879], [-0.086733, 51.514869], [-0.086698, 51.515567], [-0.086739, 51.515612]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3412, &quot;postcode&quot;: &quot;EC2N 2QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08625, 51.515296], [-0.08618, 51.51532], [-0.085899, 51.515308], [-0.085887, 51.515158], [-0.085976, 51.515158], [-0.086029, 51.515133], [-0.086077, 51.515134], [-0.086102, 51.515178], [-0.086247, 51.515226], [-0.08625, 51.515296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 370, &quot;postcode&quot;: &quot;EC2N 2QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084075, 51.513574], [-0.083942, 51.513853], [-0.083518, 51.51384], [-0.083474, 51.513814], [-0.083387, 51.51381], [-0.083947, 51.513447], [-0.084054, 51.51346], [-0.084069, 51.513474], [-0.08405, 51.51354], [-0.084075, 51.513574]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1130, &quot;postcode&quot;: &quot;EC2N 3AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084816, 51.514126], [-0.084473, 51.514154], [-0.084431, 51.514171], [-0.084417, 51.514198], [-0.084375, 51.514203], [-0.084322, 51.514185], [-0.084256, 51.514195], [-0.084161, 51.514109], [-0.084015, 51.514084], [-0.084107, 51.51389], [-0.084415, 51.513929], [-0.084478, 51.513913], [-0.084773, 51.513934], [-0.084816, 51.514126]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1329, &quot;postcode&quot;: &quot;EC2N 3AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083403, 51.515384], [-0.083346, 51.515448], [-0.083381, 51.515494], [-0.083257, 51.515621], [-0.083202, 51.515608], [-0.083156, 51.515618], [-0.083007, 51.515753], [-0.082612, 51.515572], [-0.082543, 51.515574], [-0.0825, 51.515611], [-0.082441, 51.515579], [-0.083053, 51.514953], [-0.083347, 51.515083], [-0.083203, 51.515207], [-0.083194, 51.515236], [-0.083221, 51.515265], [-0.08335, 51.515316], [-0.083349, 51.515356], [-0.083403, 51.515384]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2998, &quot;postcode&quot;: &quot;EC2N 3AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081707, 51.515779], [-0.081621, 51.515745], [-0.081622, 51.515724], [-0.081719, 51.515761], [-0.081707, 51.515779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 16, &quot;postcode&quot;: &quot;EC2N 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082196, 51.515517], [-0.081749, 51.515899], [-0.081598, 51.5161], [-0.08161, 51.516063], [-0.081583, 51.516034], [-0.081483, 51.516011], [-0.081436, 51.516019], [-0.081409, 51.516042], [-0.081364, 51.51603], [-0.081324, 51.515983], [-0.081214, 51.515922], [-0.081133, 51.515934], [-0.081069, 51.51602], [-0.080428, 51.515805], [-0.080496, 51.515743], [-0.08049, 51.515704], [-0.080277, 51.515575], [-0.080183, 51.515548], [-0.080124, 51.515488], [-0.080183, 51.515419], [-0.080226, 51.515438], [-0.080272, 51.515438], [-0.080699, 51.515686], [-0.080828, 51.515733], [-0.08088, 51.515719], [-0.08116, 51.515523], [-0.081328, 51.515551], [-0.081333, 51.515583], [-0.081369, 51.515605], [-0.081437, 51.515621], [-0.08149, 51.515612], [-0.081566, 51.515518], [-0.081666, 51.515338], [-0.082079, 51.515438], [-0.082196, 51.515517]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4988, &quot;postcode&quot;: &quot;EC2N 4AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08291, 51.51485], [-0.082755, 51.51499], [-0.082611, 51.514936], [-0.082686, 51.514826], [-0.082731, 51.514805], [-0.08291, 51.51485]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 226, &quot;postcode&quot;: &quot;EC2N 4AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082757, 51.514988], [-0.082633, 51.515109], [-0.082478, 51.515053], [-0.082475, 51.515022], [-0.082439, 51.514999], [-0.082487, 51.51494], [-0.082558, 51.514955], [-0.082611, 51.514936], [-0.082757, 51.514988]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 247, &quot;postcode&quot;: &quot;EC2N 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081681, 51.515981], [-0.081592, 51.516106], [-0.081556, 51.516221], [-0.081586, 51.516342], [-0.081522, 51.516319], [-0.081461, 51.516328], [-0.081319, 51.516478], [-0.081238, 51.516456], [-0.081106, 51.516506], [-0.080994, 51.516471], [-0.080928, 51.516495], [-0.080875, 51.516486], [-0.080709, 51.516509], [-0.08049, 51.516418], [-0.08047, 51.516348], [-0.080563, 51.516366], [-0.080615, 51.516322], [-0.080601, 51.516294], [-0.080519, 51.516241], [-0.080495, 51.516169], [-0.080826, 51.515983], [-0.08081, 51.515942], [-0.080713, 51.515901], [-0.081027, 51.516002], [-0.081094, 51.515983], [-0.081163, 51.515886], [-0.081372, 51.516008], [-0.081441, 51.515998], [-0.081602, 51.516032], [-0.081645, 51.516019], [-0.081681, 51.515981]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3654, &quot;postcode&quot;: &quot;EC2N 4AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083991, 51.513767], [-0.083822, 51.514102], [-0.083765, 51.514124], [-0.08376, 51.514175], [-0.083568, 51.514386], [-0.083487, 51.514357], [-0.083417, 51.514372], [-0.083243, 51.514532], [-0.083248, 51.51458], [-0.08291, 51.51485], [-0.082731, 51.514805], [-0.082709, 51.514753], [-0.082595, 51.514705], [-0.082564, 51.514666], [-0.08279, 51.514446], [-0.082774, 51.514405], [-0.082696, 51.514377], [-0.082995, 51.514094], [-0.08296, 51.514053], [-0.082745, 51.514006], [-0.08278, 51.513937], [-0.083086, 51.513993], [-0.083387, 51.51381], [-0.083518, 51.513812], [-0.083577, 51.51384], [-0.083893, 51.513849], [-0.083945, 51.51383], [-0.083973, 51.513768], [-0.083991, 51.513767]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5226, &quot;postcode&quot;: &quot;EC2N 4BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089667, 51.517322], [-0.089734, 51.517146], [-0.089667, 51.517322], [-0.089667, 51.517322]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2R 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090105, 51.515559], [-0.090065, 51.515669], [-0.090053, 51.515693], [-0.090031, 51.515688], [-0.090105, 51.515559]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 21, &quot;postcode&quot;: &quot;EC2R 5AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090288, 51.515583], [-0.090261, 51.515623], [-0.090299, 51.515627], [-0.090227, 51.51562], [-0.090247, 51.515578], [-0.090288, 51.515583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC2R 5AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090427, 51.516725], [-0.090386, 51.516751], [-0.090367, 51.516832], [-0.090304, 51.516851], [-0.089891, 51.516835], [-0.089843, 51.516794], [-0.089857, 51.516598], [-0.089892, 51.516531], [-0.089863, 51.516474], [-0.089988, 51.51648], [-0.089962, 51.516546], [-0.090027, 51.51658], [-0.090162, 51.516571], [-0.090185, 51.516544], [-0.090174, 51.51649], [-0.090305, 51.516496], [-0.09033, 51.516533], [-0.0904, 51.516544], [-0.090398, 51.516621], [-0.090357, 51.516639], [-0.090345, 51.516669], [-0.090365, 51.516708], [-0.090427, 51.516725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1246, &quot;postcode&quot;: &quot;EC2R 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089748, 51.51611], [-0.089732, 51.51615], [-0.089493, 51.516119], [-0.089502, 51.516077], [-0.089748, 51.51611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 80, &quot;postcode&quot;: &quot;EC2R 5BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090406, 51.514945], [-0.090051, 51.515641], [-0.089932, 51.515941], [-0.089887, 51.516135], [-0.089863, 51.51648], [-0.089905, 51.51652], [-0.089858, 51.516569], [-0.089845, 51.516786], [-0.089895, 51.51683], [-0.090045, 51.516842], [-0.089976, 51.516887], [-0.089889, 51.51688], [-0.089839, 51.516904], [-0.089802, 51.51709], [-0.089744, 51.51712], [-0.08965, 51.517366], [-0.089547, 51.517362], [-0.08936, 51.517451], [-0.089313, 51.517426], [-0.089302, 51.517333], [-0.089245, 51.517306], [-0.089259, 51.517252], [-0.089229, 51.517219], [-0.08923, 51.517156], [-0.089194, 51.517137], [-0.089071, 51.517122], [-0.089109, 51.516982], [-0.089555, 51.516998], [-0.08962, 51.516969], [-0.089664, 51.516519], [-0.089732, 51.516151], [-0.08983, 51.515937], [-0.089823, 51.515905], [-0.08988, 51.515751], [-0.09024, 51.515016], [-0.09029, 51.514997], [-0.090326, 51.514937], [-0.090406, 51.514945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4076, &quot;postcode&quot;: &quot;EC2R 5BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089697, 51.516332], [-0.089664, 51.51652], [-0.089491, 51.516512], [-0.089437, 51.516419], [-0.089205, 51.51638], [-0.089241, 51.516283], [-0.089307, 51.51629], [-0.089365, 51.51632], [-0.089539, 51.516336], [-0.089595, 51.516322], [-0.089697, 51.516332]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 476, &quot;postcode&quot;: &quot;EC2R 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089484, 51.516208], [-0.089433, 51.516203], [-0.089469, 51.516116], [-0.089732, 51.51615], [-0.089697, 51.516332], [-0.089595, 51.516322], [-0.089589, 51.516341], [-0.089352, 51.516319], [-0.089372, 51.516296], [-0.08946, 51.516304], [-0.089484, 51.516208]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 410, &quot;postcode&quot;: &quot;EC2R 5BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090272, 51.515226], [-0.090105, 51.515559], [-0.090092, 51.515557], [-0.090121, 51.51548], [-0.090095, 51.515454], [-0.090018, 51.515433], [-0.09004, 51.515374], [-0.090072, 51.515368], [-0.090132, 51.515387], [-0.090182, 51.515374], [-0.090272, 51.515226]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 106, &quot;postcode&quot;: &quot;EC2R 5EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089819, 51.514908], [-0.090179, 51.51495], [-0.090219, 51.514971], [-0.09024, 51.515015], [-0.090167, 51.515183], [-0.089895, 51.515139], [-0.08988, 51.515169], [-0.08968, 51.515122], [-0.089737, 51.51496], [-0.089819, 51.514908]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 890, &quot;postcode&quot;: &quot;EC2R 6AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090032, 51.515441], [-0.08993, 51.515653], [-0.089684, 51.515625], [-0.089657, 51.515576], [-0.089519, 51.515552], [-0.08959, 51.515384], [-0.090032, 51.515441]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 725, &quot;postcode&quot;: &quot;EC2R 6AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090167, 51.515183], [-0.090073, 51.515367], [-0.090018, 51.515433], [-0.089579, 51.515391], [-0.089528, 51.515364], [-0.08953, 51.515321], [-0.089586, 51.515316], [-0.089618, 51.515291], [-0.08968, 51.515122], [-0.08982, 51.515157], [-0.089895, 51.515139], [-0.090167, 51.515183]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1002, &quot;postcode&quot;: &quot;EC2R 6AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08949, 51.515025], [-0.089447, 51.515146], [-0.088997, 51.515082], [-0.089031, 51.51499], [-0.089193, 51.515005], [-0.08923, 51.514985], [-0.08925, 51.514938], [-0.089372, 51.514964], [-0.089396, 51.515007], [-0.08949, 51.515025]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 463, &quot;postcode&quot;: &quot;EC2R 6AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08993, 51.515653], [-0.089834, 51.515875], [-0.089841, 51.515908], [-0.089765, 51.516112], [-0.089571, 51.516086], [-0.089522, 51.516093], [-0.08945, 51.516163], [-0.089483, 51.516208], [-0.08946, 51.516304], [-0.089393, 51.516302], [-0.089352, 51.516319], [-0.089273, 51.516306], [-0.08923, 51.516313], [-0.089208, 51.516262], [-0.089092, 51.516247], [-0.089199, 51.516118], [-0.089245, 51.516114], [-0.089277, 51.516092], [-0.089349, 51.51591], [-0.08934, 51.515875], [-0.089293, 51.515855], [-0.089342, 51.515757], [-0.089336, 51.515694], [-0.089293, 51.515659], [-0.08922, 51.51565], [-0.089263, 51.515623], [-0.089367, 51.515354], [-0.089528, 51.515365], [-0.0896, 51.515384], [-0.089572, 51.515406], [-0.089534, 51.515513], [-0.089558, 51.515552], [-0.089696, 51.515578], [-0.089704, 51.515611], [-0.08974, 51.515631], [-0.08993, 51.515653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2946, &quot;postcode&quot;: &quot;EC2R 6AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089365, 51.515869], [-0.089264, 51.51613], [-0.089298, 51.516135], [-0.089271, 51.516205], [-0.089184, 51.516201], [-0.0892, 51.516069], [-0.089119, 51.516007], [-0.08916, 51.515899], [-0.089248, 51.515885], [-0.089293, 51.515855], [-0.089365, 51.515869]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 353, &quot;postcode&quot;: &quot;EC2R 6AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089318, 51.516709], [-0.089644, 51.516734], [-0.08962, 51.517], [-0.089109, 51.516982], [-0.089071, 51.517122], [-0.089118, 51.517127], [-0.089099, 51.51719], [-0.089118, 51.517192], [-0.089108, 51.517274], [-0.08908, 51.51727], [-0.089096, 51.517272], [-0.089019, 51.517384], [-0.088794, 51.517413], [-0.088738, 51.517338], [-0.088783, 51.517229], [-0.088877, 51.517245], [-0.088883, 51.517192], [-0.088918, 51.517196], [-0.088957, 51.517062], [-0.088922, 51.517058], [-0.088948, 51.516968], [-0.088983, 51.516972], [-0.089093, 51.516673], [-0.089318, 51.516709]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2037, &quot;postcode&quot;: &quot;EC2R 6BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089832, 51.514881], [-0.089823, 51.514907], [-0.089736, 51.514962], [-0.089618, 51.515292], [-0.089623, 51.51533], [-0.089563, 51.515334], [-0.089528, 51.515364], [-0.089395, 51.515365], [-0.089353, 51.515392], [-0.089267, 51.515617], [-0.089337, 51.515693], [-0.089344, 51.515757], [-0.089293, 51.515855], [-0.089248, 51.515885], [-0.089166, 51.515906], [-0.089121, 51.515965], [-0.089077, 51.515942], [-0.088817, 51.515913], [-0.088812, 51.515822], [-0.088849, 51.515792], [-0.088873, 51.515664], [-0.088835, 51.515627], [-0.088721, 51.515618], [-0.088757, 51.515457], [-0.089024, 51.515483], [-0.089091, 51.515461], [-0.089129, 51.515343], [-0.08909, 51.515284], [-0.08902, 51.515266], [-0.089075, 51.515095], [-0.089384, 51.515137], [-0.089447, 51.515122], [-0.089531, 51.514897], [-0.089505, 51.514858], [-0.089425, 51.514841], [-0.089437, 51.514812], [-0.089832, 51.514881]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3492, &quot;postcode&quot;: &quot;EC2R 6DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088281, 51.516497], [-0.088263, 51.516495], [-0.088264, 51.516465], [-0.088326, 51.516336], [-0.08827, 51.516331], [-0.088271, 51.516302], [-0.088479, 51.516294], [-0.088664, 51.516356], [-0.088667, 51.516485], [-0.088705, 51.516487], [-0.088703, 51.516513], [-0.088664, 51.516511], [-0.088658, 51.516546], [-0.088681, 51.51655], [-0.08861, 51.51669], [-0.088214, 51.516656], [-0.088281, 51.516497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1094, &quot;postcode&quot;: &quot;EC2R 6EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088835, 51.516764], [-0.088673, 51.517169], [-0.088696, 51.517209], [-0.088782, 51.517229], [-0.088738, 51.517338], [-0.088659, 51.517308], [-0.088672, 51.517271], [-0.088652, 51.517243], [-0.088561, 51.517223], [-0.088535, 51.517189], [-0.088584, 51.517062], [-0.088555, 51.517033], [-0.088493, 51.51702], [-0.088593, 51.516724], [-0.088835, 51.516764]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 816, &quot;postcode&quot;: &quot;EC2R 6EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088614, 51.516681], [-0.088853, 51.516717], [-0.088937, 51.516501], [-0.088955, 51.516502], [-0.08902, 51.516318], [-0.089004, 51.516315], [-0.08901, 51.516296], [-0.089231, 51.516312], [-0.089186, 51.516434], [-0.089143, 51.516427], [-0.089057, 51.516653], [-0.089052, 51.516666], [-0.089093, 51.516673], [-0.088983, 51.516972], [-0.088948, 51.516968], [-0.088922, 51.517058], [-0.088957, 51.517062], [-0.088918, 51.517196], [-0.088883, 51.517192], [-0.088877, 51.517245], [-0.088629, 51.517203], [-0.088663, 51.517193], [-0.088835, 51.516764], [-0.088593, 51.516724], [-0.088614, 51.516681]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1592, &quot;postcode&quot;: &quot;EC2R 6EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088901, 51.516524], [-0.08892, 51.51654], [-0.088853, 51.516717], [-0.088614, 51.516681], [-0.088681, 51.51655], [-0.088658, 51.516546], [-0.088664, 51.516511], [-0.088703, 51.516513], [-0.088705, 51.516487], [-0.088862, 51.516497], [-0.088858, 51.516521], [-0.088901, 51.516524]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 375, &quot;postcode&quot;: &quot;EC2R 6JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08919, 51.516428], [-0.089205, 51.51638], [-0.089483, 51.516422], [-0.089464, 51.516466], [-0.089502, 51.516472], [-0.089491, 51.516512], [-0.089664, 51.51652], [-0.089655, 51.516615], [-0.089389, 51.516604], [-0.089372, 51.516689], [-0.089337, 51.516687], [-0.08933, 51.51671], [-0.089052, 51.516666], [-0.089143, 51.516427], [-0.08919, 51.516428]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 915, &quot;postcode&quot;: &quot;EC2R 6LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089255, 51.516318], [-0.089225, 51.516336], [-0.089205, 51.516379], [-0.08923, 51.516314], [-0.089255, 51.516318]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2R 6PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089114, 51.515276], [-0.089105, 51.515302], [-0.089025, 51.515319], [-0.088795, 51.515294], [-0.088727, 51.515233], [-0.088606, 51.515218], [-0.088508, 51.515158], [-0.088368, 51.515156], [-0.088374, 51.515105], [-0.088403, 51.515076], [-0.088426, 51.514884], [-0.0885, 51.514901], [-0.088614, 51.515002], [-0.088775, 51.514994], [-0.088832, 51.515012], [-0.088874, 51.515059], [-0.089082, 51.515096], [-0.089035, 51.515233], [-0.089062, 51.515265], [-0.089114, 51.515276]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1245, &quot;postcode&quot;: &quot;EC2R 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08836, 51.516666], [-0.088214, 51.516656], [-0.088318, 51.516663], [-0.08836, 51.516666]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2R 7AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088781, 51.514631], [-0.08872, 51.514683], [-0.088729, 51.514737], [-0.088674, 51.514742], [-0.088641, 51.514769], [-0.088617, 51.514949], [-0.088494, 51.514944], [-0.088482, 51.514906], [-0.088426, 51.514884], [-0.088436, 51.514712], [-0.088506, 51.514715], [-0.088549, 51.514701], [-0.088569, 51.514668], [-0.088546, 51.514637], [-0.088575, 51.514622], [-0.088781, 51.514631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 475, &quot;postcode&quot;: &quot;EC2R 7AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089218, 51.51565], [-0.089214, 51.51567], [-0.089117, 51.515664], [-0.089067, 51.515679], [-0.088936, 51.515672], [-0.088891, 51.515682], [-0.088858, 51.515755], [-0.088877, 51.515782], [-0.088916, 51.515796], [-0.088908, 51.515825], [-0.08885, 51.515831], [-0.088816, 51.515862], [-0.088824, 51.515898], [-0.088861, 51.515918], [-0.08914, 51.51595], [-0.08903, 51.516245], [-0.088475, 51.516204], [-0.088447, 51.516154], [-0.088329, 51.516138], [-0.088295, 51.516113], [-0.088235, 51.516105], [-0.088286, 51.515924], [-0.088335, 51.515916], [-0.088363, 51.515888], [-0.088367, 51.515841], [-0.088334, 51.515813], [-0.088338, 51.515725], [-0.088274, 51.515697], [-0.088234, 51.51565], [-0.088112, 51.515654], [-0.088067, 51.515616], [-0.087916, 51.515603], [-0.088495, 51.515614], [-0.088536, 51.515591], [-0.088544, 51.515547], [-0.088495, 51.515504], [-0.088427, 51.515492], [-0.088434, 51.51544], [-0.088581, 51.515439], [-0.088757, 51.515457], [-0.088731, 51.515579], [-0.088771, 51.515617], [-0.089218, 51.51565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3513, &quot;postcode&quot;: &quot;EC2R 7AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089139, 51.515332], [-0.089084, 51.515489], [-0.088621, 51.515442], [-0.088559, 51.515454], [-0.088532, 51.515484], [-0.088554, 51.515522], [-0.088533, 51.515618], [-0.087916, 51.515603], [-0.087932, 51.515421], [-0.087972, 51.515385], [-0.087977, 51.515121], [-0.088369, 51.515133], [-0.088418, 51.515156], [-0.088495, 51.515151], [-0.088631, 51.515216], [-0.088732, 51.515232], [-0.088808, 51.515294], [-0.089014, 51.515318], [-0.089105, 51.515302], [-0.089139, 51.515332]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3019, &quot;postcode&quot;: &quot;EC2R 7AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088373, 51.515822], [-0.088358, 51.515929], [-0.088311, 51.515934], [-0.088278, 51.515957], [-0.088235, 51.516104], [-0.088271, 51.515946], [-0.08823, 51.515918], [-0.088125, 51.515905], [-0.08805, 51.515827], [-0.088036, 51.515765], [-0.087954, 51.515743], [-0.087955, 51.515671], [-0.087932, 51.515646], [-0.087947, 51.515609], [-0.08828, 51.515628], [-0.08829, 51.515681], [-0.088349, 51.515702], [-0.088339, 51.515788], [-0.088373, 51.515822]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 738, &quot;postcode&quot;: &quot;EC2R 7BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08771, 51.516859], [-0.087732, 51.51683], [-0.087725, 51.516882], [-0.08771, 51.516859]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5, &quot;postcode&quot;: &quot;EC2R 7BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087783, 51.51651], [-0.087783, 51.516538], [-0.087762, 51.516655], [-0.087715, 51.516598], [-0.087783, 51.51651]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;EC2R 7BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088155, 51.51585], [-0.088136, 51.515906], [-0.088056, 51.515904], [-0.087926, 51.515952], [-0.087871, 51.516053], [-0.087881, 51.516215], [-0.087858, 51.516228], [-0.08772, 51.516244], [-0.087713, 51.516213], [-0.087676, 51.516192], [-0.087415, 51.516177], [-0.087529, 51.51587], [-0.087802, 51.515929], [-0.087851, 51.515926], [-0.087946, 51.515823], [-0.087954, 51.515743], [-0.088035, 51.515752], [-0.088065, 51.51583], [-0.088155, 51.51585]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1195, &quot;postcode&quot;: &quot;EC2R 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090683, 51.514532], [-0.090557, 51.514782], [-0.090579, 51.514824], [-0.090549, 51.514905], [-0.090409, 51.514923], [-0.090336, 51.514948], [-0.09028, 51.515022], [-0.09024, 51.515016], [-0.09023, 51.51498], [-0.090172, 51.514949], [-0.089823, 51.514907], [-0.089778, 51.514872], [-0.089496, 51.514823], [-0.089425, 51.514841], [-0.089331, 51.514827], [-0.089274, 51.514836], [-0.089231, 51.514814], [-0.089047, 51.514788], [-0.089031, 51.514758], [-0.08899, 51.514741], [-0.088242, 51.514702], [-0.08819, 51.514685], [-0.08776, 51.514693], [-0.087699, 51.514634], [-0.088306, 51.514626], [-0.08887, 51.514656], [-0.088929, 51.514637], [-0.08898, 51.514639], [-0.089032, 51.514677], [-0.089722, 51.514768], [-0.089837, 51.514735], [-0.089868, 51.514701], [-0.08976, 51.514535], [-0.089935, 51.514488], [-0.090084, 51.514343], [-0.090191, 51.514409], [-0.090189, 51.514441], [-0.090224, 51.514467], [-0.090683, 51.514532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4206, &quot;postcode&quot;: &quot;EC2R 7DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087554, 51.516184], [-0.087729, 51.516193], [-0.087691, 51.516381], [-0.087509, 51.516368], [-0.087513, 51.516351], [-0.087491, 51.51635], [-0.087554, 51.516184]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 276, &quot;postcode&quot;: &quot;EC2R 7DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088416, 51.516214], [-0.088329, 51.516215], [-0.088265, 51.516257], [-0.088209, 51.516229], [-0.087934, 51.516193], [-0.08786, 51.516211], [-0.087809, 51.516432], [-0.08784, 51.516466], [-0.087899, 51.516476], [-0.087811, 51.516487], [-0.087726, 51.516583], [-0.087762, 51.516655], [-0.087732, 51.51683], [-0.087709, 51.516884], [-0.087642, 51.516885], [-0.087602, 51.516909], [-0.087574, 51.517041], [-0.087533, 51.517054], [-0.086601, 51.516892], [-0.086959, 51.516177], [-0.087331, 51.516239], [-0.087389, 51.516223], [-0.087415, 51.516177], [-0.087554, 51.516184], [-0.087507, 51.516343], [-0.087552, 51.51637], [-0.087664, 51.516371], [-0.087704, 51.51633], [-0.087758, 51.516329], [-0.087796, 51.516306], [-0.08785, 51.516088], [-0.088048, 51.515794], [-0.088049, 51.515827], [-0.087971, 51.515943], [-0.087975, 51.515993], [-0.087933, 51.516054], [-0.087878, 51.516089], [-0.087881, 51.516147], [-0.087923, 51.51617], [-0.088214, 51.516209], [-0.088289, 51.516191], [-0.0884, 51.516198], [-0.088416, 51.516214]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5905, &quot;postcode&quot;: &quot;EC2R 7DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088325, 51.516336], [-0.088263, 51.516495], [-0.088208, 51.516498], [-0.087801, 51.516466], [-0.087803, 51.516374], [-0.087753, 51.516353], [-0.087698, 51.516362], [-0.08772, 51.516245], [-0.087881, 51.516215], [-0.088022, 51.516224], [-0.088092, 51.516246], [-0.088145, 51.516296], [-0.088271, 51.516302], [-0.088325, 51.516336]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 954, &quot;postcode&quot;: &quot;EC2R 7EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087972, 51.515351], [-0.087714, 51.515385], [-0.087697, 51.515246], [-0.087975, 51.515208], [-0.087972, 51.515351]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 296, &quot;postcode&quot;: &quot;EC2R 7HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089771, 51.514747], [-0.089762, 51.514782], [-0.089705, 51.514817], [-0.089741, 51.514865], [-0.089601, 51.514843], [-0.089542, 51.514863], [-0.08949, 51.515025], [-0.089354, 51.515004], [-0.089293, 51.514978], [-0.089164, 51.51501], [-0.089251, 51.514816], [-0.089395, 51.514831], [-0.089475, 51.514785], [-0.089453, 51.514737], [-0.089331, 51.514716], [-0.089351, 51.514653], [-0.089613, 51.514666], [-0.089698, 51.514647], [-0.089771, 51.514747]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 891, &quot;postcode&quot;: &quot;EC2R 7HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088444, 51.514723], [-0.0884, 51.515105], [-0.08837, 51.515133], [-0.087939, 51.515116], [-0.087638, 51.515149], [-0.087507, 51.514873], [-0.087466, 51.514849], [-0.087412, 51.51485], [-0.087359, 51.514763], [-0.087755, 51.514696], [-0.087793, 51.514666], [-0.08778, 51.514629], [-0.087879, 51.514583], [-0.08792, 51.5146], [-0.088018, 51.5146], [-0.088012, 51.514662], [-0.088058, 51.514694], [-0.08841, 51.514711], [-0.088444, 51.514723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3135, &quot;postcode&quot;: &quot;EC2R 7HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089351, 51.514653], [-0.089331, 51.514716], [-0.08913, 51.51469], [-0.089061, 51.514721], [-0.089059, 51.514761], [-0.089083, 51.514787], [-0.089251, 51.514816], [-0.089163, 51.515012], [-0.089047, 51.515007], [-0.089, 51.515074], [-0.088842, 51.515057], [-0.088818, 51.515024], [-0.08875, 51.51501], [-0.088697, 51.51502], [-0.088671, 51.515052], [-0.088616, 51.515058], [-0.088568, 51.514947], [-0.088622, 51.514912], [-0.088645, 51.514727], [-0.088713, 51.514729], [-0.08877, 51.51471], [-0.088789, 51.514682], [-0.088781, 51.514631], [-0.089351, 51.514653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1623, &quot;postcode&quot;: &quot;EC2R 7HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087971, 51.515422], [-0.087929, 51.515456], [-0.087916, 51.515604], [-0.087958, 51.515655], [-0.08795, 51.515818], [-0.087862, 51.515943], [-0.087529, 51.51587], [-0.087608, 51.515651], [-0.087577, 51.51561], [-0.086962, 51.515601], [-0.086976, 51.5155], [-0.08696, 51.515104], [-0.086934, 51.51497], [-0.086872, 51.514853], [-0.087375, 51.51476], [-0.087397, 51.514823], [-0.087452, 51.514843], [-0.087414, 51.514879], [-0.087435, 51.514934], [-0.087534, 51.515028], [-0.087601, 51.51506], [-0.087642, 51.515131], [-0.087699, 51.515143], [-0.087976, 51.515112], [-0.087975, 51.515208], [-0.087743, 51.515241], [-0.087701, 51.51528], [-0.08771, 51.515346], [-0.087752, 51.515373], [-0.087972, 51.515351], [-0.087971, 51.515422]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5612, &quot;postcode&quot;: &quot;EC2R 7HJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087932, 51.515646], [-0.087911, 51.515645], [-0.087916, 51.515603], [-0.087947, 51.515609], [-0.087932, 51.515646]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC2R 7HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088525, 51.516207], [-0.088472, 51.516299], [-0.088142, 51.516304], [-0.088079, 51.516246], [-0.087984, 51.516221], [-0.087881, 51.516215], [-0.087884, 51.516086], [-0.08791, 51.516086], [-0.087929, 51.516134], [-0.088, 51.51616], [-0.08825, 51.516188], [-0.088317, 51.516169], [-0.088332, 51.516116], [-0.088376, 51.516142], [-0.088486, 51.516152], [-0.088489, 51.516184], [-0.088525, 51.516207]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 556, &quot;postcode&quot;: &quot;EC2R 7NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088486, 51.516152], [-0.088475, 51.516204], [-0.08807, 51.516172], [-0.087879, 51.516131], [-0.087908, 51.516038], [-0.087899, 51.51599], [-0.088042, 51.515896], [-0.088286, 51.515924], [-0.088255, 51.51609], [-0.088369, 51.51614], [-0.088486, 51.516152]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 805, &quot;postcode&quot;: &quot;EC2R 7NJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091891, 51.514259], [-0.091844, 51.514347], [-0.091882, 51.514389], [-0.091869, 51.51441], [-0.09179, 51.514432], [-0.091496, 51.514398], [-0.091553, 51.514244], [-0.091536, 51.514207], [-0.0915, 51.514192], [-0.091218, 51.514155], [-0.091151, 51.514171], [-0.091055, 51.514168], [-0.090985, 51.514141], [-0.091014, 51.514045], [-0.090954, 51.514007], [-0.090954, 51.513965], [-0.091015, 51.513981], [-0.091067, 51.513975], [-0.091082, 51.514028], [-0.09119, 51.51405], [-0.091249, 51.514037], [-0.091276, 51.513993], [-0.091636, 51.514023], [-0.091609, 51.514101], [-0.091617, 51.514209], [-0.091656, 51.514226], [-0.091891, 51.514259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1260, &quot;postcode&quot;: &quot;EC2R 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091558, 51.514232], [-0.091521, 51.51433], [-0.091408, 51.514338], [-0.091367, 51.514382], [-0.09112, 51.514354], [-0.09106, 51.514368], [-0.090962, 51.514357], [-0.091061, 51.514156], [-0.091139, 51.514165], [-0.091191, 51.514144], [-0.091415, 51.514185], [-0.091456, 51.514177], [-0.091486, 51.514153], [-0.091558, 51.514232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 777, &quot;postcode&quot;: &quot;EC2R 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089714, 51.514601], [-0.089698, 51.514647], [-0.089628, 51.514675], [-0.089527, 51.514659], [-0.0879, 51.514599], [-0.087757, 51.514414], [-0.087708, 51.514399], [-0.087613, 51.514409], [-0.087577, 51.514322], [-0.087537, 51.514306], [-0.087484, 51.514309], [-0.087443, 51.514239], [-0.08752, 51.514196], [-0.087555, 51.514125], [-0.087466, 51.513988], [-0.087467, 51.513962], [-0.087986, 51.51381], [-0.088026, 51.513782], [-0.088886, 51.513551], [-0.088926, 51.513552], [-0.088974, 51.513589], [-0.088977, 51.513623], [-0.089714, 51.514601]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12475, &quot;postcode&quot;: &quot;EC2R 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090757, 51.513649], [-0.090683, 51.513705], [-0.090535, 51.513897], [-0.09053, 51.513929], [-0.090451, 51.513997], [-0.090345, 51.513974], [-0.090291, 51.513985], [-0.090224, 51.514111], [-0.089804, 51.514018], [-0.089626, 51.514058], [-0.089767, 51.513644], [-0.089799, 51.51349], [-0.090757, 51.513649]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3301, &quot;postcode&quot;: &quot;EC2R 8AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086259, 51.514033], [-0.086228, 51.514051], [-0.086218, 51.514077], [-0.086194, 51.514039], [-0.086259, 51.514033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7, &quot;postcode&quot;: &quot;EC2R 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089358, 51.514109], [-0.088936, 51.513537], [-0.089241, 51.51345], [-0.089246, 51.513462], [-0.089307, 51.513458], [-0.089193, 51.513549], [-0.089353, 51.513818], [-0.089329, 51.513872], [-0.08944, 51.513857], [-0.089688, 51.513855], [-0.089626, 51.514058], [-0.089793, 51.514014], [-0.090224, 51.514111], [-0.090286, 51.513967], [-0.090451, 51.513997], [-0.089945, 51.514488], [-0.089835, 51.514519], [-0.089791, 51.514457], [-0.089638, 51.514516], [-0.089172, 51.513888], [-0.089192, 51.513885], [-0.089358, 51.514109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3790, &quot;postcode&quot;: &quot;EC2R 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085824, 51.514215], [-0.085797, 51.514221], [-0.085657, 51.514229], [-0.085663, 51.514216], [-0.085824, 51.514215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC2R 8AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08914, 51.513476], [-0.088495, 51.513664], [-0.088358, 51.513681], [-0.088059, 51.513764], [-0.087786, 51.513866], [-0.087457, 51.513935], [-0.087446, 51.513972], [-0.087699, 51.514634], [-0.087622, 51.514636], [-0.087587, 51.51451], [-0.08748, 51.514302], [-0.087496, 51.514269], [-0.087413, 51.51404], [-0.087367, 51.514015], [-0.087296, 51.514025], [-0.087235, 51.514004], [-0.086762, 51.514111], [-0.086309, 51.514247], [-0.086217, 51.514299], [-0.086085, 51.514214], [-0.085701, 51.514216], [-0.085064, 51.514302], [-0.085012, 51.514295], [-0.084455, 51.514391], [-0.084418, 51.514411], [-0.084409, 51.514437], [-0.084468, 51.514565], [-0.084375, 51.514578], [-0.084344, 51.514622], [-0.084072, 51.514673], [-0.084015, 51.514647], [-0.08393, 51.514659], [-0.08389, 51.514594], [-0.083789, 51.514532], [-0.083742, 51.514522], [-0.083694, 51.514532], [-0.083249, 51.514809], [-0.082973, 51.51502], [-0.082787, 51.515239], [-0.08251, 51.515521], [-0.081922, 51.515998], [-0.081743, 51.516184], [-0.081562, 51.516207], [-0.081593, 51.516109], [-0.081805, 51.515844], [-0.082197, 51.515516], [-0.082274, 51.515498], [-0.082634, 51.515159], [-0.082633, 51.515109], [-0.082813, 51.514933], [-0.083184, 51.514618], [-0.083528, 51.514423], [-0.083747, 51.514189], [-0.083745, 51.514103], [-0.083819, 51.514093], [-0.083857, 51.514049], [-0.084076, 51.513571], [-0.084097, 51.513454], [-0.08415, 51.513358], [-0.084298, 51.513352], [-0.084264, 51.513439], [-0.084273, 51.513468], [-0.084245, 51.513492], [-0.084033, 51.514056], [-0.08407, 51.514091], [-0.084177, 51.514108], [-0.084232, 51.51417], [-0.084288, 51.514186], [-0.084409, 51.514159], [-0.084765, 51.514129], [-0.084806, 51.514095], [-0.084793, 51.514023], [-0.084875, 51.514081], [-0.08509, 51.514124], [-0.085138, 51.514118], [-0.085196, 51.514079], [-0.08534, 51.514067], [-0.085411, 51.513973], [-0.085385, 51.513772], [-0.085488, 51.513759], [-0.085714, 51.513821], [-0.085802, 51.513909], [-0.085866, 51.513923], [-0.08592, 51.513899], [-0.086038, 51.513693], [-0.086141, 51.513709], [-0.086126, 51.513752], [-0.086163, 51.513841], [-0.086353, 51.513937], [-0.086402, 51.514004], [-0.086271, 51.514046], [-0.086217, 51.514036], [-0.086118, 51.514059], [-0.086102, 51.514087], [-0.086118, 51.514115], [-0.086222, 51.514135], [-0.086284, 51.514106], [-0.086367, 51.51412], [-0.086439, 51.51411], [-0.086505, 51.514076], [-0.086596, 51.514071], [-0.086805, 51.514011], [-0.086843, 51.513986], [-0.086843, 51.513943], [-0.087206, 51.513869], [-0.087622, 51.513836], [-0.087664, 51.513797], [-0.087735, 51.513785], [-0.087817, 51.513726], [-0.088046, 51.513699], [-0.088088, 51.513658], [-0.088516, 51.51353], [-0.088575, 51.513484], [-0.088665, 51.513456], [-0.088685, 51.513424], [-0.088822, 51.513427], [-0.088847, 51.513484], [-0.088898, 51.513505], [-0.088962, 51.513495], [-0.088991, 51.513465], [-0.089113, 51.51344], [-0.08914, 51.513476]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14695, &quot;postcode&quot;: &quot;EC2R 8AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08983, 51.513472], [-0.089788, 51.513526], [-0.089786, 51.51363], [-0.089737, 51.513696], [-0.089688, 51.513855], [-0.08933, 51.51387], [-0.089347, 51.513812], [-0.089199, 51.513536], [-0.089246, 51.513519], [-0.089307, 51.513458], [-0.089747, 51.513482], [-0.089792, 51.513469], [-0.089813, 51.513442], [-0.08983, 51.513472]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1437, &quot;postcode&quot;: &quot;EC2R 8BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091524, 51.514005], [-0.091322, 51.514002], [-0.091252, 51.514058], [-0.091027, 51.514028], [-0.091023, 51.513989], [-0.090974, 51.513967], [-0.091113, 51.513663], [-0.091231, 51.513684], [-0.091111, 51.51393], [-0.091124, 51.513967], [-0.091222, 51.513988], [-0.091285, 51.513968], [-0.091524, 51.514005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 454, &quot;postcode&quot;: &quot;EC2R 8DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091084, 51.513721], [-0.091, 51.513919], [-0.09102, 51.51395], [-0.09107, 51.513964], [-0.090993, 51.514118], [-0.091007, 51.514146], [-0.091054, 51.514169], [-0.09102, 51.51424], [-0.090949, 51.514275], [-0.090845, 51.514553], [-0.090663, 51.514862], [-0.090674, 51.514898], [-0.09055, 51.514905], [-0.090555, 51.514867], [-0.090527, 51.514842], [-0.090805, 51.514275], [-0.090763, 51.514242], [-0.09029, 51.514148], [-0.090505, 51.513945], [-0.090713, 51.513664], [-0.090758, 51.513649], [-0.091045, 51.513698], [-0.091084, 51.513721]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3038, &quot;postcode&quot;: &quot;EC2R 8DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091409, 51.51462], [-0.091363, 51.514732], [-0.091165, 51.514692], [-0.091136, 51.514652], [-0.091049, 51.514636], [-0.091004, 51.514647], [-0.090978, 51.514673], [-0.090827, 51.514677], [-0.090769, 51.514749], [-0.090728, 51.514746], [-0.090871, 51.514497], [-0.090866, 51.514464], [-0.090956, 51.514259], [-0.091019, 51.51424], [-0.090992, 51.514298], [-0.091003, 51.514327], [-0.091041, 51.514346], [-0.09113, 51.514355], [-0.09118, 51.514382], [-0.091136, 51.514501], [-0.091151, 51.514535], [-0.091232, 51.514572], [-0.091409, 51.51462]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1039, &quot;postcode&quot;: &quot;EC2R 8DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090825, 51.514253], [-0.090659, 51.514561], [-0.090609, 51.514525], [-0.090162, 51.514457], [-0.090173, 51.514403], [-0.090084, 51.514343], [-0.09029, 51.514148], [-0.090825, 51.514253]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1441, &quot;postcode&quot;: &quot;EC2R 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092425, 51.513201], [-0.092406, 51.513233], [-0.092094, 51.513236], [-0.092066, 51.513266], [-0.092061, 51.513358], [-0.091811, 51.513321], [-0.091835, 51.513251], [-0.091794, 51.513213], [-0.091541, 51.513206], [-0.091507, 51.513239], [-0.091534, 51.51328], [-0.091514, 51.513327], [-0.091357, 51.513479], [-0.09136, 51.513526], [-0.091398, 51.513563], [-0.09135, 51.513661], [-0.091284, 51.513654], [-0.091237, 51.513672], [-0.091139, 51.513665], [-0.091084, 51.513721], [-0.091037, 51.513696], [-0.089822, 51.513489], [-0.089813, 51.513442], [-0.089838, 51.513362], [-0.090077, 51.51339], [-0.090137, 51.513341], [-0.090696, 51.513204], [-0.09073, 51.513181], [-0.090733, 51.513151], [-0.09066, 51.513111], [-0.090821, 51.513067], [-0.090874, 51.51298], [-0.090934, 51.512963], [-0.090965, 51.512933], [-0.091141, 51.512892], [-0.091197, 51.512892], [-0.091658, 51.512777], [-0.091616, 51.512942], [-0.091634, 51.512974], [-0.091586, 51.513], [-0.091563, 51.513072], [-0.091584, 51.513113], [-0.09173, 51.513133], [-0.091786, 51.513168], [-0.092425, 51.513201]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6907, &quot;postcode&quot;: &quot;EC2R 8EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090347, 51.51329], [-0.090173, 51.513333], [-0.090142, 51.513353], [-0.090137, 51.513341], [-0.090347, 51.51329]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2R 8EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08756, 51.514125], [-0.087527, 51.514184], [-0.087459, 51.514236], [-0.087479, 51.514302], [-0.087295, 51.514343], [-0.087228, 51.514337], [-0.087182, 51.514368], [-0.087301, 51.514706], [-0.086881, 51.514783], [-0.086196, 51.514283], [-0.086241, 51.51428], [-0.086688, 51.514129], [-0.086704, 51.514087], [-0.086652, 51.514055], [-0.086721, 51.51402], [-0.086707, 51.513957], [-0.086736, 51.513958], [-0.086778, 51.514001], [-0.086854, 51.513997], [-0.086853, 51.51404], [-0.086916, 51.514065], [-0.087258, 51.513996], [-0.087343, 51.514008], [-0.087442, 51.513962], [-0.087463, 51.513968], [-0.08756, 51.514125]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4613, &quot;postcode&quot;: &quot;EC2R 8HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084934, 51.513815], [-0.085206, 51.513727], [-0.085383, 51.513772], [-0.085414, 51.513976], [-0.085357, 51.514069], [-0.085196, 51.514079], [-0.085126, 51.51413], [-0.084939, 51.514101], [-0.084936, 51.514085], [-0.084878, 51.514088], [-0.08479, 51.51401], [-0.084917, 51.513874], [-0.084934, 51.513815]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1334, &quot;postcode&quot;: &quot;EC2R 8JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093018, 51.515182], [-0.092917, 51.515299], [-0.092929, 51.515329], [-0.092984, 51.515356], [-0.092917, 51.515337], [-0.092858, 51.515356], [-0.092416, 51.51583], [-0.091748, 51.515953], [-0.091922, 51.515419], [-0.091889, 51.515386], [-0.091648, 51.515308], [-0.09196, 51.515323], [-0.092006, 51.515314], [-0.092034, 51.515285], [-0.092073, 51.515092], [-0.092045, 51.515068], [-0.092, 51.515058], [-0.091812, 51.515041], [-0.091753, 51.515061], [-0.091654, 51.515024], [-0.09127, 51.514997], [-0.091286, 51.514955], [-0.09146, 51.514965], [-0.091852, 51.515008], [-0.09257, 51.515154], [-0.092777, 51.515124], [-0.093018, 51.515182]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5122, &quot;postcode&quot;: &quot;EC2V 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092038, 51.515269], [-0.092022, 51.515332], [-0.091931, 51.515343], [-0.091916, 51.515394], [-0.091789, 51.515353], [-0.091755, 51.515312], [-0.091814, 51.515289], [-0.09183, 51.515237], [-0.092038, 51.515269]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 183, &quot;postcode&quot;: &quot;EC2V 5AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093181, 51.515648], [-0.093123, 51.515654], [-0.093093, 51.515684], [-0.093107, 51.51572], [-0.093087, 51.515745], [-0.093012, 51.51614], [-0.092941, 51.516236], [-0.092807, 51.51635], [-0.092761, 51.51637], [-0.092544, 51.516598], [-0.0922, 51.516557], [-0.092129, 51.516586], [-0.092062, 51.516704], [-0.092082, 51.516743], [-0.092045, 51.516836], [-0.092076, 51.51686], [-0.09221, 51.516892], [-0.092295, 51.516889], [-0.092196, 51.516948], [-0.091847, 51.516868], [-0.092416, 51.515831], [-0.092892, 51.515318], [-0.093116, 51.515436], [-0.093105, 51.515592], [-0.093181, 51.515648]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6114, &quot;postcode&quot;: &quot;EC2V 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091121, 51.515343], [-0.091097, 51.515486], [-0.091095, 51.515487], [-0.091059, 51.515463], [-0.091099, 51.515436], [-0.091121, 51.515343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC2V 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092415, 51.515831], [-0.091847, 51.516868], [-0.09149, 51.516789], [-0.091561, 51.516586], [-0.091649, 51.516587], [-0.091691, 51.516572], [-0.09172, 51.516466], [-0.091664, 51.51643], [-0.091531, 51.516434], [-0.091338, 51.516276], [-0.091235, 51.51607], [-0.091154, 51.515945], [-0.091102, 51.515921], [-0.091064, 51.515848], [-0.091075, 51.515602], [-0.091137, 51.515211], [-0.09136, 51.515216], [-0.091932, 51.515399], [-0.091772, 51.51588], [-0.091796, 51.515924], [-0.091856, 51.515933], [-0.092415, 51.515831]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8792, &quot;postcode&quot;: &quot;EC2V 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091384, 51.515223], [-0.091137, 51.515211], [-0.091163, 51.514999], [-0.091266, 51.515007], [-0.091218, 51.515136], [-0.091227, 51.515165], [-0.091384, 51.515223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 163, &quot;postcode&quot;: &quot;EC2V 5AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090965, 51.51566], [-0.090953, 51.515767], [-0.090709, 51.515772], [-0.090717, 51.515655], [-0.090965, 51.51566]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC2V 5BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090852, 51.515795], [-0.09084, 51.515779], [-0.090852, 51.515769], [-0.090852, 51.51577], [-0.090852, 51.515795]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2V 5BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090984, 51.515657], [-0.090766, 51.515658], [-0.090714, 51.515699], [-0.090716, 51.515744], [-0.090754, 51.515769], [-0.090953, 51.515767], [-0.090958, 51.515859], [-0.090523, 51.515865], [-0.090165, 51.51582], [-0.09004, 51.515813], [-0.089976, 51.515827], [-0.090109, 51.515549], [-0.090252, 51.515567], [-0.090254, 51.515601], [-0.090295, 51.515625], [-0.090545, 51.515645], [-0.090592, 51.515611], [-0.090614, 51.515432], [-0.091025, 51.515461], [-0.090984, 51.515657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2002, &quot;postcode&quot;: &quot;EC2V 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090355, 51.516721], [-0.090697, 51.51673], [-0.090727, 51.51659], [-0.090725, 51.516468], [-0.090839, 51.516466], [-0.090837, 51.516517], [-0.091388, 51.516577], [-0.091378, 51.51684], [-0.091342, 51.516838], [-0.091295, 51.516902], [-0.091399, 51.516906], [-0.09129, 51.516905], [-0.091193, 51.51725], [-0.090933, 51.517209], [-0.090917, 51.517243], [-0.091, 51.517257], [-0.090985, 51.517284], [-0.090904, 51.517269], [-0.090882, 51.517313], [-0.090918, 51.51732], [-0.090882, 51.517401], [-0.090765, 51.517379], [-0.090702, 51.517516], [-0.089649, 51.517367], [-0.089757, 51.517086], [-0.089802, 51.51709], [-0.089837, 51.51687], [-0.089976, 51.516887], [-0.090046, 51.516842], [-0.090304, 51.516851], [-0.090323, 51.516832], [-0.090367, 51.516832], [-0.090381, 51.516761], [-0.090352, 51.516759], [-0.090355, 51.516721]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8258, &quot;postcode&quot;: &quot;EC2V 5DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091193, 51.51725], [-0.09129, 51.516905], [-0.091452, 51.516912], [-0.09149, 51.516789], [-0.091847, 51.516868], [-0.091526, 51.517454], [-0.091502, 51.517449], [-0.091481, 51.517519], [-0.091388, 51.517512], [-0.091369, 51.517561], [-0.091342, 51.517558], [-0.091328, 51.517613], [-0.091209, 51.517598], [-0.091275, 51.517408], [-0.091122, 51.517412], [-0.091152, 51.517355], [-0.091131, 51.517351], [-0.091148, 51.517301], [-0.091138, 51.51733], [-0.090882, 51.517313], [-0.090904, 51.517269], [-0.090985, 51.517284], [-0.091, 51.517257], [-0.090917, 51.517243], [-0.090933, 51.517209], [-0.091193, 51.51725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2560, &quot;postcode&quot;: &quot;EC2V 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091071, 51.515644], [-0.091071, 51.515648], [-0.09107, 51.51566], [-0.091071, 51.515644]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 5DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091269, 51.51742], [-0.091274, 51.517408], [-0.091252, 51.517408], [-0.091275, 51.517408], [-0.091269, 51.51742]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 5DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092574, 51.517256], [-0.09247, 51.517413], [-0.092374, 51.517391], [-0.09219, 51.517392], [-0.092067, 51.517546], [-0.091868, 51.5175], [-0.091824, 51.51752], [-0.09178, 51.51759], [-0.091725, 51.517578], [-0.091697, 51.517552], [-0.091706, 51.517519], [-0.091683, 51.517492], [-0.091526, 51.517454], [-0.091847, 51.516868], [-0.092196, 51.516948], [-0.092247, 51.516978], [-0.092295, 51.516975], [-0.092357, 51.516949], [-0.092398, 51.517023], [-0.092448, 51.517045], [-0.092478, 51.517116], [-0.092427, 51.517145], [-0.09242, 51.517209], [-0.092453, 51.517232], [-0.092574, 51.517256]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3336, &quot;postcode&quot;: &quot;EC2V 5DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091709, 51.516449], [-0.091701, 51.516589], [-0.09161, 51.516587], [-0.091567, 51.516603], [-0.091511, 51.516725], [-0.091512, 51.516681], [-0.091467, 51.516656], [-0.091516, 51.516648], [-0.091545, 51.516621], [-0.091541, 51.516591], [-0.091503, 51.516568], [-0.091539, 51.51651], [-0.091709, 51.516449]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 171, &quot;postcode&quot;: &quot;EC2V 5DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091727, 51.516425], [-0.091724, 51.516443], [-0.09154, 51.51652], [-0.091555, 51.516571], [-0.091641, 51.516588], [-0.091588, 51.516595], [-0.091541, 51.516631], [-0.091446, 51.516908], [-0.091295, 51.516902], [-0.091382, 51.516801], [-0.091402, 51.516606], [-0.091347, 51.516565], [-0.09077, 51.516513], [-0.090727, 51.516546], [-0.090697, 51.51673], [-0.090344, 51.516721], [-0.090345, 51.516612], [-0.09028, 51.516579], [-0.089907, 51.516576], [-0.089865, 51.516605], [-0.089855, 51.516677], [-0.089887, 51.516136], [-0.089995, 51.51581], [-0.090289, 51.51583], [-0.090529, 51.515865], [-0.090893, 51.51586], [-0.090949, 51.515836], [-0.090958, 51.515657], [-0.090988, 51.51563], [-0.091024, 51.515464], [-0.091056, 51.515166], [-0.091049, 51.515015], [-0.091163, 51.514996], [-0.091074, 51.515621], [-0.091067, 51.515857], [-0.091095, 51.515902], [-0.091138, 51.51592], [-0.091236, 51.516071], [-0.091342, 51.51628], [-0.091535, 51.516426], [-0.091727, 51.516425]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9349, &quot;postcode&quot;: &quot;EC2V 5HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09084, 51.515779], [-0.090754, 51.515771], [-0.090852, 51.515769], [-0.09084, 51.515779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3, &quot;postcode&quot;: &quot;EC2V 5HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098, 51.51509], [-0.097815, 51.515042], [-0.097682, 51.515055], [-0.097647, 51.515078], [-0.097613, 51.51516], [-0.09765, 51.51519], [-0.097743, 51.5152], [-0.09764, 51.515194], [-0.097553, 51.515208], [-0.097438, 51.515265], [-0.097184, 51.515138], [-0.09721, 51.515026], [-0.09707, 51.514936], [-0.096968, 51.514916], [-0.096923, 51.51481], [-0.096736, 51.51466], [-0.096682, 51.514644], [-0.096711, 51.514563], [-0.096821, 51.514572], [-0.096857, 51.51455], [-0.096875, 51.514508], [-0.096955, 51.5145], [-0.09699, 51.514392], [-0.097076, 51.514398], [-0.097122, 51.514377], [-0.09713, 51.514402], [-0.097345, 51.514394], [-0.097387, 51.514448], [-0.097371, 51.514499], [-0.097432, 51.514525], [-0.09751, 51.514512], [-0.097532, 51.514469], [-0.097683, 51.514435], [-0.097736, 51.514753], [-0.0977, 51.514794], [-0.097737, 51.514999], [-0.097768, 51.515024], [-0.098, 51.51509]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4336, &quot;postcode&quot;: &quot;EC2V 6AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094859, 51.514213], [-0.094849, 51.514229], [-0.094843, 51.51424], [-0.094859, 51.514213]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094835, 51.51322], [-0.094743, 51.513474], [-0.09456, 51.513863], [-0.094596, 51.513911], [-0.094496, 51.514088], [-0.093736, 51.513937], [-0.093778, 51.513857], [-0.093821, 51.513853], [-0.093856, 51.513831], [-0.093941, 51.513658], [-0.09392, 51.513622], [-0.093808, 51.513594], [-0.093815, 51.513579], [-0.094181, 51.513642], [-0.094292, 51.513611], [-0.094323, 51.513588], [-0.094406, 51.513368], [-0.094367, 51.513338], [-0.094254, 51.51332], [-0.094302, 51.513167], [-0.094269, 51.51314], [-0.094166, 51.513114], [-0.094835, 51.51322]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3814, &quot;postcode&quot;: &quot;EC2V 6AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093954, 51.513634], [-0.093851, 51.513867], [-0.093775, 51.513886], [-0.09376, 51.513948], [-0.093661, 51.513944], [-0.093483, 51.513908], [-0.093541, 51.513882], [-0.093549, 51.513815], [-0.093512, 51.513794], [-0.093361, 51.513767], [-0.093473, 51.513537], [-0.093516, 51.513496], [-0.093665, 51.513526], [-0.093731, 51.513502], [-0.093781, 51.513397], [-0.093769, 51.513368], [-0.093734, 51.513352], [-0.093746, 51.513336], [-0.093836, 51.51335], [-0.093752, 51.51352], [-0.093755, 51.513551], [-0.09384, 51.513598], [-0.093942, 51.51362], [-0.093954, 51.513634]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1332, &quot;postcode&quot;: &quot;EC2V 6AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093153, 51.513547], [-0.093278, 51.513559], [-0.093243, 51.51364], [-0.093302, 51.51365], [-0.093251, 51.513735], [-0.093308, 51.513748], [-0.093243, 51.513872], [-0.092875, 51.513813], [-0.092943, 51.513657], [-0.093003, 51.513668], [-0.093029, 51.513598], [-0.093131, 51.513606], [-0.093153, 51.513547]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 686, &quot;postcode&quot;: &quot;EC2V 6AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092405, 51.513748], [-0.092434, 51.51375], [-0.092354, 51.513743], [-0.092405, 51.513748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096467, 51.514955], [-0.096465, 51.514991], [-0.096446, 51.51499], [-0.0964, 51.514931], [-0.096336, 51.514919], [-0.09629, 51.514889], [-0.09629, 51.514853], [-0.096251, 51.514829], [-0.096006, 51.514805], [-0.095838, 51.51477], [-0.095618, 51.514766], [-0.095635, 51.51466], [-0.095598, 51.51464], [-0.095483, 51.51462], [-0.095432, 51.514576], [-0.095491, 51.514442], [-0.096448, 51.514597], [-0.096425, 51.514729], [-0.096471, 51.514771], [-0.096472, 51.514811], [-0.096435, 51.514848], [-0.09644, 51.514928], [-0.096467, 51.514955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2042, &quot;postcode&quot;: &quot;EC2V 6BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096377, 51.515719], [-0.09642, 51.515782], [-0.096373, 51.515844], [-0.09629, 51.515865], [-0.096144, 51.515841], [-0.09609, 51.515867], [-0.096088, 51.515922], [-0.096126, 51.515941], [-0.096171, 51.515942], [-0.096147, 51.516003], [-0.096175, 51.516037], [-0.096145, 51.516076], [-0.096138, 51.515996], [-0.096099, 51.515966], [-0.09584, 51.515934], [-0.095773, 51.515955], [-0.095773, 51.516002], [-0.095873, 51.516057], [-0.095953, 51.516126], [-0.095307, 51.51598], [-0.095249, 51.515937], [-0.095311, 51.51594], [-0.095372, 51.515921], [-0.095464, 51.51595], [-0.09552, 51.515927], [-0.095526, 51.515893], [-0.095488, 51.515857], [-0.095386, 51.515855], [-0.095311, 51.515836], [-0.095555, 51.515766], [-0.095563, 51.515508], [-0.095613, 51.515472], [-0.095816, 51.51547], [-0.096233, 51.51554], [-0.096238, 51.515634], [-0.096295, 51.515659], [-0.096317, 51.515696], [-0.096377, 51.515719]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3018, &quot;postcode&quot;: &quot;EC2V 6BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09284, 51.513808], [-0.09284, 51.513808], [-0.092855, 51.51381], [-0.09284, 51.513808]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096004, 51.514804], [-0.095949, 51.515025], [-0.095562, 51.515023], [-0.095502, 51.51505], [-0.095454, 51.515024], [-0.095372, 51.51503], [-0.095115, 51.514991], [-0.095199, 51.514691], [-0.095362, 51.514695], [-0.095418, 51.514619], [-0.095584, 51.514637], [-0.095656, 51.514662], [-0.095634, 51.514727], [-0.095671, 51.514762], [-0.095842, 51.51477], [-0.096004, 51.514804]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1988, &quot;postcode&quot;: &quot;EC2V 6BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096711, 51.514563], [-0.096682, 51.514644], [-0.095283, 51.514406], [-0.09522, 51.514431], [-0.095159, 51.514564], [-0.094909, 51.514552], [-0.094948, 51.514419], [-0.094915, 51.514397], [-0.094843, 51.514383], [-0.094727, 51.514411], [-0.09475, 51.514331], [-0.094716, 51.514293], [-0.094552, 51.514266], [-0.094494, 51.514281], [-0.094316, 51.514238], [-0.094231, 51.514272], [-0.09419, 51.514375], [-0.094132, 51.514349], [-0.094182, 51.51424], [-0.094175, 51.51421], [-0.09398, 51.514149], [-0.094032, 51.514093], [-0.094794, 51.514237], [-0.094847, 51.514223], [-0.094898, 51.514172], [-0.095522, 51.514285], [-0.095521, 51.514338], [-0.095557, 51.514364], [-0.096046, 51.514447], [-0.096116, 51.514435], [-0.096154, 51.514378], [-0.0967, 51.51447], [-0.096689, 51.514534], [-0.096711, 51.514563]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3118, &quot;postcode&quot;: &quot;EC2V 6BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093514, 51.514056], [-0.093698, 51.514089], [-0.093698, 51.514089], [-0.093646, 51.514079], [-0.093514, 51.514056]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094692, 51.514527], [-0.094727, 51.514411], [-0.094782, 51.514399], [-0.094793, 51.514373], [-0.094971, 51.514406], [-0.094909, 51.514552], [-0.09516, 51.514564], [-0.095235, 51.514396], [-0.095491, 51.514442], [-0.095394, 51.514707], [-0.0952, 51.514688], [-0.095227, 51.51459], [-0.094692, 51.514527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 813, &quot;postcode&quot;: &quot;EC2V 6DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094186, 51.514232], [-0.094132, 51.514349], [-0.094131, 51.514349], [-0.094168, 51.514231], [-0.094186, 51.514232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC2V 6DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094744, 51.514976], [-0.094674, 51.515003], [-0.094651, 51.515113], [-0.094576, 51.515089], [-0.094507, 51.515121], [-0.094515, 51.51506], [-0.09448, 51.515029], [-0.094047, 51.51498], [-0.094003, 51.514908], [-0.093816, 51.514857], [-0.093767, 51.51488], [-0.093762, 51.514929], [-0.093634, 51.515078], [-0.093562, 51.515092], [-0.093513, 51.515169], [-0.093474, 51.515072], [-0.093505, 51.51503], [-0.093584, 51.514991], [-0.093596, 51.514936], [-0.09365, 51.514918], [-0.093767, 51.514802], [-0.093825, 51.514831], [-0.09389, 51.514816], [-0.094045, 51.514665], [-0.094046, 51.514624], [-0.094006, 51.514601], [-0.09394, 51.514602], [-0.093362, 51.514455], [-0.093303, 51.514413], [-0.093196, 51.514422], [-0.092744, 51.514363], [-0.092751, 51.514248], [-0.092729, 51.51422], [-0.092654, 51.514185], [-0.092399, 51.514156], [-0.092438, 51.513892], [-0.092774, 51.513932], [-0.093786, 51.514104], [-0.094183, 51.514201], [-0.094218, 51.51422], [-0.094416, 51.514245], [-0.094455, 51.514262], [-0.094535, 51.514247], [-0.09458, 51.51429], [-0.094708, 51.51433], [-0.094673, 51.514487], [-0.094591, 51.514508], [-0.094556, 51.514597], [-0.094634, 51.514661], [-0.094608, 51.514858], [-0.094676, 51.51489], [-0.094685, 51.514951], [-0.094744, 51.514976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9164, &quot;postcode&quot;: &quot;EC2V 6DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094449, 51.514172], [-0.094066, 51.514102], [-0.094016, 51.514114], [-0.09398, 51.514149], [-0.093851, 51.514132], [-0.093805, 51.514176], [-0.093765, 51.514169], [-0.093772, 51.514123], [-0.093722, 51.514093], [-0.092757, 51.513932], [-0.092164, 51.51386], [-0.092111, 51.513878], [-0.092055, 51.513941], [-0.091887, 51.514265], [-0.091588, 51.514214], [-0.091641, 51.514087], [-0.09164, 51.514048], [-0.091607, 51.51402], [-0.091342, 51.513977], [-0.091276, 51.513993], [-0.091067, 51.513975], [-0.091106, 51.513937], [-0.091214, 51.513719], [-0.091193, 51.513683], [-0.091122, 51.513665], [-0.091128, 51.513653], [-0.091193, 51.513663], [-0.09125, 51.513646], [-0.091329, 51.51365], [-0.091391, 51.513603], [-0.091425, 51.5136], [-0.093104, 51.513848], [-0.093654, 51.513943], [-0.093762, 51.513948], [-0.094495, 51.514087], [-0.094449, 51.514172]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5592, &quot;postcode&quot;: &quot;EC2V 6EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092315, 51.513246], [-0.09223, 51.513725], [-0.091451, 51.513604], [-0.091393, 51.513612], [-0.091359, 51.513638], [-0.091391, 51.513571], [-0.091359, 51.513533], [-0.091354, 51.513472], [-0.091514, 51.513326], [-0.091516, 51.513296], [-0.091492, 51.513273], [-0.091525, 51.513194], [-0.091849, 51.513225], [-0.091827, 51.513284], [-0.091842, 51.513314], [-0.091982, 51.513342], [-0.092058, 51.513317], [-0.092068, 51.513225], [-0.092291, 51.51323], [-0.092315, 51.513246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2747, &quot;postcode&quot;: &quot;EC2V 6EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09223, 51.513725], [-0.092225, 51.513727], [-0.092222, 51.513726], [-0.09223, 51.513725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097227, 51.515024], [-0.097183, 51.515138], [-0.096604, 51.51485], [-0.096399, 51.514871], [-0.096449, 51.514597], [-0.096622, 51.514631], [-0.096693, 51.514607], [-0.096705, 51.51464], [-0.09689, 51.514783], [-0.096855, 51.514813], [-0.09687, 51.51485], [-0.096965, 51.514912], [-0.097069, 51.514933], [-0.097137, 51.514989], [-0.097227, 51.515024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1172, &quot;postcode&quot;: &quot;EC2V 6ET&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096417, 51.515008], [-0.096465, 51.514992], [-0.096453, 51.515206], [-0.096403, 51.515181], [-0.096417, 51.515008]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 74, &quot;postcode&quot;: &quot;EC2V 6HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096472, 51.514819], [-0.096423, 51.514831], [-0.096399, 51.514871], [-0.096339, 51.514903], [-0.096348, 51.514967], [-0.096444, 51.51499], [-0.096331, 51.515035], [-0.096322, 51.515175], [-0.096116, 51.515219], [-0.096087, 51.515343], [-0.095837, 51.515315], [-0.095784, 51.515343], [-0.095757, 51.515431], [-0.095549, 51.515416], [-0.095516, 51.515388], [-0.095759, 51.515024], [-0.095903, 51.515022], [-0.095951, 51.514998], [-0.096004, 51.514804], [-0.09627, 51.514829], [-0.096349, 51.514814], [-0.096472, 51.514819]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2147, &quot;postcode&quot;: &quot;EC2V 6HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096453, 51.515206], [-0.096443, 51.515372], [-0.09639, 51.515406], [-0.096384, 51.515467], [-0.096171, 51.515941], [-0.096106, 51.515972], [-0.096042, 51.51596], [-0.096317, 51.51542], [-0.096312, 51.515261], [-0.096271, 51.515239], [-0.096117, 51.515227], [-0.096121, 51.515199], [-0.096189, 51.5152], [-0.096316, 51.515156], [-0.096339, 51.514881], [-0.096399, 51.514871], [-0.096438, 51.514953], [-0.096405, 51.515159], [-0.096453, 51.515206]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 911, &quot;postcode&quot;: &quot;EC2V 6HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092624, 51.513776], [-0.092815, 51.51335], [-0.093004, 51.513375], [-0.093, 51.513395], [-0.0931, 51.513411], [-0.093003, 51.513668], [-0.092943, 51.513657], [-0.092875, 51.513813], [-0.092624, 51.513776]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 967, &quot;postcode&quot;: &quot;EC2V 6JP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091045, 51.515046], [-0.091047, 51.515015], [-0.091047, 51.515015], [-0.091046, 51.515027], [-0.091045, 51.515046]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 7AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096859, 51.516408], [-0.096835, 51.516446], [-0.09657, 51.516367], [-0.096248, 51.516211], [-0.09594, 51.516122], [-0.09587, 51.516055], [-0.095733, 51.515996], [-0.095462, 51.515952], [-0.095338, 51.515971], [-0.095304, 51.515944], [-0.095248, 51.515936], [-0.095274, 51.515862], [-0.095247, 51.515836], [-0.095203, 51.515826], [-0.095193, 51.5158], [-0.095259, 51.515812], [-0.095312, 51.515794], [-0.095322, 51.515821], [-0.09536, 51.51584], [-0.095512, 51.515848], [-0.095603, 51.515892], [-0.095996, 51.51596], [-0.096082, 51.515958], [-0.096126, 51.515929], [-0.096171, 51.515941], [-0.096147, 51.515998], [-0.096165, 51.51603], [-0.096685, 51.516243], [-0.096696, 51.516259], [-0.096642, 51.516294], [-0.096654, 51.516329], [-0.096859, 51.516408]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1582, &quot;postcode&quot;: &quot;EC2V 7AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094924, 51.515743], [-0.094853, 51.515754], [-0.094843, 51.515707], [-0.094925, 51.515729], [-0.094924, 51.515743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 18, &quot;postcode&quot;: &quot;EC2V 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094668, 51.515894], [-0.094632, 51.515962], [-0.094514, 51.515994], [-0.094549, 51.515862], [-0.094668, 51.515894]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 93, &quot;postcode&quot;: &quot;EC2V 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095036, 51.516389], [-0.094961, 51.516551], [-0.095004, 51.516597], [-0.094989, 51.516626], [-0.094866, 51.516602], [-0.094808, 51.516615], [-0.094736, 51.516776], [-0.094659, 51.516765], [-0.094603, 51.516792], [-0.094228, 51.516713], [-0.094401, 51.516384], [-0.094388, 51.516355], [-0.094349, 51.516337], [-0.094268, 51.516355], [-0.094257, 51.516293], [-0.094295, 51.516287], [-0.094323, 51.516319], [-0.094384, 51.516327], [-0.094472, 51.516258], [-0.094512, 51.516279], [-0.095036, 51.516389]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2060, &quot;postcode&quot;: &quot;EC2V 7AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095227, 51.51459], [-0.095112, 51.515001], [-0.094756, 51.514977], [-0.094687, 51.515006], [-0.094591, 51.515538], [-0.094553, 51.515507], [-0.094623, 51.515274], [-0.094712, 51.514653], [-0.09493, 51.514662], [-0.095023, 51.514566], [-0.095227, 51.51459]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1435, &quot;postcode&quot;: &quot;EC2V 7AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091968, 51.515021], [-0.091962, 51.515055], [-0.091822, 51.515034], [-0.091755, 51.515062], [-0.091722, 51.515058], [-0.091656, 51.514994], [-0.091557, 51.514991], [-0.091467, 51.515007], [-0.091458, 51.514965], [-0.09154, 51.514851], [-0.091655, 51.514865], [-0.091774, 51.514786], [-0.091834, 51.514802], [-0.091843, 51.51484], [-0.091895, 51.51486], [-0.091865, 51.514992], [-0.091901, 51.515012], [-0.091968, 51.515021]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 558, &quot;postcode&quot;: &quot;EC2V 7AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09154, 51.514851], [-0.091442, 51.514902], [-0.091469, 51.514951], [-0.091467, 51.515007], [-0.091323, 51.514988], [-0.091266, 51.515007], [-0.091149, 51.514999], [-0.091047, 51.515015], [-0.090843, 51.514993], [-0.090781, 51.515022], [-0.090713, 51.514978], [-0.090326, 51.514937], [-0.090628, 51.514896], [-0.090728, 51.514746], [-0.090777, 51.514727], [-0.090813, 51.514661], [-0.090883, 51.514672], [-0.090948, 51.514662], [-0.091001, 51.514625], [-0.091065, 51.51463], [-0.091112, 51.514603], [-0.091188, 51.514617], [-0.091176, 51.514668], [-0.091209, 51.514701], [-0.091523, 51.514774], [-0.091506, 51.514818], [-0.09154, 51.514851]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2040, &quot;postcode&quot;: &quot;EC2V 7BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095296, 51.515835], [-0.095248, 51.515936], [-0.095048, 51.51592], [-0.09501, 51.515902], [-0.094736, 51.515851], [-0.094594, 51.515848], [-0.094549, 51.515861], [-0.094525, 51.515698], [-0.094761, 51.515781], [-0.094958, 51.515737], [-0.095193, 51.5158], [-0.095231, 51.515827], [-0.095296, 51.515835]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 702, &quot;postcode&quot;: &quot;EC2V 7BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094961, 51.5159], [-0.09505, 51.515904], [-0.095048, 51.51592], [-0.095128, 51.515926], [-0.095121, 51.515936], [-0.094961, 51.5159]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC2V 7BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095036, 51.516389], [-0.094467, 51.516269], [-0.094709, 51.515845], [-0.095178, 51.515949], [-0.095121, 51.515936], [-0.095128, 51.515926], [-0.095249, 51.515937], [-0.095307, 51.51598], [-0.095312, 51.516027], [-0.09535, 51.515927], [-0.095392, 51.515931], [-0.095357, 51.516076], [-0.095362, 51.516062], [-0.095392, 51.516106], [-0.095279, 51.516371], [-0.095229, 51.516372], [-0.095232, 51.516395], [-0.095261, 51.516401], [-0.095247, 51.516432], [-0.095187, 51.516432], [-0.095097, 51.516612], [-0.095033, 51.516602], [-0.095134, 51.516376], [-0.095041, 51.516379], [-0.095155, 51.516135], [-0.095036, 51.516389]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2862, &quot;postcode&quot;: &quot;EC2V 7BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09657, 51.516367], [-0.096475, 51.516489], [-0.096461, 51.516584], [-0.096401, 51.51659], [-0.096367, 51.516621], [-0.096226, 51.516626], [-0.096055, 51.516562], [-0.096095, 51.516415], [-0.095991, 51.516235], [-0.096051, 51.516154], [-0.096244, 51.516209], [-0.09657, 51.516367]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1290, &quot;postcode&quot;: &quot;EC2V 7BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094957, 51.517352], [-0.094902, 51.517359], [-0.09477, 51.517321], [-0.094028, 51.517325], [-0.093899, 51.517298], [-0.094228, 51.516713], [-0.094603, 51.516792], [-0.094629, 51.516753], [-0.094932, 51.516819], [-0.094784, 51.517059], [-0.095043, 51.517108], [-0.094954, 51.517269], [-0.09502, 51.517274], [-0.095109, 51.517127], [-0.095369, 51.517191], [-0.095395, 51.517154], [-0.095458, 51.517195], [-0.095449, 51.517226], [-0.095471, 51.51723], [-0.095482, 51.517211], [-0.09562, 51.517301], [-0.09555, 51.517423], [-0.095443, 51.517427], [-0.095095, 51.517343], [-0.095028, 51.517354], [-0.094995, 51.517398], [-0.09494, 51.517377], [-0.094957, 51.517352]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4709, &quot;postcode&quot;: &quot;EC2V 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095669, 51.516708], [-0.095645, 51.516726], [-0.095547, 51.516717], [-0.095504, 51.516746], [-0.095363, 51.516718], [-0.095316, 51.516722], [-0.095282, 51.516742], [-0.095214, 51.516853], [-0.095035, 51.51682], [-0.094979, 51.516829], [-0.094736, 51.516776], [-0.094809, 51.516595], [-0.094888, 51.516602], [-0.094933, 51.516589], [-0.094996, 51.516475], [-0.095068, 51.516584], [-0.095123, 51.516615], [-0.095669, 51.516708]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1046, &quot;postcode&quot;: &quot;EC2V 7DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095682, 51.516839], [-0.09564, 51.516921], [-0.095679, 51.516846], [-0.095834, 51.516927], [-0.09562, 51.517301], [-0.095482, 51.517211], [-0.095471, 51.51723], [-0.095449, 51.517226], [-0.095458, 51.517195], [-0.095395, 51.517154], [-0.095412, 51.51713], [-0.095369, 51.517191], [-0.095109, 51.517127], [-0.09502, 51.517274], [-0.094954, 51.517269], [-0.095043, 51.517108], [-0.094784, 51.517059], [-0.094932, 51.516819], [-0.094979, 51.516829], [-0.094995, 51.516802], [-0.095214, 51.516853], [-0.095295, 51.51672], [-0.095097, 51.516665], [-0.095621, 51.516773], [-0.095599, 51.516823], [-0.095608, 51.516808], [-0.095652, 51.516832], [-0.095602, 51.516912], [-0.095666, 51.516809], [-0.095716, 51.516716], [-0.095758, 51.516723], [-0.095682, 51.516839]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2770, &quot;postcode&quot;: &quot;EC2V 7EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094696, 51.515849], [-0.094669, 51.515894], [-0.094476, 51.515831], [-0.094485, 51.515775], [-0.094401, 51.515743], [-0.094449, 51.51561], [-0.09455, 51.515707], [-0.094532, 51.515737], [-0.094555, 51.515829], [-0.094602, 51.515847], [-0.094696, 51.515849]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 165, &quot;postcode&quot;: &quot;EC2V 7EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094449, 51.51561], [-0.094401, 51.515743], [-0.094321, 51.515725], [-0.094401, 51.515603], [-0.094449, 51.51561]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 69, &quot;postcode&quot;: &quot;EC2V 7EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094684, 51.516315], [-0.094513, 51.516281], [-0.094434, 51.516313], [-0.0939, 51.517297], [-0.093775, 51.517272], [-0.093885, 51.517083], [-0.093851, 51.51705], [-0.093736, 51.517022], [-0.093756, 51.516988], [-0.093887, 51.517013], [-0.093939, 51.517004], [-0.09402, 51.516885], [-0.094065, 51.516766], [-0.094033, 51.516744], [-0.093919, 51.51672], [-0.093941, 51.516679], [-0.09404, 51.516701], [-0.094089, 51.516698], [-0.094142, 51.516645], [-0.094277, 51.516332], [-0.094232, 51.516278], [-0.094491, 51.515805], [-0.09448, 51.515771], [-0.09443, 51.51575], [-0.094462, 51.515692], [-0.094526, 51.515708], [-0.094551, 51.515852], [-0.094491, 51.516086], [-0.094509, 51.516191], [-0.094489, 51.516253], [-0.094528, 51.516282], [-0.094684, 51.516315]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1773, &quot;postcode&quot;: &quot;EC2V 7ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09423, 51.516452], [-0.094203, 51.51651], [-0.094151, 51.516481], [-0.09388, 51.516453], [-0.093806, 51.516476], [-0.093054, 51.516315], [-0.093005, 51.516317], [-0.092891, 51.516428], [-0.092808, 51.516638], [-0.092727, 51.516622], [-0.092676, 51.516636], [-0.092588, 51.516743], [-0.092539, 51.516767], [-0.092502, 51.516834], [-0.092554, 51.516876], [-0.092806, 51.516888], [-0.092983, 51.516935], [-0.092681, 51.516921], [-0.092374, 51.516947], [-0.092275, 51.516985], [-0.092207, 51.517045], [-0.092147, 51.517031], [-0.092201, 51.51694], [-0.092314, 51.516866], [-0.092488, 51.516662], [-0.092461, 51.516615], [-0.09235, 51.516594], [-0.092363, 51.516568], [-0.092506, 51.516591], [-0.092563, 51.516578], [-0.092784, 51.516342], [-0.092825, 51.516328], [-0.092942, 51.516234], [-0.093011, 51.516141], [-0.093077, 51.515831], [-0.093111, 51.515433], [-0.093142, 51.515442], [-0.093176, 51.515536], [-0.093157, 51.515816], [-0.093181, 51.515842], [-0.09323, 51.515853], [-0.093231, 51.515882], [-0.093182, 51.515892], [-0.093155, 51.515922], [-0.093175, 51.515963], [-0.093231, 51.515976], [-0.093231, 51.516013], [-0.093182, 51.516022], [-0.093154, 51.516053], [-0.093188, 51.516294], [-0.093225, 51.516316], [-0.093617, 51.516395], [-0.09423, 51.516452]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2378, &quot;postcode&quot;: &quot;EC2V 7HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096097, 51.516415], [-0.096053, 51.516561], [-0.095857, 51.516615], [-0.095765, 51.516724], [-0.095112, 51.516615], [-0.095097, 51.516574], [-0.094996, 51.516475], [-0.095041, 51.516379], [-0.095195, 51.516384], [-0.09529, 51.516343], [-0.095387, 51.516108], [-0.095362, 51.516029], [-0.095307, 51.51598], [-0.096051, 51.516154], [-0.095998, 51.516244], [-0.096097, 51.516415]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3823, &quot;postcode&quot;: &quot;EC2V 7HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094203, 51.516511], [-0.094195, 51.516558], [-0.094146, 51.516614], [-0.09415, 51.516656], [-0.09408, 51.516726], [-0.094084, 51.516763], [-0.09402, 51.516885], [-0.09394, 51.517024], [-0.093896, 51.517051], [-0.093896, 51.517081], [-0.093795, 51.517241], [-0.093801, 51.517274], [-0.093875, 51.517333], [-0.09379, 51.517443], [-0.093659, 51.517423], [-0.09348, 51.517426], [-0.093411, 51.517395], [-0.093365, 51.517406], [-0.093322, 51.517446], [-0.09304, 51.517379], [-0.092952, 51.517379], [-0.092901, 51.517399], [-0.092867, 51.517454], [-0.092896, 51.517491], [-0.092995, 51.517518], [-0.092944, 51.517521], [-0.092892, 51.517499], [-0.092828, 51.517502], [-0.09247, 51.517413], [-0.092551, 51.517278], [-0.092521, 51.517245], [-0.092436, 51.517223], [-0.092538, 51.517045], [-0.092387, 51.516946], [-0.092458, 51.516939], [-0.092495, 51.516919], [-0.092505, 51.516889], [-0.092471, 51.51683], [-0.092509, 51.516812], [-0.092559, 51.516735], [-0.092607, 51.516717], [-0.09267, 51.51664], [-0.092775, 51.516649], [-0.092851, 51.516693], [-0.093156, 51.516698], [-0.093237, 51.516634], [-0.093274, 51.516531], [-0.093319, 51.51653], [-0.093357, 51.516511], [-0.093426, 51.516395], [-0.093753, 51.516465], [-0.093836, 51.516449], [-0.09417, 51.516483], [-0.094203, 51.516511]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9799, &quot;postcode&quot;: &quot;EC2V 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092589, 51.517123], [-0.09251, 51.517125], [-0.09246, 51.517185], [-0.092469, 51.517222], [-0.092528, 51.517247], [-0.092403, 51.517223], [-0.09245, 51.517085], [-0.092364, 51.516962], [-0.09238, 51.516947], [-0.09257, 51.517049], [-0.092589, 51.517123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 196, &quot;postcode&quot;: &quot;EC2V 7HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09409, 51.516441], [-0.093584, 51.516393], [-0.093525, 51.516418], [-0.093468, 51.516408], [-0.093427, 51.516416], [-0.093369, 51.516492], [-0.093289, 51.516488], [-0.093208, 51.516458], [-0.092914, 51.516408], [-0.092938, 51.516371], [-0.092926, 51.516342], [-0.092881, 51.516323], [-0.092824, 51.516331], [-0.092878, 51.516278], [-0.092926, 51.516313], [-0.093, 51.516302], [-0.093101, 51.516323], [-0.093172, 51.516293], [-0.093154, 51.516091], [-0.093161, 51.515645], [-0.093253, 51.515657], [-0.09323, 51.515729], [-0.09325, 51.516252], [-0.09409, 51.516441]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1211, &quot;postcode&quot;: &quot;EC2V 7HY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094759, 51.514302], [-0.094708, 51.51433], [-0.094651, 51.514329], [-0.094616, 51.514301], [-0.094553, 51.51429], [-0.09458, 51.514231], [-0.094557, 51.514194], [-0.094705, 51.514223], [-0.094692, 51.51427], [-0.094759, 51.514302]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;EC2V 7JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094924, 51.515743], [-0.094925, 51.515729], [-0.094958, 51.515737], [-0.094924, 51.515743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2V 7JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094651, 51.515113], [-0.094601, 51.51548], [-0.094461, 51.515486], [-0.094431, 51.515509], [-0.094416, 51.515571], [-0.094348, 51.515586], [-0.09354, 51.515405], [-0.093482, 51.515415], [-0.093437, 51.515465], [-0.093317, 51.515484], [-0.093336, 51.515439], [-0.093316, 51.515407], [-0.093101, 51.51529], [-0.092968, 51.515236], [-0.093019, 51.515183], [-0.093278, 51.5153], [-0.093363, 51.515292], [-0.093468, 51.515101], [-0.093521, 51.515103], [-0.09356, 51.515085], [-0.093704, 51.514912], [-0.094021, 51.514603], [-0.094068, 51.514623], [-0.093858, 51.51482], [-0.093864, 51.514869], [-0.094038, 51.514934], [-0.094083, 51.514983], [-0.094523, 51.51503], [-0.094513, 51.515092], [-0.094533, 51.515119], [-0.094589, 51.515133], [-0.094651, 51.515113]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5102, &quot;postcode&quot;: &quot;EC2V 7JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093369, 51.516492], [-0.093339, 51.516544], [-0.093265, 51.516566], [-0.093229, 51.516663], [-0.093178, 51.516706], [-0.092829, 51.516697], [-0.092772, 51.516653], [-0.09267, 51.51664], [-0.092694, 51.516611], [-0.092758, 51.516604], [-0.092793, 51.516562], [-0.092843, 51.516539], [-0.0929, 51.516406], [-0.093369, 51.516492]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 938, &quot;postcode&quot;: &quot;EC2V 7JN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094268, 51.516356], [-0.09422, 51.516473], [-0.094183, 51.516488], [-0.094141, 51.516458], [-0.094095, 51.516451], [-0.094149, 51.516419], [-0.094232, 51.516278], [-0.094257, 51.516293], [-0.094268, 51.516356]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 116, &quot;postcode&quot;: &quot;EC2V 7JQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095933, 51.516753], [-0.095833, 51.516927], [-0.095608, 51.516808], [-0.095584, 51.516767], [-0.095504, 51.516746], [-0.095527, 51.516705], [-0.095621, 51.51672], [-0.095669, 51.516708], [-0.095933, 51.516753]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 366, &quot;postcode&quot;: &quot;EC2V 7JU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096046, 51.516636], [-0.096761, 51.516598], [-0.096786, 51.5169], [-0.096471, 51.516888], [-0.096204, 51.516903], [-0.096109, 51.517091], [-0.095796, 51.516993], [-0.095934, 51.516753], [-0.095765, 51.516724], [-0.095851, 51.516615], [-0.096053, 51.516561], [-0.096072, 51.516568], [-0.096069, 51.516635], [-0.096046, 51.516636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2430, &quot;postcode&quot;: &quot;EC2V 7JX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091047, 51.515015], [-0.091025, 51.515461], [-0.090613, 51.515442], [-0.090683, 51.515139], [-0.090748, 51.515146], [-0.090794, 51.514975], [-0.091047, 51.515015]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1272, &quot;postcode&quot;: &quot;EC2V 7NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090783, 51.515015], [-0.090748, 51.515146], [-0.090678, 51.515173], [-0.09063, 51.515304], [-0.090587, 51.515655], [-0.090261, 51.515623], [-0.090241, 51.515572], [-0.090109, 51.515549], [-0.090386, 51.514986], [-0.090369, 51.514941], [-0.090387, 51.514925], [-0.090549, 51.514906], [-0.090546, 51.514933], [-0.090572, 51.514958], [-0.090736, 51.514981], [-0.090783, 51.515015]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2197, &quot;postcode&quot;: &quot;EC2V 7NG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094463, 51.515572], [-0.094457, 51.515609], [-0.09427, 51.515594], [-0.094125, 51.515663], [-0.093852, 51.515595], [-0.093802, 51.515603], [-0.09377, 51.515631], [-0.093746, 51.515949], [-0.09377, 51.515985], [-0.09396, 51.516], [-0.094024, 51.51597], [-0.094392, 51.515983], [-0.094135, 51.516431], [-0.094088, 51.51644], [-0.093244, 51.516255], [-0.09323, 51.515697], [-0.093252, 51.515668], [-0.093253, 51.515574], [-0.093229, 51.515548], [-0.093176, 51.515536], [-0.093134, 51.515444], [-0.092892, 51.515318], [-0.092968, 51.515237], [-0.0931, 51.515289], [-0.093282, 51.515391], [-0.093329, 51.515399], [-0.093369, 51.515388], [-0.093348, 51.51544], [-0.093395, 51.515476], [-0.093484, 51.515477], [-0.093647, 51.515428], [-0.093839, 51.515471], [-0.093888, 51.515498], [-0.093963, 51.515498], [-0.094335, 51.515583], [-0.094463, 51.515572]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6042, &quot;postcode&quot;: &quot;EC2V 7NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094049, 51.514922], [-0.094046, 51.51498], [-0.094, 51.514922], [-0.093869, 51.514877], [-0.093807, 51.514887], [-0.093762, 51.514929], [-0.093713, 51.514908], [-0.093659, 51.514916], [-0.093564, 51.514976], [-0.093511, 51.515121], [-0.093441, 51.515145], [-0.093373, 51.515296], [-0.093295, 51.515309], [-0.093019, 51.515182], [-0.093632, 51.514523], [-0.093778, 51.51456], [-0.093795, 51.514611], [-0.093953, 51.514653], [-0.094014, 51.514687], [-0.09388, 51.514843], [-0.093912, 51.514877], [-0.094049, 51.514922]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2345, &quot;postcode&quot;: &quot;EC2V 7PG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092283, 51.514955], [-0.092273, 51.514999], [-0.092308, 51.515037], [-0.092439, 51.515068], [-0.092351, 51.515151], [-0.092324, 51.515145], [-0.092301, 51.515101], [-0.092239, 51.515085], [-0.092258, 51.514951], [-0.092283, 51.514955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 109, &quot;postcode&quot;: &quot;EC2V 7QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094621, 51.514743], [-0.094615, 51.514777], [-0.094554, 51.514773], [-0.09449, 51.514737], [-0.094417, 51.514762], [-0.094444, 51.514672], [-0.094481, 51.514715], [-0.094553, 51.514716], [-0.094621, 51.514743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 57, &quot;postcode&quot;: &quot;EC2V 7WS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097312, 51.515202], [-0.097197, 51.515207], [-0.097161, 51.51524], [-0.097149, 51.5153], [-0.097102, 51.51531], [-0.097076, 51.515335], [-0.097079, 51.515374], [-0.097132, 51.5154], [-0.097087, 51.515637], [-0.097033, 51.515646], [-0.097006, 51.515676], [-0.097065, 51.515766], [-0.097034, 51.515949], [-0.096942, 51.515983], [-0.096918, 51.51601], [-0.09696, 51.516212], [-0.096938, 51.5163], [-0.096918, 51.516308], [-0.096835, 51.516304], [-0.096738, 51.516279], [-0.096147, 51.516022], [-0.096209, 51.515854], [-0.096293, 51.515865], [-0.096343, 51.515856], [-0.096397, 51.515827], [-0.096419, 51.515788], [-0.096384, 51.515723], [-0.09628, 51.51569], [-0.096301, 51.515613], [-0.096269, 51.51559], [-0.096214, 51.515582], [-0.096192, 51.515539], [-0.095819, 51.51547], [-0.095635, 51.515471], [-0.095588, 51.515483], [-0.095477, 51.515448], [-0.095516, 51.515389], [-0.095572, 51.515417], [-0.095738, 51.515419], [-0.095767, 51.515394], [-0.095793, 51.515307], [-0.096015, 51.515334], [-0.096069, 51.515324], [-0.096093, 51.515297], [-0.096095, 51.515252], [-0.096061, 51.515225], [-0.096, 51.515217], [-0.096006, 51.515169], [-0.096125, 51.515178], [-0.096135, 51.515212], [-0.096173, 51.51523], [-0.096321, 51.515242], [-0.096369, 51.51526], [-0.096429, 51.515249], [-0.096451, 51.515222], [-0.096465, 51.51499], [-0.096438, 51.514953], [-0.09644, 51.514865], [-0.096587, 51.514842], [-0.097076, 51.515084], [-0.097111, 51.515134], [-0.097192, 51.515143], [-0.097312, 51.515202]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8339, &quot;postcode&quot;: &quot;EC2V 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093632, 51.514523], [-0.093596, 51.514562], [-0.093294, 51.514471], [-0.092845, 51.514445], [-0.092784, 51.514472], [-0.092763, 51.51454], [-0.092622, 51.514569], [-0.092635, 51.514474], [-0.092618, 51.514446], [-0.092577, 51.514431], [-0.092429, 51.514421], [-0.092369, 51.514449], [-0.092341, 51.51459], [-0.092317, 51.514586], [-0.092376, 51.514292], [-0.092418, 51.514325], [-0.092617, 51.514341], [-0.092674, 51.514368], [-0.092733, 51.514356], [-0.093192, 51.51442], [-0.093237, 51.514411], [-0.093264, 51.514384], [-0.093302, 51.514388], [-0.093372, 51.514456], [-0.093632, 51.514523]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 810, &quot;postcode&quot;: &quot;EC2V 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095565, 51.515677], [-0.095541, 51.515727], [-0.095549, 51.515773], [-0.095375, 51.515816], [-0.095523, 51.515643], [-0.095565, 51.515677]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 106, &quot;postcode&quot;: &quot;EC2V 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095759, 51.515024], [-0.095506, 51.515408], [-0.095539, 51.515461], [-0.095588, 51.515483], [-0.095564, 51.515519], [-0.095575, 51.51588], [-0.095548, 51.515776], [-0.095499, 51.515746], [-0.095433, 51.515755], [-0.095375, 51.515816], [-0.095311, 51.515836], [-0.094924, 51.51573], [-0.094871, 51.51574], [-0.094799, 51.515789], [-0.094739, 51.515798], [-0.094713, 51.515771], [-0.09455, 51.515707], [-0.094448, 51.515609], [-0.09442, 51.515554], [-0.09443, 51.515509], [-0.094511, 51.515514], [-0.094603, 51.515458], [-0.094685, 51.515], [-0.094733, 51.514975], [-0.095115, 51.514991], [-0.095286, 51.515016], [-0.095343, 51.515001], [-0.095413, 51.514637], [-0.095491, 51.514442], [-0.095537, 51.514451], [-0.095487, 51.51459], [-0.095444, 51.514989], [-0.095499, 51.515021], [-0.095759, 51.515024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6323, &quot;postcode&quot;: &quot;EC2V 8AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092504, 51.514165], [-0.092432, 51.514167], [-0.092394, 51.514198], [-0.092239, 51.515085], [-0.092086, 51.515055], [-0.092113, 51.514889], [-0.092141, 51.514862], [-0.092154, 51.514794], [-0.092143, 51.514717], [-0.092187, 51.514459], [-0.09214, 51.514429], [-0.091882, 51.514389], [-0.09208, 51.514023], [-0.092132, 51.513889], [-0.092115, 51.513854], [-0.092453, 51.513894], [-0.092408, 51.514121], [-0.092438, 51.514154], [-0.092504, 51.514165]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2384, &quot;postcode&quot;: &quot;EC2V 8AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092821, 51.514374], [-0.092763, 51.514376], [-0.09272, 51.514406], [-0.092596, 51.51434], [-0.092371, 51.514323], [-0.092401, 51.514156], [-0.092699, 51.514188], [-0.092757, 51.514214], [-0.09274, 51.514337], [-0.092768, 51.514363], [-0.092821, 51.514374]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 491, &quot;postcode&quot;: &quot;EC2V 8BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093987, 51.514596], [-0.094096, 51.514367], [-0.094132, 51.514349], [-0.09419, 51.514375], [-0.094099, 51.514622], [-0.094014, 51.514687], [-0.094068, 51.514623], [-0.094021, 51.514603], [-0.093964, 51.514659], [-0.093596, 51.514562], [-0.093632, 51.514523], [-0.093942, 51.514602], [-0.093987, 51.514596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 367, &quot;postcode&quot;: &quot;EC2V 8BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092179, 51.514421], [-0.092196, 51.514437], [-0.092149, 51.514683], [-0.092168, 51.514719], [-0.092136, 51.51489], [-0.091802, 51.514847], [-0.091805, 51.514794], [-0.09187, 51.514715], [-0.09186, 51.51468], [-0.09188, 51.51465], [-0.091938, 51.514632], [-0.091968, 51.514594], [-0.091939, 51.514508], [-0.091824, 51.51448], [-0.091882, 51.514389], [-0.092132, 51.514427], [-0.092179, 51.514421]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1018, &quot;postcode&quot;: &quot;EC2V 8EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092163, 51.515082], [-0.092106, 51.515088], [-0.092073, 51.515122], [-0.092051, 51.515071], [-0.091962, 51.515055], [-0.091924, 51.515018], [-0.091851, 51.515007], [-0.091895, 51.51486], [-0.092113, 51.514889], [-0.092091, 51.515044], [-0.092114, 51.515069], [-0.092163, 51.515082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 322, &quot;postcode&quot;: &quot;EC2V 8EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093594, 51.514564], [-0.093019, 51.515182], [-0.092877, 51.515141], [-0.092318, 51.515047], [-0.092268, 51.515], [-0.092262, 51.514918], [-0.092316, 51.51459], [-0.092347, 51.514554], [-0.092356, 51.514394], [-0.092414, 51.51442], [-0.092598, 51.514432], [-0.092645, 51.514421], [-0.09267, 51.514394], [-0.092696, 51.514209], [-0.092757, 51.514214], [-0.09272, 51.514406], [-0.092754, 51.514443], [-0.093294, 51.51447], [-0.093594, 51.514564]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5519, &quot;postcode&quot;: &quot;EC2V 8EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091896, 51.51469], [-0.091805, 51.514794], [-0.09175, 51.514809], [-0.091676, 51.514883], [-0.09154, 51.514851], [-0.091698, 51.514633], [-0.091896, 51.51469]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 336, &quot;postcode&quot;: &quot;EC2V 8EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091412, 51.514619], [-0.091205, 51.514565], [-0.09112, 51.514529], [-0.091181, 51.514382], [-0.091106, 51.514374], [-0.09113, 51.514355], [-0.091367, 51.514382], [-0.091389, 51.514333], [-0.091521, 51.51433], [-0.091412, 51.514619]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 566, &quot;postcode&quot;: &quot;EC2V 8EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091515, 51.514772], [-0.091367, 51.514739], [-0.091496, 51.514398], [-0.09179, 51.514432], [-0.092031, 51.513991], [-0.092089, 51.513865], [-0.092074, 51.513856], [-0.09209, 51.513865], [-0.092093, 51.513852], [-0.092117, 51.513854], [-0.092112, 51.513864], [-0.092111, 51.513867], [-0.092088, 51.513918], [-0.092117, 51.513854], [-0.092147, 51.513856], [-0.091967, 51.514248], [-0.091824, 51.51448], [-0.091975, 51.514506], [-0.09195, 51.514551], [-0.091983, 51.514568], [-0.091967, 51.514582], [-0.091983, 51.514589], [-0.091912, 51.514657], [-0.09188, 51.51465], [-0.091859, 51.514681], [-0.091698, 51.514632], [-0.091458, 51.514965], [-0.091404, 51.514962], [-0.091515, 51.514772]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1476, &quot;postcode&quot;: &quot;EC2V 8EY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091657, 51.514026], [-0.091623, 51.514129], [-0.091597, 51.514128], [-0.091618, 51.51405], [-0.09159, 51.514025], [-0.091542, 51.514015], [-0.091657, 51.514026]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC2V 8HE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093223, 51.518117], [-0.093038, 51.518473], [-0.09258, 51.518357], [-0.09255, 51.518323], [-0.09246, 51.5183], [-0.092536, 51.518171], [-0.092778, 51.518228], [-0.092844, 51.518218], [-0.092957, 51.518045], [-0.093223, 51.518117]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1299, &quot;postcode&quot;: &quot;EC2Y 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095443, 51.517427], [-0.095549, 51.517424], [-0.09522, 51.517998], [-0.095093, 51.517926], [-0.095166, 51.51782], [-0.095156, 51.517791], [-0.095119, 51.517772], [-0.09517, 51.517697], [-0.095295, 51.517634], [-0.095443, 51.517427]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 664, &quot;postcode&quot;: &quot;EC2Y 5AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093884, 51.51733], [-0.09369, 51.517671], [-0.093695, 51.517709], [-0.093666, 51.517748], [-0.09367, 51.517619], [-0.093641, 51.51759], [-0.093591, 51.517581], [-0.093608, 51.517518], [-0.093567, 51.517494], [-0.093448, 51.517479], [-0.093436, 51.517458], [-0.09348, 51.517427], [-0.093774, 51.517433], [-0.093812, 51.517414], [-0.093884, 51.51733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 347, &quot;postcode&quot;: &quot;EC2Y 5AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093666, 51.517748], [-0.093621, 51.517771], [-0.093456, 51.518048], [-0.09339, 51.51806], [-0.093359, 51.518084], [-0.093185, 51.518536], [-0.09312, 51.518648], [-0.092566, 51.51847], [-0.092067, 51.51835], [-0.091558, 51.518198], [-0.091357, 51.518157], [-0.091285, 51.518177], [-0.091287, 51.518231], [-0.091227, 51.518204], [-0.091164, 51.51822], [-0.091035, 51.518376], [-0.090946, 51.518452], [-0.09081, 51.518406], [-0.090939, 51.518264], [-0.091001, 51.518249], [-0.091075, 51.518169], [-0.091084, 51.518139], [-0.091054, 51.51811], [-0.090484, 51.517974], [-0.090494, 51.51794], [-0.090462, 51.517911], [-0.09024, 51.517858], [-0.090198, 51.517831], [-0.090132, 51.517826], [-0.090101, 51.517776], [-0.08997, 51.517749], [-0.089914, 51.517763], [-0.089886, 51.517803], [-0.089904, 51.51784], [-0.089985, 51.517864], [-0.089992, 51.517883], [-0.089852, 51.518118], [-0.089545, 51.518037], [-0.089473, 51.518048], [-0.08945, 51.518007], [-0.089392, 51.517987], [-0.08941, 51.517901], [-0.089362, 51.517856], [-0.089286, 51.517836], [-0.089309, 51.51779], [-0.0893, 51.517761], [-0.089167, 51.517719], [-0.089249, 51.517585], [-0.089499, 51.51763], [-0.089541, 51.517606], [-0.089595, 51.517502], [-0.089878, 51.517489], [-0.09067, 51.517583], [-0.090712, 51.517554], [-0.090702, 51.517516], [-0.090765, 51.517379], [-0.090867, 51.517384], [-0.090917, 51.517322], [-0.091138, 51.51733], [-0.091167, 51.517392], [-0.091271, 51.517421], [-0.091231, 51.517584], [-0.091268, 51.517605], [-0.091387, 51.517623], [-0.091436, 51.517607], [-0.091455, 51.517577], [-0.091435, 51.517544], [-0.091381, 51.517531], [-0.091388, 51.517512], [-0.091429, 51.517523], [-0.091476, 51.517516], [-0.091526, 51.517454], [-0.091803, 51.517507], [-0.091843, 51.517485], [-0.091898, 51.517397], [-0.092013, 51.517396], [-0.092024, 51.517437], [-0.09208, 51.517455], [-0.092137, 51.517439], [-0.092183, 51.517377], [-0.092381, 51.517391], [-0.09279, 51.517489], [-0.092849, 51.51747], [-0.092913, 51.51738], [-0.093012, 51.517372], [-0.093311, 51.517432], [-0.093352, 51.51741], [-0.093454, 51.517246], [-0.093574, 51.517276], [-0.093476, 51.517448], [-0.09351, 51.51748], [-0.093636, 51.51751], [-0.093631, 51.517548], [-0.093673, 51.517576], [-0.093666, 51.517748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 24234, &quot;postcode&quot;: &quot;EC2Y 5AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095925, 51.51704], [-0.096057, 51.517074], [-0.096109, 51.517091], [-0.095925, 51.51704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC2Y 5BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094624, 51.517923], [-0.09493, 51.517995], [-0.094891, 51.518059], [-0.09497, 51.518093], [-0.095091, 51.517929], [-0.09522, 51.517998], [-0.095084, 51.518237], [-0.094766, 51.518489], [-0.094709, 51.518471], [-0.094299, 51.518342], [-0.094709, 51.518471], [-0.094876, 51.518244], [-0.09479, 51.518225], [-0.094773, 51.518254], [-0.094467, 51.518182], [-0.094521, 51.51809], [-0.094523, 51.518075], [-0.094495, 51.518068], [-0.094524, 51.51802], [-0.094567, 51.518017], [-0.094624, 51.517923]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1506, &quot;postcode&quot;: &quot;EC2Y 5BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095444, 51.517425], [-0.095272, 51.517666], [-0.095226, 51.517676], [-0.095148, 51.51773], [-0.095146, 51.517766], [-0.095189, 51.517792], [-0.09497, 51.518093], [-0.094891, 51.518059], [-0.094909, 51.518019], [-0.094886, 51.517988], [-0.094678, 51.517937], [-0.094613, 51.51795], [-0.094527, 51.518046], [-0.094487, 51.518153], [-0.09451, 51.518189], [-0.094715, 51.51824], [-0.09479, 51.518225], [-0.094876, 51.518244], [-0.094709, 51.518471], [-0.093447, 51.518073], [-0.093554, 51.51787], [-0.093631, 51.517753], [-0.093674, 51.517725], [-0.093899, 51.517298], [-0.094039, 51.517325], [-0.09477, 51.517321], [-0.094994, 51.517359], [-0.095095, 51.517343], [-0.095444, 51.517425]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10438, &quot;postcode&quot;: &quot;EC2Y 5BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092157, 51.518252], [-0.092045, 51.518208], [-0.092181, 51.518238], [-0.092157, 51.518252]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC2Y 5DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092813, 51.518148], [-0.092758, 51.518224], [-0.09259, 51.518185], [-0.092521, 51.518202], [-0.092482, 51.518284], [-0.092514, 51.518312], [-0.092603, 51.518334], [-0.092578, 51.518356], [-0.091842, 51.518159], [-0.091886, 51.518085], [-0.092024, 51.518107], [-0.092064, 51.518091], [-0.092092, 51.518049], [-0.092452, 51.518133], [-0.092492, 51.51816], [-0.092571, 51.518167], [-0.09264, 51.518142], [-0.09267, 51.51809], [-0.092658, 51.518056], [-0.092707, 51.518061], [-0.092779, 51.518103], [-0.092813, 51.518148]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 947, &quot;postcode&quot;: &quot;EC2Y 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096265, 51.517394], [-0.095776, 51.51741], [-0.095935, 51.517453], [-0.09587, 51.517452], [-0.095485, 51.517974], [-0.095366, 51.517941], [-0.095594, 51.517616], [-0.095506, 51.517616], [-0.095162, 51.518106], [-0.095309, 51.518151], [-0.095263, 51.518212], [-0.095349, 51.51824], [-0.095309, 51.518293], [-0.095084, 51.518237], [-0.095797, 51.517002], [-0.096109, 51.517091], [-0.096125, 51.517061], [-0.096745, 51.517145], [-0.09674, 51.517369], [-0.096462, 51.517363], [-0.096265, 51.517394]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3846, &quot;postcode&quot;: &quot;EC2Y 5EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090349, 51.517942], [-0.090193, 51.517905], [-0.090131, 51.517912], [-0.090011, 51.518092], [-0.089999, 51.518084], [-0.090075, 51.517825], [-0.090245, 51.517827], [-0.090268, 51.517861], [-0.090338, 51.517881], [-0.090349, 51.517942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 227, &quot;postcode&quot;: &quot;EC2Y 5EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091545, 51.517641], [-0.091038, 51.517649], [-0.090994, 51.517633], [-0.089669, 51.517462], [-0.089605, 51.517486], [-0.089525, 51.517637], [-0.089249, 51.517585], [-0.089291, 51.517516], [-0.089357, 51.517493], [-0.089361, 51.517451], [-0.089562, 51.517354], [-0.089635, 51.517351], [-0.089666, 51.517323], [-0.089672, 51.517354], [-0.089713, 51.517376], [-0.090989, 51.517557], [-0.09106, 51.517535], [-0.091111, 51.517412], [-0.091273, 51.517408], [-0.091223, 51.517558], [-0.091234, 51.517588], [-0.091273, 51.517606], [-0.091545, 51.517641]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1782, &quot;postcode&quot;: &quot;EC2Y 5ET&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097087, 51.517971], [-0.097036, 51.518004], [-0.096883, 51.518012], [-0.096859, 51.518043], [-0.096869, 51.5181], [-0.096653, 51.518112], [-0.0966, 51.518138], [-0.096555, 51.518101], [-0.096403, 51.518066], [-0.09596, 51.518094], [-0.09592, 51.518129], [-0.095915, 51.518358], [-0.095264, 51.518212], [-0.095276, 51.518149], [-0.095162, 51.518106], [-0.095506, 51.517616], [-0.095594, 51.517616], [-0.095623, 51.51765], [-0.095684, 51.517657], [-0.095725, 51.51764], [-0.095792, 51.517566], [-0.095857, 51.517458], [-0.095837, 51.51743], [-0.095776, 51.51741], [-0.096078, 51.517408], [-0.096464, 51.517363], [-0.09674, 51.517369], [-0.096758, 51.517396], [-0.096801, 51.517411], [-0.096979, 51.517397], [-0.097039, 51.517794], [-0.097087, 51.517971]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9148, &quot;postcode&quot;: &quot;EC2Y 5HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08938, 51.517512], [-0.089317, 51.517517], [-0.089281, 51.517535], [-0.089142, 51.517759], [-0.088831, 51.517689], [-0.088851, 51.51764], [-0.088827, 51.517515], [-0.088782, 51.517472], [-0.088794, 51.517413], [-0.089071, 51.517368], [-0.089257, 51.517398], [-0.08936, 51.517451], [-0.08938, 51.517512]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1164, &quot;postcode&quot;: &quot;EC2Y 5JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096349, 51.518078], [-0.096357, 51.518053], [-0.096485, 51.518084], [-0.096432, 51.518085], [-0.09656, 51.518103], [-0.0966, 51.518138], [-0.096599, 51.518114], [-0.096853, 51.518101], [-0.096918, 51.518409], [-0.096649, 51.51842], [-0.096645, 51.51839], [-0.096607, 51.518392], [-0.096657, 51.518556], [-0.096031, 51.518472], [-0.095309, 51.518293], [-0.095356, 51.51823], [-0.095915, 51.518359], [-0.095921, 51.518092], [-0.096349, 51.518078]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3267, &quot;postcode&quot;: &quot;EC2Y 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09527, 51.520488], [-0.095384, 51.520474], [-0.095747, 51.520415], [-0.095271, 51.520502], [-0.09527, 51.520488]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 26, &quot;postcode&quot;: &quot;EC2Y 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095375, 51.521342], [-0.095285, 51.521302], [-0.095197, 51.521078], [-0.095155, 51.52105], [-0.094632, 51.521114], [-0.094409, 51.521104], [-0.094643, 51.521061], [-0.094819, 51.521061], [-0.095331, 51.520976], [-0.095375, 51.521342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 530, &quot;postcode&quot;: &quot;EC2Y 8AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090249, 51.519509], [-0.09104, 51.519372], [-0.092005, 51.519771], [-0.091941, 51.519882], [-0.091082, 51.51973], [-0.091078, 51.519738], [-0.090225, 51.519543], [-0.090249, 51.519509]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2939, &quot;postcode&quot;: &quot;EC2Y 8AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092618, 51.518486], [-0.092566, 51.51847], [-0.092492, 51.518451], [-0.092567, 51.51847], [-0.092618, 51.518486]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2Y 8AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093172, 51.51857], [-0.093028, 51.518945], [-0.091506, 51.518567], [-0.091228, 51.518141], [-0.091559, 51.518198], [-0.092073, 51.518351], [-0.09257, 51.518471], [-0.093054, 51.518627], [-0.093122, 51.518622], [-0.093172, 51.51857]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4808, &quot;postcode&quot;: &quot;EC2Y 8AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095084, 51.519288], [-0.094932, 51.519411], [-0.094815, 51.519384], [-0.094669, 51.519626], [-0.094622, 51.519664], [-0.09455, 51.519685], [-0.094407, 51.519642], [-0.094421, 51.519621], [-0.094404, 51.519599], [-0.094436, 51.519546], [-0.094629, 51.519575], [-0.094753, 51.51937], [-0.093299, 51.519034], [-0.093467, 51.51875], [-0.09355, 51.518726], [-0.094076, 51.518961], [-0.09424, 51.518964], [-0.094309, 51.518996], [-0.094466, 51.518985], [-0.094508, 51.518963], [-0.094549, 51.518732], [-0.094785, 51.518726], [-0.094802, 51.518757], [-0.094862, 51.518783], [-0.09489, 51.518829], [-0.095084, 51.518875], [-0.095084, 51.519288]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5459, &quot;postcode&quot;: &quot;EC2Y 8BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093466, 51.518751], [-0.093299, 51.519034], [-0.091732, 51.518672], [-0.091639, 51.518796], [-0.091585, 51.518782], [-0.091562, 51.518748], [-0.091513, 51.518729], [-0.091559, 51.51864], [-0.091537, 51.518613], [-0.091488, 51.518598], [-0.091507, 51.518568], [-0.092971, 51.518929], [-0.093019, 51.51892], [-0.093045, 51.518899], [-0.093172, 51.51857], [-0.093466, 51.518751]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1547, &quot;postcode&quot;: &quot;EC2Y 8BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093632, 51.519645], [-0.092123, 51.519247], [-0.09207, 51.519272], [-0.091923, 51.519527], [-0.091951, 51.51957], [-0.092105, 51.519607], [-0.092005, 51.519771], [-0.09104, 51.519372], [-0.091123, 51.519214], [-0.091093, 51.519184], [-0.090976, 51.519154], [-0.090945, 51.519057], [-0.091045, 51.51893], [-0.091219, 51.518906], [-0.091273, 51.518911], [-0.091314, 51.518894], [-0.09149, 51.518598], [-0.091581, 51.51862], [-0.091534, 51.518715], [-0.091589, 51.518779], [-0.091651, 51.518799], [-0.091546, 51.518963], [-0.093228, 51.519351], [-0.093278, 51.519346], [-0.0933, 51.519324], [-0.093337, 51.519332], [-0.093332, 51.519361], [-0.093368, 51.519383], [-0.093418, 51.519378], [-0.09344, 51.519356], [-0.093483, 51.519366], [-0.093478, 51.519395], [-0.093514, 51.519417], [-0.093564, 51.519412], [-0.093586, 51.51939], [-0.093613, 51.519399], [-0.093515, 51.519582], [-0.093537, 51.519613], [-0.093632, 51.519645]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7143, &quot;postcode&quot;: &quot;EC2Y 8BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094709, 51.518471], [-0.094676, 51.518516], [-0.094676, 51.518571], [-0.094648, 51.518591], [-0.094605, 51.518596], [-0.09452, 51.518547], [-0.093774, 51.518353], [-0.093719, 51.518352], [-0.093682, 51.518372], [-0.093557, 51.518545], [-0.0935, 51.518545], [-0.093462, 51.51857], [-0.093461, 51.518601], [-0.09355, 51.518726], [-0.093496, 51.518759], [-0.093172, 51.51857], [-0.093365, 51.518218], [-0.09336, 51.518188], [-0.093327, 51.518167], [-0.093372, 51.518049], [-0.093434, 51.518041], [-0.093476, 51.518004], [-0.093465, 51.518057], [-0.093498, 51.518089], [-0.094709, 51.518471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2825, &quot;postcode&quot;: &quot;EC2Y 8BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093421, 51.518119], [-0.093376, 51.518198], [-0.093183, 51.51854], [-0.09337, 51.518056], [-0.09342, 51.518068], [-0.093421, 51.518119]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 147, &quot;postcode&quot;: &quot;EC2Y 8BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091506, 51.518567], [-0.091446, 51.518671], [-0.09142, 51.51862], [-0.090946, 51.518452], [-0.091038, 51.518372], [-0.091228, 51.518141], [-0.091506, 51.518567]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 944, &quot;postcode&quot;: &quot;EC2Y 8BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091466, 51.518636], [-0.091396, 51.518757], [-0.091358, 51.518784], [-0.091362, 51.518816], [-0.091297, 51.518929], [-0.091184, 51.518901], [-0.091059, 51.51893], [-0.090953, 51.519047], [-0.090975, 51.519141], [-0.091057, 51.519166], [-0.091111, 51.519141], [-0.091194, 51.519001], [-0.091248, 51.519013], [-0.09104, 51.519372], [-0.090275, 51.519504], [-0.090225, 51.519542], [-0.090269, 51.519471], [-0.090233, 51.519414], [-0.090244, 51.519298], [-0.090316, 51.519211], [-0.090484, 51.519108], [-0.090946, 51.518452], [-0.091466, 51.518636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4587, &quot;postcode&quot;: &quot;EC2Y 8BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095252, 51.518294], [-0.095084, 51.518504], [-0.095084, 51.518875], [-0.095437, 51.518956], [-0.095085, 51.519083], [-0.095084, 51.518875], [-0.094838, 51.518819], [-0.094862, 51.518783], [-0.094813, 51.518763], [-0.094683, 51.518754], [-0.094684, 51.518726], [-0.094684, 51.518736], [-0.094458, 51.518743], [-0.09369, 51.518465], [-0.093687, 51.518502], [-0.093602, 51.518482], [-0.093708, 51.518335], [-0.094447, 51.518537], [-0.094545, 51.518543], [-0.094573, 51.518585], [-0.094627, 51.518596], [-0.094677, 51.51857], [-0.094663, 51.518519], [-0.094709, 51.518471], [-0.094766, 51.518489], [-0.095084, 51.518237], [-0.095309, 51.518293], [-0.095297, 51.518309], [-0.095252, 51.518294]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3129, &quot;postcode&quot;: &quot;EC2Y 8BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095085, 51.519083], [-0.095437, 51.518956], [-0.095626, 51.519], [-0.095498, 51.518978], [-0.09538, 51.519181], [-0.095085, 51.519145], [-0.095085, 51.519083]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 413, &quot;postcode&quot;: &quot;EC2Y 8BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095084, 51.518504], [-0.095252, 51.518294], [-0.095297, 51.518309], [-0.095309, 51.518293], [-0.096031, 51.518472], [-0.095761, 51.518789], [-0.096076, 51.519104], [-0.095084, 51.518875], [-0.095084, 51.518504]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3808, &quot;postcode&quot;: &quot;EC2Y 8BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096233, 51.518532], [-0.096424, 51.518524], [-0.096958, 51.518596], [-0.097076, 51.519337], [-0.097048, 51.519679], [-0.096634, 51.519718], [-0.096412, 51.519459], [-0.09655, 51.519221], [-0.096085, 51.519114], [-0.095761, 51.518789], [-0.096031, 51.518472], [-0.096227, 51.518498], [-0.096233, 51.518532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7611, &quot;postcode&quot;: &quot;EC2Y 8BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097287, 51.52005], [-0.097186, 51.520081], [-0.0967, 51.520061], [-0.096536, 51.520214], [-0.096533, 51.520256], [-0.096455, 51.520251], [-0.096307, 51.520277], [-0.096252, 51.520274], [-0.096172, 51.520229], [-0.096184, 51.520135], [-0.096123, 51.520048], [-0.095853, 51.519989], [-0.095877, 51.519958], [-0.095945, 51.519973], [-0.096236, 51.51948], [-0.096381, 51.519513], [-0.096412, 51.519459], [-0.096457, 51.519512], [-0.096379, 51.519648], [-0.096419, 51.519695], [-0.096523, 51.519709], [-0.096589, 51.519665], [-0.096622, 51.5197], [-0.09667, 51.519714], [-0.096996, 51.519684], [-0.097044, 51.51966], [-0.097053, 51.51961], [-0.097159, 51.519677], [-0.09724, 51.519857], [-0.097287, 51.52005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4559, &quot;postcode&quot;: &quot;EC2Y 8BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094547, 51.518742], [-0.09451, 51.518983], [-0.094242, 51.519001], [-0.094198, 51.518968], [-0.094079, 51.518966], [-0.093601, 51.518749], [-0.093536, 51.518743], [-0.093566, 51.5187], [-0.093544, 51.518658], [-0.09358, 51.518588], [-0.093557, 51.518545], [-0.093602, 51.518482], [-0.093652, 51.518483], [-0.09369, 51.518465], [-0.094446, 51.518738], [-0.094547, 51.518742]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2332, &quot;postcode&quot;: &quot;EC2Y 8DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093325, 51.520801], [-0.092825, 51.520891], [-0.092511, 51.520941], [-0.092456, 51.520929], [-0.092444, 51.520817], [-0.092494, 51.520659], [-0.092452, 51.520626], [-0.092383, 51.52063], [-0.092413, 51.520553], [-0.092482, 51.520581], [-0.092561, 51.520547], [-0.092676, 51.520262], [-0.09258, 51.520084], [-0.092757, 51.520115], [-0.09275, 51.520155], [-0.093093, 51.520809], [-0.093159, 51.52083], [-0.093325, 51.520801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2314, &quot;postcode&quot;: &quot;EC2Y 8DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09651, 51.520241], [-0.096514, 51.520275], [-0.096025, 51.520364], [-0.096267, 51.52031], [-0.096309, 51.520277], [-0.09651, 51.520241]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 70, &quot;postcode&quot;: &quot;EC2Y 8DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097556, 51.520916], [-0.097523, 51.521], [-0.097459, 51.520994], [-0.097412, 51.521024], [-0.097387, 51.521212], [-0.097289, 51.521578], [-0.096554, 51.520339], [-0.097251, 51.520219], [-0.097345, 51.520237], [-0.097471, 51.52057], [-0.097434, 51.520872], [-0.097465, 51.520901], [-0.097541, 51.520901], [-0.097556, 51.520916]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5108, &quot;postcode&quot;: &quot;EC2Y 8DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095181, 51.520598], [-0.09482, 51.52064], [-0.094824, 51.520648], [-0.094571, 51.520684], [-0.094568, 51.520702], [-0.094412, 51.520731], [-0.094395, 51.520675], [-0.093922, 51.520776], [-0.09404, 51.521033], [-0.09327, 51.521247], [-0.092959, 51.521264], [-0.092959, 51.521323], [-0.092583, 51.521356], [-0.092475, 51.521081], [-0.09249, 51.521064], [-0.093831, 51.520826], [-0.093841, 51.520788], [-0.093052, 51.52091], [-0.093021, 51.520855], [-0.093327, 51.520801], [-0.093632, 51.520769], [-0.093634, 51.520745], [-0.094395, 51.520616], [-0.094389, 51.520663], [-0.095215, 51.520512], [-0.095181, 51.520598]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4528, &quot;postcode&quot;: &quot;EC2Y 8DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095085, 51.519287], [-0.095281, 51.519349], [-0.095222, 51.519451], [-0.094991, 51.519398], [-0.094977, 51.519421], [-0.094932, 51.519411], [-0.095085, 51.519287]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 235, &quot;postcode&quot;: &quot;EC2Y 8DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095087, 51.519287], [-0.095085, 51.519145], [-0.09538, 51.519181], [-0.095281, 51.519349], [-0.095087, 51.519287]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 313, &quot;postcode&quot;: &quot;EC2Y 8DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09404, 51.521033], [-0.093937, 51.520808], [-0.094334, 51.520746], [-0.094568, 51.520702], [-0.094571, 51.520684], [-0.094863, 51.520633], [-0.095181, 51.520598], [-0.095255, 51.52063], [-0.095303, 51.520735], [-0.095331, 51.520976], [-0.094816, 51.521062], [-0.094643, 51.521061], [-0.094339, 51.521117], [-0.094286, 51.521098], [-0.094247, 51.521241], [-0.094242, 51.521403], [-0.094244, 51.521347], [-0.094351, 51.521378], [-0.094398, 51.521457], [-0.092763, 51.521387], [-0.09404, 51.521033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6508, &quot;postcode&quot;: &quot;EC2Y 8DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0947, 51.520141], [-0.094461, 51.520099], [-0.094505, 51.519759], [-0.095791, 51.520069], [-0.095842, 51.52012], [-0.095793, 51.520161], [-0.095904, 51.520183], [-0.096046, 51.520325], [-0.096309, 51.520277], [-0.096403, 51.520282], [-0.095747, 51.520415], [-0.095229, 51.520493], [-0.09527, 51.520488], [-0.095271, 51.520502], [-0.094389, 51.520663], [-0.094454, 51.520157], [-0.094673, 51.520188], [-0.094741, 51.520068], [-0.0947, 51.520141]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6741, &quot;postcode&quot;: &quot;EC2Y 8DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094621, 51.519665], [-0.094508, 51.51976], [-0.094491, 51.519863], [-0.094076, 51.519766], [-0.093496, 51.519603], [-0.093614, 51.519399], [-0.093797, 51.519456], [-0.09375, 51.519477], [-0.093773, 51.519513], [-0.093792, 51.519477], [-0.093811, 51.519486], [-0.093784, 51.519516], [-0.093833, 51.519504], [-0.093824, 51.519464], [-0.093923, 51.519494], [-0.093893, 51.519522], [-0.093919, 51.519547], [-0.093929, 51.519514], [-0.093956, 51.519517], [-0.093943, 51.519551], [-0.093979, 51.519539], [-0.093986, 51.519514], [-0.094052, 51.519534], [-0.094037, 51.519561], [-0.094059, 51.51958], [-0.094072, 51.519548], [-0.094096, 51.519548], [-0.094073, 51.519584], [-0.09411, 51.51958], [-0.094131, 51.519558], [-0.094186, 51.519575], [-0.094203, 51.519613], [-0.094214, 51.519584], [-0.094243, 51.519592], [-0.094217, 51.519617], [-0.094271, 51.519601], [-0.094327, 51.519618], [-0.094349, 51.519647], [-0.094374, 51.519632], [-0.094363, 51.51965], [-0.094407, 51.519642], [-0.094508, 51.519669], [-0.09457, 51.519652], [-0.094621, 51.519665]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1579, &quot;postcode&quot;: &quot;EC2Y 8DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091978, 51.519577], [-0.09192, 51.519565], [-0.091918, 51.519564], [-0.091978, 51.519577]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2Y 8DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093689, 51.518473], [-0.093687, 51.518502], [-0.093632, 51.518505], [-0.093596, 51.518532], [-0.093565, 51.518632], [-0.093588, 51.518671], [-0.093564, 51.51873], [-0.093449, 51.51878], [-0.093439, 51.518735], [-0.093246, 51.518614], [-0.09337, 51.518685], [-0.093444, 51.518686], [-0.09348, 51.518646], [-0.093429, 51.518515], [-0.093551, 51.518514], [-0.093602, 51.518482], [-0.093689, 51.518473]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 264, &quot;postcode&quot;: &quot;EC2Y 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091942, 51.519882], [-0.092005, 51.519771], [-0.092525, 51.519986], [-0.091942, 51.519882]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 276, &quot;postcode&quot;: &quot;EC2Y 8DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096802, 51.520296], [-0.096616, 51.520329], [-0.096577, 51.520364], [-0.096727, 51.520631], [-0.096513, 51.520259], [-0.096759, 51.520275], [-0.096802, 51.520296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;EC2Y 8EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094491, 51.519863], [-0.094395, 51.520616], [-0.093683, 51.520737], [-0.093632, 51.520769], [-0.093083, 51.52084], [-0.09309, 51.520811], [-0.093034, 51.520674], [-0.092978, 51.520611], [-0.092735, 51.520126], [-0.092698, 51.520105], [-0.09258, 51.520084], [-0.09251, 51.51998], [-0.092005, 51.519771], [-0.092079, 51.519619], [-0.092042, 51.519593], [-0.091902, 51.519561], [-0.092093, 51.519232], [-0.094075, 51.519765], [-0.094491, 51.519863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17238, &quot;postcode&quot;: &quot;EC2Y 8HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09268, 51.520258], [-0.092457, 51.520776], [-0.092438, 51.520953], [-0.092315, 51.520972], [-0.092358, 51.5207], [-0.092144, 51.520676], [-0.092151, 51.520646], [-0.091735, 51.520596], [-0.091748, 51.520551], [-0.091679, 51.520536], [-0.091714, 51.520402], [-0.091679, 51.520396], [-0.091776, 51.52023], [-0.091751, 51.520224], [-0.091803, 51.520136], [-0.091771, 51.520128], [-0.091846, 51.520003], [-0.09116, 51.519845], [-0.091143, 51.519851], [-0.091127, 51.519848], [-0.091151, 51.519811], [-0.091784, 51.519941], [-0.091827, 51.519862], [-0.092525, 51.519986], [-0.09268, 51.520258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5189, &quot;postcode&quot;: &quot;EC2Y 8HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096166, 51.520217], [-0.095905, 51.520183], [-0.095791, 51.520069], [-0.095875, 51.519961], [-0.095853, 51.519989], [-0.095921, 51.520005], [-0.096496, 51.520092], [-0.096144, 51.520075], [-0.096187, 51.520137], [-0.096166, 51.520217]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 490, &quot;postcode&quot;: &quot;EC2Y 8NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093285, 51.520923], [-0.093077, 51.52096], [-0.092992, 51.520861], [-0.093021, 51.520855], [-0.093052, 51.52091], [-0.09334, 51.520866], [-0.093285, 51.520923]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;EC2Y 8NB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095791, 51.520069], [-0.094505, 51.519759], [-0.094603, 51.519679], [-0.094886, 51.519757], [-0.095104, 51.519812], [-0.095325, 51.519861], [-0.095301, 51.519856], [-0.095302, 51.519826], [-0.095877, 51.519958], [-0.095791, 51.520069]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1079, &quot;postcode&quot;: &quot;EC2Y 8ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093846, 51.52079], [-0.093831, 51.520826], [-0.093285, 51.520923], [-0.09334, 51.520866], [-0.093486, 51.520835], [-0.093496, 51.520783], [-0.093562, 51.520776], [-0.093585, 51.520806], [-0.09363, 51.520819], [-0.093846, 51.52079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 210, &quot;postcode&quot;: &quot;EC2Y 8NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089142, 51.517759], [-0.089053, 51.517905], [-0.08898, 51.517901], [-0.088931, 51.517925], [-0.088679, 51.518355], [-0.088389, 51.518292], [-0.088644, 51.517824], [-0.088786, 51.517853], [-0.08884, 51.517844], [-0.088886, 51.517795], [-0.088874, 51.517756], [-0.088901, 51.517704], [-0.089142, 51.517759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1511, &quot;postcode&quot;: &quot;EC2Y 9AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089088, 51.518955], [-0.089045, 51.519029], [-0.088886, 51.518993], [-0.088817, 51.519011], [-0.088618, 51.519342], [-0.088444, 51.51931], [-0.08839, 51.519319], [-0.088353, 51.519379], [-0.088414, 51.519418], [-0.088366, 51.519452], [-0.08824, 51.519398], [-0.088348, 51.519305], [-0.088605, 51.518843], [-0.089088, 51.518955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1266, &quot;postcode&quot;: &quot;EC2Y 9AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089419, 51.519881], [-0.089327, 51.519858], [-0.089922, 51.52002], [-0.089673, 51.520643], [-0.088824, 51.520567], [-0.08883, 51.520542], [-0.088789, 51.520538], [-0.088851, 51.520284], [-0.088806, 51.52028], [-0.088838, 51.520148], [-0.088884, 51.520153], [-0.088979, 51.519766], [-0.089273, 51.519844], [-0.08937, 51.519802], [-0.089419, 51.519881]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5406, &quot;postcode&quot;: &quot;EC2Y 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090225, 51.519543], [-0.091078, 51.519738], [-0.090847, 51.520154], [-0.090795, 51.520141], [-0.090761, 51.520195], [-0.089975, 51.520054], [-0.08994, 51.520137], [-0.089893, 51.520131], [-0.090032, 51.519823], [-0.090113, 51.519845], [-0.090119, 51.51982], [-0.090042, 51.519805], [-0.090198, 51.519517], [-0.090242, 51.51951], [-0.090225, 51.519543]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3744, &quot;postcode&quot;: &quot;EC2Y 9AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08879, 51.51996], [-0.088737, 51.520169], [-0.088828, 51.520192], [-0.088806, 51.520278], [-0.088668, 51.520527], [-0.08865, 51.520527], [-0.088659, 51.520491], [-0.088643, 51.520554], [-0.088282, 51.520527], [-0.088094, 51.520527], [-0.08808, 51.520508], [-0.088146, 51.520514], [-0.087822, 51.520482], [-0.087897, 51.520178], [-0.088211, 51.520219], [-0.088278, 51.519977], [-0.088489, 51.520005], [-0.08851, 51.519927], [-0.08879, 51.51996]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3213, &quot;postcode&quot;: &quot;EC2Y 9AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090729, 51.51876], [-0.090482, 51.519112], [-0.090319, 51.519209], [-0.090248, 51.519294], [-0.090248, 51.519392], [-0.090293, 51.519412], [-0.090356, 51.519404], [-0.090309, 51.519425], [-0.090249, 51.519508], [-0.090185, 51.51954], [-0.090062, 51.51977], [-0.090073, 51.5198], [-0.090119, 51.51982], [-0.090113, 51.519845], [-0.090063, 51.519839], [-0.090021, 51.519854], [-0.089967, 51.519942], [-0.089859, 51.519955], [-0.089389, 51.519809], [-0.089273, 51.519844], [-0.089031, 51.519785], [-0.088983, 51.5198], [-0.088963, 51.519831], [-0.088833, 51.519786], [-0.088835, 51.519728], [-0.088706, 51.519675], [-0.088684, 51.519588], [-0.088393, 51.519494], [-0.08837, 51.519418], [-0.088336, 51.519392], [-0.088393, 51.519289], [-0.088558, 51.519334], [-0.088624, 51.519321], [-0.088832, 51.51898], [-0.088877, 51.518951], [-0.088873, 51.51892], [-0.088845, 51.5189], [-0.088595, 51.518841], [-0.088741, 51.518606], [-0.088811, 51.518589], [-0.08903, 51.518638], [-0.090081, 51.518779], [-0.090424, 51.518856], [-0.090497, 51.518835], [-0.09057, 51.518713], [-0.090729, 51.51876]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14756, &quot;postcode&quot;: &quot;EC2Y 9AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089967, 51.519942], [-0.089946, 51.519983], [-0.089859, 51.519955], [-0.089944, 51.519948], [-0.089967, 51.519942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15, &quot;postcode&quot;: &quot;EC2Y 9BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091845, 51.520003], [-0.091789, 51.520101], [-0.091803, 51.520136], [-0.091767, 51.520201], [-0.091776, 51.52023], [-0.091679, 51.520396], [-0.091311, 51.52033], [-0.091278, 51.5203], [-0.091168, 51.520274], [-0.091101, 51.52028], [-0.09097, 51.520252], [-0.090902, 51.520276], [-0.090841, 51.5204], [-0.090775, 51.520402], [-0.090677, 51.52036], [-0.090689, 51.52033], [-0.090752, 51.520304], [-0.090784, 51.52022], [-0.090766, 51.520187], [-0.090795, 51.520141], [-0.090867, 51.520114], [-0.091082, 51.51973], [-0.091827, 51.519862], [-0.09178, 51.519961], [-0.091802, 51.519989], [-0.091845, 51.520003]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3770, &quot;postcode&quot;: &quot;EC2Y 9BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09076, 51.518532], [-0.090654, 51.518572], [-0.090477, 51.518869], [-0.090093, 51.518782], [-0.089028, 51.518638], [-0.088858, 51.5186], [-0.088797, 51.518612], [-0.088722, 51.518604], [-0.088688, 51.518581], [-0.088641, 51.518577], [-0.088978, 51.518027], [-0.089026, 51.518039], [-0.089076, 51.518027], [-0.089344, 51.518086], [-0.09053, 51.518405], [-0.090704, 51.518488], [-0.09076, 51.518532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7523, &quot;postcode&quot;: &quot;EC2Y 9DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091056, 51.518143], [-0.090986, 51.518213], [-0.090976, 51.518264], [-0.090919, 51.518286], [-0.09084, 51.518375], [-0.090853, 51.518417], [-0.090945, 51.518452], [-0.090864, 51.518567], [-0.090792, 51.518596], [-0.09081, 51.518645], [-0.090729, 51.51876], [-0.09057, 51.518713], [-0.090641, 51.518595], [-0.090704, 51.518595], [-0.090743, 51.518566], [-0.090737, 51.518533], [-0.090663, 51.518472], [-0.090527, 51.518405], [-0.089427, 51.518107], [-0.089457, 51.518065], [-0.089456, 51.518014], [-0.089789, 51.5181], [-0.089859, 51.518091], [-0.08998, 51.517897], [-0.089961, 51.517864], [-0.089899, 51.517845], [-0.089992, 51.517791], [-0.090075, 51.517825], [-0.09007, 51.517864], [-0.090105, 51.517891], [-0.090269, 51.517919], [-0.090315, 51.517907], [-0.090338, 51.517881], [-0.090544, 51.51793], [-0.090537, 51.517964], [-0.090569, 51.517993], [-0.091026, 51.518102], [-0.091056, 51.518143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4180, &quot;postcode&quot;: &quot;EC2Y 9DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08937, 51.519802], [-0.089663, 51.519894], [-0.089661, 51.519949], [-0.08942, 51.519884], [-0.08937, 51.519802]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 127, &quot;postcode&quot;: &quot;EC2Y 9HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089945, 51.519983], [-0.089831, 51.520305], [-0.089813, 51.520305], [-0.089907, 51.520034], [-0.089873, 51.520007], [-0.089661, 51.519949], [-0.089663, 51.519894], [-0.089945, 51.519983]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 140, &quot;postcode&quot;: &quot;EC2Y 9LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080758, 51.513211], [-0.080694, 51.513428], [-0.080475, 51.513411], [-0.080326, 51.513353], [-0.080191, 51.513348], [-0.080142, 51.513367], [-0.079895, 51.513334], [-0.079875, 51.513307], [-0.07983, 51.513294], [-0.079753, 51.513315], [-0.079592, 51.513292], [-0.079674, 51.51305], [-0.079616, 51.512943], [-0.079548, 51.512925], [-0.079518, 51.512873], [-0.079449, 51.512868], [-0.079387, 51.512796], [-0.079452, 51.51277], [-0.079494, 51.512831], [-0.079542, 51.512847], [-0.079728, 51.512815], [-0.079762, 51.512798], [-0.079774, 51.512768], [-0.079689, 51.512643], [-0.080105, 51.512607], [-0.080156, 51.512817], [-0.080207, 51.512839], [-0.08033, 51.51283], [-0.080368, 51.513178], [-0.080421, 51.513198], [-0.080507, 51.513192], [-0.080758, 51.513211]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4154, &quot;postcode&quot;: &quot;EC3A 1AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078692, 51.513018], [-0.078663, 51.513201], [-0.078534, 51.513196], [-0.078478, 51.513221], [-0.078442, 51.513194], [-0.078382, 51.513187], [-0.078391, 51.51312], [-0.07846, 51.513058], [-0.07845, 51.513014], [-0.07839, 51.512946], [-0.078518, 51.51288], [-0.078609, 51.513001], [-0.078692, 51.513018]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 502, &quot;postcode&quot;: &quot;EC3A 2AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078481, 51.513192], [-0.078474, 51.51325], [-0.077936, 51.513219], [-0.077871, 51.513142], [-0.078343, 51.512912], [-0.078451, 51.513014], [-0.078468, 51.513086], [-0.078421, 51.513154], [-0.078481, 51.513192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 953, &quot;postcode&quot;: &quot;EC3A 2BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079675, 51.513056], [-0.079591, 51.513292], [-0.079468, 51.513251], [-0.079318, 51.513237], [-0.079221, 51.513233], [-0.079169, 51.513261], [-0.079048, 51.513257], [-0.078994, 51.513221], [-0.078895, 51.513214], [-0.078804, 51.513243], [-0.078767, 51.51321], [-0.078663, 51.513201], [-0.078692, 51.513018], [-0.078789, 51.512998], [-0.078818, 51.512963], [-0.078663, 51.512771], [-0.078763, 51.512719], [-0.078838, 51.512718], [-0.079078, 51.512598], [-0.079254, 51.512796], [-0.079298, 51.512806], [-0.079386, 51.512796], [-0.07945, 51.512854], [-0.079544, 51.51285], [-0.079562, 51.51291], [-0.079635, 51.512932], [-0.079626, 51.513021], [-0.079675, 51.513056]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3456, &quot;postcode&quot;: &quot;EC3A 2BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080462, 51.514048], [-0.08039, 51.514111], [-0.080388, 51.514177], [-0.08015, 51.514094], [-0.080096, 51.514098], [-0.080058, 51.514124], [-0.08007, 51.514087], [-0.080052, 51.514059], [-0.079762, 51.513924], [-0.079698, 51.513918], [-0.079291, 51.513771], [-0.079263, 51.513728], [-0.079327, 51.513542], [-0.079277, 51.513502], [-0.079166, 51.513505], [-0.079121, 51.513525], [-0.078894, 51.513519], [-0.078853, 51.513548], [-0.078802, 51.513683], [-0.078712, 51.513668], [-0.078751, 51.513566], [-0.078726, 51.513529], [-0.078771, 51.513521], [-0.078799, 51.513497], [-0.078825, 51.513346], [-0.079272, 51.513367], [-0.079331, 51.513404], [-0.079411, 51.513387], [-0.080441, 51.51352], [-0.08031, 51.513994], [-0.080346, 51.51403], [-0.080462, 51.514048]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5118, &quot;postcode&quot;: &quot;EC3A 3BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078207, 51.513315], [-0.078202, 51.51336], [-0.078161, 51.513418], [-0.078185, 51.513455], [-0.078088, 51.513559], [-0.077732, 51.513407], [-0.077818, 51.513308], [-0.077915, 51.513297], [-0.077953, 51.513278], [-0.077961, 51.513243], [-0.077929, 51.513208], [-0.078162, 51.513232], [-0.078133, 51.513256], [-0.078134, 51.513286], [-0.078207, 51.513315]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 736, &quot;postcode&quot;: &quot;EC3A 3DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078481, 51.513192], [-0.078809, 51.513209], [-0.078803, 51.513249], [-0.07886, 51.513252], [-0.078866, 51.513212], [-0.079038, 51.513222], [-0.079036, 51.513257], [-0.079169, 51.513261], [-0.079171, 51.513229], [-0.079511, 51.513254], [-0.079507, 51.513271], [-0.079597, 51.513279], [-0.079591, 51.513292], [-0.079975, 51.513346], [-0.080142, 51.513367], [-0.080153, 51.513339], [-0.080231, 51.513351], [-0.080212, 51.513394], [-0.080459, 51.513423], [-0.080581, 51.51342], [-0.081161, 51.513459], [-0.081665, 51.513471], [-0.081777, 51.513444], [-0.083115, 51.513394], [-0.083431, 51.513356], [-0.083648, 51.513352], [-0.08387, 51.513353], [-0.083866, 51.513458], [-0.08373, 51.513455], [-0.083163, 51.513515], [-0.082733, 51.513541], [-0.081975, 51.513538], [-0.081975, 51.513554], [-0.081746, 51.513573], [-0.081746, 51.513582], [-0.081317, 51.513605], [-0.080874, 51.513571], [-0.080441, 51.51352], [-0.079913, 51.513448], [-0.079919, 51.513435], [-0.079404, 51.513376], [-0.079362, 51.513393], [-0.079338, 51.513468], [-0.079294, 51.513462], [-0.079324, 51.51337], [-0.078825, 51.513346], [-0.078795, 51.51353], [-0.07876, 51.513532], [-0.078711, 51.513668], [-0.078802, 51.513683], [-0.078799, 51.513701], [-0.078659, 51.513674], [-0.078355, 51.513579], [-0.078385, 51.513544], [-0.078288, 51.513505], [-0.078302, 51.51349], [-0.078283, 51.513482], [-0.078269, 51.513498], [-0.078181, 51.513454], [-0.078141, 51.513442], [-0.078124, 51.513459], [-0.078089, 51.513444], [-0.078173, 51.513397], [-0.078207, 51.513315], [-0.077903, 51.513299], [-0.077715, 51.513311], [-0.077593, 51.513335], [-0.077498, 51.513286], [-0.0779, 51.51317], [-0.077936, 51.51322], [-0.078474, 51.51325], [-0.078481, 51.513192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6960, &quot;postcode&quot;: &quot;EC3A 3DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080587, 51.513537], [-0.080539, 51.513724], [-0.080377, 51.513705], [-0.080422, 51.513541], [-0.080381, 51.513512], [-0.080274, 51.513497], [-0.080587, 51.513537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 238, &quot;postcode&quot;: &quot;EC3A 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081045, 51.513584], [-0.081018, 51.513651], [-0.080938, 51.513644], [-0.080846, 51.513679], [-0.08079, 51.513873], [-0.080651, 51.514077], [-0.080301, 51.514025], [-0.080377, 51.513705], [-0.08048, 51.513716], [-0.080536, 51.513698], [-0.080587, 51.513537], [-0.081045, 51.513584]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1595, &quot;postcode&quot;: &quot;EC3A 4AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078066, 51.513652], [-0.078032, 51.513622], [-0.077617, 51.513447], [-0.077514, 51.513367], [-0.077605, 51.513341], [-0.078031, 51.513537], [-0.079016, 51.513874], [-0.079092, 51.513861], [-0.07912, 51.513788], [-0.079284, 51.513841], [-0.078942, 51.51416], [-0.078788, 51.514276], [-0.078459, 51.514433], [-0.078456, 51.514452], [-0.078487, 51.514474], [-0.078625, 51.514532], [-0.078464, 51.51467], [-0.078153, 51.514499], [-0.076914, 51.513698], [-0.076777, 51.51359], [-0.076859, 51.513571], [-0.076977, 51.513665], [-0.077533, 51.514021], [-0.07785, 51.513825], [-0.077986, 51.513855], [-0.078059, 51.513795], [-0.077974, 51.513747], [-0.078051, 51.513695], [-0.078066, 51.513652]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7816, &quot;postcode&quot;: &quot;EC3A 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079435, 51.513918], [-0.079485, 51.513906], [-0.079563, 51.513938], [-0.079576, 51.513926], [-0.079656, 51.51396], [-0.079728, 51.513887], [-0.079844, 51.513882], [-0.079788, 51.513944], [-0.080083, 51.514064], [-0.080057, 51.514124], [-0.079921, 51.514253], [-0.079851, 51.514243], [-0.079832, 51.514226], [-0.079875, 51.514187], [-0.079868, 51.514174], [-0.079677, 51.51408], [-0.079733, 51.514009], [-0.079625, 51.51395], [-0.079596, 51.51396], [-0.079318, 51.514249], [-0.079126, 51.514172], [-0.079157, 51.514145], [-0.079104, 51.514122], [-0.079088, 51.514136], [-0.07902, 51.514106], [-0.079278, 51.513868], [-0.079435, 51.513918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1463, &quot;postcode&quot;: &quot;EC3A 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079697, 51.514429], [-0.079525, 51.514577], [-0.079501, 51.514626], [-0.079327, 51.514714], [-0.079312, 51.514791], [-0.079203, 51.514831], [-0.079159, 51.514779], [-0.079067, 51.514729], [-0.079256, 51.514542], [-0.079262, 51.514512], [-0.079233, 51.514482], [-0.07934, 51.514356], [-0.079381, 51.514346], [-0.079433, 51.514362], [-0.079476, 51.514359], [-0.079582, 51.514396], [-0.079648, 51.514392], [-0.079697, 51.514429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1033, &quot;postcode&quot;: &quot;EC3A 5AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079921, 51.514253], [-0.079875, 51.51427], [-0.079698, 51.514429], [-0.079511, 51.514373], [-0.079456, 51.514375], [-0.079357, 51.514336], [-0.079376, 51.514285], [-0.079318, 51.514249], [-0.079596, 51.513961], [-0.079625, 51.51395], [-0.079732, 51.514009], [-0.079701, 51.514066], [-0.079725, 51.514107], [-0.079868, 51.514174], [-0.079873, 51.514228], [-0.079921, 51.514253]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1198, &quot;postcode&quot;: &quot;EC3A 5AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081109, 51.514381], [-0.081056, 51.514459], [-0.080998, 51.514434], [-0.080931, 51.514455], [-0.080874, 51.514545], [-0.080837, 51.51457], [-0.080733, 51.514738], [-0.080738, 51.51477], [-0.0807, 51.514793], [-0.080675, 51.514849], [-0.080526, 51.51496], [-0.080407, 51.514948], [-0.080313, 51.514908], [-0.080145, 51.514877], [-0.080107, 51.51482], [-0.079887, 51.514741], [-0.079833, 51.51474], [-0.079791, 51.514761], [-0.079704, 51.514751], [-0.079694, 51.5147], [-0.079543, 51.514644], [-0.079476, 51.514655], [-0.079312, 51.514791], [-0.079315, 51.514717], [-0.079482, 51.514634], [-0.079516, 51.514573], [-0.079565, 51.51455], [-0.080107, 51.514079], [-0.080378, 51.514161], [-0.081052, 51.514314], [-0.081056, 51.51435], [-0.081109, 51.514381]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6108, &quot;postcode&quot;: &quot;EC3A 5AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078865, 51.513513], [-0.079121, 51.513525], [-0.079126, 51.513501], [-0.07922, 51.513506], [-0.079272, 51.513367], [-0.079324, 51.51337], [-0.079294, 51.513462], [-0.079338, 51.513468], [-0.079362, 51.513393], [-0.079392, 51.513376], [-0.079919, 51.513435], [-0.079914, 51.513445], [-0.079409, 51.513386], [-0.079382, 51.513398], [-0.079268, 51.513754], [-0.079698, 51.513918], [-0.079656, 51.51396], [-0.079576, 51.513926], [-0.079563, 51.513938], [-0.079485, 51.513906], [-0.079435, 51.513918], [-0.079278, 51.513868], [-0.079164, 51.513974], [-0.079148, 51.513967], [-0.079284, 51.513841], [-0.07912, 51.513788], [-0.079092, 51.513861], [-0.079022, 51.513875], [-0.078466, 51.51369], [-0.078516, 51.51363], [-0.078799, 51.513701], [-0.078865, 51.513513]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1792, &quot;postcode&quot;: &quot;EC3A 5AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079164, 51.513974], [-0.079057, 51.514072], [-0.07904, 51.514068], [-0.079148, 51.513968], [-0.079164, 51.513974]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC3A 5BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078515, 51.51363], [-0.078466, 51.51369], [-0.078088, 51.513559], [-0.078185, 51.513455], [-0.078302, 51.51349], [-0.078324, 51.513518], [-0.078385, 51.513544], [-0.078398, 51.513589], [-0.078515, 51.51363]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 316, &quot;postcode&quot;: &quot;EC3A 5BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078066, 51.513653], [-0.078058, 51.513686], [-0.078, 51.513739], [-0.07801, 51.513765], [-0.078059, 51.513795], [-0.077986, 51.513854], [-0.077888, 51.513832], [-0.077839, 51.513835], [-0.077533, 51.514021], [-0.07747, 51.514016], [-0.07742, 51.514042], [-0.076927, 51.513735], [-0.076999, 51.513715], [-0.077546, 51.51346], [-0.077617, 51.513447], [-0.078031, 51.513621], [-0.078066, 51.513653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2877, &quot;postcode&quot;: &quot;EC3A 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077671, 51.514189], [-0.07742, 51.514042], [-0.077479, 51.514025], [-0.077502, 51.514001], [-0.077533, 51.514021], [-0.077501, 51.514045], [-0.077505, 51.51408], [-0.077671, 51.514189]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 43, &quot;postcode&quot;: &quot;EC3A 5DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079402, 51.514283], [-0.079381, 51.514345], [-0.079325, 51.514374], [-0.079253, 51.514454], [-0.079254, 51.514485], [-0.079289, 51.514509], [-0.079029, 51.514756], [-0.078977, 51.514728], [-0.079, 51.514694], [-0.078984, 51.514665], [-0.078755, 51.51455], [-0.078682, 51.514548], [-0.078612, 51.514595], [-0.078576, 51.514575], [-0.079005, 51.51419], [-0.079104, 51.514123], [-0.079157, 51.514145], [-0.079181, 51.514194], [-0.079402, 51.514283]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1769, &quot;postcode&quot;: &quot;EC3A 5DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078625, 51.514532], [-0.078487, 51.514474], [-0.078456, 51.514452], [-0.078459, 51.514433], [-0.078788, 51.514276], [-0.078933, 51.514155], [-0.079017, 51.514196], [-0.078625, 51.514532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 494, &quot;postcode&quot;: &quot;EC3A 5EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079088, 51.514136], [-0.079022, 51.514191], [-0.07893, 51.514175], [-0.078865, 51.514211], [-0.07904, 51.514068], [-0.079056, 51.514073], [-0.079053, 51.514113], [-0.079088, 51.514136]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 72, &quot;postcode&quot;: &quot;EC3A 5EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082671, 51.515124], [-0.082217, 51.515547], [-0.082124, 51.515508], [-0.082114, 51.515477], [-0.082069, 51.515457], [-0.082154, 51.515322], [-0.082126, 51.515278], [-0.081526, 51.515144], [-0.08146, 51.51515], [-0.081279, 51.515113], [-0.081251, 51.515087], [-0.081183, 51.51507], [-0.081331, 51.514803], [-0.081419, 51.514821], [-0.081436, 51.514859], [-0.081485, 51.514876], [-0.082154, 51.514872], [-0.082213, 51.515028], [-0.082239, 51.515049], [-0.082312, 51.515073], [-0.08236, 51.515071], [-0.082439, 51.514999], [-0.082507, 51.515019], [-0.082526, 51.515069], [-0.082671, 51.515124]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3594, &quot;postcode&quot;: &quot;EC3A 6AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083007, 51.514086], [-0.082969, 51.514138], [-0.082727, 51.51435], [-0.082632, 51.514507], [-0.08264, 51.514537], [-0.082677, 51.514557], [-0.082585, 51.514646], [-0.082583, 51.514685], [-0.082389, 51.514727], [-0.082326, 51.514715], [-0.082254, 51.514655], [-0.082323, 51.514666], [-0.082368, 51.514656], [-0.082456, 51.514518], [-0.082556, 51.514528], [-0.082642, 51.51447], [-0.082642, 51.514436], [-0.082605, 51.514412], [-0.082578, 51.514404], [-0.082553, 51.514404], [-0.082524, 51.514399], [-0.082492, 51.514397], [-0.082434, 51.514389], [-0.082503, 51.514386], [-0.082597, 51.514322], [-0.08273, 51.514039], [-0.083007, 51.514086]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 975, &quot;postcode&quot;: &quot;EC3A 6AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082731, 51.514805], [-0.082684, 51.514831], [-0.082666, 51.51488], [-0.082578, 51.514971], [-0.082525, 51.514957], [-0.082471, 51.514967], [-0.082363, 51.51509], [-0.082203, 51.515034], [-0.08219, 51.514947], [-0.082121, 51.514881], [-0.081796, 51.514876], [-0.082422, 51.51484], [-0.08246, 51.514816], [-0.082465, 51.514767], [-0.082441, 51.514741], [-0.082388, 51.514727], [-0.082583, 51.514686], [-0.082714, 51.514751], [-0.082731, 51.514805]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 888, &quot;postcode&quot;: &quot;EC3A 6AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082679, 51.514145], [-0.082626, 51.514252], [-0.082468, 51.514319], [-0.082247, 51.514379], [-0.082147, 51.514487], [-0.082006, 51.514543], [-0.081978, 51.514573], [-0.081995, 51.514609], [-0.082136, 51.514678], [-0.082467, 51.514743], [-0.082465, 51.514839], [-0.081655, 51.514888], [-0.081613, 51.514876], [-0.081424, 51.514876], [-0.081399, 51.514824], [-0.081325, 51.514815], [-0.081374, 51.514776], [-0.081375, 51.514732], [-0.081343, 51.514708], [-0.081264, 51.51469], [-0.081233, 51.514626], [-0.081332, 51.514624], [-0.081364, 51.514578], [-0.081329, 51.514546], [-0.08118, 51.514511], [-0.08122, 51.514433], [-0.081373, 51.514463], [-0.081961, 51.514459], [-0.082185, 51.514297], [-0.082366, 51.514257], [-0.082438, 51.514223], [-0.082486, 51.514145], [-0.082679, 51.514145]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3379, &quot;postcode&quot;: &quot;EC3A 6AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081203, 51.515033], [-0.081183, 51.51507], [-0.081203, 51.515033], [-0.081203, 51.515033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3A 6DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082176, 51.515286], [-0.08208, 51.515439], [-0.081734, 51.515353], [-0.081667, 51.515359], [-0.081482, 51.515635], [-0.081362, 51.515603], [-0.08137, 51.515573], [-0.081347, 51.515547], [-0.080778, 51.515291], [-0.08085, 51.515152], [-0.080891, 51.515133], [-0.080811, 51.515273], [-0.080839, 51.515298], [-0.08091, 51.515315], [-0.080982, 51.515306], [-0.081123, 51.51508], [-0.081183, 51.51507], [-0.081288, 51.515093], [-0.081335, 51.515124], [-0.081416, 51.51514], [-0.081471, 51.515132], [-0.082176, 51.515286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2585, &quot;postcode&quot;: &quot;EC3A 6DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083466, 51.514344], [-0.082901, 51.514852], [-0.082733, 51.514781], [-0.08263, 51.514757], [-0.082448, 51.514665], [-0.082369, 51.514676], [-0.082214, 51.514648], [-0.082124, 51.514657], [-0.082257, 51.514384], [-0.082564, 51.514394], [-0.082647, 51.51442], [-0.082694, 51.51441], [-0.082734, 51.514377], [-0.082821, 51.514419], [-0.082587, 51.514642], [-0.082577, 51.514672], [-0.082615, 51.514713], [-0.082777, 51.514777], [-0.082831, 51.514779], [-0.082909, 51.514727], [-0.083066, 51.514697], [-0.083466, 51.514344]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1315, &quot;postcode&quot;: &quot;EC3A 6HX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081037, 51.516653], [-0.080966, 51.516749], [-0.080438, 51.516883], [-0.079936, 51.516737], [-0.079986, 51.516659], [-0.080049, 51.516646], [-0.080089, 51.516592], [-0.080065, 51.516556], [-0.079936, 51.516511], [-0.079937, 51.516475], [-0.080107, 51.516252], [-0.080155, 51.516233], [-0.080194, 51.516238], [-0.08047, 51.516348], [-0.080509, 51.516426], [-0.081037, 51.516653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3096, &quot;postcode&quot;: &quot;EC3A 7AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077189, 51.514773], [-0.077104, 51.514845], [-0.077104, 51.514845], [-0.077189, 51.514773]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3A 7AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079817, 51.514841], [-0.07977, 51.514824], [-0.079814, 51.514845], [-0.079782, 51.514878], [-0.080075, 51.514992], [-0.080008, 51.515045], [-0.079983, 51.515034], [-0.079785, 51.515224], [-0.079826, 51.51525], [-0.079799, 51.51529], [-0.079745, 51.515257], [-0.07984, 51.515316], [-0.079817, 51.515333], [-0.079931, 51.515396], [-0.080032, 51.515425], [-0.079972, 51.51547], [-0.079762, 51.515344], [-0.079599, 51.515401], [-0.079321, 51.515228], [-0.079378, 51.515138], [-0.078506, 51.514642], [-0.078481, 51.514656], [-0.078575, 51.514575], [-0.078621, 51.514588], [-0.079201, 51.514935], [-0.079194, 51.514912], [-0.079237, 51.514873], [-0.079215, 51.514831], [-0.079323, 51.514794], [-0.079506, 51.514627], [-0.079743, 51.514716], [-0.079704, 51.514751], [-0.079791, 51.514761], [-0.079817, 51.514841]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3517, &quot;postcode&quot;: &quot;EC3A 7BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079652, 51.515954], [-0.079149, 51.516322], [-0.078584, 51.516056], [-0.078611, 51.516012], [-0.078853, 51.515795], [-0.078933, 51.515777], [-0.078947, 51.515655], [-0.079034, 51.515602], [-0.079191, 51.515711], [-0.079284, 51.51574], [-0.079652, 51.515954]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3009, &quot;postcode&quot;: &quot;EC3A 7BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081187, 51.516613], [-0.081071, 51.516598], [-0.08019, 51.516237], [-0.079877, 51.516073], [-0.079831, 51.516066], [-0.07979, 51.516076], [-0.07962, 51.515977], [-0.079711, 51.515909], [-0.079716, 51.515872], [-0.07954, 51.515765], [-0.079492, 51.515759], [-0.079445, 51.515776], [-0.07948, 51.515742], [-0.079464, 51.515707], [-0.079763, 51.515503], [-0.080034, 51.515672], [-0.080185, 51.515724], [-0.079924, 51.515928], [-0.079912, 51.515954], [-0.07993, 51.515982], [-0.080129, 51.516102], [-0.081187, 51.516613]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2225, &quot;postcode&quot;: &quot;EC3A 7BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079034, 51.515602], [-0.078935, 51.515677], [-0.078837, 51.51571], [-0.078587, 51.515902], [-0.078605, 51.516073], [-0.078361, 51.515966], [-0.078314, 51.515968], [-0.078251, 51.515994], [-0.078042, 51.516006], [-0.077945, 51.51596], [-0.077939, 51.515786], [-0.077893, 51.515748], [-0.078363, 51.515417], [-0.078731, 51.515613], [-0.078803, 51.515608], [-0.078907, 51.515538], [-0.079034, 51.515602]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2886, &quot;postcode&quot;: &quot;EC3A 7BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079512, 51.515738], [-0.079443, 51.515777], [-0.079006, 51.515527], [-0.078956, 51.515527], [-0.078887, 51.515553], [-0.078767, 51.515634], [-0.078618, 51.515555], [-0.078728, 51.515475], [-0.078725, 51.515428], [-0.078815, 51.515434], [-0.078901, 51.515379], [-0.079512, 51.515738]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 682, &quot;postcode&quot;: &quot;EC3A 7BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078495, 51.51527], [-0.078728, 51.515426], [-0.078575, 51.515532], [-0.078404, 51.515439], [-0.078426, 51.515423], [-0.078377, 51.5154], [-0.078528, 51.515294], [-0.078484, 51.515265], [-0.078495, 51.51527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 329, &quot;postcode&quot;: &quot;EC3A 7BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078528, 51.515294], [-0.077898, 51.515737], [-0.077766, 51.515657], [-0.077691, 51.515655], [-0.077627, 51.515626], [-0.077609, 51.515561], [-0.07729, 51.515367], [-0.077287, 51.515333], [-0.077898, 51.514881], [-0.078528, 51.515294]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4220, &quot;postcode&quot;: &quot;EC3A 7BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079748, 51.515884], [-0.079652, 51.515954], [-0.079306, 51.515753], [-0.079201, 51.515731], [-0.079116, 51.515652], [-0.079032, 51.515649], [-0.078999, 51.515633], [-0.078991, 51.51558], [-0.0787, 51.515411], [-0.078354, 51.51517], [-0.077923, 51.514906], [-0.077846, 51.514919], [-0.077536, 51.515135], [-0.077264, 51.515351], [-0.077267, 51.515397], [-0.077425, 51.515502], [-0.077091, 51.515303], [-0.077148, 51.51531], [-0.077197, 51.515297], [-0.077783, 51.514849], [-0.077786, 51.514797], [-0.077684, 51.514737], [-0.077794, 51.51466], [-0.077875, 51.514704], [-0.077936, 51.514705], [-0.07821, 51.514535], [-0.079165, 51.51513], [-0.078875, 51.515318], [-0.07887, 51.515351], [-0.078901, 51.515379], [-0.078867, 51.515414], [-0.078879, 51.515447], [-0.0794, 51.515751], [-0.079461, 51.515759], [-0.079512, 51.515738], [-0.079748, 51.515884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5484, &quot;postcode&quot;: &quot;EC3A 7DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077745, 51.514694], [-0.07749, 51.514878], [-0.0775, 51.514919], [-0.077606, 51.51498], [-0.077184, 51.515307], [-0.077119, 51.515313], [-0.076864, 51.515155], [-0.076833, 51.515107], [-0.076848, 51.515064], [-0.07692, 51.514994], [-0.076874, 51.514915], [-0.076679, 51.514885], [-0.076573, 51.514844], [-0.076513, 51.514848], [-0.076357, 51.514726], [-0.076083, 51.514691], [-0.076105, 51.514459], [-0.076092, 51.514434], [-0.076142, 51.514411], [-0.076325, 51.514424], [-0.076397, 51.514476], [-0.076466, 51.514477], [-0.076522, 51.514441], [-0.076519, 51.514401], [-0.076648, 51.514363], [-0.076748, 51.514246], [-0.076885, 51.514281], [-0.076947, 51.514282], [-0.077636, 51.51471], [-0.077696, 51.514717], [-0.077745, 51.514694]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6535, &quot;postcode&quot;: &quot;EC3A 7DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076611, 51.514884], [-0.076454, 51.515115], [-0.076469, 51.515143], [-0.076574, 51.515203], [-0.075834, 51.515728], [-0.075784, 51.515719], [-0.075092, 51.515248], [-0.075098, 51.515227], [-0.075222, 51.515144], [-0.075218, 51.515095], [-0.075357, 51.514998], [-0.075362, 51.514949], [-0.075515, 51.514838], [-0.075617, 51.514843], [-0.07576, 51.514743], [-0.075798, 51.514738], [-0.075862, 51.51477], [-0.075911, 51.514772], [-0.076083, 51.514691], [-0.076362, 51.514726], [-0.076478, 51.514818], [-0.076547, 51.514826], [-0.076604, 51.514857], [-0.076611, 51.514884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7236, &quot;postcode&quot;: &quot;EC3A 7DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078816, 51.51482], [-0.078747, 51.51487], [-0.078653, 51.514811], [-0.078659, 51.514789], [-0.078699, 51.514751], [-0.078816, 51.51482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 73, &quot;postcode&quot;: &quot;EC3A 7JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079381, 51.515144], [-0.079321, 51.515228], [-0.078748, 51.51487], [-0.078752, 51.51485], [-0.078816, 51.51482], [-0.078973, 51.51491], [-0.07902, 51.514919], [-0.079071, 51.514904], [-0.079088, 51.514867], [-0.07913, 51.514846], [-0.079215, 51.514831], [-0.079234, 51.514875], [-0.079203, 51.514913], [-0.079218, 51.514946], [-0.079174, 51.514968], [-0.079168, 51.515001], [-0.079381, 51.515144]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 642, &quot;postcode&quot;: &quot;EC3A 7JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079203, 51.514831], [-0.079088, 51.514867], [-0.078671, 51.51463], [-0.078596, 51.514631], [-0.078563, 51.514675], [-0.078515, 51.51466], [-0.078464, 51.51467], [-0.078377, 51.514639], [-0.078176, 51.514513], [-0.078332, 51.514606], [-0.078451, 51.514647], [-0.078508, 51.514632], [-0.07862, 51.514536], [-0.078702, 51.514521], [-0.079027, 51.514685], [-0.079048, 51.514721], [-0.07919, 51.514791], [-0.079203, 51.514831]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 600, &quot;postcode&quot;: &quot;EC3A 7LH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081249, 51.516123], [-0.081237, 51.516132], [-0.080815, 51.516019], [-0.080662, 51.516067], [-0.080518, 51.516167], [-0.080506, 51.516197], [-0.080557, 51.516267], [-0.08073, 51.51636], [-0.080405, 51.516235], [-0.080155, 51.516114], [-0.079885, 51.515956], [-0.080185, 51.515724], [-0.080259, 51.51574], [-0.080319, 51.515713], [-0.08032, 51.515679], [-0.080219, 51.515549], [-0.080158, 51.515508], [-0.080231, 51.515538], [-0.080288, 51.515535], [-0.080279, 51.515562], [-0.0803, 51.515589], [-0.080608, 51.515767], [-0.080778, 51.515845], [-0.080693, 51.515878], [-0.080708, 51.515931], [-0.080884, 51.516017], [-0.081249, 51.516123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2463, &quot;postcode&quot;: &quot;EC3A 7LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07816, 51.514566], [-0.07821, 51.514535], [-0.07816, 51.514566], [-0.07816, 51.514566]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3A 7LN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078209, 51.514535], [-0.077909, 51.514726], [-0.077825, 51.514682], [-0.077747, 51.514693], [-0.077766, 51.514665], [-0.077748, 51.514633], [-0.077438, 51.514448], [-0.077389, 51.514435], [-0.077176, 51.514292], [-0.077509, 51.514098], [-0.078209, 51.514535]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2182, &quot;postcode&quot;: &quot;EC3A 7LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081517, 51.513592], [-0.081388, 51.513966], [-0.081016, 51.514531], [-0.081047, 51.514571], [-0.081233, 51.514626], [-0.081275, 51.514689], [-0.081378, 51.514714], [-0.081381, 51.514813], [-0.081312, 51.51484], [-0.081172, 51.51509], [-0.081103, 51.515115], [-0.080978, 51.51533], [-0.080694, 51.515277], [-0.080477, 51.515415], [-0.080408, 51.515407], [-0.080316, 51.515464], [-0.08022, 51.515455], [-0.080168, 51.515475], [-0.080158, 51.515505], [-0.080178, 51.515539], [-0.080227, 51.515565], [-0.080422, 51.515803], [-0.080036, 51.515673], [-0.079599, 51.515401], [-0.079802, 51.51534], [-0.07984, 51.515316], [-0.079921, 51.515361], [-0.079995, 51.515353], [-0.080462, 51.515007], [-0.080449, 51.514958], [-0.080319, 51.514904], [-0.08051, 51.514954], [-0.080664, 51.514854], [-0.080855, 51.514541], [-0.081116, 51.514234], [-0.081109, 51.514194], [-0.081222, 51.513983], [-0.08122, 51.513943], [-0.081314, 51.513941], [-0.081361, 51.513877], [-0.081399, 51.513696], [-0.081375, 51.513665], [-0.081315, 51.513649], [-0.081317, 51.513606], [-0.081517, 51.513592]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6402, &quot;postcode&quot;: &quot;EC3A 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081047, 51.514313], [-0.081018, 51.514305], [-0.081049, 51.514269], [-0.081047, 51.514313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5, &quot;postcode&quot;: &quot;EC3A 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081002, 51.51456], [-0.081389, 51.513965], [-0.081513, 51.513618], [-0.081549, 51.513595], [-0.081746, 51.513585], [-0.081746, 51.513573], [-0.081962, 51.513555], [-0.081965, 51.513796], [-0.081472, 51.513945], [-0.081136, 51.514595], [-0.081002, 51.51456]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1728, &quot;postcode&quot;: &quot;EC3A 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080462, 51.514048], [-0.080399, 51.514163], [-0.080388, 51.514176], [-0.08036, 51.514116], [-0.080425, 51.514043], [-0.080462, 51.514048]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 42, &quot;postcode&quot;: &quot;EC3A 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081388, 51.515565], [-0.081362, 51.515603], [-0.081309, 51.515589], [-0.08127, 51.515542], [-0.081147, 51.515535], [-0.080901, 51.5157], [-0.080852, 51.515757], [-0.080317, 51.515463], [-0.080428, 51.515386], [-0.080478, 51.515396], [-0.080521, 51.515385], [-0.080694, 51.515266], [-0.080993, 51.515386], [-0.081046, 51.515388], [-0.081085, 51.515369], [-0.081072, 51.515403], [-0.081092, 51.515431], [-0.081388, 51.515565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1748, &quot;postcode&quot;: &quot;EC3A 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079762, 51.515503], [-0.079465, 51.515706], [-0.079609, 51.515606], [-0.079609, 51.51556], [-0.079488, 51.515488], [-0.079419, 51.515486], [-0.0791, 51.515306], [-0.079264, 51.515192], [-0.079762, 51.515503]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 724, &quot;postcode&quot;: &quot;EC3A 8BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08122, 51.513943], [-0.081228, 51.513972], [-0.081108, 51.514194], [-0.081016, 51.514307], [-0.080398, 51.514164], [-0.080462, 51.514048], [-0.080651, 51.514077], [-0.080791, 51.513869], [-0.080912, 51.513883], [-0.081219, 51.513942], [-0.081284, 51.513956], [-0.08122, 51.513943]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1580, &quot;postcode&quot;: &quot;EC3A 8BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079262, 51.515193], [-0.0791, 51.515306], [-0.079419, 51.515486], [-0.079451, 51.515466], [-0.079648, 51.51558], [-0.079464, 51.515707], [-0.078839, 51.515338], [-0.079165, 51.51513], [-0.079262, 51.515193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1165, &quot;postcode&quot;: &quot;EC3A 8BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080351, 51.514905], [-0.080336, 51.514945], [-0.080216, 51.514891], [-0.080292, 51.514884], [-0.080351, 51.514905]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 33, &quot;postcode&quot;: &quot;EC3A 8BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081451, 51.51378], [-0.081418, 51.513873], [-0.081357, 51.513892], [-0.081315, 51.513963], [-0.080791, 51.513869], [-0.08085, 51.513654], [-0.080916, 51.513641], [-0.081209, 51.513687], [-0.081281, 51.513673], [-0.081315, 51.51365], [-0.081405, 51.513669], [-0.081395, 51.513747], [-0.081451, 51.51378]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1155, &quot;postcode&quot;: &quot;EC3A 8BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080271, 51.515265], [-0.080179, 51.515335], [-0.080172, 51.515333], [-0.080271, 51.515265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;EC3A 8BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082641, 51.514258], [-0.08262, 51.514301], [-0.082498, 51.514398], [-0.082355, 51.514384], [-0.08225, 51.514408], [-0.082124, 51.514656], [-0.081996, 51.514626], [-0.081812, 51.51463], [-0.081767, 51.514644], [-0.081362, 51.514636], [-0.081218, 51.514625], [-0.081137, 51.514595], [-0.081472, 51.513945], [-0.081965, 51.513796], [-0.081965, 51.514098], [-0.081986, 51.51413], [-0.082037, 51.514143], [-0.082499, 51.514145], [-0.08242, 51.51424], [-0.08243, 51.514282], [-0.0825, 51.5143], [-0.082604, 51.514242], [-0.082641, 51.514258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5323, &quot;postcode&quot;: &quot;EC3A 8EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081047, 51.514313], [-0.081049, 51.514269], [-0.081108, 51.514194], [-0.081143, 51.514201], [-0.081047, 51.514313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC3A 8EQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080526, 51.514979], [-0.080243, 51.515165], [-0.080004, 51.515048], [-0.08004, 51.515007], [-0.080017, 51.51497], [-0.079782, 51.514878], [-0.079813, 51.514834], [-0.079791, 51.514761], [-0.079843, 51.514725], [-0.080126, 51.514825], [-0.080145, 51.514864], [-0.080246, 51.514912], [-0.080304, 51.514922], [-0.080351, 51.514905], [-0.080513, 51.514954], [-0.080526, 51.514979]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1046, &quot;postcode&quot;: &quot;EC3A 8EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080371, 51.515182], [-0.080318, 51.515244], [-0.080274, 51.515265], [-0.080232, 51.515226], [-0.080158, 51.515229], [-0.079974, 51.515371], [-0.079926, 51.515369], [-0.079846, 51.515329], [-0.07976, 51.515347], [-0.079798, 51.515319], [-0.079812, 51.515265], [-0.079785, 51.515224], [-0.079983, 51.515034], [-0.080278, 51.515194], [-0.080331, 51.515199], [-0.080371, 51.515182]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 707, &quot;postcode&quot;: &quot;EC3A 8FR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087002, 51.511005], [-0.08697, 51.511064], [-0.086215, 51.510932], [-0.08572, 51.510794], [-0.085659, 51.510801], [-0.085621, 51.510842], [-0.085399, 51.510803], [-0.08541, 51.510739], [-0.085353, 51.510708], [-0.085253, 51.510713], [-0.085213, 51.510698], [-0.0851, 51.510697], [-0.084792, 51.510713], [-0.084464, 51.510692], [-0.084491, 51.510628], [-0.084637, 51.510633], [-0.084692, 51.51061], [-0.084797, 51.510319], [-0.085354, 51.510367], [-0.085496, 51.510517], [-0.085545, 51.510521], [-0.085582, 51.510508], [-0.085737, 51.510538], [-0.085788, 51.510526], [-0.086094, 51.510063], [-0.086338, 51.509634], [-0.086371, 51.509616], [-0.086404, 51.509557], [-0.086532, 51.509561], [-0.086328, 51.509926], [-0.086259, 51.510072], [-0.086263, 51.510104], [-0.086304, 51.510153], [-0.086468, 51.510184], [-0.086558, 51.510217], [-0.086605, 51.510218], [-0.086646, 51.510199], [-0.086868, 51.510252], [-0.086814, 51.510308], [-0.086776, 51.510409], [-0.086725, 51.510412], [-0.086692, 51.510434], [-0.086578, 51.510642], [-0.086559, 51.510633], [-0.086656, 51.510423], [-0.086629, 51.510377], [-0.086463, 51.510323], [-0.08623, 51.510276], [-0.086115, 51.510283], [-0.085903, 51.510683], [-0.085927, 51.510709], [-0.08599, 51.510727], [-0.085966, 51.51078], [-0.086007, 51.510815], [-0.086418, 51.510909], [-0.087002, 51.511005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5891, &quot;postcode&quot;: &quot;EC3M 1AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085257, 51.510767], [-0.085299, 51.510795], [-0.085399, 51.510803], [-0.085352, 51.51095], [-0.085214, 51.510918], [-0.085237, 51.510831], [-0.08521, 51.510774], [-0.085257, 51.510767]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 176, &quot;postcode&quot;: &quot;EC3M 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084797, 51.510319], [-0.084686, 51.510636], [-0.084522, 51.510633], [-0.084484, 51.510651], [-0.084464, 51.510692], [-0.084432, 51.51069], [-0.084421, 51.510648], [-0.084347, 51.510618], [-0.084397, 51.51058], [-0.084456, 51.51044], [-0.084512, 51.51045], [-0.084559, 51.510432], [-0.084626, 51.510313], [-0.084664, 51.510303], [-0.084797, 51.510319]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 665, &quot;postcode&quot;: &quot;EC3M 1AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084224, 51.510384], [-0.084257, 51.510298], [-0.084495, 51.510344], [-0.084389, 51.510601], [-0.08435, 51.510608], [-0.084351, 51.510628], [-0.084374, 51.51063], [-0.084353, 51.510687], [-0.084016, 51.51064], [-0.084036, 51.510583], [-0.084013, 51.510546], [-0.08401, 51.510366], [-0.084144, 51.510366], [-0.084147, 51.510379], [-0.084224, 51.510384]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1012, &quot;postcode&quot;: &quot;EC3M 1BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085209, 51.510774], [-0.085208, 51.510797], [-0.085122, 51.510798], [-0.085076, 51.510817], [-0.085041, 51.510942], [-0.084892, 51.510937], [-0.084859, 51.510913], [-0.084864, 51.510808], [-0.0851, 51.510801], [-0.085209, 51.510774]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 209, &quot;postcode&quot;: &quot;EC3M 1BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084897, 51.510937], [-0.08484, 51.511011], [-0.08478, 51.511015], [-0.084746, 51.511045], [-0.084678, 51.511047], [-0.084636, 51.511086], [-0.084582, 51.511077], [-0.084246, 51.510999], [-0.084289, 51.510911], [-0.084211, 51.510823], [-0.084242, 51.510773], [-0.084395, 51.510796], [-0.084869, 51.510807], [-0.084862, 51.510897], [-0.084897, 51.510937]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1122, &quot;postcode&quot;: &quot;EC3M 1BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082888, 51.510633], [-0.082802, 51.510761], [-0.082784, 51.510843], [-0.082717, 51.510868], [-0.082397, 51.510848], [-0.082352, 51.510822], [-0.082187, 51.510808], [-0.082248, 51.510552], [-0.082309, 51.510529], [-0.082386, 51.510393], [-0.082496, 51.510435], [-0.082579, 51.510497], [-0.08285, 51.510597], [-0.082888, 51.510633]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1642, &quot;postcode&quot;: &quot;EC3M 1DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083576, 51.510438], [-0.083392, 51.510411], [-0.083498, 51.510155], [-0.083568, 51.510167], [-0.083527, 51.510268], [-0.083819, 51.510307], [-0.083847, 51.510223], [-0.083907, 51.510228], [-0.083944, 51.510386], [-0.083932, 51.510628], [-0.083478, 51.510597], [-0.083554, 51.510565], [-0.083576, 51.510438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1231, &quot;postcode&quot;: &quot;EC3M 1EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083326, 51.510572], [-0.083392, 51.510411], [-0.083576, 51.510438], [-0.083559, 51.510534], [-0.083379, 51.510523], [-0.083555, 51.510534], [-0.083554, 51.510565], [-0.083478, 51.510597], [-0.083341, 51.510588], [-0.083326, 51.510572]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 265, &quot;postcode&quot;: &quot;EC3M 1EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083343, 51.510305], [-0.083233, 51.510582], [-0.083168, 51.510562], [-0.083079, 51.510562], [-0.083133, 51.510532], [-0.083121, 51.51049], [-0.082895, 51.51041], [-0.082822, 51.510414], [-0.082794, 51.510459], [-0.082772, 51.510442], [-0.082804, 51.510419], [-0.082807, 51.510392], [-0.082738, 51.510337], [-0.082776, 51.510254], [-0.083095, 51.510313], [-0.08316, 51.510286], [-0.083212, 51.510289], [-0.083279, 51.510269], [-0.083318, 51.510238], [-0.083343, 51.510305]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 792, &quot;postcode&quot;: &quot;EC3M 1HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083191, 51.510784], [-0.083102, 51.510916], [-0.083175, 51.511025], [-0.08314, 51.511228], [-0.082017, 51.511031], [-0.081962, 51.511048], [-0.081585, 51.511336], [-0.081553, 51.511225], [-0.081502, 51.511212], [-0.081423, 51.511227], [-0.081411, 51.511072], [-0.081512, 51.511071], [-0.08156, 51.511046], [-0.081575, 51.510906], [-0.081616, 51.510791], [-0.081656, 51.510807], [-0.081969, 51.510836], [-0.082103, 51.510838], [-0.082165, 51.510807], [-0.082401, 51.510824], [-0.082453, 51.510851], [-0.082648, 51.510863], [-0.082774, 51.510816], [-0.082832, 51.510705], [-0.082998, 51.510722], [-0.083035, 51.510701], [-0.083058, 51.510657], [-0.083196, 51.510673], [-0.083191, 51.510784]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4370, &quot;postcode&quot;: &quot;EC3M 1HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083221, 51.510497], [-0.083189, 51.510568], [-0.083015, 51.510555], [-0.082911, 51.51053], [-0.082771, 51.510441], [-0.082741, 51.510397], [-0.082748, 51.510355], [-0.083074, 51.510472], [-0.083221, 51.510497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 337, &quot;postcode&quot;: &quot;EC3M 1JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085214, 51.510918], [-0.085347, 51.510951], [-0.085108, 51.510998], [-0.085041, 51.510942], [-0.085059, 51.510797], [-0.085248, 51.510797], [-0.085214, 51.510918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 273, &quot;postcode&quot;: &quot;EC3M 1JT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083753, 51.5106], [-0.08374, 51.510594], [-0.083741, 51.510578], [-0.083763, 51.510579], [-0.083753, 51.5106]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3, &quot;postcode&quot;: &quot;EC3M 1NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081038, 51.512998], [-0.080943, 51.513415], [-0.080703, 51.513397], [-0.080746, 51.513246], [-0.080706, 51.513206], [-0.080428, 51.5132], [-0.080347, 51.513236], [-0.080361, 51.513026], [-0.080339, 51.51287], [-0.080288, 51.512837], [-0.080157, 51.512845], [-0.080112, 51.51264], [-0.080071, 51.512609], [-0.080062, 51.512542], [-0.080203, 51.512534], [-0.080252, 51.512504], [-0.080216, 51.512186], [-0.080294, 51.512168], [-0.080313, 51.512237], [-0.08036, 51.512273], [-0.080398, 51.512496], [-0.080447, 51.512553], [-0.080416, 51.512621], [-0.080526, 51.513062], [-0.080572, 51.513082], [-0.080708, 51.513082], [-0.080757, 51.51306], [-0.080767, 51.513016], [-0.081038, 51.512998]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2553, &quot;postcode&quot;: &quot;EC3M 2RY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084953, 51.511785], [-0.084907, 51.51187], [-0.084598, 51.511812], [-0.084526, 51.511834], [-0.084338, 51.511804], [-0.084293, 51.511772], [-0.083936, 51.511715], [-0.082939, 51.51163], [-0.082122, 51.511677], [-0.081854, 51.511718], [-0.081381, 51.511832], [-0.081336, 51.511823], [-0.081284, 51.511836], [-0.081291, 51.511738], [-0.081519, 51.511671], [-0.08154, 51.511619], [-0.0816, 51.511571], [-0.081569, 51.51136], [-0.081533, 51.511333], [-0.08143, 51.51131], [-0.081423, 51.511227], [-0.081473, 51.511216], [-0.08151, 51.511317], [-0.081594, 51.511324], [-0.081992, 51.511025], [-0.08314, 51.511228], [-0.083111, 51.511474], [-0.083193, 51.51154], [-0.083883, 51.511626], [-0.083978, 51.511626], [-0.084736, 51.51174], [-0.084953, 51.511785]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8114, &quot;postcode&quot;: &quot;EC3M 3BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084707, 51.511364], [-0.084573, 51.511715], [-0.083979, 51.511627], [-0.083864, 51.511624], [-0.083973, 51.511472], [-0.084037, 51.511463], [-0.084064, 51.511422], [-0.08441, 51.511471], [-0.084465, 51.511447], [-0.084521, 51.511327], [-0.084707, 51.511364]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1349, &quot;postcode&quot;: &quot;EC3M 3BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083986, 51.511313], [-0.083758, 51.511285], [-0.083716, 51.511414], [-0.083865, 51.511435], [-0.083886, 51.511373], [-0.08396, 51.51138], [-0.083884, 51.511577], [-0.083805, 51.511613], [-0.083191, 51.511541], [-0.08311, 51.511485], [-0.08314, 51.511228], [-0.083562, 51.511302], [-0.084017, 51.511213], [-0.083986, 51.511313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1787, &quot;postcode&quot;: &quot;EC3M 3BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081291, 51.511738], [-0.081281, 51.511841], [-0.081247, 51.511863], [-0.081211, 51.511864], [-0.080939, 51.511958], [-0.080916, 51.511898], [-0.080385, 51.512055], [-0.08035, 51.512004], [-0.080423, 51.511976], [-0.080325, 51.511865], [-0.080353, 51.511838], [-0.0802, 51.511607], [-0.081187, 51.511639], [-0.081444, 51.511443], [-0.081483, 51.511683], [-0.081291, 51.511738]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2763, &quot;postcode&quot;: &quot;EC3M 3JY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080353, 51.512008], [-0.080304, 51.512055], [-0.079932, 51.512153], [-0.079904, 51.51214], [-0.079626, 51.511734], [-0.079659, 51.511698], [-0.079615, 51.511582], [-0.079642, 51.511555], [-0.079632, 51.511512], [-0.079984, 51.511512], [-0.080015, 51.51155], [-0.080017, 51.51162], [-0.080172, 51.511804], [-0.080267, 51.511978], [-0.080299, 51.512], [-0.080353, 51.512008]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2096, &quot;postcode&quot;: &quot;EC3M 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079766, 51.512185], [-0.079617, 51.512243], [-0.079599, 51.512193], [-0.079651, 51.512182], [-0.079665, 51.512203], [-0.079759, 51.512177], [-0.079766, 51.512185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 31, &quot;postcode&quot;: &quot;EC3M 4AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079878, 51.512114], [-0.079848, 51.512154], [-0.079651, 51.512207], [-0.079617, 51.512243], [-0.079507, 51.512271], [-0.079368, 51.512143], [-0.079316, 51.512134], [-0.079246, 51.512154], [-0.079209, 51.512202], [-0.079325, 51.512318], [-0.079297, 51.512325], [-0.079178, 51.51222], [-0.079074, 51.512217], [-0.078994, 51.512112], [-0.079004, 51.512075], [-0.078823, 51.511758], [-0.078046, 51.511604], [-0.078181, 51.511328], [-0.078533, 51.511384], [-0.078577, 51.511403], [-0.079159, 51.511515], [-0.079379, 51.51153], [-0.079413, 51.51156], [-0.079491, 51.511574], [-0.079543, 51.511693], [-0.079573, 51.511723], [-0.079626, 51.511734], [-0.079758, 51.511979], [-0.079805, 51.512004], [-0.079878, 51.512114]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5855, &quot;postcode&quot;: &quot;EC3M 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079906, 51.512139], [-0.079875, 51.512177], [-0.079657, 51.512233], [-0.079809, 51.512159], [-0.079821, 51.512113], [-0.079879, 51.512114], [-0.079906, 51.512139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 63, &quot;postcode&quot;: &quot;EC3M 4AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079488, 51.512265], [-0.079343, 51.5123], [-0.079307, 51.512294], [-0.079177, 51.512178], [-0.079351, 51.512119], [-0.079446, 51.512194], [-0.079488, 51.512265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 244, &quot;postcode&quot;: &quot;EC3M 4BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079507, 51.512271], [-0.079342, 51.512315], [-0.079307, 51.512359], [-0.078963, 51.512481], [-0.078607, 51.512644], [-0.078682, 51.512604], [-0.078684, 51.512562], [-0.078439, 51.512363], [-0.078387, 51.512259], [-0.078072, 51.512], [-0.078598, 51.511709], [-0.07883, 51.511754], [-0.078994, 51.51206], [-0.079247, 51.512277], [-0.079349, 51.512295], [-0.079488, 51.512265], [-0.079507, 51.512271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4342, &quot;postcode&quot;: &quot;EC3M 4BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077607, 51.513253], [-0.077569, 51.513215], [-0.077516, 51.513205], [-0.077489, 51.51321], [-0.077386, 51.513252], [-0.077385, 51.513252], [-0.077312, 51.513276], [-0.077359, 51.513257], [-0.077376, 51.513229], [-0.077313, 51.513162], [-0.077199, 51.513138], [-0.077054, 51.513132], [-0.077049, 51.513079], [-0.07712, 51.513068], [-0.077152, 51.51303], [-0.077074, 51.512914], [-0.077016, 51.5127], [-0.077357, 51.51264], [-0.077651, 51.513038], [-0.077727, 51.513107], [-0.077576, 51.513178], [-0.077572, 51.513209], [-0.077607, 51.513253]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1935, &quot;postcode&quot;: &quot;EC3M 4BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0773, 51.512945], [-0.077377, 51.513044], [-0.077365, 51.513046], [-0.0773, 51.512945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC3M 4ST&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078931, 51.51229], [-0.078869, 51.512333], [-0.07885, 51.512315], [-0.078931, 51.51229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC3M 4TD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082193, 51.512635], [-0.082171, 51.512662], [-0.082118, 51.512662], [-0.082077, 51.512685], [-0.081927, 51.512914], [-0.081932, 51.512952], [-0.081885, 51.513018], [-0.081845, 51.513039], [-0.08172, 51.513216], [-0.081678, 51.513194], [-0.081309, 51.513116], [-0.081332, 51.513062], [-0.08131, 51.513029], [-0.081098, 51.512987], [-0.08081, 51.513015], [-0.080772, 51.513038], [-0.080764, 51.513084], [-0.080512, 51.513082], [-0.080515, 51.51298], [-0.080453, 51.512842], [-0.080471, 51.512807], [-0.080413, 51.512612], [-0.080447, 51.512553], [-0.080555, 51.512548], [-0.080692, 51.512595], [-0.08115, 51.512556], [-0.081366, 51.512576], [-0.081518, 51.512561], [-0.081573, 51.512519], [-0.082193, 51.512635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5989, &quot;postcode&quot;: &quot;EC3M 5AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081789, 51.512191], [-0.081971, 51.512218], [-0.081789, 51.512191], [-0.081751, 51.512344], [-0.081568, 51.512344], [-0.08155, 51.512325], [-0.081556, 51.512244], [-0.081459, 51.512381], [-0.081131, 51.512341], [-0.081286, 51.51234], [-0.08126, 51.51214], [-0.081459, 51.512101], [-0.081383, 51.512019], [-0.081416, 51.511998], [-0.08149, 51.512006], [-0.08157, 51.512089], [-0.081813, 51.512077], [-0.081789, 51.512191]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1070, &quot;postcode&quot;: &quot;EC3M 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081454, 51.512418], [-0.081516, 51.512409], [-0.081497, 51.512506], [-0.081573, 51.512519], [-0.081547, 51.512587], [-0.081528, 51.512584], [-0.081549, 51.512567], [-0.081235, 51.512575], [-0.081209, 51.512557], [-0.081307, 51.512555], [-0.081167, 51.512558], [-0.081152, 51.512573], [-0.081151, 51.51254], [-0.081113, 51.512547], [-0.081112, 51.512509], [-0.081234, 51.51251], [-0.081313, 51.512511], [-0.081284, 51.51251], [-0.081297, 51.512488], [-0.081421, 51.512488], [-0.081447, 51.512471], [-0.081454, 51.512418]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 268, &quot;postcode&quot;: &quot;EC3M 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081459, 51.512101], [-0.081308, 51.512131], [-0.08127, 51.512155], [-0.081286, 51.51234], [-0.081061, 51.512335], [-0.081012, 51.512352], [-0.080979, 51.512527], [-0.080919, 51.512543], [-0.080904, 51.512582], [-0.080681, 51.512596], [-0.080555, 51.51255], [-0.080416, 51.512555], [-0.080391, 51.5125], [-0.080329, 51.512482], [-0.080279, 51.512498], [-0.080262, 51.512532], [-0.080095, 51.512547], [-0.080069, 51.512573], [-0.080071, 51.512609], [-0.079689, 51.512643], [-0.079506, 51.512391], [-0.079587, 51.512359], [-0.079626, 51.512318], [-0.079664, 51.512337], [-0.079711, 51.512337], [-0.07986, 51.512281], [-0.080207, 51.512186], [-0.080351, 51.512008], [-0.08039, 51.512035], [-0.080446, 51.512037], [-0.080916, 51.511898], [-0.080945, 51.511925], [-0.080999, 51.511932], [-0.081247, 51.511863], [-0.081459, 51.512101]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6109, &quot;postcode&quot;: &quot;EC3M 5AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081048, 51.512301], [-0.08099, 51.512296], [-0.080615, 51.512368], [-0.080535, 51.51234], [-0.08047, 51.512157], [-0.080546, 51.512126], [-0.080552, 51.512082], [-0.080851, 51.511986], [-0.080928, 51.512106], [-0.080969, 51.512122], [-0.081032, 51.512121], [-0.081064, 51.512219], [-0.081048, 51.512301]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1133, &quot;postcode&quot;: &quot;EC3M 5BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082215, 51.512594], [-0.082146, 51.512658], [-0.082063, 51.512696], [-0.082021, 51.512667], [-0.081842, 51.512638], [-0.081795, 51.512557], [-0.082119, 51.512613], [-0.082215, 51.512594]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 193, &quot;postcode&quot;: &quot;EC3M 5BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081499, 51.511815], [-0.081404, 51.511838], [-0.081375, 51.511872], [-0.08149, 51.512006], [-0.081416, 51.511998], [-0.081321, 51.51195], [-0.081247, 51.511863], [-0.081285, 51.511829], [-0.081359, 51.511809], [-0.081401, 51.511821], [-0.081494, 51.511805], [-0.081499, 51.511815]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 161, &quot;postcode&quot;: &quot;EC3M 5DF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081954, 51.511699], [-0.082154, 51.511676], [-0.082158, 51.511765], [-0.082149, 51.51178], [-0.082093, 51.511786], [-0.082096, 51.511858], [-0.082182, 51.51186], [-0.082163, 51.5119], [-0.082096, 51.511899], [-0.082095, 51.511973], [-0.082167, 51.511971], [-0.082225, 51.512029], [-0.082264, 51.512032], [-0.082225, 51.512177], [-0.082176, 51.512238], [-0.082066, 51.512212], [-0.082054, 51.512229], [-0.081789, 51.512191], [-0.081813, 51.512077], [-0.08157, 51.512089], [-0.081353, 51.511865], [-0.081373, 51.511843], [-0.081499, 51.511815], [-0.081494, 51.511805], [-0.081732, 51.511748], [-0.081731, 51.511766], [-0.081779, 51.511755], [-0.081771, 51.511745], [-0.081834, 51.511717], [-0.081927, 51.511713], [-0.081927, 51.511724], [-0.081965, 51.511718], [-0.081954, 51.511699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2319, &quot;postcode&quot;: &quot;EC3M 5DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079689, 51.51303], [-0.079662, 51.513109], [-0.079562, 51.513115], [-0.079527, 51.51319], [-0.079549, 51.513009], [-0.079652, 51.512989], [-0.079689, 51.51303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 111, &quot;postcode&quot;: &quot;EC3M 5HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07897, 51.512653], [-0.078891, 51.512692], [-0.07884, 51.512718], [-0.07884, 51.512718], [-0.07897, 51.512653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3M 5JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078852, 51.512993], [-0.078629, 51.513028], [-0.078545, 51.51292], [-0.078462, 51.512909], [-0.07869, 51.512793], [-0.078852, 51.512993]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 337, &quot;postcode&quot;: &quot;EC3M 5JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080306, 51.512055], [-0.080216, 51.512186], [-0.079616, 51.512351], [-0.079541, 51.512379], [-0.079518, 51.512408], [-0.079461, 51.512409], [-0.079095, 51.512546], [-0.079076, 51.512595], [-0.079174, 51.512695], [-0.079101, 51.512628], [-0.079026, 51.512625], [-0.078791, 51.512742], [-0.078718, 51.512753], [-0.07869, 51.512793], [-0.078389, 51.512947], [-0.078345, 51.512931], [-0.078299, 51.512936], [-0.077923, 51.513117], [-0.077896, 51.513143], [-0.0779, 51.51317], [-0.077608, 51.513254], [-0.07755, 51.513184], [-0.077731, 51.513106], [-0.078444, 51.512718], [-0.078965, 51.512481], [-0.079269, 51.512372], [-0.079297, 51.512325], [-0.07982, 51.512191], [-0.07986, 51.512151], [-0.079978, 51.512141], [-0.080306, 51.512055]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2813, &quot;postcode&quot;: &quot;EC3M 5JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079175, 51.512695], [-0.079043, 51.512564], [-0.079301, 51.512468], [-0.079395, 51.512557], [-0.07943, 51.512635], [-0.079372, 51.512649], [-0.079452, 51.51277], [-0.079387, 51.512796], [-0.079259, 51.512816], [-0.079175, 51.512695]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 605, &quot;postcode&quot;: &quot;EC3M 5JF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079259, 51.512816], [-0.079309, 51.51281], [-0.079289, 51.51286], [-0.079259, 51.512816]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC3M 5JG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079801, 51.512803], [-0.079545, 51.512852], [-0.079503, 51.512849], [-0.079372, 51.512649], [-0.079407, 51.512617], [-0.079394, 51.512558], [-0.079302, 51.512468], [-0.079503, 51.512393], [-0.079801, 51.512803]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 882, &quot;postcode&quot;: &quot;EC3M 5JR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083716, 51.511717], [-0.083664, 51.511824], [-0.083374, 51.511757], [-0.083376, 51.511716], [-0.083341, 51.51169], [-0.08316, 51.511668], [-0.083186, 51.511643], [-0.083398, 51.511661], [-0.083696, 51.511696], [-0.083716, 51.511717]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 337, &quot;postcode&quot;: &quot;EC3M 6AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083185, 51.511643], [-0.083149, 51.511683], [-0.083115, 51.511843], [-0.08304, 51.511859], [-0.083011, 51.511932], [-0.0829, 51.511921], [-0.08293, 51.51163], [-0.083185, 51.511643]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 427, &quot;postcode&quot;: &quot;EC3M 6BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08279, 51.511638], [-0.08293, 51.51163], [-0.082935, 51.511647], [-0.082856, 51.511647], [-0.082936, 51.511647], [-0.0829, 51.511921], [-0.082925, 51.511924], [-0.082891, 51.511978], [-0.082754, 51.511966], [-0.082771, 51.511914], [-0.082687, 51.511905], [-0.082651, 51.512016], [-0.082428, 51.511993], [-0.082438, 51.511957], [-0.082265, 51.51194], [-0.082232, 51.511919], [-0.082233, 51.511766], [-0.082158, 51.511765], [-0.082154, 51.511676], [-0.082788, 51.511638], [-0.08277, 51.511648], [-0.082797, 51.511648], [-0.08279, 51.511638]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1720, &quot;postcode&quot;: &quot;EC3M 6BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08279, 51.511638], [-0.082788, 51.511648], [-0.082788, 51.511638], [-0.08279, 51.511638]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3M 6BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085108, 51.511901], [-0.085057, 51.511924], [-0.084999, 51.512012], [-0.084891, 51.512006], [-0.084903, 51.511965], [-0.084861, 51.511904], [-0.084794, 51.511878], [-0.084653, 51.511855], [-0.084734, 51.511838], [-0.084862, 51.51186], [-0.084921, 51.511848], [-0.085106, 51.511872], [-0.085108, 51.511901]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 240, &quot;postcode&quot;: &quot;EC3M 6DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083908, 51.511723], [-0.083824, 51.511869], [-0.083696, 51.512028], [-0.083655, 51.512038], [-0.083557, 51.512113], [-0.083476, 51.51215], [-0.083062, 51.512242], [-0.083024, 51.51227], [-0.083028, 51.512311], [-0.082945, 51.512328], [-0.082933, 51.512365], [-0.083007, 51.512489], [-0.082877, 51.512542], [-0.082831, 51.512583], [-0.082689, 51.512533], [-0.082534, 51.512544], [-0.082457, 51.512524], [-0.0824, 51.512541], [-0.082287, 51.512653], [-0.081996, 51.513027], [-0.081792, 51.513329], [-0.081777, 51.513444], [-0.081665, 51.513471], [-0.081696, 51.513308], [-0.081751, 51.513208], [-0.082182, 51.512632], [-0.08231, 51.512482], [-0.082453, 51.51237], [-0.082452, 51.512328], [-0.082519, 51.512319], [-0.082704, 51.512206], [-0.082764, 51.512206], [-0.082809, 51.512187], [-0.082832, 51.512118], [-0.082797, 51.512079], [-0.082806, 51.512053], [-0.082948, 51.512067], [-0.08295, 51.512146], [-0.083016, 51.512172], [-0.083272, 51.512124], [-0.083333, 51.512127], [-0.083486, 51.512064], [-0.083534, 51.512058], [-0.083567, 51.512033], [-0.083707, 51.511736], [-0.083696, 51.511696], [-0.083908, 51.511723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3105, &quot;postcode&quot;: &quot;EC3M 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081875, 51.51344], [-0.081774, 51.513445], [-0.081665, 51.513471], [-0.081163, 51.51346], [-0.08105, 51.513451], [-0.080999, 51.513423], [-0.080943, 51.513415], [-0.081044, 51.512978], [-0.081351, 51.513031], [-0.081326, 51.513091], [-0.081369, 51.513128], [-0.081674, 51.513192], [-0.08175, 51.513174], [-0.081782, 51.513229], [-0.081849, 51.513244], [-0.081792, 51.51333], [-0.081787, 51.513405], [-0.081818, 51.513429], [-0.081875, 51.51344]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2291, &quot;postcode&quot;: &quot;EC3M 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083476, 51.51215], [-0.083593, 51.512336], [-0.083615, 51.512431], [-0.083197, 51.512395], [-0.083181, 51.512358], [-0.083108, 51.512368], [-0.083105, 51.512363], [-0.083102, 51.512355], [-0.083085, 51.512322], [-0.08302, 51.512306], [-0.083003, 51.512253], [-0.083476, 51.51215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 812, &quot;postcode&quot;: &quot;EC3M 7AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082264, 51.512032], [-0.082801, 51.512079], [-0.082836, 51.512097], [-0.082822, 51.512182], [-0.082772, 51.512208], [-0.082704, 51.512206], [-0.082638, 51.512236], [-0.082514, 51.512324], [-0.082516, 51.512292], [-0.082402, 51.512238], [-0.082383, 51.512237], [-0.082338, 51.512286], [-0.082176, 51.512237], [-0.082225, 51.512177], [-0.082264, 51.512032]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 902, &quot;postcode&quot;: &quot;EC3M 7AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082466, 51.512521], [-0.082399, 51.512542], [-0.082157, 51.51282], [-0.082149, 51.512785], [-0.082087, 51.512763], [-0.082058, 51.512726], [-0.082063, 51.512696], [-0.082117, 51.512659], [-0.082102, 51.512618], [-0.081497, 51.512506], [-0.08152, 51.512388], [-0.082309, 51.512484], [-0.082327, 51.51251], [-0.08237, 51.512524], [-0.082449, 51.512499], [-0.082466, 51.512521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1125, &quot;postcode&quot;: &quot;EC3M 7AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082514, 51.512324], [-0.082309, 51.512484], [-0.081459, 51.512381], [-0.081556, 51.512244], [-0.081553, 51.512305], [-0.081579, 51.512334], [-0.081689, 51.512344], [-0.081739, 51.512332], [-0.081789, 51.512191], [-0.08201, 51.512223], [-0.082066, 51.512212], [-0.082298, 51.512272], [-0.082402, 51.512238], [-0.082516, 51.512292], [-0.082514, 51.512324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1342, &quot;postcode&quot;: &quot;EC3M 7AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083107, 51.51271], [-0.082943, 51.513114], [-0.082939, 51.513393], [-0.081778, 51.513438], [-0.08179, 51.513332], [-0.081852, 51.513228], [-0.081824, 51.513194], [-0.08175, 51.513173], [-0.0819, 51.512976], [-0.081902, 51.512948], [-0.082057, 51.512726], [-0.082111, 51.512775], [-0.082192, 51.51277], [-0.082412, 51.512528], [-0.08245, 51.512515], [-0.082835, 51.512651], [-0.083107, 51.51271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6579, &quot;postcode&quot;: &quot;EC3M 7DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082699, 51.512533], [-0.082643, 51.512541], [-0.082613, 51.512572], [-0.082534, 51.512544], [-0.082567, 51.512519], [-0.082616, 51.512528], [-0.082659, 51.512517], [-0.082699, 51.512533]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC3M 7DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084, 51.511725], [-0.083982, 51.511747], [-0.083897, 51.511754], [-0.083861, 51.511795], [-0.083876, 51.511747], [-0.083833, 51.511707], [-0.084, 51.511725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;EC3M 7HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083609, 51.511939], [-0.083565, 51.512047], [-0.083591, 51.512087], [-0.083568, 51.512108], [-0.083527, 51.512083], [-0.083469, 51.512077], [-0.083382, 51.512118], [-0.08328, 51.512139], [-0.083242, 51.512064], [-0.083278, 51.512008], [-0.083254, 51.511969], [-0.083282, 51.511875], [-0.083403, 51.511896], [-0.083448, 51.511887], [-0.083475, 51.511859], [-0.083572, 51.511876], [-0.083571, 51.511915], [-0.083609, 51.511939]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 544, &quot;postcode&quot;: &quot;EC3M 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083664, 51.511824], [-0.083609, 51.511939], [-0.083503, 51.511903], [-0.08345, 51.511907], [-0.083282, 51.511875], [-0.08331, 51.51178], [-0.083374, 51.511757], [-0.083664, 51.511824]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 325, &quot;postcode&quot;: &quot;EC3M 7HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083283, 51.512054], [-0.083242, 51.512064], [-0.083272, 51.512124], [-0.083, 51.512178], [-0.08294, 51.512161], [-0.082943, 51.512133], [-0.082971, 51.512114], [-0.083, 51.511975], [-0.083181, 51.511987], [-0.083185, 51.511964], [-0.083289, 51.511976], [-0.08327, 51.512031], [-0.083283, 51.512054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 403, &quot;postcode&quot;: &quot;EC3M 7HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08339, 51.511694], [-0.083362, 51.511785], [-0.0833, 51.511817], [-0.083253, 51.511969], [-0.083181, 51.511987], [-0.083058, 51.511979], [-0.083012, 51.511989], [-0.082988, 51.512016], [-0.082971, 51.512114], [-0.082943, 51.512133], [-0.082938, 51.512086], [-0.082891, 51.512062], [-0.082843, 51.51206], [-0.082801, 51.512079], [-0.082317, 51.512037], [-0.082259, 51.512053], [-0.08218, 51.511981], [-0.082095, 51.511973], [-0.082093, 51.511786], [-0.082158, 51.511765], [-0.082233, 51.511766], [-0.082232, 51.511902], [-0.082257, 51.511932], [-0.082389, 51.51195], [-0.082449, 51.511914], [-0.082439, 51.511962], [-0.082462, 51.511989], [-0.082604, 51.512009], [-0.082658, 51.511985], [-0.082687, 51.511905], [-0.082771, 51.511914], [-0.082783, 51.511956], [-0.082838, 51.511973], [-0.082901, 51.511955], [-0.082925, 51.511924], [-0.083004, 51.511912], [-0.083039, 51.511836], [-0.08309, 51.51183], [-0.083121, 51.511806], [-0.083152, 51.511667], [-0.08339, 51.511694]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1385, &quot;postcode&quot;: &quot;EC3M 7JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084584, 51.511073], [-0.084545, 51.511142], [-0.084454, 51.511127], [-0.08433, 51.511161], [-0.084298, 51.511208], [-0.084312, 51.511261], [-0.084259, 51.511262], [-0.08422, 51.511289], [-0.084155, 51.511282], [-0.084107, 51.511299], [-0.083984, 51.511627], [-0.083932, 51.511621], [-0.084006, 51.51135], [-0.083955, 51.511316], [-0.083859, 51.511327], [-0.083834, 51.511295], [-0.083936, 51.511305], [-0.083989, 51.511285], [-0.08404, 51.511186], [-0.084041, 51.511111], [-0.08415, 51.51102], [-0.084168, 51.510952], [-0.084135, 51.510929], [-0.084124, 51.510886], [-0.084065, 51.510866], [-0.08414, 51.510872], [-0.084211, 51.510823], [-0.084267, 51.510829], [-0.084266, 51.510869], [-0.084307, 51.510895], [-0.084268, 51.510965], [-0.084281, 51.510998], [-0.084584, 51.511073]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1116, &quot;postcode&quot;: &quot;EC3M 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084394, 51.511138], [-0.084479, 51.511128], [-0.084434, 51.511219], [-0.084476, 51.511226], [-0.084428, 51.511309], [-0.084407, 51.511305], [-0.084402, 51.511317], [-0.08422, 51.511289], [-0.084232, 51.511258], [-0.084312, 51.511261], [-0.084319, 51.511244], [-0.08427, 51.511236], [-0.084286, 51.511195], [-0.084307, 51.511189], [-0.084316, 51.511154], [-0.084388, 51.51115], [-0.084394, 51.511138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 222, &quot;postcode&quot;: &quot;EC3M 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084182, 51.510956], [-0.084146, 51.511028], [-0.084039, 51.511118], [-0.084053, 51.511206], [-0.083876, 51.511241], [-0.083835, 51.51127], [-0.083885, 51.511415], [-0.083973, 51.511472], [-0.083864, 51.511624], [-0.083634, 51.511593], [-0.083789, 51.51161], [-0.083863, 51.511587], [-0.083891, 51.511561], [-0.083913, 51.511459], [-0.083871, 51.511436], [-0.083716, 51.511414], [-0.083742, 51.511324], [-0.083704, 51.511288], [-0.083562, 51.511302], [-0.08314, 51.511228], [-0.083173, 51.511024], [-0.083098, 51.510928], [-0.083115, 51.510877], [-0.083153, 51.51084], [-0.0832, 51.510857], [-0.083238, 51.510897], [-0.083414, 51.510917], [-0.083472, 51.51089], [-0.083491, 51.510803], [-0.083722, 51.510822], [-0.083767, 51.510838], [-0.083861, 51.510829], [-0.084161, 51.510885], [-0.084154, 51.510916], [-0.084182, 51.510956]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3230, &quot;postcode&quot;: &quot;EC3M 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084707, 51.511363], [-0.084578, 51.511339], [-0.08453, 51.511347], [-0.084451, 51.511482], [-0.08413, 51.511432], [-0.084078, 51.511445], [-0.084055, 51.511478], [-0.083972, 51.511471], [-0.083924, 51.511412], [-0.083861, 51.511377], [-0.083859, 51.511327], [-0.084065, 51.511291], [-0.084109, 51.511271], [-0.084409, 51.511306], [-0.084707, 51.511363]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 740, &quot;postcode&quot;: &quot;EC3M 8AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076782, 51.514196], [-0.076643, 51.51437], [-0.076519, 51.5144], [-0.076327, 51.514239], [-0.076259, 51.514207], [-0.076196, 51.514212], [-0.076196, 51.514173], [-0.076136, 51.514135], [-0.076041, 51.514026], [-0.075966, 51.513999], [-0.075941, 51.51396], [-0.075878, 51.513948], [-0.076061, 51.51387], [-0.076162, 51.513846], [-0.076257, 51.513839], [-0.076341, 51.51385], [-0.076428, 51.513888], [-0.076761, 51.514147], [-0.076782, 51.514196]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1930, &quot;postcode&quot;: &quot;EC3N 1AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077509, 51.514098], [-0.077176, 51.514292], [-0.077163, 51.514262], [-0.076776, 51.513988], [-0.076454, 51.513712], [-0.076724, 51.513608], [-0.077509, 51.514098]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2147, &quot;postcode&quot;: &quot;EC3N 1AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07655, 51.514429], [-0.076471, 51.514477], [-0.076447, 51.514476], [-0.076329, 51.514383], [-0.07628, 51.514369], [-0.07613, 51.514416], [-0.076107, 51.514444], [-0.076083, 51.514691], [-0.075844, 51.51481], [-0.075811, 51.514794], [-0.075821, 51.514767], [-0.075799, 51.514738], [-0.075872, 51.514723], [-0.075882, 51.514677], [-0.075771, 51.514574], [-0.075667, 51.514546], [-0.075526, 51.514556], [-0.075452, 51.51464], [-0.07486, 51.514826], [-0.074679, 51.514726], [-0.074414, 51.514783], [-0.074256, 51.514666], [-0.074311, 51.514528], [-0.075023, 51.51426], [-0.07529, 51.514168], [-0.075342, 51.514163], [-0.075994, 51.513903], [-0.076049, 51.514002], [-0.076106, 51.514052], [-0.076095, 51.514087], [-0.076134, 51.514133], [-0.076375, 51.514269], [-0.07655, 51.514429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7549, &quot;postcode&quot;: &quot;EC3N 1AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077795, 51.51466], [-0.077684, 51.514737], [-0.077524, 51.514648], [-0.077467, 51.51464], [-0.077461, 51.514607], [-0.077377, 51.51454], [-0.076947, 51.514292], [-0.076888, 51.514303], [-0.076569, 51.514489], [-0.07641, 51.51454], [-0.076371, 51.514509], [-0.076374, 51.514465], [-0.076257, 51.514369], [-0.076167, 51.514253], [-0.076413, 51.514449], [-0.076463, 51.514463], [-0.076509, 51.514453], [-0.076833, 51.514285], [-0.076866, 51.514241], [-0.076819, 51.514187], [-0.076427, 51.513887], [-0.076303, 51.513843], [-0.07619, 51.513842], [-0.076039, 51.51388], [-0.075355, 51.514157], [-0.075024, 51.51426], [-0.074213, 51.514566], [-0.074116, 51.514325], [-0.074061, 51.514275], [-0.073951, 51.514229], [-0.073856, 51.514106], [-0.073958, 51.514089], [-0.074248, 51.513978], [-0.074308, 51.514021], [-0.074403, 51.514003], [-0.074494, 51.514123], [-0.074543, 51.514148], [-0.074592, 51.514148], [-0.074629, 51.514128], [-0.074637, 51.514094], [-0.074521, 51.513942], [-0.074718, 51.513903], [-0.074782, 51.513989], [-0.074842, 51.514008], [-0.074922, 51.514133], [-0.075002, 51.514148], [-0.076074, 51.51378], [-0.076105, 51.513753], [-0.076094, 51.513715], [-0.076228, 51.513691], [-0.076382, 51.513633], [-0.07644, 51.513601], [-0.076441, 51.51356], [-0.076573, 51.513514], [-0.076724, 51.513608], [-0.076506, 51.513693], [-0.076484, 51.513721], [-0.076496, 51.513751], [-0.076775, 51.513987], [-0.077192, 51.514283], [-0.077212, 51.514317], [-0.077795, 51.51466]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6586, &quot;postcode&quot;: &quot;EC3N 1AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075609, 51.509824], [-0.075467, 51.509886], [-0.075377, 51.510095], [-0.07538, 51.510171], [-0.075143, 51.510196], [-0.075149, 51.510157], [-0.075123, 51.510131], [-0.07491, 51.51008], [-0.074815, 51.509819], [-0.075524, 51.509737], [-0.075609, 51.509824]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1684, &quot;postcode&quot;: &quot;EC3N 1AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076129, 51.513762], [-0.074949, 51.514168], [-0.07472, 51.513905], [-0.074749, 51.51385], [-0.0748, 51.513884], [-0.074871, 51.513872], [-0.074993, 51.513727], [-0.074873, 51.513361], [-0.074919, 51.513218], [-0.074958, 51.513188], [-0.075135, 51.513135], [-0.075612, 51.513073], [-0.07563, 51.513037], [-0.075618, 51.512987], [-0.075588, 51.512963], [-0.075598, 51.512915], [-0.075549, 51.512821], [-0.075552, 51.512776], [-0.075635, 51.512768], [-0.075734, 51.513134], [-0.075763, 51.513163], [-0.075843, 51.513367], [-0.076129, 51.513762]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7178, &quot;postcode&quot;: &quot;EC3N 1BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07595, 51.513717], [-0.075818, 51.513753], [-0.075803, 51.513708], [-0.075724, 51.513693], [-0.075671, 51.513631], [-0.075515, 51.513636], [-0.07551, 51.513588], [-0.075549, 51.513544], [-0.075526, 51.513383], [-0.075463, 51.513348], [-0.075477, 51.513189], [-0.075607, 51.513166], [-0.075627, 51.513131], [-0.075601, 51.5131], [-0.07555, 51.513089], [-0.074929, 51.513142], [-0.074916, 51.512998], [-0.075022, 51.512974], [-0.075028, 51.512913], [-0.07511, 51.512864], [-0.075126, 51.512835], [-0.075088, 51.512795], [-0.074914, 51.512773], [-0.074924, 51.512686], [-0.07494, 51.512671], [-0.075047, 51.512653], [-0.075096, 51.512588], [-0.075268, 51.512638], [-0.075486, 51.512619], [-0.075475, 51.512734], [-0.075537, 51.512778], [-0.075498, 51.512799], [-0.075491, 51.512829], [-0.07557, 51.512979], [-0.075644, 51.513011], [-0.075707, 51.513009], [-0.07577, 51.513105], [-0.075851, 51.513105], [-0.075859, 51.513165], [-0.075802, 51.513153], [-0.075713, 51.513173], [-0.075686, 51.513198], [-0.075681, 51.513245], [-0.075802, 51.513498], [-0.07595, 51.513717]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3307, &quot;postcode&quot;: &quot;EC3N 1BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074718, 51.512079], [-0.074729, 51.512114], [-0.074756, 51.512112], [-0.074808, 51.51236], [-0.074643, 51.512363], [-0.074615, 51.512194], [-0.074557, 51.512094], [-0.074318, 51.512116], [-0.074277, 51.512052], [-0.074745, 51.512011], [-0.074801, 51.512052], [-0.074864, 51.512066], [-0.074718, 51.512079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 601, &quot;postcode&quot;: &quot;EC3N 1DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075345, 51.512013], [-0.075238, 51.511702], [-0.075227, 51.511565], [-0.075209, 51.511566], [-0.075092, 51.511092], [-0.074969, 51.510724], [-0.075228, 51.510762], [-0.075608, 51.51213], [-0.07586, 51.513143], [-0.07612, 51.51372], [-0.076093, 51.513715], [-0.075844, 51.513369], [-0.075763, 51.513163], [-0.075655, 51.512766], [-0.075545, 51.512777], [-0.075468, 51.512469], [-0.075242, 51.512489], [-0.075264, 51.512576], [-0.074888, 51.512604], [-0.074862, 51.512511], [-0.074847, 51.512512], [-0.074756, 51.512112], [-0.074729, 51.512114], [-0.074718, 51.512079], [-0.075345, 51.512013]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6829, &quot;postcode&quot;: &quot;EC3N 1DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075539, 51.512751], [-0.075499, 51.512843], [-0.075469, 51.512843], [-0.075479, 51.512671], [-0.075461, 51.512642], [-0.075404, 51.512627], [-0.075223, 51.512644], [-0.075193, 51.51261], [-0.075103, 51.512588], [-0.075236, 51.512565], [-0.075253, 51.512538], [-0.075242, 51.512489], [-0.075466, 51.512464], [-0.075539, 51.512751]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 409, &quot;postcode&quot;: &quot;EC3N 1DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07518, 51.514205], [-0.075129, 51.514223], [-0.07518, 51.514205], [-0.07518, 51.514205]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3N 1DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07561, 51.511542], [-0.07545, 51.511555], [-0.075409, 51.511404], [-0.075533, 51.51141], [-0.075599, 51.511468], [-0.07561, 51.511542]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 177, &quot;postcode&quot;: &quot;EC3N 1DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075345, 51.512013], [-0.075235, 51.512025], [-0.075238, 51.511958], [-0.075283, 51.511947], [-0.075307, 51.51192], [-0.075294, 51.511865], [-0.075345, 51.512013]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 55, &quot;postcode&quot;: &quot;EC3N 1DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075311, 51.511912], [-0.075304, 51.51195], [-0.074054, 51.512071], [-0.07403, 51.512061], [-0.074003, 51.511934], [-0.073941, 51.511907], [-0.073889, 51.511815], [-0.073936, 51.511762], [-0.075206, 51.511657], [-0.075227, 51.511669], [-0.075311, 51.511912]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3194, &quot;postcode&quot;: &quot;EC3N 1DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075233, 51.511592], [-0.07501, 51.511613], [-0.074975, 51.511635], [-0.074959, 51.511679], [-0.074945, 51.51164], [-0.074885, 51.511622], [-0.074823, 51.511644], [-0.074817, 51.511683], [-0.074565, 51.511706], [-0.074543, 51.511674], [-0.074493, 51.511661], [-0.073654, 51.511724], [-0.073656, 51.511706], [-0.074381, 51.511631], [-0.074403, 51.511599], [-0.074367, 51.511349], [-0.074322, 51.511319], [-0.074228, 51.511319], [-0.074245, 51.511297], [-0.074305, 51.511294], [-0.074343, 51.511276], [-0.074551, 51.511261], [-0.074582, 51.511239], [-0.074597, 51.511189], [-0.07477, 51.511233], [-0.075025, 51.511181], [-0.07511, 51.511191], [-0.075204, 51.511541], [-0.075227, 51.511566], [-0.075233, 51.511592]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2823, &quot;postcode&quot;: &quot;EC3N 1JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075159, 51.510138], [-0.075145, 51.510195], [-0.075098, 51.510232], [-0.075115, 51.510311], [-0.075097, 51.510253], [-0.075055, 51.51023], [-0.074941, 51.510234], [-0.074897, 51.510266], [-0.07496, 51.5107], [-0.075, 51.510728], [-0.075108, 51.510743], [-0.07504, 51.510739], [-0.074997, 51.510761], [-0.075015, 51.510886], [-0.074925, 51.510959], [-0.074633, 51.510841], [-0.074345, 51.510803], [-0.074269, 51.510667], [-0.074207, 51.510645], [-0.074089, 51.510646], [-0.074043, 51.510671], [-0.074027, 51.510928], [-0.073862, 51.510931], [-0.073542, 51.510706], [-0.073645, 51.510651], [-0.073649, 51.510621], [-0.073622, 51.510596], [-0.073575, 51.510587], [-0.073016, 51.510609], [-0.072994, 51.510545], [-0.072887, 51.510525], [-0.072908, 51.510298], [-0.073009, 51.510214], [-0.073113, 51.510164], [-0.073178, 51.510152], [-0.073941, 51.510175], [-0.073989, 51.510162], [-0.074013, 51.510131], [-0.07413, 51.510129], [-0.074172, 51.510088], [-0.07411, 51.5099], [-0.074814, 51.509819], [-0.074913, 51.510073], [-0.075159, 51.510138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11030, &quot;postcode&quot;: &quot;EC3N 1JL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075562, 51.511163], [-0.075354, 51.511197], [-0.075228, 51.510777], [-0.075167, 51.510744], [-0.07521, 51.510712], [-0.075202, 51.510657], [-0.075299, 51.510668], [-0.075292, 51.510846], [-0.075326, 51.510881], [-0.075344, 51.510952], [-0.075374, 51.510976], [-0.075482, 51.511], [-0.075562, 51.511163]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 474, &quot;postcode&quot;: &quot;EC3N 1LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078298, 51.512807], [-0.07771, 51.513115], [-0.077349, 51.512631], [-0.07751, 51.51259], [-0.077533, 51.512555], [-0.077512, 51.51251], [-0.077637, 51.51247], [-0.077668, 51.512521], [-0.077723, 51.512537], [-0.077919, 51.512475], [-0.078298, 51.512807]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2523, &quot;postcode&quot;: &quot;EC3N 1LH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076389, 51.513324], [-0.076434, 51.513443], [-0.076368, 51.513453], [-0.076471, 51.513599], [-0.076261, 51.513671], [-0.076268, 51.513681], [-0.07612, 51.51372], [-0.075966, 51.513391], [-0.076389, 51.513324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 965, &quot;postcode&quot;: &quot;EC3N 1LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075096, 51.512588], [-0.075052, 51.51266], [-0.074969, 51.512669], [-0.074932, 51.512687], [-0.074913, 51.512773], [-0.074252, 51.512695], [-0.074232, 51.512618], [-0.074523, 51.51258], [-0.074545, 51.512549], [-0.074522, 51.51245], [-0.074632, 51.512429], [-0.074644, 51.512363], [-0.074808, 51.51236], [-0.074842, 51.51249], [-0.074901, 51.512589], [-0.074947, 51.5126], [-0.075096, 51.512588]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1291, &quot;postcode&quot;: &quot;EC3N 1LQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076262, 51.513071], [-0.076196, 51.513084], [-0.076165, 51.513139], [-0.07625, 51.513346], [-0.075966, 51.513391], [-0.075829, 51.513035], [-0.075786, 51.513014], [-0.075725, 51.513021], [-0.075673, 51.513], [-0.075578, 51.513001], [-0.075499, 51.512843], [-0.075539, 51.512751], [-0.075583, 51.51277], [-0.075706, 51.512771], [-0.075751, 51.512752], [-0.075763, 51.512722], [-0.076068, 51.512694], [-0.076096, 51.51283], [-0.076079, 51.512878], [-0.07614, 51.512907], [-0.076159, 51.513007], [-0.076202, 51.513027], [-0.076255, 51.513023], [-0.076262, 51.513071]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2124, &quot;postcode&quot;: &quot;EC3N 1LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07615, 51.512486], [-0.076089, 51.51246], [-0.075934, 51.512483], [-0.0759, 51.512519], [-0.075925, 51.512621], [-0.075738, 51.512637], [-0.075657, 51.512325], [-0.075723, 51.512347], [-0.076, 51.512321], [-0.076035, 51.512427], [-0.076079, 51.512447], [-0.076135, 51.512441], [-0.07615, 51.512486]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 626, &quot;postcode&quot;: &quot;EC3N 1NT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075601, 51.512113], [-0.075763, 51.512098], [-0.07578, 51.512156], [-0.075923, 51.512147], [-0.075951, 51.512158], [-0.076, 51.512321], [-0.075664, 51.512353], [-0.075601, 51.512113]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 546, &quot;postcode&quot;: &quot;EC3N 1NU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075413, 51.51226], [-0.075422, 51.512294], [-0.075413, 51.51226], [-0.075413, 51.51226]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3N 1PE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077607, 51.513254], [-0.07756, 51.513293], [-0.077593, 51.513335], [-0.077526, 51.513359], [-0.077501, 51.513386], [-0.077547, 51.51346], [-0.076927, 51.513735], [-0.076837, 51.513678], [-0.076818, 51.513613], [-0.076773, 51.5136], [-0.076724, 51.513608], [-0.076573, 51.513514], [-0.076631, 51.513492], [-0.076655, 51.513466], [-0.076628, 51.513314], [-0.0767, 51.513299], [-0.076748, 51.513238], [-0.0768, 51.513216], [-0.076809, 51.513157], [-0.077147, 51.513141], [-0.077221, 51.513119], [-0.077281, 51.513134], [-0.077405, 51.513223], [-0.077455, 51.513222], [-0.077549, 51.513184], [-0.077607, 51.513254]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3005, &quot;postcode&quot;: &quot;EC3N 1RE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078906, 51.51109], [-0.078891, 51.5111], [-0.07863, 51.511142], [-0.078729, 51.511122], [-0.078906, 51.51109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC3N 2AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078949, 51.511181], [-0.079003, 51.511485], [-0.078646, 51.511417], [-0.078595, 51.511378], [-0.078457, 51.511381], [-0.078222, 51.511339], [-0.078162, 51.511367], [-0.078072, 51.51155], [-0.078043, 51.511537], [-0.078012, 51.511452], [-0.078032, 51.511363], [-0.078066, 51.511331], [-0.078112, 51.511334], [-0.078435, 51.51128], [-0.078602, 51.511238], [-0.078626, 51.511245], [-0.078558, 51.511284], [-0.078561, 51.511344], [-0.078605, 51.511371], [-0.078676, 51.51137], [-0.078715, 51.511352], [-0.078727, 51.511323], [-0.078708, 51.511268], [-0.078663, 51.511245], [-0.078949, 51.511181]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 953, &quot;postcode&quot;: &quot;EC3N 2AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076185, 51.512599], [-0.076044, 51.512136], [-0.076149, 51.512126], [-0.076113, 51.511899], [-0.076136, 51.511897], [-0.076132, 51.511879], [-0.076231, 51.511873], [-0.076177, 51.511658], [-0.07628, 51.511654], [-0.076364, 51.512583], [-0.076185, 51.512599]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1328, &quot;postcode&quot;: &quot;EC3N 2AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078043, 51.511538], [-0.077948, 51.511586], [-0.077878, 51.511577], [-0.077804, 51.511594], [-0.077697, 51.511537], [-0.077628, 51.511539], [-0.077666, 51.511504], [-0.077822, 51.511433], [-0.078032, 51.511363], [-0.078013, 51.511452], [-0.078043, 51.511538]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 392, &quot;postcode&quot;: &quot;EC3N 2AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077905, 51.511288], [-0.077729, 51.511332], [-0.077702, 51.511312], [-0.0774, 51.511211], [-0.07742, 51.51112], [-0.077684, 51.510872], [-0.077791, 51.511237], [-0.077818, 51.511262], [-0.077905, 51.511288]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 800, &quot;postcode&quot;: &quot;EC3N 2AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077681, 51.511306], [-0.07766, 51.511349], [-0.077407, 51.511414], [-0.077301, 51.511463], [-0.077283, 51.511491], [-0.077299, 51.511564], [-0.077281, 51.511503], [-0.077236, 51.51148], [-0.077256, 51.511435], [-0.077322, 51.511444], [-0.077383, 51.511414], [-0.077357, 51.511327], [-0.077388, 51.5113], [-0.077423, 51.511214], [-0.077681, 51.511306]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 296, &quot;postcode&quot;: &quot;EC3N 2AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076921, 51.510713], [-0.076889, 51.510719], [-0.076971, 51.510807], [-0.077098, 51.511022], [-0.076791, 51.511065], [-0.076216, 51.510954], [-0.076174, 51.510489], [-0.076215, 51.510484], [-0.076238, 51.510559], [-0.076808, 51.51049], [-0.07686, 51.510647], [-0.076921, 51.510713]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2892, &quot;postcode&quot;: &quot;EC3N 2BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076129, 51.512827], [-0.07614, 51.512907], [-0.076023, 51.512916], [-0.076017, 51.512886], [-0.075803, 51.512906], [-0.075792, 51.512857], [-0.076129, 51.512827]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 156, &quot;postcode&quot;: &quot;EC3N 2DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077909, 51.51229], [-0.077955, 51.512332], [-0.078001, 51.5123], [-0.078121, 51.512359], [-0.078033, 51.51244], [-0.077777, 51.512405], [-0.077779, 51.51239], [-0.077822, 51.512376], [-0.077755, 51.512313], [-0.077797, 51.512276], [-0.077845, 51.51232], [-0.077909, 51.51229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 266, &quot;postcode&quot;: &quot;EC3N 2EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077552, 51.512526], [-0.077531, 51.512588], [-0.077356, 51.51264], [-0.076957, 51.512704], [-0.076973, 51.512611], [-0.077273, 51.512551], [-0.07729, 51.512519], [-0.077258, 51.512471], [-0.0773, 51.512523], [-0.07734, 51.512539], [-0.077512, 51.51251], [-0.077552, 51.512526]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 414, &quot;postcode&quot;: &quot;EC3N 2ES&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076361, 51.512642], [-0.076402, 51.512667], [-0.076471, 51.512669], [-0.076445, 51.512727], [-0.076384, 51.512762], [-0.076392, 51.512884], [-0.076422, 51.512914], [-0.076568, 51.512954], [-0.076628, 51.513314], [-0.07649, 51.513324], [-0.076438, 51.513272], [-0.076371, 51.513264], [-0.076321, 51.513179], [-0.076261, 51.513156], [-0.076243, 51.513121], [-0.076233, 51.51307], [-0.076257, 51.513033], [-0.076235, 51.512884], [-0.076207, 51.512838], [-0.076195, 51.512685], [-0.076294, 51.512677], [-0.076361, 51.512642]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1263, &quot;postcode&quot;: &quot;EC3N 2ET&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077321, 51.51255], [-0.077011, 51.512606], [-0.076967, 51.512641], [-0.076975, 51.512674], [-0.077015, 51.5127], [-0.077076, 51.512915], [-0.077179, 51.51306], [-0.077098, 51.513085], [-0.077083, 51.513129], [-0.07677, 51.513161], [-0.076715, 51.512909], [-0.076716, 51.512422], [-0.07679, 51.512404], [-0.076862, 51.512298], [-0.07697, 51.512275], [-0.077025, 51.512341], [-0.077036, 51.512419], [-0.077091, 51.51248], [-0.077154, 51.512495], [-0.077257, 51.51247], [-0.077321, 51.51255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2267, &quot;postcode&quot;: &quot;EC3N 2EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076248, 51.512594], [-0.076185, 51.512599], [-0.076119, 51.512582], [-0.076061, 51.512609], [-0.075925, 51.512621], [-0.075891, 51.512483], [-0.076042, 51.512469], [-0.076082, 51.512558], [-0.076127, 51.512571], [-0.076174, 51.512563], [-0.076201, 51.512586], [-0.076248, 51.512594]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 189, &quot;postcode&quot;: &quot;EC3N 2HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077822, 51.512376], [-0.077766, 51.512419], [-0.077548, 51.512502], [-0.077321, 51.51255], [-0.077244, 51.512485], [-0.077114, 51.512508], [-0.077017, 51.512398], [-0.077005, 51.512321], [-0.076963, 51.51229], [-0.076887, 51.512293], [-0.076834, 51.512341], [-0.076718, 51.512366], [-0.076704, 51.512334], [-0.076663, 51.512317], [-0.07659, 51.512332], [-0.076482, 51.512327], [-0.076447, 51.512284], [-0.076381, 51.511804], [-0.076448, 51.511774], [-0.076447, 51.511689], [-0.076399, 51.511653], [-0.07628, 51.511654], [-0.076268, 51.511519], [-0.077182, 51.511497], [-0.077278, 51.511479], [-0.077303, 51.511624], [-0.077244, 51.511648], [-0.077232, 51.511691], [-0.076926, 51.511998], [-0.076923, 51.512036], [-0.076967, 51.512062], [-0.077021, 51.512059], [-0.077213, 51.511905], [-0.077274, 51.511921], [-0.077514, 51.512117], [-0.077528, 51.512184], [-0.077657, 51.512232], [-0.077822, 51.512376]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6823, &quot;postcode&quot;: &quot;EC3N 2HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076278, 51.511654], [-0.076216, 51.511664], [-0.076188, 51.511693], [-0.07623, 51.511868], [-0.076122, 51.511888], [-0.076098, 51.511937], [-0.07602, 51.511943], [-0.075964, 51.5117], [-0.076001, 51.511666], [-0.076278, 51.511654]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 413, &quot;postcode&quot;: &quot;EC3N 2JY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076148, 51.511342], [-0.076129, 51.511277], [-0.076097, 51.511254], [-0.076123, 51.511252], [-0.076148, 51.511342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC3N 2LB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07581, 51.511526], [-0.075611, 51.511542], [-0.075599, 51.51147], [-0.075533, 51.51141], [-0.075591, 51.511376], [-0.075756, 51.511378], [-0.07581, 51.511526]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 245, &quot;postcode&quot;: &quot;EC3N 2LR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076267, 51.511519], [-0.076191, 51.511523], [-0.076135, 51.511296], [-0.076111, 51.511269], [-0.076059, 51.511259], [-0.075909, 51.511274], [-0.075883, 51.511179], [-0.075802, 51.511147], [-0.075735, 51.511153], [-0.075705, 51.511191], [-0.075589, 51.511165], [-0.075655, 51.511027], [-0.075703, 51.511018], [-0.07573, 51.510993], [-0.075695, 51.510851], [-0.075899, 51.510884], [-0.075938, 51.510868], [-0.075988, 51.510805], [-0.076199, 51.510772], [-0.076267, 51.511519]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1853, &quot;postcode&quot;: &quot;EC3N 2LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075756, 51.511377], [-0.075597, 51.51138], [-0.075533, 51.51141], [-0.075409, 51.511404], [-0.075354, 51.511197], [-0.075562, 51.511163], [-0.075705, 51.511191], [-0.075756, 51.511377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 584, &quot;postcode&quot;: &quot;EC3N 2LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076426, 51.513259], [-0.076428, 51.513329], [-0.07625, 51.513346], [-0.076153, 51.513119], [-0.076168, 51.513087], [-0.076133, 51.512862], [-0.076096, 51.51283], [-0.076063, 51.512719], [-0.076002, 51.512701], [-0.075763, 51.512722], [-0.075738, 51.512637], [-0.076023, 51.512612], [-0.076071, 51.51257], [-0.075955, 51.512177], [-0.075902, 51.51215], [-0.07578, 51.512156], [-0.075721, 51.511967], [-0.075845, 51.511952], [-0.075884, 51.511923], [-0.075844, 51.511715], [-0.075826, 51.511691], [-0.075783, 51.511677], [-0.075491, 51.511694], [-0.07545, 51.511555], [-0.07575, 51.51153], [-0.075788, 51.51151], [-0.075798, 51.51148], [-0.075626, 51.510938], [-0.075557, 51.510889], [-0.075426, 51.510904], [-0.075352, 51.510876], [-0.0754, 51.510696], [-0.075356, 51.510671], [-0.075202, 51.510657], [-0.075087, 51.510202], [-0.075353, 51.510163], [-0.075456, 51.509879], [-0.075608, 51.509824], [-0.075733, 51.509968], [-0.0755, 51.51001], [-0.075483, 51.510042], [-0.075509, 51.510126], [-0.075578, 51.510151], [-0.075866, 51.510122], [-0.076172, 51.510477], [-0.076199, 51.510772], [-0.075996, 51.510807], [-0.075918, 51.510895], [-0.075774, 51.510872], [-0.075732, 51.510887], [-0.075715, 51.51092], [-0.075777, 51.511131], [-0.075882, 51.511165], [-0.075902, 51.511238], [-0.075933, 51.511261], [-0.076123, 51.511252], [-0.076186, 51.511489], [-0.076218, 51.511513], [-0.076267, 51.511519], [-0.07628, 51.511654], [-0.07605, 51.511666], [-0.075986, 51.511708], [-0.075973, 51.511737], [-0.076012, 51.511866], [-0.076053, 51.511883], [-0.076132, 51.51188], [-0.076119, 51.511927], [-0.076149, 51.512126], [-0.07608, 51.51214], [-0.076057, 51.512177], [-0.076174, 51.512562], [-0.076233, 51.512593], [-0.076364, 51.512583], [-0.076373, 51.512674], [-0.07624, 51.512686], [-0.076202, 51.512729], [-0.07626, 51.513095], [-0.076358, 51.513238], [-0.076426, 51.513259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9744, &quot;postcode&quot;: &quot;EC3N 2LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077746, 51.510814], [-0.077684, 51.510871], [-0.077654, 51.510809], [-0.077546, 51.510788], [-0.077102, 51.510823], [-0.076966, 51.510572], [-0.076983, 51.5105], [-0.076962, 51.510449], [-0.076987, 51.510432], [-0.077006, 51.510473], [-0.077066, 51.510489], [-0.077666, 51.51044], [-0.07771, 51.510741], [-0.077695, 51.510777], [-0.077746, 51.510814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1794, &quot;postcode&quot;: &quot;EC3N 2NR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077629, 51.51085], [-0.077634, 51.510918], [-0.077302, 51.51123], [-0.077146, 51.510896], [-0.077212, 51.510853], [-0.07721, 51.510814], [-0.077245, 51.510811], [-0.077325, 51.510861], [-0.077589, 51.510842], [-0.077629, 51.51085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 818, &quot;postcode&quot;: &quot;EC3N 2NU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075721, 51.511966], [-0.075735, 51.512009], [-0.075571, 51.512026], [-0.075523, 51.511826], [-0.075865, 51.511809], [-0.075893, 51.511939], [-0.075872, 51.511952], [-0.075721, 51.511966]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 449, &quot;postcode&quot;: &quot;EC3N 2PU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075655, 51.511027], [-0.075589, 51.511165], [-0.075562, 51.511163], [-0.075483, 51.511], [-0.075551, 51.510963], [-0.075544, 51.510929], [-0.075486, 51.510895], [-0.075505, 51.510828], [-0.075573, 51.510755], [-0.0756, 51.510929], [-0.075633, 51.510957], [-0.075655, 51.511027]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 282, &quot;postcode&quot;: &quot;EC3N 2PX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077932, 51.512075], [-0.078225, 51.512313], [-0.078121, 51.512359], [-0.078001, 51.5123], [-0.077955, 51.512332], [-0.077909, 51.51229], [-0.077845, 51.51232], [-0.077733, 51.512217], [-0.07778, 51.51219], [-0.077717, 51.51214], [-0.077932, 51.512075]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 573, &quot;postcode&quot;: &quot;EC3N 3AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077713, 51.511945], [-0.077523, 51.512056], [-0.077483, 51.512042], [-0.077423, 51.512045], [-0.077269, 51.511924], [-0.077213, 51.511905], [-0.077392, 51.511748], [-0.077713, 51.511945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 603, &quot;postcode&quot;: &quot;EC3N 3AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077834, 51.511709], [-0.077691, 51.511772], [-0.077489, 51.511651], [-0.077655, 51.51151], [-0.077804, 51.511594], [-0.077881, 51.511574], [-0.077959, 51.511686], [-0.077834, 51.511709]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 486, &quot;postcode&quot;: &quot;EC3N 3AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078237, 51.51164], [-0.078596, 51.511709], [-0.078072, 51.512], [-0.077876, 51.511883], [-0.078237, 51.51164]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 891, &quot;postcode&quot;: &quot;EC3N 3AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078608, 51.512644], [-0.078323, 51.512778], [-0.078197, 51.512671], [-0.078125, 51.51266], [-0.077974, 51.51253], [-0.078025, 51.512433], [-0.078121, 51.512359], [-0.078225, 51.512313], [-0.078288, 51.512416], [-0.078546, 51.51263], [-0.078608, 51.512644]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1043, &quot;postcode&quot;: &quot;EC3N 3DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077717, 51.51214], [-0.07778, 51.51219], [-0.077733, 51.512217], [-0.077797, 51.512276], [-0.077745, 51.512316], [-0.077659, 51.512233], [-0.077607, 51.512203], [-0.077557, 51.512207], [-0.077491, 51.512156], [-0.077516, 51.512145], [-0.077514, 51.512117], [-0.077423, 51.512045], [-0.0775, 51.512036], [-0.077523, 51.512056], [-0.077713, 51.511945], [-0.077932, 51.512075], [-0.077717, 51.51214]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 592, &quot;postcode&quot;: &quot;EC3N 3DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0775, 51.511657], [-0.078072, 51.512], [-0.07838, 51.512253], [-0.078439, 51.512363], [-0.078721, 51.51259], [-0.07858, 51.512657], [-0.078259, 51.512392], [-0.078274, 51.512387], [-0.078238, 51.512324], [-0.077932, 51.512075], [-0.077392, 51.511748], [-0.0775, 51.511657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1667, &quot;postcode&quot;: &quot;EC3N 3ED&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078237, 51.51164], [-0.077876, 51.511883], [-0.077691, 51.511772], [-0.07775, 51.511738], [-0.07792, 51.511682], [-0.077931, 51.511648], [-0.077881, 51.511575], [-0.077953, 51.511579], [-0.078043, 51.511538], [-0.078072, 51.51155], [-0.078065, 51.511583], [-0.07809, 51.511609], [-0.078237, 51.51164]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 577, &quot;postcode&quot;: &quot;EC3N 3EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078773, 51.509636], [-0.078781, 51.509695], [-0.078876, 51.509696], [-0.078872, 51.509893], [-0.078797, 51.509898], [-0.078596, 51.509818], [-0.078576, 51.50984], [-0.078543, 51.509833], [-0.078397, 51.509767], [-0.078274, 51.509866], [-0.078299, 51.509879], [-0.078161, 51.509995], [-0.07801, 51.509938], [-0.078523, 51.509609], [-0.078741, 51.509603], [-0.078773, 51.509636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1061, &quot;postcode&quot;: &quot;EC3N 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078737, 51.510662], [-0.078595, 51.510785], [-0.078822, 51.510772], [-0.078867, 51.511097], [-0.078146, 51.511233], [-0.078035, 51.511269], [-0.078029, 51.511259], [-0.077904, 51.511288], [-0.077797, 51.511259], [-0.077684, 51.510871], [-0.077746, 51.510814], [-0.077881, 51.510806], [-0.077886, 51.510828], [-0.078058, 51.510817], [-0.078124, 51.510697], [-0.078737, 51.510662]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3964, &quot;postcode&quot;: &quot;EC3N 4AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078737, 51.510662], [-0.079179, 51.510642], [-0.079177, 51.510609], [-0.07919, 51.510616], [-0.079192, 51.510642], [-0.079222, 51.510663], [-0.079253, 51.51097], [-0.079208, 51.51098], [-0.07919, 51.51075], [-0.079211, 51.51102], [-0.079195, 51.511037], [-0.078867, 51.511097], [-0.078822, 51.510772], [-0.078595, 51.510785], [-0.078737, 51.510662]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1403, &quot;postcode&quot;: &quot;EC3N 4AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07919, 51.510462], [-0.07917, 51.51049], [-0.079179, 51.510642], [-0.078163, 51.510695], [-0.078114, 51.510716], [-0.078058, 51.510817], [-0.077886, 51.510828], [-0.077815, 51.51081], [-0.077776, 51.510496], [-0.07772, 51.510282], [-0.077637, 51.510266], [-0.077612, 51.510234], [-0.077564, 51.51022], [-0.077021, 51.510267], [-0.076973, 51.5103], [-0.076959, 51.510443], [-0.076889, 51.510451], [-0.076851, 51.510154], [-0.077897, 51.509993], [-0.078321, 51.509734], [-0.078065, 51.509904], [-0.078066, 51.509955], [-0.078117, 51.509977], [-0.078172, 51.509975], [-0.078274, 51.509897], [-0.078381, 51.509941], [-0.078669, 51.509924], [-0.078716, 51.509903], [-0.078797, 51.509898], [-0.079198, 51.510057], [-0.07919, 51.510462]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9494, &quot;postcode&quot;: &quot;EC3N 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078383, 51.509941], [-0.078274, 51.509897], [-0.078299, 51.509879], [-0.078274, 51.509866], [-0.078397, 51.509767], [-0.078543, 51.509833], [-0.078576, 51.50984], [-0.078596, 51.509818], [-0.078797, 51.509898], [-0.078716, 51.509903], [-0.078719, 51.509921], [-0.078383, 51.509941]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 383, &quot;postcode&quot;: &quot;EC3N 4AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07962, 51.510106], [-0.079571, 51.510339], [-0.079303, 51.510337], [-0.079246, 51.510319], [-0.079187, 51.510337], [-0.079198, 51.510057], [-0.079251, 51.510096], [-0.079398, 51.510132], [-0.079447, 51.510127], [-0.079478, 51.510104], [-0.07962, 51.510106]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 706, &quot;postcode&quot;: &quot;EC3N 4AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079778, 51.510677], [-0.0794, 51.510675], [-0.079349, 51.510689], [-0.079329, 51.510722], [-0.079341, 51.511011], [-0.07928, 51.511032], [-0.079275, 51.510993], [-0.079247, 51.51097], [-0.079223, 51.510672], [-0.079177, 51.510608], [-0.079169, 51.510462], [-0.079189, 51.510435], [-0.079212, 51.510083], [-0.07919, 51.510055], [-0.079132, 51.510031], [-0.079289, 51.509873], [-0.079345, 51.509773], [-0.079545, 51.509519], [-0.079693, 51.509488], [-0.079661, 51.509529], [-0.07961, 51.509535], [-0.079578, 51.509557], [-0.079467, 51.509715], [-0.079472, 51.509748], [-0.079409, 51.509857], [-0.07937, 51.509877], [-0.079353, 51.50991], [-0.079542, 51.510193], [-0.079415, 51.510144], [-0.079348, 51.510149], [-0.079317, 51.510182], [-0.079317, 51.510291], [-0.079369, 51.510335], [-0.079525, 51.510334], [-0.07979, 51.510362], [-0.0798, 51.510617], [-0.079778, 51.510677]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2733, &quot;postcode&quot;: &quot;EC3N 4AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077766, 51.510479], [-0.077719, 51.510482], [-0.077685, 51.510505], [-0.077687, 51.510581], [-0.07767, 51.510477], [-0.077614, 51.510446], [-0.076997, 51.510496], [-0.076975, 51.510287], [-0.077024, 51.510266], [-0.077498, 51.510225], [-0.077677, 51.510229], [-0.077738, 51.510267], [-0.077766, 51.510479]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1359, &quot;postcode&quot;: &quot;EC3N 4DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077794, 51.510768], [-0.077746, 51.510813], [-0.077695, 51.510832], [-0.077684, 51.510871], [-0.077633, 51.51092], [-0.077623, 51.510871], [-0.077552, 51.510845], [-0.077238, 51.510862], [-0.07717, 51.51089], [-0.077161, 51.510924], [-0.077281, 51.511151], [-0.077273, 51.511182], [-0.077301, 51.51123], [-0.077263, 51.511267], [-0.076985, 51.510672], [-0.076939, 51.510646], [-0.07686, 51.510647], [-0.076801, 51.510514], [-0.07674, 51.510499], [-0.076238, 51.510559], [-0.07622, 51.510511], [-0.076173, 51.510477], [-0.076852, 51.510468], [-0.076947, 51.510429], [-0.076954, 51.510338], [-0.076971, 51.510336], [-0.076987, 51.510432], [-0.076969, 51.510574], [-0.077098, 51.510803], [-0.077155, 51.510818], [-0.077551, 51.510785], [-0.077604, 51.510751], [-0.077674, 51.51074], [-0.077703, 51.510712], [-0.077637, 51.510266], [-0.077685, 51.510262], [-0.077794, 51.510768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1360, &quot;postcode&quot;: &quot;EC3N 4DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074888, 51.510233], [-0.074725, 51.5102], [-0.074724, 51.510145], [-0.074672, 51.510108], [-0.074497, 51.510117], [-0.074396, 51.510086], [-0.074225, 51.510105], [-0.074181, 51.510136], [-0.074051, 51.510135], [-0.074003, 51.510177], [-0.073176, 51.510152], [-0.07311, 51.510166], [-0.073011, 51.510213], [-0.072908, 51.510301], [-0.07274, 51.510183], [-0.07323, 51.510002], [-0.07411, 51.5099], [-0.074172, 51.510073], [-0.074214, 51.510094], [-0.074276, 51.510092], [-0.074367, 51.510051], [-0.074397, 51.509982], [-0.074537, 51.509899], [-0.074559, 51.509914], [-0.074485, 51.509965], [-0.074492, 51.510007], [-0.074684, 51.510107], [-0.074781, 51.510111], [-0.074833, 51.510091], [-0.074888, 51.510233]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2302, &quot;postcode&quot;: &quot;EC3N 4DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079209, 51.5095], [-0.079164, 51.509531], [-0.07897, 51.509529], [-0.078741, 51.509603], [-0.078524, 51.509609], [-0.078839, 51.509414], [-0.078887, 51.50935], [-0.078859, 51.509424], [-0.078887, 51.509459], [-0.079104, 51.509494], [-0.079172, 51.509476], [-0.079209, 51.5095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 389, &quot;postcode&quot;: &quot;EC3N 4EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082834, 51.50976], [-0.08282, 51.509892], [-0.082779, 51.509923], [-0.082754, 51.510047], [-0.08271, 51.51006], [-0.082689, 51.510088], [-0.082705, 51.51012], [-0.082756, 51.510138], [-0.082734, 51.510217], [-0.082777, 51.510251], [-0.082709, 51.510326], [-0.081924, 51.510045], [-0.081906, 51.510023], [-0.081956, 51.510003], [-0.082145, 51.509777], [-0.08232, 51.509785], [-0.082304, 51.509831], [-0.08233, 51.509862], [-0.082563, 51.509913], [-0.082622, 51.50989], [-0.082633, 51.509843], [-0.082747, 51.5098], [-0.082774, 51.509752], [-0.082834, 51.50976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2148, &quot;postcode&quot;: &quot;EC3R 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085429, 51.510708], [-0.085399, 51.510803], [-0.0852, 51.510787], [-0.084788, 51.510811], [-0.084389, 51.510796], [-0.084151, 51.510749], [-0.083259, 51.510681], [-0.082888, 51.510633], [-0.082833, 51.510615], [-0.082803, 51.51058], [-0.082559, 51.510489], [-0.082488, 51.510431], [-0.081874, 51.510203], [-0.081781, 51.510197], [-0.081779, 51.510164], [-0.081746, 51.510142], [-0.081697, 51.510137], [-0.081655, 51.510152], [-0.080902, 51.509866], [-0.080762, 51.509834], [-0.080682, 51.50985], [-0.080625, 51.509774], [-0.080648, 51.509659], [-0.080566, 51.509612], [-0.080595, 51.509561], [-0.080493, 51.509512], [-0.080566, 51.509533], [-0.080625, 51.50952], [-0.080691, 51.509443], [-0.080704, 51.509378], [-0.080666, 51.509354], [-0.080551, 51.509333], [-0.0805, 51.509354], [-0.080422, 51.509452], [-0.080365, 51.509405], [-0.080424, 51.509348], [-0.080473, 51.509352], [-0.080517, 51.509333], [-0.080514, 51.509281], [-0.080567, 51.509222], [-0.080628, 51.509229], [-0.080718, 51.509206], [-0.080858, 51.509295], [-0.08139, 51.50943], [-0.081114, 51.509709], [-0.081137, 51.50975], [-0.08128, 51.509799], [-0.081344, 51.509784], [-0.081426, 51.509698], [-0.081508, 51.509665], [-0.081588, 51.509584], [-0.081795, 51.509442], [-0.082083, 51.509525], [-0.081957, 51.509672], [-0.081982, 51.509707], [-0.082064, 51.509732], [-0.081858, 51.509976], [-0.081861, 51.510014], [-0.082682, 51.510307], [-0.08273, 51.510341], [-0.082725, 51.510409], [-0.082864, 51.51051], [-0.082964, 51.510543], [-0.083279, 51.51058], [-0.083326, 51.510572], [-0.083376, 51.51059], [-0.083868, 51.510624], [-0.083929, 51.510604], [-0.083941, 51.510551], [-0.084013, 51.510546], [-0.084055, 51.51064], [-0.084283, 51.510677], [-0.084349, 51.510666], [-0.084383, 51.510616], [-0.084458, 51.510626], [-0.08446, 51.510673], [-0.084515, 51.510695], [-0.084794, 51.510713], [-0.085098, 51.510697], [-0.085429, 51.510708]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9131, &quot;postcode&quot;: &quot;EC3R 5AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081425, 51.509698], [-0.081341, 51.509799], [-0.081407, 51.50986], [-0.081084, 51.509731], [-0.0812, 51.509617], [-0.081425, 51.509698]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 285, &quot;postcode&quot;: &quot;EC3R 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080684, 51.509583], [-0.080632, 51.509635], [-0.080577, 51.509636], [-0.080539, 51.509661], [-0.080527, 51.509757], [-0.080575, 51.509779], [-0.080651, 51.509771], [-0.080654, 51.509799], [-0.080556, 51.509784], [-0.080503, 51.509805], [-0.080435, 51.510025], [-0.07994, 51.50998], [-0.079885, 51.510004], [-0.079861, 51.510082], [-0.079706, 51.510068], [-0.079644, 51.510106], [-0.079478, 51.510104], [-0.079349, 51.50992], [-0.079376, 51.509853], [-0.079428, 51.509824], [-0.079452, 51.509737], [-0.079594, 51.509534], [-0.079659, 51.509522], [-0.079693, 51.509488], [-0.080155, 51.509392], [-0.080684, 51.509583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4746, &quot;postcode&quot;: &quot;EC3R 5AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081426, 51.509169], [-0.081392, 51.509241], [-0.081413, 51.509277], [-0.081316, 51.509392], [-0.081284, 51.509404], [-0.080846, 51.509292], [-0.080798, 51.509292], [-0.080758, 51.509314], [-0.080685, 51.509452], [-0.080594, 51.509546], [-0.080155, 51.509392], [-0.080533, 51.509313], [-0.080629, 51.509333], [-0.080708, 51.509279], [-0.080751, 51.50928], [-0.080795, 51.509259], [-0.081254, 51.509163], [-0.081426, 51.509169]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1283, &quot;postcode&quot;: &quot;EC3R 5AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082383, 51.510426], [-0.082306, 51.510533], [-0.082238, 51.510588], [-0.082187, 51.510808], [-0.082137, 51.51084], [-0.081933, 51.510835], [-0.081602, 51.510802], [-0.0817, 51.510417], [-0.081804, 51.510248], [-0.08185, 51.510237], [-0.081906, 51.510247], [-0.082383, 51.510426]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2408, &quot;postcode&quot;: &quot;EC3R 5AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079528, 51.509547], [-0.079344, 51.509775], [-0.079303, 51.509858], [-0.079132, 51.510031], [-0.078797, 51.509898], [-0.078841, 51.50989], [-0.07887, 51.509866], [-0.078875, 51.509736], [-0.078844, 51.509703], [-0.078782, 51.509695], [-0.078741, 51.509603], [-0.078882, 51.509552], [-0.079031, 51.509522], [-0.079084, 51.509498], [-0.079197, 51.5095], [-0.079254, 51.509487], [-0.079478, 51.50953], [-0.079545, 51.509519], [-0.079634, 51.509527], [-0.079682, 51.509502], [-0.079707, 51.509538], [-0.079578, 51.509532], [-0.079528, 51.509547]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1927, &quot;postcode&quot;: &quot;EC3R 5BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079633, 51.509207], [-0.079744, 51.509307], [-0.079858, 51.509277], [-0.080155, 51.509392], [-0.079484, 51.509531], [-0.079254, 51.509487], [-0.07921, 51.509499], [-0.079193, 51.509479], [-0.079224, 51.509483], [-0.07917, 51.509476], [-0.079161, 51.5095], [-0.078841, 51.509459], [-0.078887, 51.50935], [-0.079102, 51.509039], [-0.079212, 51.509048], [-0.079633, 51.509207]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2668, &quot;postcode&quot;: &quot;EC3R 5BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079011, 51.50854], [-0.078981, 51.508592], [-0.07898, 51.508593], [-0.078981, 51.508591], [-0.079011, 51.50854]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3R 5BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081257, 51.508946], [-0.081139, 51.509133], [-0.081173, 51.50918], [-0.080794, 51.509259], [-0.080725, 51.509221], [-0.080671, 51.509218], [-0.080561, 51.509249], [-0.080533, 51.509313], [-0.080155, 51.509392], [-0.078986, 51.508972], [-0.078804, 51.508868], [-0.079017, 51.50853], [-0.079052, 51.50851], [-0.079152, 51.508368], [-0.079209, 51.508345], [-0.079213, 51.508306], [-0.079307, 51.508306], [-0.079586, 51.50837], [-0.079606, 51.508395], [-0.079579, 51.508441], [-0.079619, 51.508471], [-0.080838, 51.50877], [-0.080942, 51.508811], [-0.081031, 51.50888], [-0.081257, 51.508946]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11113, &quot;postcode&quot;: &quot;EC3R 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079744, 51.509307], [-0.079633, 51.509207], [-0.079829, 51.509281], [-0.079744, 51.509307]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 44, &quot;postcode&quot;: &quot;EC3R 5BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083586, 51.509776], [-0.083567, 51.509808], [-0.08298, 51.509706], [-0.082912, 51.509722], [-0.082826, 51.510122], [-0.082743, 51.51033], [-0.082756, 51.510425], [-0.08272, 51.510443], [-0.082694, 51.510419], [-0.082721, 51.510347], [-0.082691, 51.510311], [-0.082743, 51.510169], [-0.082723, 51.510141], [-0.082683, 51.510128], [-0.082668, 51.510069], [-0.082615, 51.510046], [-0.082499, 51.510049], [-0.082465, 51.510015], [-0.082495, 51.509931], [-0.082464, 51.509893], [-0.082108, 51.509826], [-0.08218, 51.509764], [-0.082279, 51.509613], [-0.082424, 51.509492], [-0.082677, 51.509527], [-0.082744, 51.509569], [-0.082743, 51.509612], [-0.082782, 51.509637], [-0.083586, 51.509776]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2619, &quot;postcode&quot;: &quot;EC3R 5DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085846, 51.509373], [-0.085822, 51.509451], [-0.085742, 51.509461], [-0.085677, 51.509549], [-0.08572, 51.509468], [-0.085667, 51.509426], [-0.085195, 51.509383], [-0.08502, 51.509476], [-0.084901, 51.509472], [-0.084563, 51.509337], [-0.084368, 51.509319], [-0.084364, 51.509264], [-0.08439, 51.509222], [-0.084346, 51.509185], [-0.08454, 51.508959], [-0.084525, 51.508926], [-0.08445, 51.508885], [-0.084494, 51.508696], [-0.084779, 51.508698], [-0.084828, 51.50872], [-0.085306, 51.508756], [-0.085233, 51.50929], [-0.085284, 51.509313], [-0.085612, 51.509332], [-0.085846, 51.509373]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4720, &quot;postcode&quot;: &quot;EC3R 6AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080331, 51.508073], [-0.080024, 51.508476], [-0.079093, 51.508255], [-0.079441, 51.507813], [-0.080331, 51.508073]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3595, &quot;postcode&quot;: &quot;EC3R 6AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079307, 51.508306], [-0.07921, 51.508305], [-0.079094, 51.508255], [-0.079139, 51.508264], [-0.079307, 51.508306]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC3R 6AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086421, 51.509524], [-0.08636, 51.509638], [-0.086323, 51.509659], [-0.086321, 51.509664], [-0.086295, 51.509708], [-0.086264, 51.509759], [-0.086273, 51.509721], [-0.086227, 51.509665], [-0.086086, 51.509638], [-0.086134, 51.509514], [-0.086421, 51.509524]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 322, &quot;postcode&quot;: &quot;EC3R 6AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080331, 51.508073], [-0.081316, 51.508347], [-0.081308, 51.508406], [-0.081048, 51.508748], [-0.080025, 51.508476], [-0.080331, 51.508073]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3668, &quot;postcode&quot;: &quot;EC3R 6AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079964, 51.508461], [-0.07995, 51.508471], [-0.079607, 51.508395], [-0.079586, 51.50837], [-0.079964, 51.508461]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 49, &quot;postcode&quot;: &quot;EC3R 6AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081377, 51.508329], [-0.081388, 51.50835], [-0.081536, 51.508366], [-0.08154, 51.508347], [-0.081584, 51.508351], [-0.081574, 51.508378], [-0.08137, 51.508356], [-0.081315, 51.508362], [-0.081316, 51.508347], [-0.08123, 51.508323], [-0.081219, 51.508306], [-0.081317, 51.508331], [-0.081318, 51.508321], [-0.081377, 51.508329]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 45, &quot;postcode&quot;: &quot;EC3R 6AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08594, 51.510275], [-0.085776, 51.510562], [-0.08574, 51.510541], [-0.085637, 51.51052], [-0.085569, 51.510533], [-0.085554, 51.510454], [-0.085517, 51.510426], [-0.0856, 51.510161], [-0.085923, 51.510257], [-0.08594, 51.510275]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 815, &quot;postcode&quot;: &quot;EC3R 6BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086261, 51.510068], [-0.086281, 51.510118], [-0.086376, 51.510144], [-0.086307, 51.510155], [-0.086254, 51.510146], [-0.086261, 51.510068]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC3R 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084494, 51.509199], [-0.084482, 51.50927], [-0.084408, 51.509273], [-0.084334, 51.509323], [-0.083947, 51.509269], [-0.083884, 51.509283], [-0.08358, 51.509772], [-0.083546, 51.509768], [-0.083636, 51.509622], [-0.083622, 51.509583], [-0.08352, 51.509553], [-0.083472, 51.509558], [-0.083439, 51.509583], [-0.083152, 51.509535], [-0.083167, 51.509458], [-0.083146, 51.50943], [-0.082973, 51.509407], [-0.082937, 51.509324], [-0.082878, 51.509296], [-0.082861, 51.509249], [-0.082782, 51.509216], [-0.082663, 51.50921], [-0.082761, 51.509115], [-0.082732, 51.509064], [-0.081738, 51.508931], [-0.081452, 51.508867], [-0.081298, 51.508848], [-0.082753, 51.509007], [-0.082804, 51.509029], [-0.083371, 51.509096], [-0.083602, 51.509112], [-0.083597, 51.50915], [-0.083561, 51.50918], [-0.083568, 51.50921], [-0.083604, 51.509231], [-0.083708, 51.509245], [-0.084238, 51.509263], [-0.084289, 51.509247], [-0.084343, 51.509188], [-0.084494, 51.509199]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3785, &quot;postcode&quot;: &quot;EC3R 6DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087098, 51.509298], [-0.087026, 51.509391], [-0.086992, 51.509484], [-0.086926, 51.509515], [-0.086668, 51.509477], [-0.086484, 51.509524], [-0.086192, 51.509515], [-0.086146, 51.509525], [-0.08612, 51.50955], [-0.086108, 51.509622], [-0.086147, 51.509645], [-0.086232, 51.509655], [-0.08625, 51.509689], [-0.086294, 51.509708], [-0.086218, 51.509835], [-0.086126, 51.509812], [-0.086051, 51.509838], [-0.085937, 51.509819], [-0.085891, 51.509845], [-0.085884, 51.509898], [-0.085838, 51.509959], [-0.085776, 51.509944], [-0.085708, 51.509955], [-0.085668, 51.509944], [-0.085846, 51.509373], [-0.085924, 51.509384], [-0.085975, 51.509369], [-0.086043, 51.509212], [-0.086154, 51.509211], [-0.086197, 51.50914], [-0.0864, 51.509172], [-0.086464, 51.509157], [-0.086563, 51.508908], [-0.086554, 51.508875], [-0.086515, 51.508856], [-0.086029, 51.508789], [-0.086046, 51.508734], [-0.087082, 51.508977], [-0.087095, 51.509018], [-0.087032, 51.509199], [-0.087098, 51.509298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5314, &quot;postcode&quot;: &quot;EC3R 6DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082509, 51.509205], [-0.081897, 51.509185], [-0.081852, 51.509193], [-0.081823, 51.509222], [-0.081834, 51.509261], [-0.081937, 51.509355], [-0.081592, 51.509581], [-0.081489, 51.509687], [-0.08144, 51.509702], [-0.0812, 51.509617], [-0.081352, 51.509464], [-0.081341, 51.509426], [-0.081284, 51.509404], [-0.081387, 51.509308], [-0.081399, 51.509199], [-0.081341, 51.509166], [-0.081254, 51.509164], [-0.081174, 51.50918], [-0.081117, 51.509165], [-0.081235, 51.508961], [-0.081201, 51.50893], [-0.081041, 51.508884], [-0.081072, 51.508867], [-0.081211, 51.508903], [-0.08126, 51.508902], [-0.081401, 51.508952], [-0.08174, 51.509025], [-0.082108, 51.509062], [-0.082509, 51.509205]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3178, &quot;postcode&quot;: &quot;EC3R 6DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080025, 51.508476], [-0.081305, 51.508821], [-0.081296, 51.508848], [-0.081452, 51.508867], [-0.081736, 51.508931], [-0.082761, 51.509064], [-0.083598, 51.50915], [-0.083602, 51.509112], [-0.083631, 51.509132], [-0.083971, 51.509159], [-0.083987, 51.509192], [-0.084316, 51.509219], [-0.084276, 51.509264], [-0.083714, 51.509245], [-0.083373, 51.509203], [-0.083368, 51.509219], [-0.083342, 51.509216], [-0.083349, 51.509197], [-0.081746, 51.509026], [-0.081044, 51.508859], [-0.081027, 51.508877], [-0.080942, 51.508811], [-0.080616, 51.508706], [-0.079195, 51.508369], [-0.079042, 51.508343], [-0.079086, 51.508272], [-0.080016, 51.508486], [-0.080025, 51.508476]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3328, &quot;postcode&quot;: &quot;EC3R 6DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084913, 51.508546], [-0.084773, 51.508705], [-0.084553, 51.508698], [-0.084494, 51.50872], [-0.084405, 51.509118], [-0.084316, 51.509219], [-0.084261, 51.509217], [-0.083988, 51.509192], [-0.083926, 51.509156], [-0.083631, 51.509132], [-0.083542, 51.509105], [-0.083649, 51.508637], [-0.08361, 51.508594], [-0.081636, 51.508356], [-0.083615, 51.50859], [-0.083679, 51.508418], [-0.084913, 51.508546]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5239, &quot;postcode&quot;: &quot;EC3R 6DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08366, 51.508599], [-0.083541, 51.509105], [-0.083406, 51.5091], [-0.082753, 51.509023], [-0.082709, 51.509002], [-0.082447, 51.508971], [-0.081296, 51.508848], [-0.081298, 51.508813], [-0.081261, 51.508786], [-0.081141, 51.508774], [-0.080681, 51.508648], [-0.080993, 51.508729], [-0.081047, 51.508725], [-0.081305, 51.508409], [-0.081311, 51.508354], [-0.081523, 51.508371], [-0.081586, 51.508347], [-0.08366, 51.508599]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9686, &quot;postcode&quot;: &quot;EC3R 6EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086575, 51.508865], [-0.086464, 51.509182], [-0.086262, 51.509151], [-0.086207, 51.509159], [-0.086164, 51.509229], [-0.086085, 51.509221], [-0.086035, 51.509243], [-0.085975, 51.509395], [-0.085612, 51.509332], [-0.085182, 51.509303], [-0.085225, 51.509264], [-0.085294, 51.508776], [-0.085245, 51.50875], [-0.084794, 51.508718], [-0.084779, 51.508698], [-0.084916, 51.508546], [-0.085575, 51.508624], [-0.086045, 51.508734], [-0.086046, 51.508772], [-0.086089, 51.508798], [-0.086575, 51.508865]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6064, &quot;postcode&quot;: &quot;EC3R 6HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0816, 51.511528], [-0.081537, 51.511658], [-0.081483, 51.511683], [-0.08146, 51.511542], [-0.081398, 51.51151], [-0.08134, 51.511523], [-0.081187, 51.511639], [-0.080655, 51.511622], [-0.080625, 51.511471], [-0.080582, 51.511443], [-0.08051, 51.511441], [-0.08051, 51.511375], [-0.081038, 51.511345], [-0.08108, 51.511333], [-0.081385, 51.511326], [-0.08143, 51.511311], [-0.081528, 51.511341], [-0.081585, 51.511336], [-0.081574, 51.511437], [-0.0816, 51.511528]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2010, &quot;postcode&quot;: &quot;EC3R 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080269, 51.511122], [-0.080214, 51.51109], [-0.080244, 51.510973], [-0.080329, 51.510916], [-0.080269, 51.511122]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 87, &quot;postcode&quot;: &quot;EC3R 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081808, 51.510246], [-0.081778, 51.51027], [-0.081748, 51.510346], [-0.081645, 51.510322], [-0.081583, 51.510336], [-0.081615, 51.510221], [-0.081611, 51.510156], [-0.081581, 51.510127], [-0.081657, 51.510152], [-0.081657, 51.510185], [-0.08169, 51.510208], [-0.081738, 51.510213], [-0.081788, 51.510197], [-0.081808, 51.510246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 200, &quot;postcode&quot;: &quot;EC3R 7AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080508, 51.510199], [-0.080542, 51.510081], [-0.080596, 51.510023], [-0.080534, 51.510254], [-0.080508, 51.510199]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 53, &quot;postcode&quot;: &quot;EC3R 7AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081748, 51.510346], [-0.081678, 51.510507], [-0.081647, 51.510521], [-0.081663, 51.510434], [-0.081626, 51.510402], [-0.081565, 51.510399], [-0.081583, 51.510336], [-0.081646, 51.510358], [-0.081748, 51.510346]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 100, &quot;postcode&quot;: &quot;EC3R 7BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081501, 51.5114], [-0.081453, 51.511064], [-0.081411, 51.511072], [-0.081421, 51.510876], [-0.081433, 51.510838], [-0.081464, 51.510825], [-0.081451, 51.510957], [-0.081474, 51.510723], [-0.081476, 51.510701], [-0.081565, 51.5104], [-0.081701, 51.510069], [-0.081799, 51.510103], [-0.081781, 51.510197], [-0.08167, 51.510414], [-0.081578, 51.510832], [-0.081592, 51.510839], [-0.081559, 51.511141], [-0.081585, 51.511336], [-0.081501, 51.5114]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1211, &quot;postcode&quot;: &quot;EC3R 7BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079805, 51.512004], [-0.079733, 51.511983], [-0.079714, 51.511878], [-0.079646, 51.511823], [-0.07968, 51.511801], [-0.079692, 51.51176], [-0.079754, 51.511833], [-0.079724, 51.511854], [-0.079721, 51.511884], [-0.079805, 51.512004]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 69, &quot;postcode&quot;: &quot;EC3R 7JP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079477, 51.511519], [-0.079303, 51.511536], [-0.079303, 51.511517], [-0.079169, 51.511517], [-0.079003, 51.511485], [-0.078957, 51.511181], [-0.079493, 51.511075], [-0.07949, 51.511328], [-0.079509, 51.511327], [-0.079474, 51.511341], [-0.079475, 51.511442], [-0.079491, 51.511442], [-0.079477, 51.511519]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1511, &quot;postcode&quot;: &quot;EC3R 7LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079491, 51.511574], [-0.079383, 51.511558], [-0.07938, 51.51153], [-0.079476, 51.511519], [-0.079491, 51.511574]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 32, &quot;postcode&quot;: &quot;EC3R 7LQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080423, 51.511976], [-0.08035, 51.512004], [-0.080292, 51.511925], [-0.080232, 51.511909], [-0.080062, 51.511665], [-0.080087, 51.511634], [-0.080075, 51.511603], [-0.0802, 51.511607], [-0.08028, 51.511727], [-0.080317, 51.511747], [-0.080311, 51.511775], [-0.080353, 51.511838], [-0.080338, 51.51188], [-0.080423, 51.511976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 410, &quot;postcode&quot;: &quot;EC3R 7LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079509, 51.511327], [-0.079491, 51.511345], [-0.079474, 51.511345], [-0.079509, 51.511327]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC3R 7NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080136, 51.510927], [-0.080083, 51.511105], [-0.080061, 51.511082], [-0.080016, 51.51107], [-0.079796, 51.511076], [-0.079745, 51.511097], [-0.079739, 51.51131], [-0.079665, 51.511338], [-0.079658, 51.511438], [-0.079475, 51.511438], [-0.07949, 51.511132], [-0.079468, 51.511104], [-0.079416, 51.511092], [-0.078135, 51.511329], [-0.077844, 51.511424], [-0.077646, 51.511519], [-0.077538, 51.511609], [-0.077471, 51.511696], [-0.07694, 51.512137], [-0.076934, 51.512175], [-0.077011, 51.512258], [-0.076963, 51.512276], [-0.076912, 51.512228], [-0.076852, 51.51222], [-0.076811, 51.512237], [-0.076746, 51.512303], [-0.076717, 51.51237], [-0.076715, 51.512909], [-0.076784, 51.513235], [-0.076738, 51.513253], [-0.076699, 51.513308], [-0.076628, 51.513314], [-0.076529, 51.512667], [-0.07659, 51.512332], [-0.076724, 51.51217], [-0.076931, 51.511993], [-0.077295, 51.511626], [-0.077299, 51.511562], [-0.077262, 51.51148], [-0.077404, 51.511414], [-0.07798, 51.51127], [-0.078024, 51.511271], [-0.078117, 51.511239], [-0.079179, 51.511044], [-0.079208, 51.511018], [-0.079208, 51.51098], [-0.079302, 51.510963], [-0.079335, 51.510936], [-0.079327, 51.510676], [-0.079623, 51.510674], [-0.079708, 51.510935], [-0.079742, 51.510962], [-0.07979, 51.510966], [-0.07989, 51.510947], [-0.079911, 51.510919], [-0.079905, 51.510858], [-0.07998, 51.510853], [-0.079991, 51.51091], [-0.080028, 51.510937], [-0.080094, 51.510941], [-0.080136, 51.510927]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6392, &quot;postcode&quot;: &quot;EC3R 7NB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080658, 51.509654], [-0.080453, 51.510405], [-0.080352, 51.510692], [-0.080381, 51.510734], [-0.080329, 51.510915], [-0.080271, 51.510935], [-0.080247, 51.510962], [-0.080157, 51.511343], [-0.080167, 51.511606], [-0.080113, 51.511646], [-0.08035, 51.512004], [-0.080314, 51.512063], [-0.080176, 51.511809], [-0.080012, 51.511614], [-0.080039, 51.511334], [-0.080151, 51.510859], [-0.080103, 51.510828], [-0.079946, 51.510822], [-0.079904, 51.510859], [-0.079917, 51.510951], [-0.07972, 51.510975], [-0.079624, 51.510674], [-0.079972, 51.510685], [-0.080154, 51.510709], [-0.080218, 51.510688], [-0.080314, 51.510471], [-0.080402, 51.510138], [-0.080436, 51.510105], [-0.080477, 51.509957], [-0.080464, 51.509926], [-0.080553, 51.509607], [-0.080658, 51.509654]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2971, &quot;postcode&quot;: &quot;EC3R 7ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080511, 51.510347], [-0.080465, 51.510528], [-0.080415, 51.51055], [-0.080353, 51.510658], [-0.080352, 51.510718], [-0.08028, 51.510697], [-0.080212, 51.510719], [-0.079978, 51.510685], [-0.079778, 51.510677], [-0.079799, 51.510615], [-0.079788, 51.510386], [-0.079745, 51.510358], [-0.079571, 51.510339], [-0.079647, 51.510061], [-0.080402, 51.510136], [-0.080351, 51.510327], [-0.080398, 51.510357], [-0.080511, 51.510347]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3245, &quot;postcode&quot;: &quot;EC3R 7NE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08027, 51.510664], [-0.08023, 51.510666], [-0.080265, 51.510565], [-0.080256, 51.510637], [-0.08027, 51.510664]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14, &quot;postcode&quot;: &quot;EC3R 7NL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080269, 51.511122], [-0.0802, 51.511363], [-0.080114, 51.511324], [-0.080039, 51.511351], [-0.080013, 51.511547], [-0.079947, 51.511512], [-0.079682, 51.51152], [-0.079653, 51.511544], [-0.079658, 51.511584], [-0.079631, 51.511616], [-0.079668, 51.511723], [-0.079579, 51.511746], [-0.079478, 51.511549], [-0.079475, 51.511439], [-0.079601, 51.511437], [-0.079653, 51.51141], [-0.07966, 51.51131], [-0.079711, 51.511299], [-0.079736, 51.511272], [-0.079734, 51.511078], [-0.08009, 51.511068], [-0.080088, 51.51111], [-0.080128, 51.511139], [-0.080189, 51.511138], [-0.080235, 51.511107], [-0.080269, 51.511122]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1819, &quot;postcode&quot;: &quot;EC3R 7NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081621, 51.510199], [-0.081477, 51.510698], [-0.081464, 51.510825], [-0.081429, 51.510852], [-0.081408, 51.510945], [-0.081431, 51.511325], [-0.081117, 51.511332], [-0.080571, 51.511373], [-0.080519, 51.511395], [-0.08051, 51.511441], [-0.080187, 51.511445], [-0.080118, 51.511387], [-0.08007, 51.511384], [-0.080027, 51.511403], [-0.080057, 51.511239], [-0.08005, 51.511307], [-0.080079, 51.511336], [-0.080146, 51.511342], [-0.080216, 51.511306], [-0.080251, 51.511174], [-0.080181, 51.511119], [-0.080289, 51.511053], [-0.080372, 51.510766], [-0.080349, 51.510728], [-0.080422, 51.510523], [-0.080476, 51.510487], [-0.080637, 51.509864], [-0.080755, 51.509828], [-0.08087, 51.509854], [-0.081584, 51.510121], [-0.081621, 51.510199]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12151, &quot;postcode&quot;: &quot;EC3R 7PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080621, 51.509925], [-0.080596, 51.510023], [-0.080542, 51.510081], [-0.080422, 51.51007], [-0.080462, 51.50993], [-0.080538, 51.50994], [-0.080621, 51.509925]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 166, &quot;postcode&quot;: &quot;EC3R 7QH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080681, 51.50985], [-0.080637, 51.509875], [-0.080621, 51.509925], [-0.080573, 51.509921], [-0.080605, 51.509847], [-0.080591, 51.509817], [-0.080618, 51.5098], [-0.080654, 51.509799], [-0.080681, 51.50985]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 50, &quot;postcode&quot;: &quot;EC3R 7QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080534, 51.510254], [-0.080511, 51.510347], [-0.080407, 51.510325], [-0.080336, 51.510348], [-0.080389, 51.51018], [-0.080375, 51.510147], [-0.080328, 51.510129], [-0.079861, 51.510082], [-0.079891, 51.509973], [-0.080435, 51.510026], [-0.080425, 51.510167], [-0.080459, 51.510194], [-0.080508, 51.510199], [-0.080534, 51.510254]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 686, &quot;postcode&quot;: &quot;EC3R 7QR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085582, 51.510508], [-0.085562, 51.510546], [-0.085482, 51.510539], [-0.085517, 51.510426], [-0.085566, 51.510429], [-0.085556, 51.510478], [-0.085582, 51.510508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 58, &quot;postcode&quot;: &quot;EC3R 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083196, 51.509381], [-0.083154, 51.509526], [-0.082806, 51.509519], [-0.082759, 51.509537], [-0.082744, 51.509569], [-0.082669, 51.509527], [-0.082424, 51.509492], [-0.08237, 51.509465], [-0.082311, 51.509475], [-0.082259, 51.509522], [-0.081869, 51.509403], [-0.081922, 51.509346], [-0.082058, 51.509413], [-0.082217, 51.509455], [-0.082267, 51.509454], [-0.082591, 51.509269], [-0.082609, 51.509236], [-0.082589, 51.509208], [-0.082814, 51.509215], [-0.082857, 51.509244], [-0.082959, 51.509251], [-0.082948, 51.509329], [-0.082999, 51.509375], [-0.083044, 51.509387], [-0.083106, 51.509368], [-0.083196, 51.509381]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1598, &quot;postcode&quot;: &quot;EC3R 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084076, 51.510259], [-0.084074, 51.510236], [-0.084195, 51.510252], [-0.084179, 51.510283], [-0.084257, 51.510298], [-0.084224, 51.510384], [-0.084147, 51.510379], [-0.084144, 51.510366], [-0.08401, 51.510366], [-0.083989, 51.510293], [-0.084049, 51.510288], [-0.084046, 51.510259], [-0.084076, 51.510259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 200, &quot;postcode&quot;: &quot;EC3R 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085605, 51.510431], [-0.085406, 51.51042], [-0.085389, 51.51019], [-0.085444, 51.510041], [-0.085478, 51.510033], [-0.085597, 51.510086], [-0.085578, 51.510128], [-0.0856, 51.510161], [-0.085531, 51.510386], [-0.085552, 51.510418], [-0.085605, 51.510431]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 478, &quot;postcode&quot;: &quot;EC3R 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086094, 51.510063], [-0.08594, 51.510275], [-0.0859, 51.51025], [-0.085559, 51.510149], [-0.085593, 51.51013], [-0.085598, 51.510092], [-0.085629, 51.510066], [-0.085664, 51.509956], [-0.086001, 51.51005], [-0.086094, 51.510063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 704, &quot;postcode&quot;: &quot;EC3R 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086218, 51.509835], [-0.086094, 51.510063], [-0.086013, 51.510053], [-0.085717, 51.509971], [-0.085652, 51.509999], [-0.0856, 51.510161], [-0.085552, 51.510147], [-0.085585, 51.510099], [-0.085561, 51.510064], [-0.085495, 51.510048], [-0.085437, 51.51007], [-0.085357, 51.510227], [-0.085374, 51.510706], [-0.085321, 51.510709], [-0.085296, 51.510384], [-0.085265, 51.510317], [-0.085321, 51.510067], [-0.085298, 51.510035], [-0.085241, 51.51002], [-0.085294, 51.509976], [-0.08534, 51.509974], [-0.085375, 51.509954], [-0.08542, 51.509862], [-0.085461, 51.50984], [-0.085643, 51.509586], [-0.085774, 51.509602], [-0.085686, 51.509885], [-0.085718, 51.509927], [-0.085792, 51.50994], [-0.085841, 51.509926], [-0.08591, 51.509799], [-0.08601, 51.509823], [-0.086077, 51.509796], [-0.086218, 51.509835]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1883, &quot;postcode&quot;: &quot;EC3R 8AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086955, 51.509813], [-0.086902, 51.509959], [-0.086848, 51.509985], [-0.086753, 51.510199], [-0.086657, 51.510212], [-0.08662, 51.510232], [-0.086307, 51.510155], [-0.08625, 51.51009], [-0.086508, 51.509606], [-0.08648, 51.509525], [-0.086645, 51.50968], [-0.086925, 51.509739], [-0.08692, 51.509784], [-0.086955, 51.509813]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2151, &quot;postcode&quot;: &quot;EC3R 8BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085029, 51.510063], [-0.084916, 51.5101], [-0.084783, 51.510091], [-0.084723, 51.510078], [-0.084675, 51.510041], [-0.084309, 51.509978], [-0.084326, 51.509937], [-0.084363, 51.509912], [-0.08441, 51.509804], [-0.084479, 51.509783], [-0.084529, 51.509692], [-0.084653, 51.509699], [-0.084728, 51.509722], [-0.084793, 51.50971], [-0.084852, 51.509671], [-0.084856, 51.509625], [-0.084766, 51.509571], [-0.084904, 51.509643], [-0.084862, 51.509693], [-0.084858, 51.509771], [-0.084947, 51.509827], [-0.084926, 51.509909], [-0.085029, 51.510063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1436, &quot;postcode&quot;: &quot;EC3R 8BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084541, 51.509332], [-0.084474, 51.50944], [-0.084355, 51.509427], [-0.084303, 51.509446], [-0.084277, 51.509509], [-0.084317, 51.50956], [-0.084256, 51.509591], [-0.084237, 51.509622], [-0.084022, 51.509591], [-0.084055, 51.509438], [-0.084026, 51.509401], [-0.083931, 51.509392], [-0.083867, 51.509446], [-0.083919, 51.509356], [-0.083878, 51.509277], [-0.083888, 51.509252], [-0.084206, 51.509306], [-0.084369, 51.509282], [-0.084413, 51.509322], [-0.084541, 51.509332]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 948, &quot;postcode&quot;: &quot;EC3R 8BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084783, 51.510092], [-0.0847, 51.510133], [-0.084644, 51.510126], [-0.084597, 51.510147], [-0.084238, 51.510079], [-0.084292, 51.510015], [-0.084357, 51.510022], [-0.084406, 51.509996], [-0.084654, 51.510039], [-0.084686, 51.510071], [-0.084783, 51.510092]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 350, &quot;postcode&quot;: &quot;EC3R 8DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085277, 51.510266], [-0.085273, 51.510353], [-0.084931, 51.510335], [-0.084679, 51.510305], [-0.084624, 51.510317], [-0.084597, 51.510296], [-0.084819, 51.510219], [-0.084916, 51.5101], [-0.085029, 51.510063], [-0.085115, 51.510077], [-0.085277, 51.510266]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 835, &quot;postcode&quot;: &quot;EC3R 8DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084625, 51.510298], [-0.084596, 51.510382], [-0.0845, 51.510383], [-0.084456, 51.510439], [-0.08448, 51.510377], [-0.084468, 51.510348], [-0.084303, 51.510307], [-0.08434, 51.510227], [-0.084415, 51.510239], [-0.084467, 51.510225], [-0.084547, 51.510241], [-0.084562, 51.510272], [-0.084625, 51.510298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 245, &quot;postcode&quot;: &quot;EC3R 8DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084154, 51.510089], [-0.084229, 51.510092], [-0.084238, 51.510079], [-0.084597, 51.510147], [-0.084767, 51.50982], [-0.084848, 51.509616], [-0.084904, 51.509643], [-0.08465, 51.510248], [-0.0847, 51.510133], [-0.084783, 51.510092], [-0.084916, 51.5101], [-0.084831, 51.510214], [-0.084703, 51.510267], [-0.084896, 51.510295], [-0.084889, 51.510311], [-0.084632, 51.510276], [-0.084597, 51.510296], [-0.084639, 51.5103], [-0.084615, 51.510313], [-0.084494, 51.510601], [-0.08454, 51.51063], [-0.084383, 51.510616], [-0.084547, 51.510241], [-0.084467, 51.510225], [-0.084454, 51.51025], [-0.08434, 51.510227], [-0.084303, 51.510307], [-0.084179, 51.510283], [-0.084195, 51.510252], [-0.084022, 51.510228], [-0.08403, 51.510211], [-0.08396, 51.510214], [-0.084045, 51.510096], [-0.084141, 51.510117], [-0.084154, 51.510089]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1578, &quot;postcode&quot;: &quot;EC3R 8DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084154, 51.510089], [-0.084118, 51.510157], [-0.084065, 51.510197], [-0.084076, 51.510259], [-0.084049, 51.510288], [-0.083983, 51.510293], [-0.08396, 51.510214], [-0.084009, 51.510209], [-0.084043, 51.510188], [-0.084073, 51.510136], [-0.084045, 51.510096], [-0.084056, 51.510083], [-0.08409, 51.510072], [-0.084154, 51.510089]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 121, &quot;postcode&quot;: &quot;EC3R 8DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082776, 51.510254], [-0.082826, 51.510123], [-0.08324, 51.510182], [-0.083208, 51.510266], [-0.08325, 51.510274], [-0.083236, 51.510302], [-0.08316, 51.510286], [-0.083143, 51.510324], [-0.082776, 51.510254]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 469, &quot;postcode&quot;: &quot;EC3R 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084468, 51.509814], [-0.084408, 51.509833], [-0.084366, 51.509909], [-0.084364, 51.509965], [-0.084405, 51.509996], [-0.084381, 51.510036], [-0.084291, 51.510032], [-0.084229, 51.510092], [-0.08409, 51.510072], [-0.084083, 51.510049], [-0.084193, 51.509904], [-0.08426, 51.509763], [-0.084393, 51.509778], [-0.084418, 51.509802], [-0.084468, 51.509814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 472, &quot;postcode&quot;: &quot;EC3R 8DW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082826, 51.510123], [-0.082904, 51.509693], [-0.083502, 51.5098], [-0.0833, 51.510282], [-0.083208, 51.510266], [-0.08324, 51.510182], [-0.082826, 51.510123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1921, &quot;postcode&quot;: &quot;EC3R 8DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084875, 51.509491], [-0.084673, 51.509476], [-0.08465, 51.509511], [-0.084848, 51.509616], [-0.084797, 51.509743], [-0.084753, 51.509718], [-0.084724, 51.509736], [-0.084653, 51.509699], [-0.084637, 51.509708], [-0.084538, 51.509689], [-0.084468, 51.509814], [-0.084385, 51.5098], [-0.084393, 51.509778], [-0.084248, 51.50976], [-0.084341, 51.509424], [-0.084474, 51.50944], [-0.084554, 51.509333], [-0.084901, 51.509472], [-0.084875, 51.509491]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1299, &quot;postcode&quot;: &quot;EC3R 8DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08424, 51.509614], [-0.084308, 51.50942], [-0.084341, 51.509424], [-0.084233, 51.509838], [-0.084083, 51.510049], [-0.08409, 51.510072], [-0.084056, 51.510082], [-0.083958, 51.510204], [-0.08401, 51.510366], [-0.084013, 51.510546], [-0.083941, 51.510551], [-0.083944, 51.510386], [-0.083907, 51.510228], [-0.083847, 51.510223], [-0.083819, 51.510307], [-0.083527, 51.510268], [-0.083568, 51.510167], [-0.083498, 51.510155], [-0.083569, 51.509981], [-0.083714, 51.510005], [-0.083736, 51.509959], [-0.083858, 51.510008], [-0.083932, 51.509918], [-0.083876, 51.509905], [-0.083916, 51.509818], [-0.083934, 51.509798], [-0.083981, 51.509792], [-0.084063, 51.5096], [-0.08424, 51.509614]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2089, &quot;postcode&quot;: &quot;EC3R 8EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084063, 51.5096], [-0.083981, 51.509792], [-0.083941, 51.509804], [-0.083906, 51.509839], [-0.083893, 51.509886], [-0.083932, 51.509918], [-0.083858, 51.510008], [-0.083777, 51.509983], [-0.083714, 51.510005], [-0.083602, 51.509992], [-0.083554, 51.510015], [-0.083304, 51.510626], [-0.083219, 51.510617], [-0.083196, 51.510567], [-0.083208, 51.510537], [-0.083262, 51.510508], [-0.083278, 51.51046], [-0.083253, 51.510427], [-0.083265, 51.5104], [-0.083314, 51.510375], [-0.08334, 51.510312], [-0.083318, 51.510238], [-0.0835, 51.509827], [-0.083495, 51.509782], [-0.083446, 51.509749], [-0.082819, 51.509643], [-0.082834, 51.509519], [-0.083154, 51.509526], [-0.08339, 51.509574], [-0.083436, 51.509565], [-0.083466, 51.509538], [-0.083635, 51.50958], [-0.083683, 51.509579], [-0.083722, 51.509554], [-0.083878, 51.509277], [-0.083948, 51.509378], [-0.084061, 51.509404], [-0.08403, 51.509564], [-0.084063, 51.5096]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3438, &quot;postcode&quot;: &quot;EC3R 8EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082758, 51.509229], [-0.082723, 51.509282], [-0.082555, 51.509287], [-0.08247, 51.509328], [-0.082344, 51.509412], [-0.082336, 51.50945], [-0.082293, 51.50949], [-0.082262, 51.509466], [-0.08198, 51.509381], [-0.081838, 51.509267], [-0.081817, 51.509209], [-0.08185, 51.509183], [-0.082586, 51.509208], [-0.082758, 51.509229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1187, &quot;postcode&quot;: &quot;EC3R 8HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082889, 51.509246], [-0.082819, 51.509643], [-0.082758, 51.509644], [-0.082733, 51.509618], [-0.08276, 51.50949], [-0.082735, 51.509454], [-0.082586, 51.509439], [-0.082491, 51.509458], [-0.082354, 51.509544], [-0.082206, 51.509713], [-0.082213, 51.509758], [-0.082282, 51.50978], [-0.082175, 51.509779], [-0.082132, 51.509795], [-0.081923, 51.510044], [-0.081829, 51.510011], [-0.082033, 51.509767], [-0.082017, 51.509723], [-0.081927, 51.509694], [-0.082055, 51.509541], [-0.082021, 51.509505], [-0.081796, 51.509441], [-0.081862, 51.509397], [-0.081917, 51.509383], [-0.081937, 51.509355], [-0.081981, 51.509382], [-0.081968, 51.509415], [-0.081995, 51.509445], [-0.082251, 51.509509], [-0.082446, 51.509369], [-0.082605, 51.509374], [-0.082703, 51.509361], [-0.08276, 51.509325], [-0.082793, 51.509233], [-0.082889, 51.509246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1516, &quot;postcode&quot;: &quot;EC3R 8HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085178, 51.50938], [-0.085743, 51.509439], [-0.085681, 51.509549], [-0.085767, 51.50941], [-0.085809, 51.509422], [-0.085797, 51.509446], [-0.085822, 51.509451], [-0.085774, 51.509602], [-0.085695, 51.509611], [-0.085708, 51.509593], [-0.085643, 51.509586], [-0.085453, 51.509852], [-0.08542, 51.509862], [-0.085446, 51.509855], [-0.085347, 51.510014], [-0.085294, 51.509976], [-0.085241, 51.51002], [-0.085115, 51.510077], [-0.085029, 51.510063], [-0.084922, 51.509905], [-0.084948, 51.509827], [-0.084886, 51.5098], [-0.084835, 51.509813], [-0.084904, 51.509643], [-0.084662, 51.509526], [-0.084657, 51.509487], [-0.084705, 51.509471], [-0.085028, 51.50951], [-0.08502, 51.509476], [-0.085178, 51.50938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3296, &quot;postcode&quot;: &quot;EC3R 8LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08384, 51.512482], [-0.084336, 51.512612], [-0.084496, 51.512641], [-0.084363, 51.512844], [-0.084201, 51.512807], [-0.08396, 51.51278], [-0.08384, 51.512482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 992, &quot;postcode&quot;: &quot;EC3V 0AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084423, 51.51255], [-0.084423, 51.51257], [-0.084413, 51.512568], [-0.084423, 51.51255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC3V 0AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084088, 51.513356], [-0.083962, 51.513438], [-0.083868, 51.513394], [-0.083842, 51.513363], [-0.083783, 51.513353], [-0.084088, 51.513356]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 92, &quot;postcode&quot;: &quot;EC3V 0AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08414, 51.512252], [-0.084159, 51.512188], [-0.084173, 51.51217], [-0.084207, 51.512178], [-0.084229, 51.512137], [-0.084429, 51.51219], [-0.0844, 51.51224], [-0.084568, 51.512277], [-0.0846, 51.512226], [-0.084644, 51.512233], [-0.084646, 51.512249], [-0.08466, 51.512236], [-0.084761, 51.512253], [-0.084775, 51.512231], [-0.084832, 51.512238], [-0.084622, 51.512486], [-0.084343, 51.512409], [-0.084321, 51.512441], [-0.084274, 51.512428], [-0.084232, 51.512488], [-0.084032, 51.51244], [-0.084121, 51.512337], [-0.084163, 51.512258], [-0.08414, 51.512252]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1181, &quot;postcode&quot;: &quot;EC3V 0AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08447, 51.51302], [-0.084629, 51.512822], [-0.085273, 51.512921], [-0.08523, 51.513011], [-0.085231, 51.513075], [-0.085004, 51.513081], [-0.08447, 51.51302]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1064, &quot;postcode&quot;: &quot;EC3V 0AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08464, 51.51246], [-0.084643, 51.512462], [-0.084623, 51.512485], [-0.08464, 51.51246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3V 0AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086255, 51.51229], [-0.086006, 51.512598], [-0.085961, 51.512616], [-0.085866, 51.512616], [-0.08582, 51.512643], [-0.085779, 51.512746], [-0.085788, 51.512803], [-0.085521, 51.512727], [-0.085451, 51.512738], [-0.085324, 51.512709], [-0.085228, 51.512647], [-0.084843, 51.512552], [-0.085251, 51.511996], [-0.08535, 51.512041], [-0.085832, 51.512123], [-0.086255, 51.51229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5010, &quot;postcode&quot;: &quot;EC3V 0BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085376, 51.512711], [-0.085339, 51.512751], [-0.085355, 51.512823], [-0.085316, 51.512912], [-0.085273, 51.512921], [-0.084629, 51.512822], [-0.084842, 51.512552], [-0.085274, 51.512657], [-0.085298, 51.512685], [-0.085376, 51.512711]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1322, &quot;postcode&quot;: &quot;EC3V 0BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085041, 51.510942], [-0.085108, 51.510998], [-0.084969, 51.511025], [-0.084974, 51.511034], [-0.084891, 51.511041], [-0.084884, 51.511065], [-0.084892, 51.511101], [-0.085023, 51.511121], [-0.085033, 51.511138], [-0.08489, 51.511111], [-0.084878, 51.511136], [-0.084721, 51.511107], [-0.084735, 51.511071], [-0.084583, 51.511101], [-0.084582, 51.511077], [-0.084636, 51.511086], [-0.084675, 51.511032], [-0.084746, 51.511045], [-0.084763, 51.511002], [-0.08484, 51.511011], [-0.084898, 51.510937], [-0.085041, 51.510942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 325, &quot;postcode&quot;: &quot;EC3V 0BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086372, 51.511314], [-0.0863, 51.511399], [-0.086301, 51.511434], [-0.08625, 51.511519], [-0.086182, 51.511545], [-0.086184, 51.511592], [-0.086044, 51.511814], [-0.085983, 51.511806], [-0.085935, 51.511826], [-0.085827, 51.512034], [-0.085358, 51.51194], [-0.085284, 51.511958], [-0.084456, 51.513037], [-0.08438, 51.513154], [-0.08429, 51.513372], [-0.084241, 51.513355], [-0.084145, 51.513358], [-0.084293, 51.513015], [-0.084327, 51.512984], [-0.084301, 51.512929], [-0.084317, 51.512891], [-0.084357, 51.512868], [-0.084544, 51.512576], [-0.084858, 51.512202], [-0.084858, 51.512171], [-0.084828, 51.512149], [-0.084861, 51.512095], [-0.084904, 51.512083], [-0.084926, 51.512056], [-0.084889, 51.512011], [-0.084901, 51.511955], [-0.084921, 51.511929], [-0.084982, 51.511946], [-0.085029, 51.511941], [-0.085084, 51.511894], [-0.085166, 51.511888], [-0.085206, 51.511848], [-0.085233, 51.511796], [-0.085212, 51.511759], [-0.085254, 51.511528], [-0.085379, 51.511462], [-0.085648, 51.510887], [-0.085623, 51.510839], [-0.085655, 51.510787], [-0.085718, 51.510791], [-0.086067, 51.510898], [-0.085882, 51.510857], [-0.085812, 51.510876], [-0.085776, 51.511029], [-0.085786, 51.511083], [-0.085825, 51.511108], [-0.085886, 51.511106], [-0.086089, 51.511016], [-0.086264, 51.510964], [-0.086276, 51.510988], [-0.086239, 51.511063], [-0.086173, 51.511073], [-0.086142, 51.511115], [-0.08615, 51.511145], [-0.08619, 51.511166], [-0.086175, 51.51124], [-0.086208, 51.511268], [-0.086372, 51.511314]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8784, &quot;postcode&quot;: &quot;EC3V 0BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084728, 51.51305], [-0.084582, 51.513046], [-0.084552, 51.513074], [-0.084533, 51.513167], [-0.084416, 51.513158], [-0.084364, 51.513188], [-0.084458, 51.513035], [-0.084728, 51.51305]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 124, &quot;postcode&quot;: &quot;EC3V 0DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084287, 51.512996], [-0.084145, 51.513358], [-0.084088, 51.513356], [-0.084155, 51.513311], [-0.084166, 51.513285], [-0.084039, 51.512973], [-0.084234, 51.513004], [-0.084287, 51.512996]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 312, &quot;postcode&quot;: &quot;EC3V 0DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084611, 51.512845], [-0.084614, 51.51284], [-0.084629, 51.512822], [-0.084611, 51.512845]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3V 0DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085314, 51.511166], [-0.085283, 51.511161], [-0.085357, 51.511174], [-0.085398, 51.511148], [-0.085499, 51.511167], [-0.085333, 51.51139], [-0.085103, 51.51135], [-0.085117, 51.51132], [-0.08505, 51.511307], [-0.085041, 51.511327], [-0.084748, 51.511274], [-0.084707, 51.511363], [-0.084428, 51.511309], [-0.084476, 51.511226], [-0.084434, 51.511219], [-0.084479, 51.511128], [-0.084546, 51.511142], [-0.084567, 51.511104], [-0.084735, 51.511071], [-0.084721, 51.511107], [-0.084878, 51.511136], [-0.08489, 51.511111], [-0.085186, 51.511167], [-0.085074, 51.511146], [-0.085117, 51.511135], [-0.085211, 51.511149], [-0.085216, 51.511132], [-0.085305, 51.511144], [-0.085314, 51.511166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1555, &quot;postcode&quot;: &quot;EC3V 0EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085594, 51.511005], [-0.085521, 51.511171], [-0.085478, 51.511189], [-0.085464, 51.511214], [-0.085439, 51.511247], [-0.085452, 51.511205], [-0.085413, 51.511175], [-0.085316, 51.511167], [-0.085257, 51.511142], [-0.085074, 51.511146], [-0.084892, 51.511101], [-0.084891, 51.511041], [-0.085347, 51.510951], [-0.085594, 51.511005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 830, &quot;postcode&quot;: &quot;EC3V 0EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086296, 51.510948], [-0.086276, 51.510988], [-0.086214, 51.51098], [-0.086087, 51.511016], [-0.085883, 51.511109], [-0.085755, 51.511187], [-0.085785, 51.511111], [-0.085776, 51.511029], [-0.08581, 51.51084], [-0.086296, 51.510948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 609, &quot;postcode&quot;: &quot;EC3V 0EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085521, 51.511171], [-0.085374, 51.511476], [-0.085256, 51.511536], [-0.085227, 51.511744], [-0.085106, 51.511871], [-0.08492, 51.511847], [-0.084929, 51.511805], [-0.08489, 51.511776], [-0.084573, 51.511715], [-0.084748, 51.511274], [-0.08499, 51.511317], [-0.08505, 51.511307], [-0.085116, 51.511319], [-0.085157, 51.511358], [-0.08531, 51.51138], [-0.085358, 51.511356], [-0.085499, 51.511167], [-0.085521, 51.511171]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2426, &quot;postcode&quot;: &quot;EC3V 0HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084891, 51.512006], [-0.08494, 51.512027], [-0.084957, 51.51201], [-0.084998, 51.512012], [-0.084941, 51.512114], [-0.084861, 51.512095], [-0.084891, 51.512006]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 65, &quot;postcode&quot;: &quot;EC3V 0XL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083574, 51.512113], [-0.083614, 51.512141], [-0.083721, 51.512197], [-0.083634, 51.512166], [-0.083574, 51.512113]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC3V 1AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083296, 51.513371], [-0.083311, 51.513256], [-0.083062, 51.513224], [-0.083059, 51.513151], [-0.082935, 51.513146], [-0.083057, 51.512826], [-0.083417, 51.512887], [-0.083424, 51.51287], [-0.083544, 51.512888], [-0.083536, 51.512909], [-0.083627, 51.512924], [-0.083635, 51.512906], [-0.084039, 51.512972], [-0.084172, 51.513295], [-0.084088, 51.513356], [-0.083477, 51.513351], [-0.083296, 51.513371]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3607, &quot;postcode&quot;: &quot;EC3V 1LE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083591, 51.513352], [-0.083392, 51.51336], [-0.083116, 51.513394], [-0.082219, 51.513421], [-0.082903, 51.51339], [-0.082936, 51.513355], [-0.082935, 51.513146], [-0.083059, 51.513151], [-0.083064, 51.513201], [-0.0831, 51.513227], [-0.083311, 51.513256], [-0.083306, 51.513326], [-0.083342, 51.513356], [-0.083591, 51.513352]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 580, &quot;postcode&quot;: &quot;EC3V 1LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084147, 51.51299], [-0.083684, 51.512915], [-0.083625, 51.512924], [-0.083536, 51.512909], [-0.083484, 51.512879], [-0.083417, 51.512887], [-0.083057, 51.512826], [-0.083091, 51.512742], [-0.083067, 51.512705], [-0.082835, 51.512651], [-0.082607, 51.512567], [-0.082659, 51.512517], [-0.082776, 51.512562], [-0.082831, 51.512564], [-0.083007, 51.512489], [-0.083838, 51.512483], [-0.083831, 51.512547], [-0.083878, 51.51258], [-0.084031, 51.512951], [-0.084067, 51.512976], [-0.084147, 51.51299]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3121, &quot;postcode&quot;: &quot;EC3V 1LR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084894, 51.51204], [-0.084761, 51.512253], [-0.084637, 51.512241], [-0.084287, 51.512153], [-0.084239, 51.512157], [-0.084172, 51.512188], [-0.084144, 51.512218], [-0.084163, 51.512258], [-0.084121, 51.512336], [-0.083989, 51.512521], [-0.083899, 51.512522], [-0.083873, 51.512548], [-0.083877, 51.512579], [-0.08382, 51.51257], [-0.083825, 51.512514], [-0.08377, 51.512484], [-0.083004, 51.512489], [-0.082879, 51.512271], [-0.082955, 51.512257], [-0.083036, 51.512312], [-0.083124, 51.512355], [-0.083181, 51.512358], [-0.083231, 51.512397], [-0.083529, 51.512423], [-0.083575, 51.512414], [-0.083603, 51.512384], [-0.083594, 51.512338], [-0.083476, 51.51215], [-0.083716, 51.512004], [-0.083736, 51.511944], [-0.083821, 51.511872], [-0.083884, 51.511763], [-0.084, 51.511726], [-0.084158, 51.511751], [-0.084217, 51.511785], [-0.084826, 51.511886], [-0.084897, 51.511944], [-0.084894, 51.51204]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5408, &quot;postcode&quot;: &quot;EC3V 1LT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083989, 51.512521], [-0.084032, 51.51244], [-0.084232, 51.512488], [-0.084274, 51.512428], [-0.084321, 51.512441], [-0.084343, 51.512409], [-0.084622, 51.512486], [-0.084496, 51.512641], [-0.083989, 51.512521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 625, &quot;postcode&quot;: &quot;EC3V 1LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08466, 51.512236], [-0.084568, 51.512277], [-0.0844, 51.51224], [-0.084407, 51.512193], [-0.08466, 51.512236]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 85, &quot;postcode&quot;: &quot;EC3V 1LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083439, 51.513011], [-0.083439, 51.513011], [-0.083439, 51.513011], [-0.083439, 51.513011]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3V 1PJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087959, 51.513506], [-0.087921, 51.513431], [-0.08776, 51.513391], [-0.08788, 51.513389], [-0.087949, 51.513405], [-0.087959, 51.513506]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 38, &quot;postcode&quot;: &quot;EC3V 3DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086472, 51.513694], [-0.086478, 51.513738], [-0.086506, 51.513737], [-0.086511, 51.513753], [-0.086463, 51.513753], [-0.086447, 51.513694], [-0.086472, 51.513694]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13, &quot;postcode&quot;: &quot;EC3V 3LF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086575, 51.513454], [-0.08656, 51.51343], [-0.086636, 51.513433], [-0.086596, 51.513443], [-0.086575, 51.513454]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;EC3V 3LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088458, 51.513674], [-0.088073, 51.51377], [-0.088034, 51.513796], [-0.087463, 51.513968], [-0.08743, 51.51393], [-0.087437, 51.51388], [-0.087372, 51.513857], [-0.087206, 51.513869], [-0.086819, 51.513947], [-0.086685, 51.513956], [-0.08656, 51.513486], [-0.086622, 51.513437], [-0.08776, 51.513391], [-0.087862, 51.513416], [-0.087929, 51.513412], [-0.087988, 51.513589], [-0.08802, 51.513611], [-0.088066, 51.513616], [-0.088103, 51.513699], [-0.088133, 51.513722], [-0.088187, 51.513727], [-0.088357, 51.513681], [-0.088458, 51.513674]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5257, &quot;postcode&quot;: &quot;EC3V 3LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08667, 51.513426], [-0.086637, 51.513433], [-0.086617, 51.513428], [-0.086619, 51.513428], [-0.08667, 51.513426]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC3V 3LR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086305, 51.51356], [-0.086305, 51.513626], [-0.086254, 51.513886], [-0.086216, 51.513866], [-0.086169, 51.513865], [-0.086117, 51.513723], [-0.086034, 51.513692], [-0.086088, 51.513544], [-0.086305, 51.51356]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 447, &quot;postcode&quot;: &quot;EC3V 3LT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08628, 51.514109], [-0.086278, 51.51414], [-0.085827, 51.514108], [-0.085592, 51.514117], [-0.085566, 51.514038], [-0.085629, 51.513972], [-0.085754, 51.513989], [-0.085789, 51.513969], [-0.085809, 51.513923], [-0.085711, 51.513822], [-0.085488, 51.513759], [-0.08551, 51.513737], [-0.085624, 51.513746], [-0.085668, 51.513736], [-0.085751, 51.51362], [-0.085816, 51.513609], [-0.08584, 51.51357], [-0.085951, 51.513548], [-0.085993, 51.513492], [-0.086045, 51.513496], [-0.085988, 51.513649], [-0.086038, 51.513693], [-0.085933, 51.513844], [-0.085839, 51.514043], [-0.085909, 51.514075], [-0.086215, 51.514039], [-0.086226, 51.514078], [-0.08628, 51.514109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1247, &quot;postcode&quot;: &quot;EC3V 3NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084859, 51.51348], [-0.085416, 51.513435], [-0.085438, 51.51368], [-0.085203, 51.513695], [-0.085206, 51.513727], [-0.084934, 51.513815], [-0.08479, 51.513749], [-0.084758, 51.513714], [-0.084785, 51.513713], [-0.084661, 51.513713], [-0.084661, 51.513725], [-0.08456, 51.51371], [-0.08457, 51.513481], [-0.084859, 51.51348]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1813, &quot;postcode&quot;: &quot;EC3V 3NB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089108, 51.513434], [-0.088751, 51.513427], [-0.088151, 51.513611], [-0.088009, 51.513423], [-0.087872, 51.51339], [-0.086601, 51.513447], [-0.086549, 51.513431], [-0.086169, 51.513429], [-0.086115, 51.513461], [-0.086038, 51.513692], [-0.085995, 51.513695], [-0.085959, 51.513715], [-0.085803, 51.51395], [-0.086014, 51.513585], [-0.086051, 51.513476], [-0.086012, 51.513435], [-0.085446, 51.513434], [-0.084672, 51.513486], [-0.084253, 51.513467], [-0.084298, 51.513352], [-0.085663, 51.513318], [-0.085702, 51.513287], [-0.085743, 51.513036], [-0.085947, 51.513069], [-0.085939, 51.513114], [-0.08597, 51.513145], [-0.085981, 51.513199], [-0.085974, 51.513271], [-0.086015, 51.513303], [-0.086206, 51.513295], [-0.086293, 51.513137], [-0.08639, 51.513153], [-0.08645, 51.51312], [-0.086528, 51.513137], [-0.086527, 51.51327], [-0.086568, 51.513288], [-0.086634, 51.513285], [-0.086679, 51.513254], [-0.086707, 51.513127], [-0.086804, 51.512945], [-0.086877, 51.512946], [-0.086917, 51.512914], [-0.086963, 51.512928], [-0.087011, 51.51297], [-0.087071, 51.512975], [-0.087116, 51.512954], [-0.087236, 51.512984], [-0.087245, 51.513013], [-0.087282, 51.513032], [-0.087337, 51.513037], [-0.087377, 51.513022], [-0.087419, 51.512948], [-0.087416, 51.512916], [-0.087265, 51.51286], [-0.087338, 51.512747], [-0.088082, 51.512962], [-0.088137, 51.512964], [-0.088597, 51.513161], [-0.088641, 51.513211], [-0.088631, 51.51327], [-0.088663, 51.513303], [-0.089074, 51.513329], [-0.089108, 51.513434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11084, &quot;postcode&quot;: &quot;EC3V 3ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086715, 51.513111], [-0.086707, 51.513128], [-0.086681, 51.513123], [-0.086686, 51.513114], [-0.086715, 51.513111]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3, &quot;postcode&quot;: &quot;EC3V 3NF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086217, 51.51316], [-0.086174, 51.513268], [-0.086195, 51.513302], [-0.085954, 51.513311], [-0.085982, 51.513199], [-0.086087, 51.513143], [-0.086217, 51.51316]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 243, &quot;postcode&quot;: &quot;EC3V 3NG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08479, 51.513749], [-0.084488, 51.513775], [-0.084494, 51.513724], [-0.08446, 51.513696], [-0.084188, 51.51367], [-0.084209, 51.513584], [-0.084222, 51.513566], [-0.084253, 51.513466], [-0.084274, 51.513414], [-0.084278, 51.513445], [-0.084318, 51.513468], [-0.08457, 51.513481], [-0.084568, 51.513691], [-0.084622, 51.513715], [-0.084758, 51.513714], [-0.08479, 51.513749]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 696, &quot;postcode&quot;: &quot;EC3V 3NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086854, 51.513997], [-0.086374, 51.514121], [-0.086287, 51.514113], [-0.086218, 51.514078], [-0.086215, 51.514039], [-0.086331, 51.514017], [-0.086363, 51.513976], [-0.086254, 51.513886], [-0.086286, 51.513688], [-0.086199, 51.513656], [-0.086212, 51.513616], [-0.086192, 51.513567], [-0.086091, 51.513547], [-0.086124, 51.513429], [-0.08667, 51.513426], [-0.086594, 51.513451], [-0.086557, 51.513502], [-0.086665, 51.513864], [-0.08671, 51.513921], [-0.086788, 51.513946], [-0.086842, 51.513943], [-0.086854, 51.513997]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2122, &quot;postcode&quot;: &quot;EC3V 3NL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084661, 51.513761], [-0.084661, 51.513752], [-0.08479, 51.513749], [-0.084845, 51.513766], [-0.084842, 51.513891], [-0.084845, 51.513774], [-0.084934, 51.513815], [-0.084917, 51.513874], [-0.08479, 51.51401], [-0.084773, 51.513934], [-0.084714, 51.513939], [-0.08471, 51.513926], [-0.084478, 51.513913], [-0.08449, 51.513766], [-0.084661, 51.513761]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 560, &quot;postcode&quot;: &quot;EC3V 3NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088248, 51.513286], [-0.088249, 51.513291], [-0.088074, 51.513276], [-0.088248, 51.513286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC3V 3NR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085589, 51.513277], [-0.085571, 51.513325], [-0.084347, 51.513352], [-0.084297, 51.51337], [-0.084274, 51.513412], [-0.084264, 51.513371], [-0.084301, 51.513346], [-0.084381, 51.513152], [-0.084483, 51.513158], [-0.084533, 51.513128], [-0.084542, 51.513067], [-0.08451, 51.513044], [-0.084458, 51.513035], [-0.08447, 51.51302], [-0.085004, 51.513081], [-0.085231, 51.513075], [-0.085237, 51.513197], [-0.085305, 51.51326], [-0.085589, 51.513277]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2022, &quot;postcode&quot;: &quot;EC3V 3PD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085984, 51.51343], [-0.085961, 51.513548], [-0.085858, 51.513577], [-0.085827, 51.513632], [-0.085779, 51.51364], [-0.085714, 51.513684], [-0.085668, 51.513749], [-0.085532, 51.513744], [-0.085383, 51.513772], [-0.085206, 51.513727], [-0.085205, 51.513695], [-0.085345, 51.513686], [-0.085408, 51.513667], [-0.085431, 51.513644], [-0.085418, 51.513473], [-0.085389, 51.513448], [-0.085337, 51.51344], [-0.085984, 51.51343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1168, &quot;postcode&quot;: &quot;EC3V 3QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086508, 51.513292], [-0.086526, 51.513175], [-0.086542, 51.513188], [-0.086586, 51.513106], [-0.086707, 51.513128], [-0.086671, 51.513285], [-0.086508, 51.513292]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC3V 3SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083074, 51.514073], [-0.083007, 51.514086], [-0.082758, 51.514054], [-0.082713, 51.514076], [-0.082678, 51.514145], [-0.081965, 51.514143], [-0.081964, 51.5136], [-0.081944, 51.513574], [-0.081896, 51.513561], [-0.081977, 51.513538], [-0.082733, 51.513541], [-0.082709, 51.513881], [-0.082728, 51.51391], [-0.082784, 51.513928], [-0.082768, 51.513994], [-0.082805, 51.514019], [-0.082964, 51.514053], [-0.083074, 51.514059], [-0.083074, 51.514073]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3642, &quot;postcode&quot;: &quot;EC3V 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083961, 51.513438], [-0.083084, 51.514004], [-0.082706, 51.513912], [-0.082727, 51.513571], [-0.082672, 51.513544], [-0.08247, 51.513546], [-0.083021, 51.513526], [-0.083811, 51.513455], [-0.083859, 51.513433], [-0.083868, 51.513394], [-0.083961, 51.513438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2873, &quot;postcode&quot;: &quot;EC3V 4QT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089135, 51.513232], [-0.088956, 51.513304], [-0.088843, 51.513317], [-0.088563, 51.513303], [-0.088636, 51.513247], [-0.088628, 51.513193], [-0.088567, 51.513149], [-0.088209, 51.513006], [-0.08818, 51.512982], [-0.087454, 51.512786], [-0.087143, 51.512683], [-0.086645, 51.512449], [-0.085835, 51.512125], [-0.085342, 51.512032], [-0.085391, 51.511946], [-0.086032, 51.512081], [-0.086773, 51.512419], [-0.086832, 51.512428], [-0.087205, 51.512609], [-0.087364, 51.51267], [-0.087661, 51.512748], [-0.087805, 51.512806], [-0.08787, 51.512806], [-0.088121, 51.512889], [-0.088183, 51.51289], [-0.088242, 51.512872], [-0.088331, 51.512741], [-0.088384, 51.51272], [-0.088397, 51.512684], [-0.088466, 51.512698], [-0.088531, 51.512684], [-0.088631, 51.512576], [-0.088655, 51.512585], [-0.088624, 51.512613], [-0.088631, 51.512644], [-0.089135, 51.513232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4733, &quot;postcode&quot;: &quot;EC3V 9AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087124, 51.51204], [-0.086824, 51.512441], [-0.086564, 51.512334], [-0.086503, 51.512352], [-0.086491, 51.51239], [-0.086445, 51.512428], [-0.086435, 51.512386], [-0.086341, 51.512348], [-0.086286, 51.512301], [-0.086359, 51.512292], [-0.086391, 51.512217], [-0.086484, 51.512196], [-0.086628, 51.511999], [-0.086708, 51.512017], [-0.086754, 51.512009], [-0.086829, 51.511914], [-0.086916, 51.511937], [-0.086989, 51.512003], [-0.087124, 51.51204]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1660, &quot;postcode&quot;: &quot;EC3V 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085648, 51.51289], [-0.085772, 51.512913], [-0.085783, 51.512885], [-0.085775, 51.512905], [-0.085874, 51.512928], [-0.085846, 51.512962], [-0.085762, 51.512951], [-0.085768, 51.512927], [-0.085631, 51.51291], [-0.085648, 51.51289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 50, &quot;postcode&quot;: &quot;EC3V 9AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087886, 51.512002], [-0.08783, 51.512029], [-0.08784, 51.512088], [-0.087338, 51.512657], [-0.087211, 51.512614], [-0.08687, 51.512455], [-0.086944, 51.512367], [-0.086922, 51.512321], [-0.086968, 51.512256], [-0.087055, 51.512239], [-0.087205, 51.512078], [-0.087228, 51.51207], [-0.08751, 51.512145], [-0.087584, 51.512129], [-0.087685, 51.512148], [-0.087729, 51.512129], [-0.087858, 51.511977], [-0.087886, 51.512002]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2282, &quot;postcode&quot;: &quot;EC3V 9AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087742, 51.512631], [-0.087661, 51.512748], [-0.087349, 51.512672], [-0.087242, 51.512619], [-0.087329, 51.512624], [-0.087374, 51.512611], [-0.087566, 51.512403], [-0.087707, 51.512443], [-0.087738, 51.512492], [-0.087681, 51.512587], [-0.087742, 51.512631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 646, &quot;postcode&quot;: &quot;EC3V 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088051, 51.512953], [-0.088082, 51.512958], [-0.088098, 51.512966], [-0.088051, 51.512953]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC3V 9AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087038, 51.512937], [-0.086978, 51.512963], [-0.086904, 51.512928], [-0.087028, 51.512815], [-0.087038, 51.512828], [-0.087002, 51.512848], [-0.08698, 51.512893], [-0.087038, 51.512937]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 45, &quot;postcode&quot;: &quot;EC3V 9AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086598, 51.511617], [-0.086585, 51.511644], [-0.086325, 51.511573], [-0.086205, 51.511593], [-0.086168, 51.511616], [-0.086134, 51.511565], [-0.085738, 51.51149], [-0.08575, 51.511457], [-0.086058, 51.511511], [-0.086108, 51.511497], [-0.086146, 51.511457], [-0.086243, 51.511517], [-0.086598, 51.511617]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 299, &quot;postcode&quot;: &quot;EC3V 9BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087167, 51.511093], [-0.087021, 51.511398], [-0.086729, 51.511845], [-0.086743, 51.511886], [-0.086829, 51.511914], [-0.086774, 51.512001], [-0.086763, 51.512066], [-0.086664, 51.512035], [-0.0866, 51.512048], [-0.086431, 51.512267], [-0.086353, 51.512231], [-0.086292, 51.512235], [-0.08627, 51.512191], [-0.08598, 51.512066], [-0.086046, 51.511958], [-0.086014, 51.511925], [-0.085898, 51.511894], [-0.085947, 51.511794], [-0.086007, 51.511802], [-0.086056, 51.511787], [-0.086197, 51.511576], [-0.086248, 51.511577], [-0.086286, 51.511559], [-0.086584, 51.511644], [-0.086565, 51.511694], [-0.086599, 51.511726], [-0.086653, 51.511734], [-0.086698, 51.511721], [-0.087013, 51.511312], [-0.087104, 51.511087], [-0.087167, 51.511093]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3285, &quot;postcode&quot;: &quot;EC3V 9BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086072, 51.511939], [-0.08598, 51.512066], [-0.085827, 51.512034], [-0.085898, 51.511894], [-0.086072, 51.511939]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 196, &quot;postcode&quot;: &quot;EC3V 9BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086978, 51.512963], [-0.086955, 51.512991], [-0.086953, 51.513089], [-0.086946, 51.512986], [-0.086915, 51.512967], [-0.086844, 51.512957], [-0.086787, 51.512979], [-0.086711, 51.513119], [-0.086594, 51.513124], [-0.086542, 51.513188], [-0.086472, 51.513163], [-0.086421, 51.513165], [-0.086302, 51.513138], [-0.086449, 51.512877], [-0.086834, 51.512949], [-0.086882, 51.512942], [-0.086917, 51.512914], [-0.086935, 51.512946], [-0.086978, 51.512963]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 753, &quot;postcode&quot;: &quot;EC3V 9BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085956, 51.512855], [-0.08619, 51.512913], [-0.086161, 51.512968], [-0.085923, 51.512902], [-0.085956, 51.512855]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 103, &quot;postcode&quot;: &quot;EC3V 9DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085853, 51.512619], [-0.085774, 51.512762], [-0.085781, 51.512792], [-0.085813, 51.512811], [-0.085772, 51.512913], [-0.085568, 51.512875], [-0.085507, 51.512824], [-0.085349, 51.512797], [-0.085287, 51.512773], [-0.085324, 51.512709], [-0.085431, 51.512733], [-0.08552, 51.512726], [-0.085689, 51.512772], [-0.085737, 51.512771], [-0.085777, 51.512747], [-0.08582, 51.51264], [-0.085853, 51.512619]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 428, &quot;postcode&quot;: &quot;EC3V 9DF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086218, 51.513157], [-0.086087, 51.513143], [-0.086066, 51.513114], [-0.086149, 51.513129], [-0.086218, 51.513157]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC3V 9DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086188, 51.512913], [-0.086103, 51.512928], [-0.086062, 51.512999], [-0.086008, 51.512985], [-0.085957, 51.512997], [-0.085925, 51.513065], [-0.085816, 51.513044], [-0.085847, 51.51295], [-0.085828, 51.512923], [-0.085775, 51.512905], [-0.085802, 51.512836], [-0.08578, 51.512801], [-0.086175, 51.512894], [-0.086188, 51.512913]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 400, &quot;postcode&quot;: &quot;EC3V 9DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086087, 51.513143], [-0.086036, 51.513192], [-0.085965, 51.513193], [-0.08593, 51.513143], [-0.085924, 51.513054], [-0.085964, 51.512955], [-0.08606, 51.512975], [-0.086037, 51.513081], [-0.086087, 51.513143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 197, &quot;postcode&quot;: &quot;EC3V 9DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085909, 51.512929], [-0.085851, 51.512958], [-0.085816, 51.513044], [-0.085768, 51.513051], [-0.085738, 51.513075], [-0.085696, 51.51332], [-0.085571, 51.513325], [-0.085558, 51.513293], [-0.085509, 51.513275], [-0.085285, 51.513273], [-0.085238, 51.513226], [-0.08523, 51.513011], [-0.085278, 51.512911], [-0.085328, 51.512884], [-0.085343, 51.512843], [-0.085328, 51.512817], [-0.085349, 51.512797], [-0.085543, 51.512831], [-0.085564, 51.51287], [-0.085648, 51.51289], [-0.085688, 51.512916], [-0.085809, 51.51294], [-0.085909, 51.512929]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1696, &quot;postcode&quot;: &quot;EC3V 9DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086724, 51.512494], [-0.086562, 51.512698], [-0.08644, 51.512893], [-0.086266, 51.513186], [-0.086224, 51.513302], [-0.086158, 51.513303], [-0.086196, 51.51317], [-0.086115, 51.513125], [-0.086023, 51.513106], [-0.086113, 51.512923], [-0.086109, 51.512893], [-0.086075, 51.512871], [-0.08579, 51.512799], [-0.085777, 51.512755], [-0.085862, 51.512628], [-0.085967, 51.512636], [-0.086128, 51.512577], [-0.086141, 51.512527], [-0.086296, 51.512333], [-0.08647, 51.512394], [-0.086303, 51.51262], [-0.086333, 51.512669], [-0.086422, 51.512696], [-0.086483, 51.512686], [-0.086666, 51.512461], [-0.086724, 51.512494]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2484, &quot;postcode&quot;: &quot;EC3V 9DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086736, 51.512501], [-0.086674, 51.512494], [-0.086628, 51.512511], [-0.086492, 51.512692], [-0.086458, 51.51271], [-0.086272, 51.512649], [-0.086352, 51.512568], [-0.086479, 51.512386], [-0.086645, 51.512449], [-0.086736, 51.512501]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 499, &quot;postcode&quot;: &quot;EC3V 9EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087443, 51.512894], [-0.087341, 51.513145], [-0.087301, 51.513148], [-0.087307, 51.513051], [-0.087215, 51.513017], [-0.087173, 51.51298], [-0.087093, 51.512989], [-0.086939, 51.512953], [-0.086802, 51.51295], [-0.086454, 51.512878], [-0.086561, 51.512698], [-0.086729, 51.512497], [-0.08713, 51.512678], [-0.087338, 51.512746], [-0.087288, 51.512824], [-0.087291, 51.512854], [-0.087362, 51.512888], [-0.087443, 51.512894]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2227, &quot;postcode&quot;: &quot;EC3V 9LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097343, 51.512329], [-0.097254, 51.512665], [-0.097279, 51.512702], [-0.097268, 51.512745], [-0.097223, 51.512859], [-0.09716, 51.512875], [-0.097117, 51.512937], [-0.097047, 51.512936], [-0.096585, 51.51284], [-0.096599, 51.512796], [-0.096548, 51.512766], [-0.096603, 51.512762], [-0.096635, 51.512738], [-0.096794, 51.512282], [-0.097343, 51.512329]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2736, &quot;postcode&quot;: &quot;EC4M 5AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097223, 51.512859], [-0.097172, 51.513053], [-0.095209, 51.51266], [-0.095156, 51.512686], [-0.094976, 51.513041], [-0.094914, 51.513049], [-0.094853, 51.513125], [-0.094779, 51.513144], [-0.094409, 51.513098], [-0.094434, 51.512997], [-0.094389, 51.512961], [-0.094329, 51.512957], [-0.094289, 51.512973], [-0.094121, 51.512946], [-0.094111, 51.512904], [-0.09404, 51.512882], [-0.093991, 51.512886], [-0.093959, 51.512907], [-0.093708, 51.512875], [-0.093795, 51.512491], [-0.094398, 51.512549], [-0.094453, 51.512517], [-0.094456, 51.51242], [-0.095119, 51.512548], [-0.095177, 51.512537], [-0.095209, 51.512499], [-0.095193, 51.512558], [-0.09523, 51.51259], [-0.095298, 51.512591], [-0.095688, 51.512667], [-0.095762, 51.512639], [-0.095786, 51.512509], [-0.095875, 51.512521], [-0.095852, 51.512672], [-0.095895, 51.512709], [-0.096431, 51.512814], [-0.096485, 51.512804], [-0.096535, 51.512764], [-0.096588, 51.512775], [-0.096576, 51.512818], [-0.096612, 51.512849], [-0.097057, 51.512937], [-0.09713, 51.512918], [-0.097171, 51.512839], [-0.097223, 51.512859]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6898, &quot;postcode&quot;: &quot;EC4M 5SB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095985, 51.512082], [-0.095968, 51.512174], [-0.095935, 51.5122], [-0.095902, 51.512308], [-0.095875, 51.512521], [-0.095822, 51.512522], [-0.095786, 51.512542], [-0.095758, 51.512654], [-0.09571, 51.512672], [-0.095312, 51.512595], [-0.095267, 51.512604], [-0.095168, 51.51266], [-0.095139, 51.51264], [-0.095158, 51.512575], [-0.095105, 51.512546], [-0.095159, 51.512544], [-0.095193, 51.512523], [-0.095368, 51.512217], [-0.095428, 51.512189], [-0.095503, 51.512043], [-0.09556, 51.512033], [-0.095562, 51.512073], [-0.095619, 51.512097], [-0.095903, 51.512114], [-0.095985, 51.512082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2482, &quot;postcode&quot;: &quot;EC4M 6XD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095172, 51.512561], [-0.09442, 51.512415], [-0.094397, 51.512382], [-0.094426, 51.512357], [-0.095372, 51.512173], [-0.09538, 51.512197], [-0.095172, 51.512561]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1494, &quot;postcode&quot;: &quot;EC4M 6XH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101565, 51.513483], [-0.101549, 51.513572], [-0.101397, 51.513568], [-0.101351, 51.513647], [-0.101293, 51.513674], [-0.101272, 51.513729], [-0.101178, 51.513747], [-0.101139, 51.513717], [-0.101071, 51.513715], [-0.101033, 51.513741], [-0.10102, 51.513805], [-0.100793, 51.513784], [-0.100608, 51.513785], [-0.100579, 51.51377], [-0.100608, 51.513717], [-0.100598, 51.513687], [-0.100371, 51.513557], [-0.100405, 51.513447], [-0.100446, 51.513389], [-0.10078, 51.513424], [-0.100837, 51.513411], [-0.100885, 51.513296], [-0.101021, 51.513127], [-0.101166, 51.513151], [-0.101183, 51.513173], [-0.101151, 51.513225], [-0.101163, 51.513259], [-0.10126, 51.513289], [-0.101502, 51.513409], [-0.101565, 51.513483]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3352, &quot;postcode&quot;: &quot;EC4M 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101546, 51.513791], [-0.101228, 51.513753], [-0.101224, 51.51374], [-0.101248, 51.513727], [-0.101562, 51.513763], [-0.101546, 51.513791]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 72, &quot;postcode&quot;: &quot;EC4M 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100885, 51.514231], [-0.100836, 51.514391], [-0.100859, 51.514432], [-0.100765, 51.514379], [-0.100711, 51.514385], [-0.100681, 51.514411], [-0.100653, 51.514407], [-0.100702, 51.514228], [-0.100684, 51.514096], [-0.100732, 51.514284], [-0.100803, 51.514296], [-0.100856, 51.514262], [-0.100867, 51.514228], [-0.100844, 51.5142], [-0.100867, 51.514121], [-0.100885, 51.514231]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 187, &quot;postcode&quot;: &quot;EC4M 7AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101895, 51.513537], [-0.101845, 51.513662], [-0.101589, 51.513653], [-0.10155, 51.513682], [-0.101541, 51.51376], [-0.101276, 51.51373], [-0.101225, 51.51374], [-0.10122, 51.513724], [-0.101282, 51.513697], [-0.101303, 51.513642], [-0.101357, 51.513618], [-0.101381, 51.513554], [-0.101577, 51.513572], [-0.10162, 51.513557], [-0.10164, 51.513523], [-0.101609, 51.513424], [-0.101521, 51.513357], [-0.101338, 51.513271], [-0.101384, 51.513227], [-0.101428, 51.513214], [-0.101464, 51.513271], [-0.101633, 51.513329], [-0.101644, 51.51337], [-0.101895, 51.513537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 944, &quot;postcode&quot;: &quot;EC4M 7AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101523, 51.51527], [-0.101473, 51.515268], [-0.101454, 51.515241], [-0.10141, 51.515227], [-0.101325, 51.515227], [-0.101278, 51.515246], [-0.100999, 51.515247], [-0.100961, 51.515189], [-0.100844, 51.515184], [-0.100821, 51.515121], [-0.100841, 51.515089], [-0.100823, 51.514867], [-0.101039, 51.514865], [-0.101065, 51.514916], [-0.10119, 51.514945], [-0.101472, 51.514947], [-0.101477, 51.515028], [-0.101521, 51.515056], [-0.101505, 51.515198], [-0.101523, 51.51527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1607, &quot;postcode&quot;: &quot;EC4M 7BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101378, 51.515534], [-0.101305, 51.515808], [-0.101234, 51.515942], [-0.100651, 51.5158], [-0.10064, 51.515772], [-0.100602, 51.515753], [-0.100522, 51.515766], [-0.100451, 51.515748], [-0.10052, 51.51572], [-0.100673, 51.51546], [-0.100653, 51.514966], [-0.100714, 51.514984], [-0.100753, 51.51526], [-0.1008, 51.515287], [-0.100861, 51.515281], [-0.100868, 51.515306], [-0.100809, 51.515299], [-0.100764, 51.515319], [-0.100769, 51.515398], [-0.100831, 51.515417], [-0.100887, 51.515397], [-0.1009, 51.515433], [-0.100946, 51.515451], [-0.101187, 51.515458], [-0.101185, 51.515493], [-0.101214, 51.515518], [-0.101378, 51.515534]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2616, &quot;postcode&quot;: &quot;EC4M 7BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101745, 51.514586], [-0.102017, 51.514577], [-0.101622, 51.516101], [-0.101413, 51.516057], [-0.101356, 51.515988], [-0.101236, 51.515938], [-0.101305, 51.515807], [-0.101367, 51.515567], [-0.101322, 51.515532], [-0.101174, 51.515521], [-0.101172, 51.515488], [-0.101139, 51.515465], [-0.100925, 51.515449], [-0.10088, 51.51546], [-0.100837, 51.515549], [-0.100651, 51.5158], [-0.100523, 51.515766], [-0.1007, 51.515584], [-0.100757, 51.51545], [-0.100721, 51.515038], [-0.100697, 51.515012], [-0.100653, 51.515001], [-0.100652, 51.514879], [-0.10071, 51.514843], [-0.100714, 51.514717], [-0.100709, 51.514516], [-0.100662, 51.51447], [-0.100845, 51.513988], [-0.10086, 51.514171], [-0.10088, 51.5142], [-0.100816, 51.514385], [-0.100841, 51.514423], [-0.100974, 51.514436], [-0.101359, 51.514433], [-0.101501, 51.514472], [-0.101612, 51.514469], [-0.101656, 51.514489], [-0.101707, 51.514567], [-0.101745, 51.514586]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11592, &quot;postcode&quot;: &quot;EC4M 7BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101181, 51.51448], [-0.101135, 51.514626], [-0.10115, 51.514663], [-0.101058, 51.514663], [-0.101002, 51.514694], [-0.100864, 51.514695], [-0.100821, 51.51471], [-0.100781, 51.514686], [-0.100714, 51.514692], [-0.100653, 51.514675], [-0.100635, 51.514458], [-0.100738, 51.514506], [-0.100832, 51.514475], [-0.101181, 51.51448]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 807, &quot;postcode&quot;: &quot;EC4M 7BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102098, 51.514266], [-0.102018, 51.514576], [-0.101721, 51.51459], [-0.101658, 51.514494], [-0.101614, 51.514472], [-0.101504, 51.514474], [-0.101351, 51.514433], [-0.101058, 51.514435], [-0.101107, 51.514429], [-0.101139, 51.514407], [-0.101188, 51.514256], [-0.101295, 51.514255], [-0.101369, 51.514144], [-0.10148, 51.514153], [-0.101532, 51.514115], [-0.101629, 51.514128], [-0.101639, 51.514154], [-0.101678, 51.514173], [-0.101884, 51.514182], [-0.102071, 51.51421], [-0.10207, 51.514242], [-0.102098, 51.514266]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2248, &quot;postcode&quot;: &quot;EC4M 7DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102183, 51.513938], [-0.102098, 51.514266], [-0.102059, 51.514262], [-0.102054, 51.514225], [-0.102012, 51.514201], [-0.101616, 51.514169], [-0.101601, 51.514135], [-0.101532, 51.514115], [-0.10152, 51.514075], [-0.101477, 51.514053], [-0.101401, 51.514068], [-0.101369, 51.514144], [-0.10135, 51.514143], [-0.1014, 51.513956], [-0.101381, 51.513921], [-0.10094, 51.513869], [-0.100763, 51.513865], [-0.100752, 51.51378], [-0.101644, 51.513863], [-0.101703, 51.51385], [-0.101723, 51.513816], [-0.101828, 51.513831], [-0.101825, 51.513868], [-0.101863, 51.513892], [-0.102183, 51.513938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2072, &quot;postcode&quot;: &quot;EC4M 7DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.1016, 51.513858], [-0.101554, 51.513895], [-0.101572, 51.513934], [-0.101518, 51.514157], [-0.101402, 51.514162], [-0.101335, 51.514207], [-0.10131, 51.514267], [-0.101231, 51.514264], [-0.101189, 51.51428], [-0.101131, 51.514434], [-0.100859, 51.514432], [-0.100834, 51.514404], [-0.100829, 51.514328], [-0.100775, 51.514311], [-0.100722, 51.514325], [-0.100652, 51.513871], [-0.100608, 51.513785], [-0.100753, 51.51379], [-0.100763, 51.51384], [-0.100802, 51.513865], [-0.100964, 51.51387], [-0.101022, 51.513842], [-0.101025, 51.513786], [-0.101128, 51.513793], [-0.101167, 51.513774], [-0.101178, 51.513747], [-0.101222, 51.513748], [-0.101226, 51.51379], [-0.101265, 51.513815], [-0.1016, 51.513858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3280, &quot;postcode&quot;: &quot;EC4M 7DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100668, 51.515255], [-0.100654, 51.515017], [-0.100654, 51.515017], [-0.100653, 51.515002], [-0.100668, 51.515255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 7DW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101622, 51.516102], [-0.101597, 51.516198], [-0.100524, 51.515913], [-0.100436, 51.515886], [-0.100411, 51.515858], [-0.100314, 51.515831], [-0.100271, 51.515799], [-0.100112, 51.515759], [-0.10004, 51.515777], [-0.099578, 51.515652], [-0.0995, 51.515668], [-0.099468, 51.515752], [-0.099386, 51.515719], [-0.099457, 51.515619], [-0.09945, 51.515593], [-0.099415, 51.515572], [-0.099339, 51.515555], [-0.099281, 51.515573], [-0.098862, 51.515467], [-0.098743, 51.515487], [-0.098673, 51.515475], [-0.098677, 51.515437], [-0.098633, 51.515408], [-0.098251, 51.515327], [-0.098034, 51.515264], [-0.097978, 51.515266], [-0.097755, 51.515202], [-0.097527, 51.515164], [-0.097451, 51.515179], [-0.097485, 51.515103], [-0.097565, 51.515118], [-0.097612, 51.515112], [-0.097668, 51.515037], [-0.097707, 51.515027], [-0.097732, 51.515001], [-0.097694, 51.514757], [-0.09773, 51.514713], [-0.097683, 51.514435], [-0.097837, 51.514421], [-0.09787, 51.514398], [-0.097872, 51.51437], [-0.098148, 51.514355], [-0.098171, 51.514387], [-0.098229, 51.514399], [-0.098378, 51.514386], [-0.098416, 51.514341], [-0.098617, 51.514327], [-0.098599, 51.514176], [-0.098435, 51.514238], [-0.098402, 51.51424], [-0.098397, 51.514204], [-0.098497, 51.51418], [-0.098547, 51.514138], [-0.098557, 51.514096], [-0.098599, 51.514093], [-0.098638, 51.514207], [-0.098793, 51.514278], [-0.098807, 51.51437], [-0.098847, 51.514404], [-0.098943, 51.51442], [-0.09923, 51.5144], [-0.099268, 51.514382], [-0.09931, 51.514319], [-0.0993, 51.514258], [-0.09926, 51.514214], [-0.099276, 51.514042], [-0.099495, 51.514058], [-0.099421, 51.514114], [-0.099438, 51.514198], [-0.099479, 51.514227], [-0.099948, 51.514203], [-0.100003, 51.514171], [-0.099994, 51.514093], [-0.100375, 51.514067], [-0.100423, 51.51405], [-0.100439, 51.514022], [-0.100411, 51.513866], [-0.100646, 51.51385], [-0.100705, 51.51422], [-0.10066, 51.514377], [-0.100679, 51.514411], [-0.100635, 51.514505], [-0.100678, 51.515411], [-0.100651, 51.515523], [-0.10052, 51.515747], [-0.100561, 51.515776], [-0.101395, 51.515992], [-0.101395, 51.516021], [-0.101435, 51.51606], [-0.101622, 51.516102]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 31120, &quot;postcode&quot;: &quot;EC4M 7DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098828, 51.515312], [-0.097635, 51.515029], [-0.097644, 51.51498], [-0.097715, 51.515014], [-0.098828, 51.515312]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 176, &quot;postcode&quot;: &quot;EC4M 7DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102318, 51.513695], [-0.102676, 51.51369], [-0.102908, 51.513699], [-0.102304, 51.513744], [-0.102318, 51.513695]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 128, &quot;postcode&quot;: &quot;EC4M 7JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102351, 51.513743], [-0.10227, 51.513752], [-0.102232, 51.513771], [-0.10217, 51.513936], [-0.10196, 51.513907], [-0.101966, 51.513876], [-0.101944, 51.513853], [-0.101829, 51.513831], [-0.10188, 51.513831], [-0.10197, 51.513804], [-0.102012, 51.513731], [-0.10221, 51.51373], [-0.102315, 51.513707], [-0.102351, 51.513743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 389, &quot;postcode&quot;: &quot;EC4M 7JN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099447, 51.515637], [-0.099386, 51.515719], [-0.099087, 51.515704], [-0.099024, 51.515727], [-0.09873, 51.515711], [-0.098759, 51.515622], [-0.098729, 51.515536], [-0.098687, 51.515485], [-0.098601, 51.515446], [-0.098599, 51.515427], [-0.098652, 51.515413], [-0.098705, 51.515425], [-0.098768, 51.51541], [-0.098828, 51.515421], [-0.098867, 51.515467], [-0.099439, 51.515617], [-0.099447, 51.515637]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1104, &quot;postcode&quot;: &quot;EC4M 7LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098422, 51.514387], [-0.098159, 51.514404], [-0.098126, 51.51427], [-0.098052, 51.514245], [-0.097909, 51.514313], [-0.097828, 51.514387], [-0.097833, 51.514425], [-0.097683, 51.514435], [-0.097612, 51.514408], [-0.097387, 51.514448], [-0.097311, 51.514333], [-0.097307, 51.514268], [-0.097247, 51.514242], [-0.097317, 51.514212], [-0.097327, 51.514118], [-0.097581, 51.514002], [-0.098005, 51.513972], [-0.098048, 51.514014], [-0.098118, 51.514024], [-0.098146, 51.514108], [-0.098243, 51.51412], [-0.098296, 51.514179], [-0.098397, 51.514203], [-0.098422, 51.514387]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2755, &quot;postcode&quot;: &quot;EC4M 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099783, 51.513875], [-0.099651, 51.513884], [-0.099609, 51.5139], [-0.099564, 51.513978], [-0.099596, 51.514021], [-0.099575, 51.514032], [-0.099495, 51.514057], [-0.099333, 51.514048], [-0.099283, 51.51407], [-0.099271, 51.51416], [-0.099311, 51.514314], [-0.099258, 51.514399], [-0.098906, 51.514423], [-0.098816, 51.514384], [-0.098794, 51.514308], [-0.098725, 51.514244], [-0.098775, 51.514208], [-0.098776, 51.514158], [-0.098823, 51.514128], [-0.098794, 51.514078], [-0.098706, 51.514073], [-0.098593, 51.514102], [-0.098477, 51.514189], [-0.098351, 51.514198], [-0.098226, 51.514133], [-0.098138, 51.514133], [-0.098091, 51.514029], [-0.098013, 51.514024], [-0.097975, 51.513973], [-0.097478, 51.514009], [-0.097453, 51.513929], [-0.097347, 51.513873], [-0.09734, 51.513813], [-0.09742, 51.513749], [-0.097416, 51.513669], [-0.09792, 51.513642], [-0.097911, 51.513586], [-0.09801, 51.513573], [-0.097975, 51.513409], [-0.09802, 51.513424], [-0.098101, 51.513421], [-0.098199, 51.513363], [-0.098307, 51.513348], [-0.098478, 51.513396], [-0.098695, 51.513361], [-0.099145, 51.513373], [-0.099466, 51.513412], [-0.099554, 51.513514], [-0.099731, 51.513515], [-0.099783, 51.513875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12021, &quot;postcode&quot;: &quot;EC4M 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097529, 51.51347], [-0.097535, 51.513466], [-0.097541, 51.513463], [-0.097529, 51.51347]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099735, 51.513541], [-0.099731, 51.513515], [-0.099731, 51.513515], [-0.099735, 51.513541]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100579, 51.51377], [-0.100528, 51.513788], [-0.100508, 51.51383], [-0.100403, 51.513817], [-0.100353, 51.513826], [-0.100284, 51.513771], [-0.100206, 51.513758], [-0.100243, 51.513677], [-0.100151, 51.513597], [-0.099753, 51.513436], [-0.099533, 51.513399], [-0.09898, 51.513327], [-0.098268, 51.513349], [-0.09797, 51.513387], [-0.097955, 51.513293], [-0.097865, 51.513274], [-0.097846, 51.513229], [-0.097803, 51.513196], [-0.097683, 51.513152], [-0.097172, 51.513053], [-0.097223, 51.512859], [-0.097278, 51.51288], [-0.097251, 51.512956], [-0.097288, 51.512992], [-0.098233, 51.513186], [-0.098398, 51.513206], [-0.099217, 51.513223], [-0.099418, 51.51324], [-0.099566, 51.51327], [-0.100057, 51.513426], [-0.100204, 51.513522], [-0.100189, 51.513578], [-0.100269, 51.513633], [-0.100353, 51.513628], [-0.100393, 51.513568], [-0.100539, 51.51366], [-0.100631, 51.513681], [-0.100579, 51.51377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3496, &quot;postcode&quot;: &quot;EC4M 8AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097666, 51.512319], [-0.097443, 51.512311], [-0.097336, 51.512357], [-0.097284, 51.512323], [-0.096938, 51.512288], [-0.096947, 51.512271], [-0.097011, 51.512275], [-0.097055, 51.51226], [-0.097073, 51.512227], [-0.097044, 51.512194], [-0.097069, 51.512192], [-0.097341, 51.512234], [-0.097405, 51.512219], [-0.09741, 51.51226], [-0.097441, 51.512283], [-0.097666, 51.512319]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 331, &quot;postcode&quot;: &quot;EC4M 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100455, 51.51336], [-0.100425, 51.513449], [-0.100395, 51.513478], [-0.100377, 51.51354], [-0.100393, 51.513568], [-0.100344, 51.513671], [-0.1003, 51.513671], [-0.100262, 51.513689], [-0.100248, 51.513738], [-0.100212, 51.513757], [-0.100166, 51.513851], [-0.10013, 51.513875], [-0.099869, 51.513939], [-0.099827, 51.51398], [-0.099555, 51.514026], [-0.099493, 51.51407], [-0.099445, 51.514029], [-0.099305, 51.514033], [-0.099268, 51.514059], [-0.099245, 51.514145], [-0.099192, 51.514155], [-0.099174, 51.514097], [-0.099115, 51.514077], [-0.09882, 51.514147], [-0.098782, 51.514178], [-0.098787, 51.514233], [-0.098742, 51.514252], [-0.09873, 51.514281], [-0.09869, 51.514247], [-0.098622, 51.514245], [-0.098615, 51.514099], [-0.098669, 51.514075], [-0.099116, 51.514046], [-0.099161, 51.51402], [-0.099162, 51.51397], [-0.099551, 51.513943], [-0.099581, 51.513915], [-0.099574, 51.513851], [-0.099626, 51.513844], [-0.099684, 51.51388], [-0.099758, 51.513867], [-0.099779, 51.513835], [-0.099737, 51.513555], [-0.099707, 51.513526], [-0.09966, 51.513519], [-0.099609, 51.513528], [-0.099581, 51.513559], [-0.099525, 51.513559], [-0.09951, 51.513488], [-0.099476, 51.513467], [-0.09946, 51.513424], [-0.099414, 51.513406], [-0.099145, 51.513373], [-0.098668, 51.513361], [-0.098554, 51.513396], [-0.098478, 51.513398], [-0.098329, 51.513349], [-0.098978, 51.513326], [-0.099133, 51.513341], [-0.099748, 51.513434], [-0.100036, 51.513548], [-0.10012, 51.513537], [-0.100134, 51.513482], [-0.100054, 51.513425], [-0.099569, 51.513271], [-0.099169, 51.513208], [-0.099052, 51.513221], [-0.099178, 51.513172], [-0.09921, 51.513019], [-0.099238, 51.513005], [-0.100152, 51.513051], [-0.100172, 51.513067], [-0.10015, 51.513297], [-0.100188, 51.513315], [-0.100455, 51.51336]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5598, &quot;postcode&quot;: &quot;EC4M 8AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10067, 51.51385], [-0.100664, 51.513971], [-0.100657, 51.513922], [-0.100658, 51.513896], [-0.100627, 51.513863], [-0.100469, 51.513862], [-0.100419, 51.513902], [-0.100447, 51.514062], [-0.100039, 51.514094], [-0.100003, 51.514125], [-0.100013, 51.514198], [-0.099441, 51.514235], [-0.099404, 51.514093], [-0.099614, 51.514017], [-0.099802, 51.513983], [-0.099843, 51.51394], [-0.100131, 51.513874], [-0.100168, 51.513848], [-0.100232, 51.513725], [-0.100359, 51.513813], [-0.100464, 51.513821], [-0.100506, 51.513805], [-0.100522, 51.513779], [-0.100579, 51.51377], [-0.100607, 51.513784], [-0.100627, 51.513829], [-0.10067, 51.51385]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1942, &quot;postcode&quot;: &quot;EC4M 8BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099472, 51.513017], [-0.099276, 51.513007], [-0.099221, 51.513024], [-0.099182, 51.513184], [-0.099215, 51.513223], [-0.098331, 51.513202], [-0.097657, 51.513068], [-0.097691, 51.512924], [-0.098978, 51.512991], [-0.099033, 51.512975], [-0.099059, 51.512927], [-0.099139, 51.512922], [-0.09921, 51.512945], [-0.099211, 51.512979], [-0.099251, 51.513004], [-0.099472, 51.513017]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2680, &quot;postcode&quot;: &quot;EC4M 8BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097279, 51.512702], [-0.097267, 51.512695], [-0.09728, 51.512696], [-0.097279, 51.512702]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 8EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097119, 51.514055], [-0.096867, 51.514067], [-0.096681, 51.513919], [-0.096605, 51.513828], [-0.096543, 51.513713], [-0.096484, 51.513443], [-0.096604, 51.513434], [-0.096646, 51.5134], [-0.09701, 51.513424], [-0.09699, 51.513503], [-0.097119, 51.514055]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2271, &quot;postcode&quot;: &quot;EC4M 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095963, 51.513348], [-0.096322, 51.513375], [-0.096322, 51.513375], [-0.095963, 51.513348]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 9AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096776, 51.51342], [-0.096483, 51.513445], [-0.096539, 51.513703], [-0.096663, 51.513902], [-0.096867, 51.514067], [-0.097121, 51.514054], [-0.09713, 51.514094], [-0.096867, 51.514094], [-0.096956, 51.514149], [-0.097001, 51.514215], [-0.097047, 51.514359], [-0.097093, 51.514357], [-0.097125, 51.514382], [-0.097118, 51.514405], [-0.09699, 51.514392], [-0.096978, 51.514465], [-0.09708, 51.514479], [-0.097049, 51.514511], [-0.097006, 51.514524], [-0.096875, 51.514508], [-0.096844, 51.514587], [-0.096683, 51.514558], [-0.0967, 51.51447], [-0.096153, 51.514378], [-0.096112, 51.514458], [-0.095513, 51.514358], [-0.095522, 51.514285], [-0.094886, 51.51417], [-0.094839, 51.514246], [-0.094449, 51.514174], [-0.094622, 51.513865], [-0.094788, 51.513486], [-0.094877, 51.513202], [-0.09571, 51.513329], [-0.096646, 51.5134], [-0.096643, 51.513411], [-0.096776, 51.51342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 16718, &quot;postcode&quot;: &quot;EC4M 9AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094912, 51.513168], [-0.094869, 51.513227], [-0.094852, 51.513282], [-0.094795, 51.513247], [-0.094842, 51.513212], [-0.094842, 51.513162], [-0.094912, 51.513168]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 42, &quot;postcode&quot;: &quot;EC4M 9AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093811, 51.512526], [-0.093793, 51.512536], [-0.093783, 51.512545], [-0.093792, 51.512524], [-0.093811, 51.512526]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 9AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093662, 51.512795], [-0.093621, 51.512958], [-0.093514, 51.512938], [-0.093547, 51.512863], [-0.093461, 51.512845], [-0.093491, 51.512792], [-0.093662, 51.512795]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 165, &quot;postcode&quot;: &quot;EC4M 9AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094473, 51.513093], [-0.094458, 51.513107], [-0.094451, 51.513105], [-0.094462, 51.513101], [-0.094473, 51.513093]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 9BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094852, 51.513282], [-0.094788, 51.513486], [-0.094622, 51.513865], [-0.094596, 51.513911], [-0.094539, 51.513905], [-0.094743, 51.513475], [-0.094811, 51.513287], [-0.094784, 51.513246], [-0.094852, 51.513282]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 258, &quot;postcode&quot;: &quot;EC4M 9BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094414, 51.513179], [-0.094354, 51.513174], [-0.094311, 51.513189], [-0.094261, 51.513302], [-0.094185, 51.513291], [-0.094181, 51.513259], [-0.094141, 51.513236], [-0.094063, 51.513246], [-0.093926, 51.513228], [-0.093971, 51.513088], [-0.094166, 51.513114], [-0.094414, 51.513179]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 396, &quot;postcode&quot;: &quot;EC4M 9BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094976, 51.513042], [-0.095175, 51.512647], [-0.097172, 51.513053], [-0.097083, 51.51339], [-0.097019, 51.513386], [-0.097013, 51.513411], [-0.096656, 51.513381], [-0.09665, 51.5134], [-0.09571, 51.513329], [-0.094894, 51.513205], [-0.094912, 51.513168], [-0.094795, 51.513143], [-0.094859, 51.51312], [-0.094913, 51.513026], [-0.094976, 51.513042]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8324, &quot;postcode&quot;: &quot;EC4M 9BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09445, 51.513105], [-0.093813, 51.513011], [-0.093326, 51.512902], [-0.093321, 51.512847], [-0.093221, 51.512818], [-0.093399, 51.512855], [-0.093461, 51.512845], [-0.093547, 51.512863], [-0.093536, 51.512926], [-0.093612, 51.512956], [-0.093682, 51.51294], [-0.093708, 51.512875], [-0.09391, 51.5129], [-0.09399, 51.512875], [-0.094116, 51.512895], [-0.094183, 51.512955], [-0.094255, 51.512967], [-0.09431, 51.512952], [-0.094444, 51.512967], [-0.094418, 51.513069], [-0.09445, 51.513105]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 871, &quot;postcode&quot;: &quot;EC4M 9BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096646, 51.511998], [-0.096594, 51.512188], [-0.096661, 51.512195], [-0.096649, 51.512241], [-0.096716, 51.512247], [-0.096663, 51.512491], [-0.096643, 51.512499], [-0.096546, 51.512766], [-0.096454, 51.512818], [-0.095862, 51.512702], [-0.095849, 51.512677], [-0.095905, 51.512286], [-0.095937, 51.512181], [-0.095968, 51.512174], [-0.095985, 51.512082], [-0.095944, 51.512077], [-0.095935, 51.512054], [-0.096387, 51.511996], [-0.096602, 51.511983], [-0.096646, 51.511998]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4285, &quot;postcode&quot;: &quot;EC4M 9BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093041, 51.512635], [-0.093025, 51.512608], [-0.092795, 51.512662], [-0.092785, 51.512706], [-0.092656, 51.512661], [-0.092722, 51.512479], [-0.092771, 51.512495], [-0.093173, 51.512404], [-0.093211, 51.512368], [-0.093163, 51.512339], [-0.09372, 51.512465], [-0.09371, 51.512524], [-0.093657, 51.512488], [-0.093638, 51.51249], [-0.093397, 51.512533], [-0.093397, 51.512564], [-0.093295, 51.512582], [-0.093664, 51.512616], [-0.093691, 51.512632], [-0.093662, 51.512795], [-0.093491, 51.512792], [-0.09345, 51.512865], [-0.09299, 51.512769], [-0.09297, 51.512739], [-0.093076, 51.512626], [-0.093056, 51.512631], [-0.093051, 51.51262], [-0.093041, 51.512635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2344, &quot;postcode&quot;: &quot;EC4M 9BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092979, 51.512798], [-0.092993, 51.51277], [-0.093353, 51.512846], [-0.093326, 51.512902], [-0.093621, 51.512958], [-0.093617, 51.51297], [-0.093869, 51.513024], [-0.094072, 51.513054], [-0.094077, 51.513044], [-0.094145, 51.513053], [-0.09447, 51.513109], [-0.094473, 51.513093], [-0.094846, 51.513154], [-0.094836, 51.513173], [-0.094904, 51.513185], [-0.094894, 51.513205], [-0.094877, 51.513202], [-0.09487, 51.513225], [-0.094691, 51.5132], [-0.094321, 51.513133], [-0.093971, 51.513088], [-0.093974, 51.513078], [-0.093679, 51.513024], [-0.093623, 51.513017], [-0.093618, 51.513041], [-0.093568, 51.513018], [-0.09296, 51.512873], [-0.092246, 51.512633], [-0.092396, 51.512591], [-0.092388, 51.512606], [-0.092421, 51.5126], [-0.09264, 51.512698], [-0.092656, 51.512661], [-0.092964, 51.512762], [-0.092943, 51.512796], [-0.092979, 51.512798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1477, &quot;postcode&quot;: &quot;EC4M 9DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093546, 51.513298], [-0.093623, 51.513017], [-0.093679, 51.513024], [-0.093595, 51.513326], [-0.0933, 51.513883], [-0.093242, 51.513872], [-0.093308, 51.513748], [-0.093251, 51.513735], [-0.093302, 51.51365], [-0.093243, 51.51364], [-0.093285, 51.513542], [-0.093406, 51.513562], [-0.093546, 51.513298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 539, &quot;postcode&quot;: &quot;EC4M 9DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093474, 51.513536], [-0.093452, 51.513576], [-0.093452, 51.513577], [-0.093452, 51.513576], [-0.093474, 51.513536]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 9DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093561, 51.513238], [-0.093405, 51.513562], [-0.093327, 51.51355], [-0.093197, 51.513554], [-0.093154, 51.513569], [-0.093131, 51.513606], [-0.093029, 51.513598], [-0.093082, 51.513428], [-0.092962, 51.51337], [-0.092812, 51.513349], [-0.092814, 51.513282], [-0.092848, 51.513244], [-0.092809, 51.513175], [-0.092928, 51.513169], [-0.09298, 51.513127], [-0.093037, 51.51313], [-0.093137, 51.513204], [-0.093561, 51.513238]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1584, &quot;postcode&quot;: &quot;EC4M 9DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094218, 51.513611], [-0.094245, 51.513617], [-0.094219, 51.513679], [-0.094201, 51.513647], [-0.094218, 51.513611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC4M 9DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093188, 51.51293], [-0.093618, 51.513041], [-0.093561, 51.513238], [-0.093081, 51.513203], [-0.093085, 51.513161], [-0.093039, 51.51313], [-0.093143, 51.51313], [-0.093188, 51.51293]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 864, &quot;postcode&quot;: &quot;EC4M 9DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093747, 51.513053], [-0.093679, 51.513066], [-0.093652, 51.51312], [-0.093679, 51.513024], [-0.093747, 51.513039], [-0.093747, 51.513053]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15, &quot;postcode&quot;: &quot;EC4M 9EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094026, 51.513313], [-0.094019, 51.513333], [-0.093963, 51.513344], [-0.093914, 51.513388], [-0.093815, 51.513579], [-0.093731, 51.513564], [-0.09369, 51.513534], [-0.093516, 51.513496], [-0.093593, 51.513326], [-0.09367, 51.513054], [-0.093696, 51.513043], [-0.093974, 51.513078], [-0.093913, 51.513263], [-0.093943, 51.513292], [-0.094026, 51.513313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1227, &quot;postcode&quot;: &quot;EC4M 9EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094424, 51.513345], [-0.094306, 51.513628], [-0.094246, 51.513624], [-0.094199, 51.513648], [-0.093815, 51.513579], [-0.093949, 51.513325], [-0.0939, 51.51329], [-0.093699, 51.51327], [-0.093708, 51.513235], [-0.093803, 51.513243], [-0.093852, 51.513219], [-0.09401, 51.513239], [-0.094111, 51.513231], [-0.094274, 51.513268], [-0.094273, 51.513302], [-0.094304, 51.513325], [-0.094424, 51.513345]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1422, &quot;postcode&quot;: &quot;EC4M 9EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092367, 51.513233], [-0.092293, 51.51323], [-0.092277, 51.51323], [-0.09215, 51.513227], [-0.092254, 51.513222], [-0.092289, 51.513179], [-0.092336, 51.513195], [-0.092367, 51.513233]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 24, &quot;postcode&quot;: &quot;EC4N 1SE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092891, 51.513205], [-0.092889, 51.513248], [-0.092817, 51.513309], [-0.092784, 51.513436], [-0.092516, 51.51341], [-0.092545, 51.513253], [-0.092499, 51.513215], [-0.092545, 51.513194], [-0.092561, 51.513147], [-0.092615, 51.51318], [-0.092809, 51.513175], [-0.092838, 51.513198], [-0.092891, 51.513205]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 579, &quot;postcode&quot;: &quot;EC4N 1SP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092564, 51.513147], [-0.092562, 51.513143], [-0.092577, 51.513068], [-0.092564, 51.513147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4N 1SR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092624, 51.513776], [-0.092225, 51.513727], [-0.092315, 51.51326], [-0.092291, 51.51323], [-0.09241, 51.513235], [-0.092429, 51.513201], [-0.092305, 51.513193], [-0.092329, 51.513165], [-0.092386, 51.512858], [-0.092526, 51.512883], [-0.092552, 51.512752], [-0.092532, 51.512722], [-0.092629, 51.512768], [-0.09255, 51.513198], [-0.09269, 51.5132], [-0.092689, 51.513211], [-0.092572, 51.513217], [-0.09255, 51.513232], [-0.092515, 51.51341], [-0.092784, 51.513436], [-0.092624, 51.513776]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2201, &quot;postcode&quot;: &quot;EC4N 1SW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093188, 51.51293], [-0.093142, 51.51313], [-0.093011, 51.513132], [-0.09296, 51.513171], [-0.092558, 51.513183], [-0.092602, 51.51292], [-0.092567, 51.512889], [-0.092486, 51.512876], [-0.092534, 51.512843], [-0.092551, 51.512731], [-0.092958, 51.512872], [-0.093188, 51.51293]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1480, &quot;postcode&quot;: &quot;EC4N 1TX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09301, 51.51244], [-0.092942, 51.512455], [-0.09301, 51.51244], [-0.09301, 51.51244]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4N 4SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093211, 51.512368], [-0.093166, 51.512406], [-0.092773, 51.512495], [-0.092689, 51.51248], [-0.092642, 51.512488], [-0.092614, 51.512512], [-0.092561, 51.512657], [-0.092421, 51.5126], [-0.092478, 51.512591], [-0.092509, 51.512556], [-0.092513, 51.51252], [-0.092482, 51.512493], [-0.092582, 51.512187], [-0.09271, 51.512212], [-0.092685, 51.5123], [-0.092728, 51.512337], [-0.092912, 51.512364], [-0.09295, 51.512345], [-0.092987, 51.512287], [-0.093165, 51.51234], [-0.093211, 51.512368]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 951, &quot;postcode&quot;: &quot;EC4N 4SF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093426, 51.512354], [-0.093275, 51.512325], [-0.093297, 51.512282], [-0.09338, 51.512312], [-0.093426, 51.512354]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 37, &quot;postcode&quot;: &quot;EC4N 4SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095946, 51.512176], [-0.095927, 51.512239], [-0.095859, 51.51224], [-0.095811, 51.512282], [-0.095655, 51.512273], [-0.095551, 51.512291], [-0.095499, 51.512282], [-0.095369, 51.512216], [-0.095317, 51.512138], [-0.095214, 51.512078], [-0.095156, 51.512069], [-0.095147, 51.512034], [-0.095081, 51.511989], [-0.095125, 51.511931], [-0.095193, 51.511918], [-0.095203, 51.511959], [-0.095263, 51.511979], [-0.095656, 51.511911], [-0.095574, 51.512083], [-0.095586, 51.512118], [-0.095627, 51.512135], [-0.095829, 51.512155], [-0.095898, 51.51218], [-0.095946, 51.512176]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1168, &quot;postcode&quot;: &quot;EC4N 4SJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090986, 51.512965], [-0.0909, 51.512974], [-0.090864, 51.512998], [-0.090889, 51.512951], [-0.090965, 51.512933], [-0.090986, 51.512965]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 22, &quot;postcode&quot;: &quot;EC4N 4TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092526, 51.512883], [-0.092435, 51.512872], [-0.092384, 51.512898], [-0.092329, 51.513165], [-0.092305, 51.513193], [-0.092196, 51.513192], [-0.092138, 51.513227], [-0.09209, 51.513186], [-0.091913, 51.513177], [-0.091866, 51.513193], [-0.091846, 51.513225], [-0.091689, 51.51321], [-0.091664, 51.513167], [-0.091568, 51.513153], [-0.091546, 51.513131], [-0.091601, 51.512963], [-0.091588, 51.512934], [-0.091548, 51.512917], [-0.09157, 51.512838], [-0.091642, 51.51282], [-0.091661, 51.512769], [-0.091788, 51.512754], [-0.092246, 51.512633], [-0.092544, 51.512731], [-0.092526, 51.512883]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3155, &quot;postcode&quot;: &quot;EC4N 4TR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094695, 51.51208], [-0.094625, 51.512122], [-0.094628, 51.512171], [-0.094162, 51.512268], [-0.093984, 51.51223], [-0.094003, 51.512176], [-0.09408, 51.512148], [-0.094102, 51.512122], [-0.094096, 51.512093], [-0.094063, 51.512071], [-0.094046, 51.511996], [-0.094008, 51.51197], [-0.094038, 51.511899], [-0.094125, 51.511799], [-0.094215, 51.511806], [-0.094402, 51.511963], [-0.094393, 51.512003], [-0.094422, 51.512032], [-0.094695, 51.51208]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1334, &quot;postcode&quot;: &quot;EC4N 4UA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090874, 51.51298], [-0.090828, 51.51307], [-0.090778, 51.513086], [-0.090757, 51.513113], [-0.090772, 51.513146], [-0.090831, 51.513171], [-0.090575, 51.513224], [-0.090216, 51.513323], [-0.090183, 51.513364], [-0.090235, 51.513404], [-0.090227, 51.513423], [-0.089969, 51.513379], [-0.089833, 51.513372], [-0.089752, 51.513186], [-0.08996, 51.513056], [-0.090028, 51.512952], [-0.090021, 51.512914], [-0.090066, 51.512862], [-0.090026, 51.512815], [-0.090045, 51.512772], [-0.09012, 51.512771], [-0.090161, 51.512749], [-0.090494, 51.51224], [-0.090509, 51.512243], [-0.090438, 51.512365], [-0.090434, 51.512425], [-0.090391, 51.512496], [-0.090351, 51.512518], [-0.090248, 51.512689], [-0.090265, 51.512731], [-0.090245, 51.512796], [-0.090278, 51.512822], [-0.090557, 51.512899], [-0.090599, 51.51294], [-0.090796, 51.512983], [-0.090874, 51.51298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3266, &quot;postcode&quot;: &quot;EC4N 4XY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093723, 51.512411], [-0.093718, 51.512465], [-0.09305, 51.512306], [-0.093003, 51.512306], [-0.092965, 51.512325], [-0.09293, 51.512379], [-0.092818, 51.512356], [-0.092756, 51.51238], [-0.09264, 51.512698], [-0.092477, 51.512631], [-0.092418, 51.512643], [-0.092396, 51.512679], [-0.092365, 51.51263], [-0.092292, 51.512619], [-0.092034, 51.512684], [-0.091993, 51.51271], [-0.091695, 51.512772], [-0.091654, 51.512815], [-0.091608, 51.512816], [-0.09157, 51.512837], [-0.091491, 51.512819], [-0.090915, 51.512945], [-0.090874, 51.51298], [-0.090782, 51.512989], [-0.090746, 51.51301], [-0.090744, 51.513049], [-0.090798, 51.513077], [-0.090503, 51.513149], [-0.090481, 51.513103], [-0.090431, 51.513067], [-0.090396, 51.512952], [-0.090457, 51.512933], [-0.090462, 51.512887], [-0.090428, 51.512865], [-0.090268, 51.512821], [-0.090233, 51.512795], [-0.090304, 51.512651], [-0.090312, 51.512567], [-0.090286, 51.512538], [-0.090321, 51.512489], [-0.090365, 51.512489], [-0.090404, 51.512471], [-0.090521, 51.51229], [-0.090494, 51.51224], [-0.090518, 51.512197], [-0.090514, 51.512143], [-0.090598, 51.512131], [-0.090634, 51.512109], [-0.090771, 51.511841], [-0.090887, 51.511816], [-0.090936, 51.511823], [-0.091044, 51.511806], [-0.091167, 51.511877], [-0.092014, 51.512071], [-0.092093, 51.512053], [-0.092149, 51.512058], [-0.092273, 51.512122], [-0.0926, 51.512189], [-0.092648, 51.512183], [-0.092677, 51.512164], [-0.092729, 51.512171], [-0.092775, 51.512159], [-0.092814, 51.512066], [-0.092877, 51.512094], [-0.093342, 51.512194], [-0.093298, 51.512292], [-0.093319, 51.512328], [-0.093723, 51.512411]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15750, &quot;postcode&quot;: &quot;EC4N 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089652, 51.511569], [-0.08959, 51.511594], [-0.089524, 51.511745], [-0.089308, 51.511697], [-0.089398, 51.511526], [-0.089652, 51.511569]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 319, &quot;postcode&quot;: &quot;EC4N 5AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090632, 51.511786], [-0.090614, 51.511835], [-0.090577, 51.511853], [-0.0906, 51.511786], [-0.090567, 51.511744], [-0.090321, 51.511681], [-0.090559, 51.511724], [-0.090632, 51.511786]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 36, &quot;postcode&quot;: &quot;EC4N 5AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090051, 51.511636], [-0.090004, 51.51164], [-0.089971, 51.511661], [-0.089908, 51.511816], [-0.089929, 51.511855], [-0.090006, 51.511878], [-0.089984, 51.511907], [-0.089812, 51.511869], [-0.089768, 51.511881], [-0.089736, 51.511918], [-0.089759, 51.511874], [-0.089725, 51.511838], [-0.089585, 51.511807], [-0.089534, 51.51182], [-0.089507, 51.511854], [-0.089463, 51.511844], [-0.089388, 51.511807], [-0.089373, 51.511757], [-0.089287, 51.511734], [-0.089308, 51.511697], [-0.089465, 51.511729], [-0.089523, 51.511718], [-0.089604, 51.511561], [-0.090051, 51.511636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 962, &quot;postcode&quot;: &quot;EC4N 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087726, 51.511225], [-0.087708, 51.511258], [-0.087638, 51.511239], [-0.087637, 51.511202], [-0.087588, 51.511173], [-0.087703, 51.511196], [-0.087726, 51.511225]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 36, &quot;postcode&quot;: &quot;EC4N 5AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088739, 51.51189], [-0.088507, 51.511796], [-0.088553, 51.511642], [-0.088519, 51.511526], [-0.088679, 51.511556], [-0.088745, 51.511408], [-0.089023, 51.511458], [-0.088889, 51.511714], [-0.088869, 51.511708], [-0.088739, 51.51189]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1093, &quot;postcode&quot;: &quot;EC4N 5AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089377, 51.511522], [-0.089324, 51.511548], [-0.089176, 51.511794], [-0.088889, 51.511714], [-0.089023, 51.511458], [-0.089377, 51.511522]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 706, &quot;postcode&quot;: &quot;EC4N 5AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090809, 51.511534], [-0.090724, 51.511653], [-0.090732, 51.511693], [-0.090711, 51.511733], [-0.090616, 51.511733], [-0.088808, 51.51142], [-0.088735, 51.51144], [-0.088679, 51.511556], [-0.088519, 51.511526], [-0.088512, 51.511491], [-0.08848, 51.511468], [-0.08834, 51.511448], [-0.08835, 51.51142], [-0.088321, 51.511387], [-0.088327, 51.511354], [-0.088287, 51.511324], [-0.087655, 51.511185], [-0.08697, 51.511064], [-0.087003, 51.511003], [-0.087533, 51.511092], [-0.087585, 51.511071], [-0.087616, 51.51101], [-0.087732, 51.511053], [-0.087971, 51.511097], [-0.088085, 51.511089], [-0.088134, 51.511128], [-0.088595, 51.511219], [-0.088676, 51.511201], [-0.088754, 51.511202], [-0.088761, 51.51123], [-0.088798, 51.511251], [-0.089208, 51.511334], [-0.089275, 51.511322], [-0.08932, 51.511266], [-0.08931, 51.511322], [-0.089378, 51.511359], [-0.090253, 51.511505], [-0.090321, 51.511496], [-0.090395, 51.51151], [-0.090436, 51.511536], [-0.090679, 51.511578], [-0.090734, 51.511574], [-0.090785, 51.511528], [-0.090809, 51.511534]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4756, &quot;postcode&quot;: &quot;EC4N 5AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092254, 51.511748], [-0.092245, 51.511777], [-0.092199, 51.511775], [-0.092159, 51.511793], [-0.092099, 51.511898], [-0.0921, 51.511928], [-0.092136, 51.511953], [-0.092078, 51.512087], [-0.091154, 51.511877], [-0.091045, 51.511812], [-0.090939, 51.511828], [-0.090876, 51.511819], [-0.09077, 51.511842], [-0.090663, 51.511833], [-0.090834, 51.511487], [-0.090945, 51.511507], [-0.090989, 51.511544], [-0.091241, 51.511594], [-0.091301, 51.511585], [-0.091329, 51.511548], [-0.091328, 51.511591], [-0.091363, 51.511617], [-0.091876, 51.511715], [-0.091936, 51.511706], [-0.091974, 51.511664], [-0.09208, 51.511654], [-0.092157, 51.511732], [-0.092254, 51.511748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3456, &quot;postcode&quot;: &quot;EC4N 6AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090237, 51.511502], [-0.089705, 51.511409], [-0.089704, 51.511377], [-0.089851, 51.511086], [-0.08979, 51.511062], [-0.089794, 51.511041], [-0.089708, 51.510979], [-0.089679, 51.511], [-0.089673, 51.510957], [-0.089837, 51.510865], [-0.089982, 51.510757], [-0.090022, 51.510657], [-0.090054, 51.510654], [-0.090018, 51.510641], [-0.090106, 51.510584], [-0.090174, 51.510596], [-0.090073, 51.510657], [-0.090171, 51.510675], [-0.090269, 51.510469], [-0.090176, 51.510452], [-0.090222, 51.510356], [-0.090314, 51.510375], [-0.090806, 51.509259], [-0.091783, 51.509391], [-0.091352, 51.510135], [-0.091187, 51.510484], [-0.091218, 51.510496], [-0.091217, 51.51052], [-0.09099, 51.510954], [-0.090966, 51.510946], [-0.09095, 51.510978], [-0.090974, 51.510985], [-0.090909, 51.511065], [-0.090851, 51.511185], [-0.090843, 51.511202], [-0.090894, 51.511216], [-0.090913, 51.511268], [-0.090879, 51.51141], [-0.090749, 51.511572], [-0.090706, 51.511583], [-0.09038, 51.511527], [-0.090395, 51.51151], [-0.09032, 51.511495], [-0.090304, 51.511514], [-0.090269, 51.511508], [-0.090304, 51.511514], [-0.090237, 51.511502]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17513, &quot;postcode&quot;: &quot;EC4N 6AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087542, 51.510989], [-0.087509, 51.511064], [-0.087522, 51.511093], [-0.086916, 51.510987], [-0.086852, 51.510965], [-0.086912, 51.510861], [-0.086883, 51.510802], [-0.086977, 51.510782], [-0.087111, 51.510804], [-0.087157, 51.510786], [-0.087178, 51.510749], [-0.087263, 51.510753], [-0.087363, 51.510812], [-0.087346, 51.51085], [-0.087361, 51.510879], [-0.087482, 51.510913], [-0.087542, 51.510989]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1083, &quot;postcode&quot;: &quot;EC4N 6AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088892, 51.51101], [-0.088772, 51.511037], [-0.088669, 51.511216], [-0.088641, 51.511228], [-0.088128, 51.511127], [-0.08805, 51.51115], [-0.088011, 51.511105], [-0.087631, 51.511029], [-0.087616, 51.51101], [-0.087915, 51.510505], [-0.08817, 51.510553], [-0.088214, 51.510532], [-0.088268, 51.510444], [-0.088415, 51.510478], [-0.088241, 51.51076], [-0.08825, 51.510802], [-0.088389, 51.510843], [-0.088396, 51.510876], [-0.088433, 51.510896], [-0.088529, 51.510914], [-0.088588, 51.510892], [-0.088829, 51.51095], [-0.088839, 51.510991], [-0.088892, 51.51101]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3628, &quot;postcode&quot;: &quot;EC4N 6EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089464, 51.511048], [-0.089353, 51.511213], [-0.08916, 51.511163], [-0.089087, 51.511306], [-0.088738, 51.51124], [-0.088781, 51.51114], [-0.08886, 51.511022], [-0.088892, 51.51101], [-0.089273, 51.511071], [-0.089281, 51.511054], [-0.089316, 51.511064], [-0.089356, 51.511011], [-0.089464, 51.511048]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 963, &quot;postcode&quot;: &quot;EC4N 6HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08985, 51.511086], [-0.089705, 51.511409], [-0.089354, 51.511355], [-0.089544, 51.51106], [-0.089625, 51.510991], [-0.089708, 51.510979], [-0.08985, 51.511086]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 979, &quot;postcode&quot;: &quot;EC4N 6HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089345, 51.511225], [-0.089328, 51.511265], [-0.089373, 51.511303], [-0.089355, 51.511334], [-0.089279, 51.511346], [-0.089227, 51.511417], [-0.089252, 51.511374], [-0.089236, 51.511341], [-0.089086, 51.511308], [-0.08916, 51.511163], [-0.089213, 51.511177], [-0.0892, 51.511219], [-0.089244, 51.511253], [-0.089304, 51.511254], [-0.089345, 51.511225]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 199, &quot;postcode&quot;: &quot;EC4N 6HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094003, 51.512176], [-0.093984, 51.51223], [-0.094026, 51.512222], [-0.094162, 51.512268], [-0.093937, 51.512315], [-0.093817, 51.512302], [-0.093847, 51.512178], [-0.093973, 51.512134], [-0.094021, 51.512177], [-0.094003, 51.512176]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 245, &quot;postcode&quot;: &quot;EC4N 6JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093779, 51.512085], [-0.093727, 51.512372], [-0.093575, 51.51238], [-0.093426, 51.512354], [-0.093374, 51.512309], [-0.093302, 51.512282], [-0.093324, 51.512219], [-0.093294, 51.512186], [-0.092923, 51.512104], [-0.092943, 51.512061], [-0.092914, 51.512021], [-0.093026, 51.512032], [-0.093127, 51.511993], [-0.093192, 51.511887], [-0.093391, 51.511919], [-0.093364, 51.512047], [-0.093514, 51.51212], [-0.093583, 51.512123], [-0.093677, 51.512073], [-0.093779, 51.512085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1482, &quot;postcode&quot;: &quot;EC4N 6JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09208, 51.511917], [-0.092109, 51.511879], [-0.092089, 51.511916], [-0.092106, 51.511936], [-0.092345, 51.511979], [-0.092337, 51.511997], [-0.092608, 51.512051], [-0.09246, 51.512022], [-0.092481, 51.512023], [-0.092487, 51.512005], [-0.092581, 51.512021], [-0.092618, 51.512008], [-0.09266, 51.511948], [-0.092644, 51.51201], [-0.09276, 51.512049], [-0.092719, 51.512171], [-0.092563, 51.512143], [-0.092451, 51.512154], [-0.092307, 51.512127], [-0.092296, 51.512146], [-0.092206, 51.512079], [-0.092093, 51.512053], [-0.092136, 51.511953], [-0.0921, 51.511946], [-0.09208, 51.511917]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 676, &quot;postcode&quot;: &quot;EC4N 6LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09269, 51.51186], [-0.092618, 51.512008], [-0.092581, 51.512021], [-0.092108, 51.511937], [-0.092089, 51.511916], [-0.092162, 51.511782], [-0.092272, 51.511767], [-0.09234, 51.511716], [-0.092517, 51.511743], [-0.092538, 51.511812], [-0.092672, 51.51184], [-0.09269, 51.51186]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 893, &quot;postcode&quot;: &quot;EC4N 6NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086878, 51.511482], [-0.086687, 51.511747], [-0.086544, 51.511726], [-0.086582, 51.511644], [-0.086558, 51.511608], [-0.08625, 51.511519], [-0.086286, 51.511458], [-0.086277, 51.511427], [-0.086332, 51.511359], [-0.086815, 51.511481], [-0.086878, 51.511482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 900, &quot;postcode&quot;: &quot;EC4N 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088572, 51.512563], [-0.088459, 51.512694], [-0.088416, 51.512692], [-0.088217, 51.512435], [-0.08816, 51.512454], [-0.087993, 51.512268], [-0.088033, 51.512254], [-0.087984, 51.512183], [-0.088009, 51.512174], [-0.088174, 51.51237], [-0.088215, 51.51238], [-0.088521, 51.512017], [-0.08856, 51.512066], [-0.088336, 51.512348], [-0.088654, 51.512447], [-0.088764, 51.512318], [-0.088807, 51.512371], [-0.08863, 51.512577], [-0.089094, 51.512732], [-0.089671, 51.513479], [-0.089327, 51.513459], [-0.089296, 51.513403], [-0.088991, 51.513465], [-0.089002, 51.513489], [-0.088865, 51.513518], [-0.088822, 51.513427], [-0.089108, 51.513434], [-0.089074, 51.513329], [-0.088843, 51.513317], [-0.088956, 51.513304], [-0.089135, 51.513232], [-0.088572, 51.512563]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3851, &quot;postcode&quot;: &quot;EC4N 7AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088553, 51.511642], [-0.088483, 51.511715], [-0.088458, 51.511788], [-0.088469, 51.511819], [-0.088523, 51.511846], [-0.088472, 51.511824], [-0.088441, 51.511803], [-0.08832, 51.511767], [-0.088257, 51.511689], [-0.088306, 51.511612], [-0.08834, 51.511448], [-0.088509, 51.511461], [-0.088497, 51.511499], [-0.088553, 51.511642]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 533, &quot;postcode&quot;: &quot;EC4N 7BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087469, 51.511657], [-0.087268, 51.511956], [-0.087225, 51.51195], [-0.087182, 51.511963], [-0.087124, 51.51204], [-0.086944, 51.511992], [-0.086873, 51.511926], [-0.086704, 51.511882], [-0.087034, 51.511374], [-0.087093, 51.511376], [-0.087339, 51.511669], [-0.08741, 51.511685], [-0.087469, 51.511657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1996, &quot;postcode&quot;: &quot;EC4N 7BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087729, 51.512147], [-0.087704, 51.512155], [-0.087613, 51.512135], [-0.087558, 51.512159], [-0.087268, 51.512082], [-0.087208, 51.512086], [-0.08687, 51.512455], [-0.086824, 51.512442], [-0.087436, 51.511602], [-0.087479, 51.511642], [-0.087418, 51.51176], [-0.087729, 51.512147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1307, &quot;postcode&quot;: &quot;EC4N 7BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088408, 51.512682], [-0.088389, 51.512724], [-0.088314, 51.512767], [-0.088245, 51.512743], [-0.088204, 51.512706], [-0.088061, 51.512652], [-0.08798, 51.512652], [-0.087992, 51.512603], [-0.088078, 51.512573], [-0.088098, 51.512533], [-0.087845, 51.51222], [-0.087792, 51.512203], [-0.087729, 51.512217], [-0.087841, 51.512087], [-0.087887, 51.51211], [-0.087951, 51.512103], [-0.088034, 51.512206], [-0.088023, 51.512301], [-0.088134, 51.512423], [-0.088217, 51.512435], [-0.088408, 51.512682]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 971, &quot;postcode&quot;: &quot;EC4N 7BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08813, 51.512558], [-0.087988, 51.512611], [-0.08786, 51.512823], [-0.087603, 51.512731], [-0.087667, 51.512721], [-0.087715, 51.512666], [-0.087712, 51.512631], [-0.08766, 51.512598], [-0.087731, 51.512483], [-0.087698, 51.512442], [-0.087606, 51.512416], [-0.087552, 51.512425], [-0.087507, 51.512468], [-0.087725, 51.512197], [-0.087697, 51.512163], [-0.08758, 51.512134], [-0.087591, 51.512121], [-0.08769, 51.51215], [-0.087744, 51.512145], [-0.087775, 51.512122], [-0.08777, 51.512083], [-0.087805, 51.512043], [-0.087841, 51.512087], [-0.087792, 51.512147], [-0.087795, 51.512178], [-0.08813, 51.512558]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1444, &quot;postcode&quot;: &quot;EC4N 7BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08765, 51.51121], [-0.087495, 51.511508], [-0.087417, 51.51155], [-0.087436, 51.511602], [-0.087363, 51.511706], [-0.087122, 51.511411], [-0.087077, 51.511392], [-0.087023, 51.511397], [-0.087147, 51.511136], [-0.08711, 51.511088], [-0.087586, 51.511173], [-0.08765, 51.51121]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1588, &quot;postcode&quot;: &quot;EC4N 7BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088257, 51.511689], [-0.088216, 51.511615], [-0.088266, 51.511595], [-0.088311, 51.511605], [-0.088257, 51.511689]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;EC4N 7BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088708, 51.511878], [-0.08856, 51.512065], [-0.088469, 51.511928], [-0.088366, 51.511824], [-0.088455, 51.511767], [-0.088523, 51.511649], [-0.088486, 51.511473], [-0.088454, 51.511451], [-0.088352, 51.51143], [-0.088364, 51.511414], [-0.088548, 51.511448], [-0.088518, 51.511518], [-0.088553, 51.511642], [-0.088517, 51.511784], [-0.088542, 51.51181], [-0.088708, 51.511878]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 481, &quot;postcode&quot;: &quot;EC4N 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086992, 51.51133], [-0.086975, 51.511376], [-0.086867, 51.511496], [-0.086335, 51.51136], [-0.086372, 51.511314], [-0.086438, 51.511305], [-0.0865, 51.511246], [-0.086546, 51.511228], [-0.08676, 51.511287], [-0.086992, 51.51133]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 715, &quot;postcode&quot;: &quot;EC4N 7HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087107, 51.511088], [-0.087038, 51.511232], [-0.08706, 51.511319], [-0.087033, 51.511374], [-0.08696, 51.511373], [-0.086958, 51.511341], [-0.086925, 51.511319], [-0.086578, 51.511237], [-0.086487, 51.511263], [-0.086406, 51.511339], [-0.086305, 51.511292], [-0.086164, 51.51126], [-0.086178, 51.511189], [-0.086124, 51.511155], [-0.08617, 51.511053], [-0.08625, 51.511035], [-0.086296, 51.510948], [-0.08678, 51.511034], [-0.086841, 51.511015], [-0.086852, 51.510965], [-0.08694, 51.510993], [-0.086923, 51.511028], [-0.086951, 51.511058], [-0.087107, 51.511088]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1970, &quot;postcode&quot;: &quot;EC4N 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088521, 51.512017], [-0.08824, 51.512367], [-0.088197, 51.512381], [-0.088006, 51.512171], [-0.087993, 51.512128], [-0.087939, 51.512112], [-0.087873, 51.512126], [-0.087844, 51.512102], [-0.087797, 51.512094], [-0.087752, 51.512107], [-0.087721, 51.512138], [-0.087462, 51.511814], [-0.087423, 51.511795], [-0.087378, 51.511795], [-0.087468, 51.511649], [-0.087386, 51.51155], [-0.087494, 51.511506], [-0.08762, 51.511337], [-0.087676, 51.511315], [-0.08772, 51.511234], [-0.087703, 51.511196], [-0.088348, 51.511338], [-0.0883, 51.511427], [-0.088328, 51.511465], [-0.088307, 51.511602], [-0.088252, 51.511625], [-0.088243, 51.511668], [-0.088481, 51.511944], [-0.088521, 51.512017]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5949, &quot;postcode&quot;: &quot;EC4N 7TW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090712, 51.511733], [-0.090483, 51.512196], [-0.090497, 51.512233], [-0.090547, 51.512252], [-0.090395, 51.512487], [-0.090344, 51.512488], [-0.090308, 51.512508], [-0.090095, 51.512859], [-0.089947, 51.512967], [-0.089609, 51.513307], [-0.08954, 51.513293], [-0.089593, 51.513257], [-0.089642, 51.513187], [-0.090057, 51.512779], [-0.090222, 51.512498], [-0.09022, 51.512469], [-0.090389, 51.512208], [-0.090445, 51.512175], [-0.090609, 51.511802], [-0.090595, 51.511745], [-0.090544, 51.51172], [-0.090712, 51.511733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1150, &quot;postcode&quot;: &quot;EC4N 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089199, 51.511758], [-0.08901, 51.512048], [-0.088653, 51.512447], [-0.088336, 51.512348], [-0.088708, 51.511879], [-0.088763, 51.511856], [-0.08887, 51.511708], [-0.089122, 51.511778], [-0.089199, 51.511758]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2044, &quot;postcode&quot;: &quot;EC4N 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090605, 51.511781], [-0.090446, 51.512183], [-0.090389, 51.512208], [-0.090133, 51.512599], [-0.089752, 51.512506], [-0.08978, 51.512457], [-0.089594, 51.512412], [-0.089121, 51.512259], [-0.089214, 51.512151], [-0.089041, 51.512093], [-0.089115, 51.512004], [-0.089252, 51.512037], [-0.089373, 51.511834], [-0.089463, 51.511844], [-0.089455, 51.511856], [-0.089498, 51.511868], [-0.089475, 51.511902], [-0.089705, 51.511961], [-0.089781, 51.511855], [-0.089984, 51.511907], [-0.090006, 51.511878], [-0.089894, 51.51185], [-0.089984, 51.511625], [-0.090293, 51.511675], [-0.090562, 51.511737], [-0.090605, 51.511781]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6368, &quot;postcode&quot;: &quot;EC4N 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089499, 51.511867], [-0.089455, 51.511856], [-0.089463, 51.511844], [-0.089507, 51.511851], [-0.089499, 51.511867]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;EC4N 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089784, 51.511851], [-0.089705, 51.511961], [-0.089475, 51.511902], [-0.089435, 51.511869], [-0.089374, 51.511869], [-0.08934, 51.51189], [-0.089252, 51.512037], [-0.089133, 51.512017], [-0.089069, 51.512062], [-0.089087, 51.512106], [-0.089214, 51.512151], [-0.089149, 51.512232], [-0.089169, 51.512272], [-0.089598, 51.512413], [-0.089494, 51.512537], [-0.089336, 51.512484], [-0.089287, 51.512482], [-0.089199, 51.512545], [-0.089136, 51.512549], [-0.089094, 51.512583], [-0.089007, 51.512555], [-0.088953, 51.512561], [-0.088872, 51.512655], [-0.088692, 51.512597], [-0.088642, 51.512596], [-0.08852, 51.512702], [-0.088469, 51.512701], [-0.088335, 51.512744], [-0.088287, 51.512807], [-0.088222, 51.512715], [-0.08847, 51.512673], [-0.088572, 51.512563], [-0.088616, 51.512564], [-0.088656, 51.512545], [-0.088789, 51.512391], [-0.088796, 51.512362], [-0.088764, 51.512318], [-0.089013, 51.512044], [-0.089341, 51.511515], [-0.089397, 51.511526], [-0.089329, 51.511659], [-0.089342, 51.511696], [-0.089497, 51.511728], [-0.089539, 51.511705], [-0.089566, 51.511646], [-0.08954, 51.51172], [-0.089602, 51.511799], [-0.089784, 51.511851]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3228, &quot;postcode&quot;: &quot;EC4N 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09077, 51.511842], [-0.090626, 51.512125], [-0.090514, 51.512143], [-0.090663, 51.511834], [-0.09077, 51.511842]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 251, &quot;postcode&quot;: &quot;EC4N 8AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090514, 51.512143], [-0.09052, 51.512197], [-0.090493, 51.51224], [-0.090464, 51.512233], [-0.090514, 51.512143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC4N 8AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09006, 51.512775], [-0.089987, 51.512864], [-0.089991, 51.512895], [-0.090041, 51.512937], [-0.089958, 51.513059], [-0.089761, 51.513187], [-0.089834, 51.513373], [-0.089813, 51.513442], [-0.089749, 51.513346], [-0.089536, 51.513292], [-0.089292, 51.512985], [-0.089373, 51.512838], [-0.089351, 51.512794], [-0.089445, 51.512645], [-0.089502, 51.512657], [-0.089554, 51.512642], [-0.09006, 51.512775]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2643, &quot;postcode&quot;: &quot;EC4N 8BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089452, 51.512635], [-0.089338, 51.512794], [-0.089007, 51.51271], [-0.088878, 51.512654], [-0.088959, 51.512537], [-0.089086, 51.512566], [-0.089146, 51.512527], [-0.089216, 51.512523], [-0.089268, 51.512482], [-0.089232, 51.512521], [-0.089246, 51.512558], [-0.089452, 51.512635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 711, &quot;postcode&quot;: &quot;EC4N 8BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090306, 51.512652], [-0.090265, 51.512731], [-0.090217, 51.51274], [-0.090184, 51.512715], [-0.090129, 51.512711], [-0.090045, 51.512772], [-0.089606, 51.512656], [-0.089529, 51.512672], [-0.089199, 51.512545], [-0.089285, 51.512467], [-0.089583, 51.512565], [-0.089649, 51.512552], [-0.089693, 51.512492], [-0.090102, 51.512586], [-0.090154, 51.512566], [-0.09022, 51.51247], [-0.09024, 51.512517], [-0.090286, 51.512538], [-0.090268, 51.512576], [-0.090306, 51.512652]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1247, &quot;postcode&quot;: &quot;EC4N 8BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089594, 51.512412], [-0.08978, 51.512457], [-0.089752, 51.512506], [-0.089693, 51.512492], [-0.089635, 51.512585], [-0.089494, 51.512537], [-0.089594, 51.512412]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 189, &quot;postcode&quot;: &quot;EC4N 8BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095032, 51.512234], [-0.094817, 51.512278], [-0.094805, 51.51228], [-0.094817, 51.512278], [-0.095032, 51.512234]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4P 4LX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090269, 51.510469], [-0.090171, 51.510674], [-0.090083, 51.51066], [-0.090035, 51.510668], [-0.089982, 51.510757], [-0.089837, 51.510865], [-0.089748, 51.510865], [-0.089681, 51.510898], [-0.089659, 51.510927], [-0.089668, 51.511009], [-0.089601, 51.510983], [-0.089553, 51.510983], [-0.08945, 51.511049], [-0.089357, 51.511012], [-0.089403, 51.510947], [-0.08947, 51.510923], [-0.089473, 51.510885], [-0.089274, 51.510791], [-0.089272, 51.510751], [-0.089133, 51.510624], [-0.089311, 51.510663], [-0.08937, 51.51065], [-0.089657, 51.510332], [-0.090269, 51.510469]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2884, &quot;postcode&quot;: &quot;EC4R 0AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090367, 51.510264], [-0.09031, 51.510345], [-0.090314, 51.510375], [-0.090264, 51.510368], [-0.090219, 51.510381], [-0.090175, 51.510452], [-0.089746, 51.510354], [-0.089901, 51.510301], [-0.089982, 51.510241], [-0.09008, 51.51021], [-0.090248, 51.510245], [-0.090326, 51.510203], [-0.090325, 51.510239], [-0.090367, 51.510264]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 623, &quot;postcode&quot;: &quot;EC4R 0AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089193, 51.511171], [-0.089353, 51.511213], [-0.089258, 51.511357], [-0.089167, 51.511351], [-0.089217, 51.511239], [-0.089181, 51.511229], [-0.089213, 51.511177], [-0.089193, 51.511171]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 149, &quot;postcode&quot;: &quot;EC4R 0AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088829, 51.51095], [-0.088626, 51.510913], [-0.088656, 51.510861], [-0.088703, 51.510871], [-0.088756, 51.510807], [-0.088875, 51.510832], [-0.088829, 51.51095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 156, &quot;postcode&quot;: &quot;EC4R 0BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089926, 51.510282], [-0.089746, 51.510354], [-0.08963, 51.510326], [-0.089573, 51.510338], [-0.089287, 51.510658], [-0.088673, 51.510522], [-0.08873, 51.510434], [-0.088727, 51.510405], [-0.088689, 51.510381], [-0.088551, 51.510353], [-0.088702, 51.510053], [-0.089164, 51.510179], [-0.089221, 51.510166], [-0.089273, 51.510096], [-0.089346, 51.510072], [-0.089465, 51.510107], [-0.089712, 51.510233], [-0.08985, 51.510255], [-0.089926, 51.510282]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3418, &quot;postcode&quot;: &quot;EC4R 0BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088765, 51.510395], [-0.088695, 51.510494], [-0.08871, 51.510522], [-0.088752, 51.510539], [-0.08868, 51.510541], [-0.08864, 51.510581], [-0.088443, 51.510537], [-0.088443, 51.510498], [-0.088387, 51.510452], [-0.088439, 51.51043], [-0.088514, 51.5103], [-0.088543, 51.51035], [-0.088765, 51.510395]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 427, &quot;postcode&quot;: &quot;EC4R 0DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087634, 51.510798], [-0.087627, 51.510813], [-0.087605, 51.510856], [-0.087545, 51.510779], [-0.087602, 51.510779], [-0.087634, 51.510798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 26, &quot;postcode&quot;: &quot;EC4R 0DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088387, 51.510452], [-0.088414, 51.510479], [-0.088356, 51.510574], [-0.088392, 51.510494], [-0.088365, 51.510468], [-0.088306, 51.510457], [-0.088248, 51.510478], [-0.088196, 51.510567], [-0.087948, 51.510518], [-0.087897, 51.510539], [-0.08786, 51.510601], [-0.087914, 51.510506], [-0.088008, 51.510361], [-0.088003, 51.510331], [-0.087971, 51.51031], [-0.087999, 51.510265], [-0.087989, 51.510308], [-0.088051, 51.510374], [-0.088387, 51.510452]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 381, &quot;postcode&quot;: &quot;EC4R 0DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088266, 51.50996], [-0.08774, 51.510785], [-0.087574, 51.511102], [-0.087497, 51.511089], [-0.087557, 51.510919], [-0.087595, 51.510875], [-0.087581, 51.510837], [-0.087531, 51.51082], [-0.087478, 51.510831], [-0.087443, 51.510864], [-0.087441, 51.510904], [-0.087194, 51.510853], [-0.087204, 51.510834], [-0.08727, 51.510825], [-0.087293, 51.510798], [-0.087263, 51.510753], [-0.087294, 51.510645], [-0.087261, 51.51061], [-0.087329, 51.510526], [-0.08734, 51.510429], [-0.087589, 51.510411], [-0.087802, 51.510465], [-0.087869, 51.510456], [-0.088132, 51.510074], [-0.08819, 51.509949], [-0.088266, 51.50996]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2177, &quot;postcode&quot;: &quot;EC4R 0DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088765, 51.510789], [-0.088703, 51.510871], [-0.088564, 51.510931], [-0.088368, 51.51088], [-0.088341, 51.510839], [-0.088247, 51.510816], [-0.088187, 51.510835], [-0.088125, 51.510921], [-0.08821, 51.510799], [-0.088254, 51.510804], [-0.088297, 51.510789], [-0.088375, 51.510685], [-0.088757, 51.510755], [-0.088765, 51.510789]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 584, &quot;postcode&quot;: &quot;EC4R 0EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090013, 51.510646], [-0.089959, 51.510759], [-0.089545, 51.51106], [-0.089296, 51.511432], [-0.089227, 51.511418], [-0.08943, 51.511097], [-0.089536, 51.510968], [-0.089483, 51.51091], [-0.089315, 51.510826], [-0.089234, 51.510844], [-0.0891, 51.511045], [-0.088918, 51.511015], [-0.088857, 51.511032], [-0.088665, 51.511314], [-0.088629, 51.511306], [-0.088711, 51.511121], [-0.088832, 51.510945], [-0.08886, 51.51085], [-0.088832, 51.510825], [-0.088756, 51.510807], [-0.088756, 51.510772], [-0.088723, 51.51075], [-0.088388, 51.510697], [-0.088352, 51.510717], [-0.088126, 51.511021], [-0.088024, 51.511194], [-0.087957, 51.511182], [-0.088441, 51.510439], [-0.088638, 51.510035], [-0.088702, 51.510053], [-0.088466, 51.51052], [-0.088499, 51.510548], [-0.088579, 51.510567], [-0.088639, 51.510559], [-0.088673, 51.510522], [-0.08905, 51.510602], [-0.089009, 51.51069], [-0.08897, 51.510722], [-0.088971, 51.510832], [-0.088923, 51.510867], [-0.088901, 51.510943], [-0.088932, 51.510979], [-0.089021, 51.510994], [-0.089076, 51.510974], [-0.089288, 51.510657], [-0.089596, 51.510311], [-0.089657, 51.510332], [-0.089371, 51.510654], [-0.089293, 51.510766], [-0.089307, 51.510803], [-0.089574, 51.510919], [-0.089635, 51.510921], [-0.089812, 51.510818], [-0.089935, 51.510721], [-0.089925, 51.510674], [-0.089824, 51.51063], [-0.089908, 51.510547], [-0.089979, 51.51056], [-0.089955, 51.51061], [-0.090013, 51.510646]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2985, &quot;postcode&quot;: &quot;EC4R 0EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089238, 51.510731], [-0.089137, 51.510889], [-0.089195, 51.510962], [-0.089169, 51.511027], [-0.089187, 51.511059], [-0.0891, 51.511045], [-0.089058, 51.511002], [-0.08889, 51.510976], [-0.088955, 51.510812], [-0.088969, 51.51068], [-0.089012, 51.51066], [-0.08905, 51.510602], [-0.089133, 51.510624], [-0.089238, 51.510731]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 717, &quot;postcode&quot;: &quot;EC4R 0EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093144, 51.510271], [-0.093187, 51.51018], [-0.093197, 51.510159], [-0.093144, 51.510271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4R 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093281, 51.511576], [-0.09328, 51.511576], [-0.093281, 51.511573], [-0.093281, 51.511576]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4R 1AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093192, 51.511887], [-0.093132, 51.512012], [-0.093062, 51.512044], [-0.092972, 51.512045], [-0.092923, 51.512104], [-0.092827, 51.512104], [-0.092792, 51.51216], [-0.092814, 51.512066], [-0.09286, 51.512039], [-0.092925, 51.511861], [-0.093192, 51.511887]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 393, &quot;postcode&quot;: &quot;EC4R 1BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09337, 51.510388], [-0.093242, 51.51079], [-0.092974, 51.510754], [-0.09302, 51.510723], [-0.093144, 51.510271], [-0.093397, 51.509782], [-0.093698, 51.509855], [-0.09337, 51.510388]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2106, &quot;postcode&quot;: &quot;EC4R 1BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093582, 51.511218], [-0.093505, 51.511484], [-0.093316, 51.511499], [-0.093283, 51.511526], [-0.093281, 51.511534], [-0.093281, 51.511572], [-0.09328, 51.511573], [-0.093279, 51.511475], [-0.093253, 51.511446], [-0.093208, 51.511435], [-0.09315, 51.511453], [-0.093031, 51.511448], [-0.093131, 51.51118], [-0.093582, 51.511218]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1010, &quot;postcode&quot;: &quot;EC4R 1BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093282, 51.511611], [-0.093154, 51.511597], [-0.093108, 51.511608], [-0.093088, 51.51166], [-0.093179, 51.511694], [-0.093184, 51.511709], [-0.093056, 51.511825], [-0.092955, 51.511882], [-0.092926, 51.511854], [-0.092869, 51.511842], [-0.092865, 51.511798], [-0.092917, 51.511787], [-0.09296, 51.511743], [-0.093036, 51.511447], [-0.093112, 51.511448], [-0.093153, 51.511428], [-0.093278, 51.511435], [-0.093282, 51.511611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 657, &quot;postcode&quot;: &quot;EC4R 1BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093565, 51.511029], [-0.093472, 51.511031], [-0.093431, 51.511086], [-0.093429, 51.511153], [-0.093518, 51.511183], [-0.093199, 51.511154], [-0.09312, 51.511192], [-0.093097, 51.51124], [-0.093111, 51.511193], [-0.093095, 51.511164], [-0.092938, 51.511138], [-0.092831, 51.511026], [-0.092966, 51.510841], [-0.093252, 51.510911], [-0.093442, 51.510922], [-0.09357, 51.510908], [-0.093565, 51.511029]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1274, &quot;postcode&quot;: &quot;EC4R 1DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093122, 51.511164], [-0.092925, 51.511806], [-0.092869, 51.511806], [-0.092827, 51.511832], [-0.092788, 51.511813], [-0.092521, 51.511776], [-0.092517, 51.511743], [-0.092562, 51.511738], [-0.092594, 51.511714], [-0.092643, 51.511554], [-0.092497, 51.511493], [-0.092295, 51.511462], [-0.09247, 51.51111], [-0.092462, 51.511073], [-0.092424, 51.511054], [-0.092376, 51.511055], [-0.09219, 51.51114], [-0.092001, 51.511114], [-0.091837, 51.511044], [-0.091839, 51.510943], [-0.092013, 51.510941], [-0.092044, 51.510907], [-0.092019, 51.510867], [-0.092147, 51.510849], [-0.092226, 51.510815], [-0.092299, 51.510721], [-0.092347, 51.510719], [-0.092388, 51.510696], [-0.092681, 51.510759], [-0.092891, 51.510733], [-0.092966, 51.510841], [-0.092831, 51.511026], [-0.092774, 51.511053], [-0.092771, 51.511092], [-0.092814, 51.511118], [-0.093122, 51.511164]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5332, &quot;postcode&quot;: &quot;EC4R 1EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092925, 51.51185], [-0.092844, 51.512081], [-0.092804, 51.512111], [-0.092807, 51.512186], [-0.092718, 51.512176], [-0.092665, 51.512203], [-0.092579, 51.512195], [-0.092547, 51.512174], [-0.092451, 51.512154], [-0.092563, 51.512143], [-0.092674, 51.512159], [-0.092732, 51.512132], [-0.092745, 51.512056], [-0.092644, 51.51201], [-0.092684, 51.511869], [-0.092672, 51.51184], [-0.092771, 51.511852], [-0.092827, 51.511832], [-0.092925, 51.51185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 496, &quot;postcode&quot;: &quot;EC4R 1EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093553, 51.510905], [-0.093448, 51.510923], [-0.093198, 51.510909], [-0.093163, 51.510884], [-0.092966, 51.510841], [-0.092895, 51.510726], [-0.092967, 51.510738], [-0.09302, 51.510723], [-0.09307, 51.510767], [-0.093196, 51.510784], [-0.093247, 51.510775], [-0.093288, 51.510796], [-0.093499, 51.510821], [-0.093553, 51.510905]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 512, &quot;postcode&quot;: &quot;EC4R 1QS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092662, 51.511546], [-0.092578, 51.511752], [-0.092362, 51.511722], [-0.092245, 51.511776], [-0.09223, 51.511747], [-0.092178, 51.511729], [-0.092081, 51.511654], [-0.092092, 51.511642], [-0.09216, 51.511653], [-0.092209, 51.511638], [-0.092266, 51.511529], [-0.092352, 51.51155], [-0.092417, 51.511535], [-0.092446, 51.511513], [-0.092662, 51.511546]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 687, &quot;postcode&quot;: &quot;EC4R 2RA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092651, 51.511501], [-0.092628, 51.51154], [-0.09248, 51.511523], [-0.092363, 51.511577], [-0.092266, 51.511528], [-0.092295, 51.511462], [-0.092464, 51.511472], [-0.092557, 51.511499], [-0.092636, 51.511486], [-0.092651, 51.511501]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 172, &quot;postcode&quot;: &quot;EC4R 2RB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092116, 51.510955], [-0.091542, 51.510929], [-0.091486, 51.510942], [-0.091413, 51.510922], [-0.091398, 51.510898], [-0.09156, 51.510768], [-0.091624, 51.510752], [-0.091636, 51.510706], [-0.0917, 51.510655], [-0.091898, 51.510641], [-0.091939, 51.510648], [-0.091896, 51.510757], [-0.092116, 51.510955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 959, &quot;postcode&quot;: &quot;EC4R 2RH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093024, 51.511126], [-0.093014, 51.51115], [-0.092552, 51.511076], [-0.092489, 51.511089], [-0.092197, 51.511688], [-0.092207, 51.511719], [-0.092246, 51.511738], [-0.092831, 51.511819], [-0.092816, 51.511861], [-0.092245, 51.511777], [-0.092204, 51.511744], [-0.092017, 51.511712], [-0.091939, 51.511727], [-0.090987, 51.511544], [-0.090916, 51.511551], [-0.090945, 51.511507], [-0.091262, 51.511566], [-0.091328, 51.511553], [-0.091449, 51.511576], [-0.091501, 51.511566], [-0.091637, 51.511355], [-0.091521, 51.511246], [-0.091529, 51.511222], [-0.091606, 51.511213], [-0.09164, 51.511156], [-0.091755, 51.511173], [-0.091807, 51.511161], [-0.091839, 51.511102], [-0.091795, 51.511063], [-0.091837, 51.511044], [-0.092008, 51.511115], [-0.092165, 51.511136], [-0.092211, 51.51113], [-0.092439, 51.511025], [-0.092594, 51.510781], [-0.092636, 51.510797], [-0.092525, 51.510997], [-0.092536, 51.511035], [-0.092712, 51.511072], [-0.092762, 51.511057], [-0.092785, 51.51102], [-0.092831, 51.511026], [-0.092856, 51.511092], [-0.093024, 51.511126]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4124, &quot;postcode&quot;: &quot;EC4R 2RP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091758, 51.511513], [-0.091703, 51.511539], [-0.091679, 51.51162], [-0.091334, 51.511554], [-0.091339, 51.511509], [-0.091446, 51.51143], [-0.091521, 51.511246], [-0.091555, 51.511275], [-0.091646, 51.511293], [-0.091666, 51.511311], [-0.091642, 51.511358], [-0.091656, 51.511387], [-0.091615, 51.511405], [-0.09159, 51.511443], [-0.091599, 51.511478], [-0.091638, 51.511497], [-0.091758, 51.511513]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 549, &quot;postcode&quot;: &quot;EC4R 2RU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091135, 51.511471], [-0.091339, 51.511509], [-0.091321, 51.511578], [-0.091056, 51.511528], [-0.091135, 51.511471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 131, &quot;postcode&quot;: &quot;EC4R 2SH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091397, 51.511287], [-0.091059, 51.511235], [-0.091109, 51.511065], [-0.091426, 51.511079], [-0.091486, 51.510942], [-0.091397, 51.511287]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 526, &quot;postcode&quot;: &quot;EC4R 2SP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091109, 51.511065], [-0.091099, 51.511097], [-0.091054, 51.511084], [-0.091055, 51.511063], [-0.091109, 51.511065]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC4R 2ST&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091919, 51.510777], [-0.091818, 51.510857], [-0.09165, 51.510786], [-0.09156, 51.51078], [-0.091437, 51.510875], [-0.091446, 51.510905], [-0.091489, 51.510926], [-0.091839, 51.510943], [-0.091852, 51.511076], [-0.091811, 51.511183], [-0.091669, 51.511169], [-0.091632, 51.511188], [-0.09161, 51.511235], [-0.091529, 51.511248], [-0.091432, 51.51146], [-0.091358, 51.511513], [-0.091159, 51.511477], [-0.091114, 51.511487], [-0.091056, 51.511528], [-0.090896, 51.511498], [-0.090836, 51.511508], [-0.090732, 51.511692], [-0.090716, 51.511688], [-0.090791, 51.511557], [-0.090785, 51.511528], [-0.090881, 51.511403], [-0.090911, 51.511264], [-0.090891, 51.511223], [-0.090843, 51.511201], [-0.090909, 51.511065], [-0.090958, 51.511012], [-0.090965, 51.510947], [-0.091004, 51.510922], [-0.09122, 51.510509], [-0.091293, 51.510522], [-0.091343, 51.510565], [-0.091479, 51.510557], [-0.0917, 51.510654], [-0.091685, 51.510687], [-0.091712, 51.510717], [-0.091893, 51.510753], [-0.091919, 51.510777]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4889, &quot;postcode&quot;: &quot;EC4R 2SU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090791, 51.509296], [-0.090697, 51.509517], [-0.090656, 51.509524], [-0.090627, 51.509549], [-0.090336, 51.510167], [-0.090274, 51.510254], [-0.090091, 51.510215], [-0.089982, 51.510241], [-0.089893, 51.510231], [-0.08985, 51.510255], [-0.089685, 51.510231], [-0.089656, 51.510198], [-0.089463, 51.510107], [-0.08938, 51.510086], [-0.089262, 51.510121], [-0.089207, 51.510197], [-0.089101, 51.510158], [-0.089072, 51.510014], [-0.089101, 51.509958], [-0.089071, 51.509925], [-0.088796, 51.509851], [-0.088363, 51.509786], [-0.088572, 51.50928], [-0.088669, 51.50897], [-0.090765, 51.509254], [-0.090791, 51.509296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15884, &quot;postcode&quot;: &quot;EC4R 3AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087766, 51.509022], [-0.087767, 51.509022], [-0.087754, 51.509021], [-0.087766, 51.509022]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4R 3AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092388, 51.510696], [-0.092343, 51.510729], [-0.092299, 51.510721], [-0.092262, 51.51079], [-0.092182, 51.510828], [-0.092208, 51.51078], [-0.09216, 51.51087], [-0.092132, 51.510923], [-0.092069, 51.510896], [-0.092092, 51.510849], [-0.092019, 51.510867], [-0.091885, 51.510746], [-0.091971, 51.51059], [-0.09237, 51.510664], [-0.092387, 51.51063], [-0.092895, 51.510726], [-0.092688, 51.510761], [-0.092388, 51.510696]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 924, &quot;postcode&quot;: &quot;EC4R 3TA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093661, 51.509845], [-0.093452, 51.509799], [-0.093377, 51.509823], [-0.093357, 51.509772], [-0.093678, 51.509819], [-0.093661, 51.509845]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 36, &quot;postcode&quot;: &quot;EC4R 3TB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093396, 51.509782], [-0.093145, 51.510269], [-0.093118, 51.510412], [-0.093009, 51.510738], [-0.092447, 51.510642], [-0.09237, 51.510664], [-0.092022, 51.5106], [-0.091968, 51.510612], [-0.091939, 51.510648], [-0.091702, 51.510655], [-0.091482, 51.510559], [-0.09122, 51.510508], [-0.091187, 51.510484], [-0.091201, 51.510453], [-0.091244, 51.510448], [-0.091276, 51.510426], [-0.091458, 51.51006], [-0.091671, 51.509712], [-0.09174, 51.509721], [-0.091791, 51.509699], [-0.091941, 51.509423], [-0.093396, 51.509782]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14278, &quot;postcode&quot;: &quot;EC4R 3TD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091939, 51.509426], [-0.091773, 51.509733], [-0.091671, 51.509712], [-0.091703, 51.509641], [-0.091665, 51.509604], [-0.091681, 51.509576], [-0.091752, 51.509557], [-0.091794, 51.509484], [-0.09176, 51.509435], [-0.091783, 51.509391], [-0.091939, 51.509426]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 323, &quot;postcode&quot;: &quot;EC4R 3TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088252, 51.509828], [-0.088218, 51.509897], [-0.088149, 51.509914], [-0.088113, 51.509981], [-0.088036, 51.509926], [-0.087881, 51.509899], [-0.087837, 51.50987], [-0.087784, 51.509863], [-0.087742, 51.509877], [-0.087637, 51.50986], [-0.087625, 51.509829], [-0.087559, 51.509807], [-0.087478, 51.509717], [-0.087332, 51.509714], [-0.087359, 51.509672], [-0.087344, 51.50964], [-0.087205, 51.50961], [-0.087192, 51.509412], [-0.087146, 51.509391], [-0.087082, 51.509397], [-0.087052, 51.509422], [-0.087048, 51.509472], [-0.087036, 51.509379], [-0.087097, 51.509323], [-0.087425, 51.509466], [-0.087392, 51.509566], [-0.087428, 51.509606], [-0.087857, 51.509671], [-0.087944, 51.509713], [-0.087932, 51.509754], [-0.087965, 51.509783], [-0.088252, 51.509828]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1457, &quot;postcode&quot;: &quot;EC4R 3TJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089096, 51.509979], [-0.089072, 51.510014], [-0.088624, 51.510059], [-0.088583, 51.510021], [-0.088381, 51.509988], [-0.088104, 51.510059], [-0.088125, 51.510008], [-0.088036, 51.509926], [-0.08754, 51.509844], [-0.087559, 51.509807], [-0.087658, 51.509824], [-0.087703, 51.509851], [-0.087754, 51.50985], [-0.087888, 51.509882], [-0.087931, 51.509907], [-0.088106, 51.509924], [-0.088166, 51.509867], [-0.08816, 51.509828], [-0.088038, 51.509784], [-0.087925, 51.509779], [-0.087951, 51.509733], [-0.087894, 51.509684], [-0.088329, 51.509749], [-0.088371, 51.509726], [-0.088388, 51.509679], [-0.088357, 51.509647], [-0.088292, 51.509641], [-0.088309, 51.5096], [-0.088354, 51.509639], [-0.088422, 51.509642], [-0.088379, 51.50975], [-0.088409, 51.509789], [-0.08855, 51.509815], [-0.088606, 51.509803], [-0.088777, 51.509856], [-0.089074, 51.509908], [-0.089063, 51.509947], [-0.089096, 51.509979]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1754, &quot;postcode&quot;: &quot;EC4R 3TN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088619, 51.509143], [-0.088366, 51.509762], [-0.088286, 51.509767], [-0.088245, 51.509743], [-0.087972, 51.509699], [-0.088198, 51.509727], [-0.088258, 51.509709], [-0.088439, 51.509294], [-0.088489, 51.509269], [-0.088547, 51.509134], [-0.088619, 51.509143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 571, &quot;postcode&quot;: &quot;EC4R 3TT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090388, 51.510059], [-0.090339, 51.510179], [-0.090317, 51.510203], [-0.090388, 51.510059]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4R 3UE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090806, 51.509259], [-0.090368, 51.510264], [-0.090302, 51.510253], [-0.090769, 51.509254], [-0.090806, 51.509259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 479, &quot;postcode&quot;: &quot;EC4R 3UL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091836, 51.509406], [-0.091457, 51.510061], [-0.091281, 51.510417], [-0.091224, 51.510407], [-0.091353, 51.510135], [-0.091781, 51.509395], [-0.091836, 51.509406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 487, &quot;postcode&quot;: &quot;EC4R 3XJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088638, 51.510033], [-0.088424, 51.51046], [-0.088005, 51.510366], [-0.088036, 51.510302], [-0.088, 51.510264], [-0.088074, 51.510245], [-0.088125, 51.510172], [-0.088105, 51.510131], [-0.088038, 51.510119], [-0.088104, 51.51006], [-0.088404, 51.50998], [-0.088638, 51.510033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1498, &quot;postcode&quot;: &quot;EC4R 9AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086558, 51.510634], [-0.086538, 51.510671], [-0.086486, 51.510702], [-0.086273, 51.510773], [-0.086037, 51.51074], [-0.085976, 51.510766], [-0.085982, 51.51081], [-0.085846, 51.510778], [-0.0859, 51.510773], [-0.085931, 51.51075], [-0.085897, 51.510678], [-0.086068, 51.510348], [-0.086263, 51.510391], [-0.08629, 51.510426], [-0.086375, 51.510445], [-0.08634, 51.510525], [-0.086349, 51.510555], [-0.086407, 51.510605], [-0.086558, 51.510634]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1301, &quot;postcode&quot;: &quot;EC4R 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086713, 51.510395], [-0.086681, 51.510452], [-0.08663, 51.510479], [-0.086558, 51.510634], [-0.086309, 51.51058], [-0.086361, 51.510472], [-0.086333, 51.510417], [-0.086068, 51.510348], [-0.086106, 51.510279], [-0.08619, 51.510268], [-0.086482, 51.510326], [-0.086605, 51.51036], [-0.086657, 51.510393], [-0.086713, 51.510395]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 832, &quot;postcode&quot;: &quot;EC4R 9AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087342, 51.509696], [-0.087266, 51.509857], [-0.087176, 51.509893], [-0.087129, 51.510014], [-0.087144, 51.510048], [-0.087195, 51.510066], [-0.087145, 51.510211], [-0.087175, 51.510269], [-0.087098, 51.510384], [-0.087153, 51.510439], [-0.087029, 51.510435], [-0.08698, 51.510457], [-0.086872, 51.510717], [-0.086886, 51.510809], [-0.086959, 51.510889], [-0.086916, 51.510988], [-0.086416, 51.510908], [-0.085943, 51.510801], [-0.085991, 51.510727], [-0.086254, 51.510775], [-0.086495, 51.510698], [-0.086595, 51.510611], [-0.086713, 51.510394], [-0.086762, 51.51039], [-0.086792, 51.510371], [-0.086792, 51.510327], [-0.086834, 51.510282], [-0.086818, 51.510241], [-0.086725, 51.510209], [-0.086774, 51.510179], [-0.086859, 51.509952], [-0.086917, 51.509918], [-0.086943, 51.509843], [-0.086913, 51.509757], [-0.086872, 51.509729], [-0.086645, 51.509684], [-0.086485, 51.509525], [-0.086668, 51.509474], [-0.086903, 51.509501], [-0.086997, 51.509457], [-0.087035, 51.50938], [-0.087043, 51.50964], [-0.087154, 51.509673], [-0.087342, 51.509696]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4790, &quot;postcode&quot;: &quot;EC4R 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087386, 51.510541], [-0.087318, 51.510598], [-0.087287, 51.510714], [-0.087207, 51.510828], [-0.087017, 51.510794], [-0.086973, 51.510806], [-0.08694, 51.51084], [-0.086883, 51.510802], [-0.08687, 51.510757], [-0.086833, 51.510724], [-0.086851, 51.510685], [-0.086901, 51.510659], [-0.086943, 51.510542], [-0.086998, 51.510522], [-0.087091, 51.510391], [-0.087161, 51.510438], [-0.087263, 51.510447], [-0.087371, 51.510435], [-0.087334, 51.510502], [-0.087386, 51.510541]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1117, &quot;postcode&quot;: &quot;EC4R 9AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088007, 51.510134], [-0.088131, 51.510076], [-0.087863, 51.51048], [-0.087589, 51.510411], [-0.087362, 51.510432], [-0.087254, 51.510407], [-0.087322, 51.51031], [-0.087196, 51.510282], [-0.087144, 51.510216], [-0.087296, 51.50981], [-0.088045, 51.509925], [-0.088139, 51.510018], [-0.088075, 51.510095], [-0.088007, 51.510134]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3584, &quot;postcode&quot;: &quot;EC4R 9AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088612, 51.50897], [-0.088596, 51.509049], [-0.08853, 51.509082], [-0.088253, 51.509732], [-0.087378, 51.5096], [-0.0874, 51.50954], [-0.087421, 51.509478], [-0.08743, 51.509453], [-0.087426, 51.509466], [-0.087094, 51.509323], [-0.087098, 51.509298], [-0.087269, 51.509263], [-0.087488, 51.509291], [-0.087599, 51.509002], [-0.088013, 51.509057], [-0.088035, 51.508995], [-0.088088, 51.509001], [-0.0881, 51.508975], [-0.088612, 51.50897]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5274, &quot;postcode&quot;: &quot;EC4R 9EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093764, 51.512202], [-0.093742, 51.512291], [-0.093766, 51.512318], [-0.09381, 51.512329], [-0.093813, 51.512384], [-0.093677, 51.512984], [-0.093617, 51.51297], [-0.093746, 51.512337], [-0.093734, 51.512307], [-0.093744, 51.512219], [-0.093764, 51.512202]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 369, &quot;postcode&quot;: &quot;EC4V 2AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095348, 51.511256], [-0.095337, 51.511388], [-0.095239, 51.511639], [-0.095164, 51.512032], [-0.095183, 51.512063], [-0.095245, 51.51209], [-0.095144, 51.51211], [-0.094618, 51.512036], [-0.094783, 51.511527], [-0.094751, 51.511452], [-0.094938, 51.511481], [-0.094989, 51.511467], [-0.09501, 51.511438], [-0.095238, 51.511452], [-0.095275, 51.511426], [-0.095323, 51.511263], [-0.095348, 51.511256]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2567, &quot;postcode&quot;: &quot;EC4V 2AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093831, 51.510926], [-0.094028, 51.510898], [-0.094108, 51.510939], [-0.094252, 51.511169], [-0.094186, 51.511194], [-0.094093, 51.511197], [-0.094045, 51.511219], [-0.094049, 51.511164], [-0.093905, 51.511888], [-0.094597, 51.51201], [-0.09476, 51.511453], [-0.094805, 51.511458], [-0.094618, 51.512036], [-0.095143, 51.51211], [-0.094768, 51.51209], [-0.093988, 51.511958], [-0.093893, 51.511975], [-0.093798, 51.512379], [-0.093728, 51.512363], [-0.093803, 51.511982], [-0.093062, 51.511868], [-0.092925, 51.511861], [-0.092925, 51.51185], [-0.092826, 51.511836], [-0.092838, 51.511794], [-0.092925, 51.511806], [-0.092943, 51.511748], [-0.092938, 51.511803], [-0.093003, 51.511818], [-0.093762, 51.511923], [-0.09381, 51.511926], [-0.093846, 51.511908], [-0.093931, 51.511251], [-0.09312, 51.511176], [-0.093122, 51.511164], [-0.093014, 51.51115], [-0.093024, 51.511126], [-0.093197, 51.51115], [-0.093332, 51.511165], [-0.093525, 51.511184], [-0.093407, 51.511168], [-0.093454, 51.511019], [-0.093565, 51.511029], [-0.09357, 51.510908], [-0.093692, 51.510897], [-0.093831, 51.510926]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3419, &quot;postcode&quot;: &quot;EC4V 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095016, 51.51175], [-0.094996, 51.511792], [-0.094733, 51.511859], [-0.09468, 51.511847], [-0.094553, 51.511713], [-0.094571, 51.511672], [-0.094734, 51.511692], [-0.094779, 51.511679], [-0.094801, 51.511651], [-0.094868, 51.511656], [-0.094891, 51.511685], [-0.095016, 51.51175]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 450, &quot;postcode&quot;: &quot;EC4V 2AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09627, 51.511755], [-0.096264, 51.511826], [-0.095762, 51.51189], [-0.095203, 51.511993], [-0.095185, 51.511964], [-0.095224, 51.511747], [-0.095636, 51.511781], [-0.095706, 51.511757], [-0.096007, 51.511766], [-0.096063, 51.51174], [-0.09627, 51.511755]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1172, &quot;postcode&quot;: &quot;EC4V 2AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094125, 51.511799], [-0.093992, 51.511978], [-0.093922, 51.51197], [-0.093913, 51.51194], [-0.093876, 51.51192], [-0.093698, 51.511914], [-0.093703, 51.511831], [-0.093633, 51.511732], [-0.093577, 51.511705], [-0.093502, 51.511701], [-0.093353, 51.511751], [-0.093306, 51.511812], [-0.093212, 51.511847], [-0.093056, 51.511825], [-0.093192, 51.511675], [-0.093187, 51.511645], [-0.093149, 51.511622], [-0.093157, 51.511597], [-0.09323, 51.5116], [-0.093275, 51.511574], [-0.09328, 51.51149], [-0.093463, 51.511477], [-0.093511, 51.511453], [-0.093582, 51.511218], [-0.093964, 51.511255], [-0.094045, 51.511219], [-0.094021, 51.511295], [-0.09396, 51.511297], [-0.093926, 51.511324], [-0.093873, 51.511653], [-0.093915, 51.51169], [-0.094062, 51.5117], [-0.094062, 51.511731], [-0.094125, 51.511799]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2847, &quot;postcode&quot;: &quot;EC4V 2AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09411, 51.512134], [-0.094021, 51.512176], [-0.093973, 51.512134], [-0.093948, 51.512057], [-0.093859, 51.512036], [-0.0938, 51.51205], [-0.093779, 51.512085], [-0.093709, 51.512085], [-0.093668, 51.512113], [-0.093596, 51.512103], [-0.093626, 51.512034], [-0.093619, 51.511967], [-0.093641, 51.511957], [-0.093843, 51.511989], [-0.093922, 51.51197], [-0.094008, 51.51197], [-0.09406, 51.511996], [-0.09411, 51.512134]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 417, &quot;postcode&quot;: &quot;EC4V 2BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093378, 51.51196], [-0.093433, 51.511925], [-0.093618, 51.511954], [-0.093643, 51.512055], [-0.093616, 51.512052], [-0.093606, 51.512133], [-0.093519, 51.512122], [-0.09336, 51.512057], [-0.093378, 51.51196], [-0.093482, 51.511981], [-0.093378, 51.51196]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 320, &quot;postcode&quot;: &quot;EC4V 2BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093709, 51.511842], [-0.093698, 51.511914], [-0.093619, 51.511967], [-0.0936, 51.511909], [-0.093505, 51.511889], [-0.093454, 51.511902], [-0.093378, 51.51196], [-0.093392, 51.511906], [-0.093373, 51.511878], [-0.093212, 51.511847], [-0.093215, 51.511834], [-0.093303, 51.511807], [-0.093335, 51.511754], [-0.093513, 51.511696], [-0.093596, 51.511708], [-0.093638, 51.511732], [-0.093709, 51.511842]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 548, &quot;postcode&quot;: &quot;EC4V 2BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096342, 51.511283], [-0.096286, 51.511485], [-0.096297, 51.511753], [-0.096227, 51.511759], [-0.096187, 51.511743], [-0.096104, 51.511741], [-0.096035, 51.511767], [-0.09573, 51.511757], [-0.095659, 51.511785], [-0.095225, 51.511747], [-0.095246, 51.511615], [-0.095293, 51.511512], [-0.095264, 51.511471], [-0.095073, 51.511444], [-0.095021, 51.511455], [-0.094997, 51.511485], [-0.094852, 51.511476], [-0.094794, 51.511457], [-0.094721, 51.511465], [-0.094549, 51.511451], [-0.094574, 51.511276], [-0.094537, 51.511252], [-0.094397, 51.511225], [-0.094458, 51.511038], [-0.094799, 51.511074], [-0.094866, 51.511053], [-0.094878, 51.511012], [-0.094843, 51.510983], [-0.095041, 51.510449], [-0.095214, 51.510169], [-0.095243, 51.510175], [-0.095012, 51.510586], [-0.095034, 51.510589], [-0.095027, 51.510603], [-0.095153, 51.510621], [-0.095371, 51.510553], [-0.095548, 51.51058], [-0.095543, 51.510652], [-0.095654, 51.510682], [-0.095621, 51.510776], [-0.095631, 51.510814], [-0.095831, 51.510865], [-0.095842, 51.51121], [-0.095888, 51.51123], [-0.096342, 51.511283]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10343, &quot;postcode&quot;: &quot;EC4V 3AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099812, 51.511002], [-0.099739, 51.511265], [-0.099611, 51.511373], [-0.09955, 51.5114], [-0.099482, 51.511409], [-0.09945, 51.511449], [-0.099397, 51.511457], [-0.099368, 51.511486], [-0.099405, 51.511534], [-0.099615, 51.51156], [-0.099604, 51.511596], [-0.099092, 51.511541], [-0.099047, 51.511569], [-0.099034, 51.511648], [-0.098809, 51.511773], [-0.098686, 51.51177], [-0.098631, 51.511729], [-0.09878, 51.511228], [-0.09875, 51.511187], [-0.098621, 51.511152], [-0.098375, 51.511157], [-0.09834, 51.511202], [-0.098289, 51.511419], [-0.097904, 51.511365], [-0.097971, 51.511076], [-0.098021, 51.510959], [-0.09794, 51.510854], [-0.097933, 51.510713], [-0.098153, 51.510665], [-0.09892, 51.510762], [-0.09891, 51.510813], [-0.098953, 51.510845], [-0.099267, 51.510926], [-0.099812, 51.511002]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8711, &quot;postcode&quot;: &quot;EC4V 3AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093692, 51.510897], [-0.093553, 51.510905], [-0.093499, 51.510821], [-0.093711, 51.510843], [-0.093692, 51.510897]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 95, &quot;postcode&quot;: &quot;EC4V 3BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095213, 51.510169], [-0.095041, 51.510451], [-0.094932, 51.510744], [-0.094941, 51.510778], [-0.095, 51.510809], [-0.09495, 51.510805], [-0.094905, 51.510826], [-0.094834, 51.510983], [-0.094083, 51.510887], [-0.093831, 51.510926], [-0.093693, 51.510897], [-0.09369, 51.51086], [-0.09365, 51.510837], [-0.093267, 51.510793], [-0.093247, 51.510775], [-0.093379, 51.510364], [-0.093698, 51.509855], [-0.094393, 51.509979], [-0.095213, 51.510169]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11706, &quot;postcode&quot;: &quot;EC4V 3BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101828, 51.511227], [-0.101799, 51.511369], [-0.101713, 51.511408], [-0.101659, 51.511403], [-0.101729, 51.511224], [-0.101828, 51.511227]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 156, &quot;postcode&quot;: &quot;EC4V 3DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103106, 51.51115], [-0.102817, 51.511153], [-0.102735, 51.511189], [-0.102723, 51.511384], [-0.102655, 51.511398], [-0.102626, 51.511429], [-0.102695, 51.511528], [-0.102512, 51.511872], [-0.102587, 51.511948], [-0.102635, 51.511963], [-0.102915, 51.511888], [-0.102625, 51.511979], [-0.102492, 51.512087], [-0.102344, 51.512106], [-0.102295, 51.512149], [-0.10197, 51.512095], [-0.101919, 51.512108], [-0.101893, 51.512139], [-0.101786, 51.51214], [-0.101741, 51.51217], [-0.101721, 51.512141], [-0.101811, 51.512058], [-0.101845, 51.511979], [-0.101823, 51.511919], [-0.101782, 51.511898], [-0.101492, 51.511856], [-0.101583, 51.511603], [-0.10166, 51.511605], [-0.101705, 51.511578], [-0.10179, 51.511408], [-0.101829, 51.511227], [-0.102063, 51.511235], [-0.102069, 51.511392], [-0.102037, 51.511505], [-0.102063, 51.511536], [-0.102117, 51.511545], [-0.102173, 51.51152], [-0.102218, 51.511414], [-0.102214, 51.51124], [-0.102607, 51.511243], [-0.102719, 51.51119], [-0.102738, 51.51115], [-0.102817, 51.51115], [-0.102946, 51.511119], [-0.103085, 51.511117], [-0.103106, 51.51115]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5938, &quot;postcode&quot;: &quot;EC4V 3DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097076, 51.510507], [-0.096993, 51.510744], [-0.096936, 51.510743], [-0.096895, 51.510771], [-0.096823, 51.510944], [-0.096845, 51.510975], [-0.096899, 51.510988], [-0.096835, 51.510989], [-0.096792, 51.511012], [-0.096742, 51.5111], [-0.09677, 51.51114], [-0.096607, 51.511206], [-0.096498, 51.511218], [-0.096374, 51.511185], [-0.096169, 51.511035], [-0.096038, 51.511014], [-0.095971, 51.511033], [-0.095925, 51.511122], [-0.095807, 51.511088], [-0.095729, 51.511099], [-0.095792, 51.510956], [-0.095824, 51.510933], [-0.095932, 51.510966], [-0.09601, 51.510964], [-0.096195, 51.510993], [-0.096306, 51.510961], [-0.096337, 51.510925], [-0.096335, 51.510962], [-0.09639, 51.511004], [-0.096487, 51.511023], [-0.09654, 51.511016], [-0.096569, 51.510992], [-0.09681, 51.510469], [-0.097076, 51.510507]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2123, &quot;postcode&quot;: &quot;EC4V 3DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09534, 51.511223], [-0.095348, 51.511256], [-0.095326, 51.511262], [-0.09534, 51.511223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4V 3DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09568, 51.510557], [-0.095699, 51.510592], [-0.09567, 51.51065], [-0.09568, 51.510557]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC4V 3EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095824, 51.510874], [-0.095615, 51.510821], [-0.095636, 51.5107], [-0.095523, 51.510648], [-0.095548, 51.51058], [-0.095622, 51.510593], [-0.095673, 51.510565], [-0.095793, 51.510399], [-0.095982, 51.51033], [-0.096033, 51.510339], [-0.095824, 51.510874]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 999, &quot;postcode&quot;: &quot;EC4V 3EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098084, 51.511389], [-0.098078, 51.511463], [-0.097829, 51.511456], [-0.097334, 51.511409], [-0.097288, 51.511429], [-0.097275, 51.511481], [-0.097241, 51.511508], [-0.097089, 51.511467], [-0.097021, 51.511386], [-0.09698, 51.511368], [-0.096984, 51.511336], [-0.096957, 51.51131], [-0.096761, 51.511283], [-0.096807, 51.511225], [-0.096812, 51.511177], [-0.096791, 51.511148], [-0.09673, 51.511127], [-0.09691, 51.510728], [-0.096992, 51.510744], [-0.0969, 51.510988], [-0.096865, 51.511021], [-0.096854, 51.511244], [-0.096878, 51.511275], [-0.097076, 51.51129], [-0.097088, 51.511354], [-0.097205, 51.511394], [-0.097502, 51.511387], [-0.097561, 51.511352], [-0.097615, 51.511391], [-0.097868, 51.511392], [-0.097901, 51.511365], [-0.097939, 51.511229], [-0.097892, 51.511184], [-0.097843, 51.511184], [-0.097661, 51.511238], [-0.097562, 51.511338], [-0.097556, 51.511324], [-0.097737, 51.510895], [-0.09794, 51.510854], [-0.097991, 51.510922], [-0.097955, 51.511009], [-0.097985, 51.511045], [-0.097915, 51.511336], [-0.097957, 51.511371], [-0.098084, 51.511389]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1755, &quot;postcode&quot;: &quot;EC4V 3HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096829, 51.510474], [-0.096786, 51.510514], [-0.096552, 51.511029], [-0.096358, 51.511002], [-0.096316, 51.510975], [-0.096477, 51.510598], [-0.096514, 51.510576], [-0.096545, 51.510508], [-0.096517, 51.510469], [-0.096456, 51.510461], [-0.096499, 51.510378], [-0.096481, 51.510341], [-0.096824, 51.510419], [-0.096798, 51.510467], [-0.096829, 51.510474]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1330, &quot;postcode&quot;: &quot;EC4V 3PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096543, 51.510516], [-0.096505, 51.510602], [-0.096463, 51.510631], [-0.096315, 51.510976], [-0.096265, 51.510989], [-0.096019, 51.510947], [-0.095949, 51.510965], [-0.095844, 51.51095], [-0.095814, 51.510913], [-0.096034, 51.510338], [-0.096159, 51.510267], [-0.096516, 51.510349], [-0.096457, 51.510469], [-0.096483, 51.5105], [-0.096543, 51.510516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2659, &quot;postcode&quot;: &quot;EC4V 3PL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096549, 51.510485], [-0.096543, 51.510515], [-0.096437, 51.510494], [-0.096455, 51.510461], [-0.096519, 51.51044], [-0.096549, 51.510485]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 40, &quot;postcode&quot;: &quot;EC4V 3PQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096039, 51.510334], [-0.096058, 51.510341], [-0.096034, 51.510338], [-0.096039, 51.510334]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4V 3PT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096939, 51.51066], [-0.096918, 51.51071], [-0.096917, 51.510711], [-0.096918, 51.51071], [-0.096939, 51.51066]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4V 3QH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098159, 51.510666], [-0.097971, 51.511076], [-0.097901, 51.511364], [-0.098082, 51.511398], [-0.09733, 51.511386], [-0.097328, 51.511406], [-0.097071, 51.51137], [-0.097076, 51.51129], [-0.096851, 51.511284], [-0.096867, 51.510987], [-0.0969, 51.510988], [-0.09707, 51.510549], [-0.097809, 51.510668], [-0.097843, 51.51063], [-0.098159, 51.510666]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6442, &quot;postcode&quot;: &quot;EC4V 3QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095032, 51.511067], [-0.09502, 51.511102], [-0.094974, 51.511103], [-0.094938, 51.511123], [-0.094914, 51.511207], [-0.094857, 51.5112], [-0.094868, 51.511122], [-0.094835, 51.51109], [-0.094788, 51.511074], [-0.09452, 51.511045], [-0.094451, 51.511068], [-0.094412, 51.511178], [-0.094252, 51.511169], [-0.094112, 51.510946], [-0.094028, 51.510898], [-0.094043, 51.510881], [-0.094196, 51.510887], [-0.094246, 51.510911], [-0.094949, 51.510997], [-0.09501, 51.510986], [-0.094995, 51.511034], [-0.095032, 51.511067]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1060, &quot;postcode&quot;: &quot;EC4V 3RL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104234, 51.510858], [-0.103699, 51.510853], [-0.102898, 51.510848], [-0.102144, 51.510842], [-0.102098, 51.510852], [-0.102071, 51.510886], [-0.102063, 51.511235], [-0.101781, 51.511226], [-0.101722, 51.511247], [-0.10169, 51.511343], [-0.101737, 51.511374], [-0.101799, 51.511369], [-0.101789, 51.511414], [-0.101758, 51.511445], [-0.101671, 51.511659], [-0.101618, 51.511647], [-0.101564, 51.511665], [-0.101504, 51.511804], [-0.101511, 51.511841], [-0.101546, 51.511863], [-0.101844, 51.511906], [-0.101856, 51.511946], [-0.101821, 51.512048], [-0.101721, 51.512141], [-0.101543, 51.512123], [-0.101522, 51.512105], [-0.101526, 51.51205], [-0.101485, 51.512026], [-0.101209, 51.512007], [-0.101254, 51.511858], [-0.101216, 51.511818], [-0.100289, 51.511693], [-0.100242, 51.511697], [-0.100206, 51.511722], [-0.100161, 51.511899], [-0.099799, 51.511884], [-0.099752, 51.511895], [-0.099729, 51.511925], [-0.099521, 51.511911], [-0.099566, 51.511658], [-0.099839, 51.511694], [-0.099888, 51.511678], [-0.09991, 51.511641], [-0.099875, 51.511592], [-0.099653, 51.51156], [-0.099797, 51.511024], [-0.099754, 51.510996], [-0.099265, 51.510925], [-0.098898, 51.510835], [-0.098922, 51.510755], [-0.099178, 51.510783], [-0.10007, 51.51083], [-0.104233, 51.510849], [-0.104234, 51.510858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17752, &quot;postcode&quot;: &quot;EC4V 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09579, 51.511218], [-0.095861, 51.511113], [-0.095925, 51.511122], [-0.096052, 51.511138], [-0.095957, 51.511126], [-0.096198, 51.511062], [-0.096374, 51.511185], [-0.096498, 51.511218], [-0.096481, 51.511245], [-0.096389, 51.511243], [-0.09637, 51.511284], [-0.096451, 51.511293], [-0.09635, 51.511455], [-0.096293, 51.511459], [-0.096342, 51.511282], [-0.09579, 51.511218]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 763, &quot;postcode&quot;: &quot;EC4V 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097275, 51.511481], [-0.097273, 51.511512], [-0.097004, 51.511488], [-0.096968, 51.511508], [-0.096956, 51.51154], [-0.096879, 51.511552], [-0.096852, 51.511593], [-0.096681, 51.511521], [-0.096539, 51.511536], [-0.096351, 51.511455], [-0.096424, 51.511331], [-0.09641, 51.511301], [-0.09637, 51.511284], [-0.096389, 51.511243], [-0.096451, 51.511242], [-0.096519, 51.511213], [-0.096609, 51.511204], [-0.096772, 51.511139], [-0.096812, 51.511166], [-0.096808, 51.51127], [-0.096846, 51.51129], [-0.096997, 51.511313], [-0.096994, 51.511348], [-0.097077, 51.511458], [-0.0972, 51.511501], [-0.097275, 51.511481]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1484, &quot;postcode&quot;: &quot;EC4V 4AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097963, 51.511148], [-0.097937, 51.511236], [-0.097895, 51.511238], [-0.097858, 51.511258], [-0.097819, 51.511359], [-0.097569, 51.511326], [-0.097647, 51.511242], [-0.097963, 51.511148]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 289, &quot;postcode&quot;: &quot;EC4V 4AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095425, 51.512138], [-0.095357, 51.512273], [-0.095338, 51.51227], [-0.095349, 51.51221], [-0.095278, 51.512185], [-0.094482, 51.512348], [-0.094453, 51.512392], [-0.094497, 51.512427], [-0.094441, 51.512557], [-0.093795, 51.512491], [-0.093817, 51.512302], [-0.093947, 51.512312], [-0.094578, 51.512179], [-0.094605, 51.512128], [-0.094706, 51.512065], [-0.094688, 51.512001], [-0.094733, 51.51186], [-0.094996, 51.511792], [-0.095124, 51.511931], [-0.095095, 51.511974], [-0.09511, 51.512008], [-0.095287, 51.512123], [-0.095425, 51.512138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3194, &quot;postcode&quot;: &quot;EC4V 4AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094756, 51.511466], [-0.09469, 51.511685], [-0.094614, 51.511687], [-0.094577, 51.511723], [-0.09468, 51.511847], [-0.094631, 51.511885], [-0.094612, 51.511958], [-0.094636, 51.511989], [-0.094688, 51.512001], [-0.094695, 51.51208], [-0.094655, 51.512072], [-0.094657, 51.51204], [-0.094622, 51.512014], [-0.094398, 51.511979], [-0.094464, 51.511922], [-0.094469, 51.511802], [-0.094443, 51.511771], [-0.09439, 51.511761], [-0.094214, 51.511805], [-0.094125, 51.511799], [-0.094038, 51.51171], [-0.093941, 51.511694], [-0.094039, 51.511225], [-0.094093, 51.511197], [-0.09418, 51.511193], [-0.094587, 51.511246], [-0.094564, 51.511433], [-0.094612, 51.511456], [-0.094756, 51.511466]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3112, &quot;postcode&quot;: &quot;EC4V 4BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102945, 51.511918], [-0.10286, 51.51192], [-0.102817, 51.51194], [-0.102663, 51.5122], [-0.102679, 51.512492], [-0.102388, 51.512492], [-0.102325, 51.512524], [-0.102329, 51.512555], [-0.102381, 51.512611], [-0.102609, 51.512621], [-0.102572, 51.512828], [-0.101594, 51.512743], [-0.101587, 51.512698], [-0.101503, 51.512658], [-0.101693, 51.512522], [-0.101822, 51.512251], [-0.101846, 51.512239], [-0.102615, 51.512236], [-0.10265, 51.51221], [-0.102646, 51.512176], [-0.102492, 51.512087], [-0.102615, 51.511982], [-0.102915, 51.511888], [-0.102945, 51.511918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4116, &quot;postcode&quot;: &quot;EC4V 4BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098071, 51.512022], [-0.097673, 51.512011], [-0.097619, 51.512028], [-0.097379, 51.512275], [-0.097267, 51.512695], [-0.097246, 51.512693], [-0.097338, 51.51235], [-0.097325, 51.51232], [-0.097284, 51.512303], [-0.096993, 51.512275], [-0.096801, 51.512291], [-0.096598, 51.512847], [-0.096542, 51.512765], [-0.096666, 51.512475], [-0.096707, 51.512287], [-0.096691, 51.512257], [-0.096649, 51.512241], [-0.096636, 51.512204], [-0.096594, 51.512187], [-0.096635, 51.512033], [-0.096617, 51.512001], [-0.096556, 51.511986], [-0.096036, 51.512035], [-0.09599, 51.512059], [-0.095978, 51.512119], [-0.095568, 51.512094], [-0.09566, 51.51191], [-0.096266, 51.511826], [-0.096304, 51.511809], [-0.096359, 51.511824], [-0.096784, 51.51181], [-0.096836, 51.511798], [-0.096866, 51.51176], [-0.096849, 51.511732], [-0.096804, 51.511717], [-0.096813, 51.5116], [-0.096855, 51.511579], [-0.096878, 51.511532], [-0.096943, 51.511521], [-0.096969, 51.511477], [-0.097241, 51.511498], [-0.097275, 51.51147], [-0.097282, 51.511401], [-0.09735, 51.511407], [-0.097324, 51.511744], [-0.097338, 51.511773], [-0.097385, 51.511791], [-0.09772, 51.511804], [-0.097733, 51.511865], [-0.097819, 51.511878], [-0.097813, 51.511958], [-0.097834, 51.511985], [-0.098059, 51.512008], [-0.098071, 51.512022]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6887, &quot;postcode&quot;: &quot;EC4V 4BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099735, 51.511881], [-0.100161, 51.511899], [-0.100214, 51.511683], [-0.101266, 51.511823], [-0.101209, 51.512007], [-0.101146, 51.512004], [-0.101538, 51.512028], [-0.101488, 51.512215], [-0.101556, 51.512223], [-0.101094, 51.512195], [-0.101078, 51.512292], [-0.10106, 51.512286], [-0.101075, 51.512194], [-0.099898, 51.512127], [-0.099901, 51.512105], [-0.09916, 51.512067], [-0.099154, 51.511894], [-0.099347, 51.511885], [-0.099339, 51.511799], [-0.099358, 51.511773], [-0.099545, 51.511765], [-0.099521, 51.511911], [-0.099729, 51.511925], [-0.099735, 51.511881]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5682, &quot;postcode&quot;: &quot;EC4V 4BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098627, 51.511851], [-0.098651, 51.511852], [-0.098686, 51.51177], [-0.098809, 51.511773], [-0.099194, 51.511892], [-0.099153, 51.511897], [-0.09916, 51.512067], [-0.09943, 51.512081], [-0.099423, 51.512101], [-0.099162, 51.512086], [-0.099169, 51.512168], [-0.099088, 51.512168], [-0.099072, 51.511981], [-0.098995, 51.511976], [-0.099004, 51.512169], [-0.098914, 51.512169], [-0.098841, 51.51228], [-0.098712, 51.512283], [-0.098704, 51.512342], [-0.098427, 51.512239], [-0.098439, 51.512044], [-0.098405, 51.512041], [-0.098492, 51.51204], [-0.098533, 51.511945], [-0.098614, 51.511884], [-0.098627, 51.511851]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2087, &quot;postcode&quot;: &quot;EC4V 4BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101051, 51.512193], [-0.101004, 51.512383], [-0.100568, 51.512398], [-0.100497, 51.512413], [-0.100472, 51.512451], [-0.100421, 51.512451], [-0.100412, 51.512426], [-0.100505, 51.5124], [-0.100536, 51.512372], [-0.100531, 51.512311], [-0.100476, 51.512279], [-0.100468, 51.512236], [-0.100528, 51.512215], [-0.100542, 51.512164], [-0.101051, 51.512193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 866, &quot;postcode&quot;: &quot;EC4V 4BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104533, 51.511256], [-0.10447, 51.511901], [-0.104444, 51.5119], [-0.104435, 51.511865], [-0.104399, 51.511844], [-0.104196, 51.511819], [-0.104149, 51.511826], [-0.104119, 51.511854], [-0.104116, 51.511937], [-0.103987, 51.511941], [-0.103848, 51.512012], [-0.103826, 51.512039], [-0.103832, 51.512098], [-0.103749, 51.512084], [-0.103435, 51.512164], [-0.103414, 51.512195], [-0.103419, 51.512304], [-0.103366, 51.5123], [-0.10331, 51.512334], [-0.103285, 51.512328], [-0.10329, 51.512221], [-0.103262, 51.512195], [-0.103222, 51.512186], [-0.10299, 51.512211], [-0.102945, 51.512242], [-0.102708, 51.512242], [-0.102655, 51.51223], [-0.101873, 51.512239], [-0.101803, 51.512266], [-0.101928, 51.512085], [-0.102593, 51.512209], [-0.102647, 51.512204], [-0.102677, 51.512181], [-0.102776, 51.511988], [-0.102718, 51.511954], [-0.102611, 51.511975], [-0.102551, 51.511913], [-0.102805, 51.511842], [-0.102832, 51.511816], [-0.10283, 51.511779], [-0.103379, 51.511605], [-0.103411, 51.511555], [-0.10356, 51.511553], [-0.103654, 51.511523], [-0.103696, 51.511476], [-0.103896, 51.51147], [-0.103936, 51.511452], [-0.103961, 51.51141], [-0.104013, 51.511391], [-0.104056, 51.511401], [-0.104102, 51.511392], [-0.104128, 51.511366], [-0.104132, 51.51132], [-0.104078, 51.511249], [-0.104119, 51.511227], [-0.104138, 51.511175], [-0.104464, 51.51118], [-0.104473, 51.511232], [-0.104533, 51.511256]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8516, &quot;postcode&quot;: &quot;EC4V 4DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099739, 51.511265], [-0.099715, 51.511358], [-0.099685, 51.511451], [-0.099611, 51.511373], [-0.099739, 51.511265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 72, &quot;postcode&quot;: &quot;EC4V 4EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104572, 51.51085], [-0.104533, 51.511256], [-0.104483, 51.511241], [-0.104415, 51.511181], [-0.104206, 51.511176], [-0.104154, 51.511187], [-0.104105, 51.511252], [-0.104134, 51.511291], [-0.104123, 51.511478], [-0.104078, 51.511427], [-0.104029, 51.511412], [-0.103978, 51.511423], [-0.103923, 51.511473], [-0.10377, 51.511472], [-0.103706, 51.511199], [-0.103631, 51.511132], [-0.103408, 51.511115], [-0.102946, 51.511119], [-0.102767, 51.511158], [-0.102612, 51.511245], [-0.102282, 51.511241], [-0.102237, 51.511254], [-0.102216, 51.511282], [-0.102219, 51.511412], [-0.102079, 51.511766], [-0.101955, 51.511752], [-0.102069, 51.511392], [-0.102072, 51.510842], [-0.104572, 51.51085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7696, &quot;postcode&quot;: &quot;EC4V 4EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098289, 51.511419], [-0.098364, 51.511148], [-0.098628, 51.511152], [-0.09879, 51.511197], [-0.098631, 51.511729], [-0.098686, 51.51177], [-0.098651, 51.511852], [-0.098627, 51.511851], [-0.098614, 51.511884], [-0.098533, 51.511945], [-0.098492, 51.51204], [-0.098071, 51.512022], [-0.09806, 51.512008], [-0.097771, 51.511992], [-0.097814, 51.511945], [-0.09782, 51.51186], [-0.097862, 51.511812], [-0.09732, 51.511789], [-0.09735, 51.511407], [-0.098068, 51.511493], [-0.098082, 51.511398], [-0.098289, 51.511419]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5974, &quot;postcode&quot;: &quot;EC4V 4EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099538, 51.511802], [-0.099486, 51.511768], [-0.099382, 51.511772], [-0.099343, 51.511802], [-0.099347, 51.511885], [-0.099194, 51.511892], [-0.098809, 51.511773], [-0.099032, 51.511643], [-0.099032, 51.511599], [-0.098958, 51.511569], [-0.09895, 51.511529], [-0.099134, 51.511533], [-0.099173, 51.511508], [-0.0992, 51.511433], [-0.099408, 51.51144], [-0.09946, 51.511401], [-0.099549, 51.511398], [-0.099611, 51.511373], [-0.099685, 51.511451], [-0.099673, 51.511547], [-0.099708, 51.511567], [-0.099808, 51.511581], [-0.099897, 51.511676], [-0.099888, 51.511702], [-0.099638, 51.511669], [-0.09959, 51.511675], [-0.099557, 51.511704], [-0.099538, 51.511802]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2142, &quot;postcode&quot;: &quot;EC4V 4ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09635, 51.511455], [-0.096539, 51.511536], [-0.096672, 51.511514], [-0.096852, 51.511593], [-0.096813, 51.511599], [-0.096804, 51.511717], [-0.097193, 51.511722], [-0.097187, 51.511788], [-0.09681, 51.511805], [-0.096786, 51.511853], [-0.097134, 51.511925], [-0.097125, 51.511957], [-0.097075, 51.511981], [-0.096882, 51.511989], [-0.096812, 51.511978], [-0.096746, 51.511936], [-0.096755, 51.511917], [-0.09671, 51.511913], [-0.096778, 51.511845], [-0.096744, 51.511806], [-0.096264, 51.511829], [-0.096271, 51.511755], [-0.096298, 51.511753], [-0.096286, 51.511482], [-0.096293, 51.511459], [-0.09635, 51.511455]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1760, &quot;postcode&quot;: &quot;EC4V 4HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102661, 51.512242], [-0.102708, 51.51224], [-0.102708, 51.512242], [-0.102661, 51.512242]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC4V 4LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102683, 51.512234], [-0.102441, 51.512241], [-0.102458, 51.512211], [-0.102435, 51.512179], [-0.102295, 51.512149], [-0.102326, 51.512106], [-0.102492, 51.512088], [-0.102673, 51.512187], [-0.102683, 51.512234]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 264, &quot;postcode&quot;: &quot;EC4V 4QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100912, 51.513262], [-0.100843, 51.513431], [-0.100446, 51.513388], [-0.100403, 51.513349], [-0.100198, 51.513317], [-0.100151, 51.513323], [-0.100132, 51.513308], [-0.100141, 51.513257], [-0.100188, 51.513253], [-0.100222, 51.513231], [-0.100236, 51.513169], [-0.100397, 51.51318], [-0.100453, 51.513158], [-0.100745, 51.513184], [-0.100745, 51.513215], [-0.100774, 51.513239], [-0.100912, 51.513262]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1047, &quot;postcode&quot;: &quot;EC4V 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100752, 51.513239], [-0.100745, 51.513184], [-0.100453, 51.513158], [-0.100445, 51.513184], [-0.100265, 51.51317], [-0.100279, 51.513059], [-0.101021, 51.513127], [-0.100912, 51.513262], [-0.100752, 51.513239]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 581, &quot;postcode&quot;: &quot;EC4V 5AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099738, 51.51303], [-0.099927, 51.513039], [-0.099473, 51.513017], [-0.099738, 51.51303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4V 5AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101207, 51.513135], [-0.101183, 51.513173], [-0.10115, 51.513149], [-0.101046, 51.513129], [-0.100328, 51.513067], [-0.100278, 51.513094], [-0.100217, 51.513263], [-0.100141, 51.513257], [-0.100167, 51.513089], [-0.100151, 51.513064], [-0.100109, 51.513049], [-0.097269, 51.512903], [-0.097279, 51.512855], [-0.097497, 51.51286], [-0.098318, 51.51291], [-0.098377, 51.512902], [-0.098432, 51.512922], [-0.099015, 51.51295], [-0.099055, 51.512934], [-0.099072, 51.512906], [-0.099174, 51.5129], [-0.09921, 51.512861], [-0.099173, 51.512586], [-0.099239, 51.512556], [-0.099457, 51.512526], [-0.099643, 51.512529], [-0.099697, 51.51251], [-0.099805, 51.512503], [-0.09986, 51.512515], [-0.100464, 51.512478], [-0.100528, 51.512493], [-0.100551, 51.512518], [-0.100545, 51.512949], [-0.100565, 51.513001], [-0.100605, 51.513018], [-0.101157, 51.513084], [-0.101166, 51.513115], [-0.101207, 51.513135]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6728, &quot;postcode&quot;: &quot;EC4V 5AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101277, 51.51271], [-0.101214, 51.512753], [-0.101098, 51.512954], [-0.101011, 51.512952], [-0.100965, 51.512972], [-0.100948, 51.513058], [-0.100285, 51.512986], [-0.100481, 51.512997], [-0.100543, 51.512961], [-0.100549, 51.51252], [-0.100512, 51.512489], [-0.100438, 51.512479], [-0.100421, 51.512451], [-0.100441, 51.512409], [-0.100499, 51.512402], [-0.100534, 51.512376], [-0.100534, 51.512241], [-0.1006, 51.512241], [-0.100609, 51.512361], [-0.100644, 51.512393], [-0.100953, 51.512385], [-0.101009, 51.512355], [-0.101057, 51.512194], [-0.101048, 51.512261], [-0.101078, 51.512292], [-0.10106, 51.51243], [-0.101082, 51.512634], [-0.101189, 51.512694], [-0.101277, 51.51271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3011, &quot;postcode&quot;: &quot;EC4V 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100858, 51.512914], [-0.100954, 51.512932], [-0.100951, 51.512948], [-0.100844, 51.512946], [-0.100858, 51.512914]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 23, &quot;postcode&quot;: &quot;EC4V 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101074, 51.512657], [-0.101044, 51.512735], [-0.100945, 51.512738], [-0.100898, 51.512784], [-0.100805, 51.512789], [-0.100808, 51.512716], [-0.100915, 51.512644], [-0.100979, 51.512674], [-0.101033, 51.512674], [-0.101074, 51.512657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 163, &quot;postcode&quot;: &quot;EC4V 5AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099211, 51.512846], [-0.099149, 51.512867], [-0.099139, 51.512922], [-0.099059, 51.512927], [-0.099058, 51.512849], [-0.099023, 51.512827], [-0.098955, 51.512821], [-0.098937, 51.512731], [-0.099129, 51.5127], [-0.099143, 51.51275], [-0.099205, 51.512769], [-0.099211, 51.512846]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 271, &quot;postcode&quot;: &quot;EC4V 5AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100959, 51.512948], [-0.101098, 51.512954], [-0.101038, 51.513054], [-0.101009, 51.513065], [-0.100948, 51.513058], [-0.100959, 51.512948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 97, &quot;postcode&quot;: &quot;EC4V 5AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098704, 51.512342], [-0.098701, 51.51237], [-0.098711, 51.51237], [-0.098727, 51.512371], [-0.098708, 51.51238], [-0.098659, 51.512367], [-0.098621, 51.512474], [-0.098533, 51.51246], [-0.09854, 51.512352], [-0.098536, 51.512418], [-0.098418, 51.512384], [-0.098427, 51.512239], [-0.098704, 51.512342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 289, &quot;postcode&quot;: &quot;EC4V 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0993, 51.512938], [-0.100184, 51.512983], [-0.099215, 51.512945], [-0.099118, 51.512956], [-0.098373, 51.512919], [-0.09843, 51.512867], [-0.098453, 51.512674], [-0.0985, 51.512541], [-0.098481, 51.512509], [-0.098413, 51.512482], [-0.098415, 51.512433], [-0.098562, 51.512464], [-0.098625, 51.512445], [-0.098659, 51.512367], [-0.098702, 51.512339], [-0.098712, 51.512283], [-0.098839, 51.512271], [-0.098914, 51.512169], [-0.098962, 51.512164], [-0.098994, 51.512142], [-0.098995, 51.511976], [-0.099072, 51.511981], [-0.099088, 51.512132], [-0.099118, 51.512155], [-0.099168, 51.512161], [-0.099195, 51.512466], [-0.099248, 51.512534], [-0.099306, 51.512552], [-0.099206, 51.512592], [-0.099184, 51.512619], [-0.099214, 51.512849], [-0.099247, 51.512919], [-0.0993, 51.512938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4011, &quot;postcode&quot;: &quot;EC4V 5BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098892, 51.512572], [-0.098895, 51.512696], [-0.098867, 51.512698], [-0.098816, 51.512671], [-0.098636, 51.512664], [-0.098634, 51.512602], [-0.098515, 51.51256], [-0.098466, 51.512561], [-0.098408, 51.512584], [-0.098418, 51.512384], [-0.098536, 51.512418], [-0.098521, 51.51249], [-0.098554, 51.512523], [-0.098892, 51.512572]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 420, &quot;postcode&quot;: &quot;EC4V 5BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098416, 51.512584], [-0.098501, 51.512542], [-0.098467, 51.51263], [-0.098453, 51.5126], [-0.098416, 51.512584]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 20, &quot;postcode&quot;: &quot;EC4V 5BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101643, 51.513514], [-0.101617, 51.513647], [-0.101565, 51.513763], [-0.101528, 51.513758], [-0.101558, 51.513475], [-0.101477, 51.513396], [-0.101288, 51.513304], [-0.10122, 51.513305], [-0.101135, 51.513419], [-0.10109, 51.513671], [-0.101117, 51.513707], [-0.101182, 51.51372], [-0.10117, 51.513772], [-0.100976, 51.513755], [-0.101028, 51.513421], [-0.101206, 51.513138], [-0.101274, 51.513138], [-0.101314, 51.513216], [-0.101497, 51.513282], [-0.101482, 51.513332], [-0.101621, 51.513433], [-0.101643, 51.513514]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 949, &quot;postcode&quot;: &quot;EC4V 5BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100545, 51.512402], [-0.100467, 51.512424], [-0.100463, 51.512478], [-0.099809, 51.512518], [-0.099749, 51.512507], [-0.099695, 51.512526], [-0.099416, 51.512531], [-0.099239, 51.512556], [-0.099229, 51.512518], [-0.099197, 51.512498], [-0.099162, 51.512086], [-0.099375, 51.512098], [-0.099432, 51.512081], [-0.099899, 51.512105], [-0.099953, 51.51213], [-0.100542, 51.512164], [-0.100524, 51.512264], [-0.100545, 51.512402]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4087, &quot;postcode&quot;: &quot;EC4V 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101419, 51.512891], [-0.101391, 51.512953], [-0.101379, 51.513082], [-0.101288, 51.513136], [-0.101158, 51.513084], [-0.10126, 51.512867], [-0.101419, 51.512891]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 339, &quot;postcode&quot;: &quot;EC4V 5BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10126, 51.512866], [-0.101376, 51.512748], [-0.101474, 51.512753], [-0.101438, 51.512886], [-0.101421, 51.512887], [-0.101447, 51.512833], [-0.101419, 51.512891], [-0.10126, 51.512866]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 152, &quot;postcode&quot;: &quot;EC4V 5BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101893, 51.512139], [-0.10178, 51.512304], [-0.101695, 51.512521], [-0.101429, 51.512706], [-0.101409, 51.512747], [-0.101357, 51.512765], [-0.101265, 51.512861], [-0.101158, 51.513084], [-0.101009, 51.513065], [-0.101047, 51.51304], [-0.101219, 51.512735], [-0.101192, 51.512701], [-0.101074, 51.512658], [-0.101059, 51.512382], [-0.101012, 51.512344], [-0.101044, 51.512302], [-0.101051, 51.512194], [-0.101489, 51.512211], [-0.101522, 51.512267], [-0.101612, 51.512298], [-0.101668, 51.512276], [-0.101761, 51.512139], [-0.101773, 51.512077], [-0.101722, 51.512046], [-0.101815, 51.512048], [-0.101809, 51.512113], [-0.101843, 51.512134], [-0.101893, 51.512139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2780, &quot;postcode&quot;: &quot;EC4V 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101546, 51.512759], [-0.101442, 51.512963], [-0.101586, 51.512982], [-0.101594, 51.513035], [-0.10156, 51.513074], [-0.101493, 51.513052], [-0.101471, 51.513078], [-0.101395, 51.513054], [-0.101382, 51.513071], [-0.101394, 51.512976], [-0.101378, 51.512973], [-0.101475, 51.512803], [-0.101473, 51.512756], [-0.101502, 51.512745], [-0.101799, 51.51276], [-0.10184, 51.512806], [-0.101833, 51.512831], [-0.101787, 51.512831], [-0.101798, 51.51278], [-0.101546, 51.512759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 293, &quot;postcode&quot;: &quot;EC4V 5DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102098, 51.512787], [-0.10201, 51.512808], [-0.101887, 51.512803], [-0.101843, 51.512825], [-0.101791, 51.513118], [-0.101736, 51.51311], [-0.10174, 51.513048], [-0.101711, 51.51302], [-0.101645, 51.513012], [-0.101594, 51.513035], [-0.101548, 51.512981], [-0.101442, 51.512963], [-0.101546, 51.512759], [-0.101744, 51.512775], [-0.101799, 51.512761], [-0.102098, 51.512787]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 734, &quot;postcode&quot;: &quot;EC4V 5DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101769, 51.513123], [-0.101756, 51.513223], [-0.101684, 51.513239], [-0.101441, 51.513193], [-0.101312, 51.513138], [-0.101192, 51.513159], [-0.101142, 51.513117], [-0.101158, 51.513084], [-0.101272, 51.51312], [-0.101321, 51.513118], [-0.101395, 51.513054], [-0.10144, 51.513064], [-0.101551, 51.513056], [-0.10159, 51.513037], [-0.101603, 51.513007], [-0.101747, 51.513018], [-0.101739, 51.513092], [-0.101769, 51.513123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 568, &quot;postcode&quot;: &quot;EC4V 5DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10231, 51.513539], [-0.102268, 51.513696], [-0.10204, 51.513707], [-0.101975, 51.513823], [-0.101905, 51.513842], [-0.101639, 51.513803], [-0.101616, 51.513776], [-0.101565, 51.513763], [-0.101617, 51.513647], [-0.101708, 51.513659], [-0.101824, 51.513648], [-0.101858, 51.513627], [-0.101887, 51.513556], [-0.101872, 51.513522], [-0.101768, 51.513453], [-0.101787, 51.513317], [-0.101758, 51.513292], [-0.10171, 51.513285], [-0.101659, 51.513299], [-0.101633, 51.513329], [-0.101451, 51.513266], [-0.10142, 51.513245], [-0.101278, 51.513205], [-0.101274, 51.513138], [-0.101314, 51.513133], [-0.101414, 51.513184], [-0.101465, 51.513185], [-0.101602, 51.513228], [-0.101709, 51.513234], [-0.101754, 51.513258], [-0.102099, 51.513285], [-0.102149, 51.513303], [-0.102239, 51.513302], [-0.102293, 51.513334], [-0.102266, 51.513362], [-0.102248, 51.513503], [-0.10231, 51.513539]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2204, &quot;postcode&quot;: &quot;EC4V 5EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10195, 51.513324], [-0.101854, 51.513315], [-0.101803, 51.51333], [-0.101768, 51.513453], [-0.101621, 51.513355], [-0.101652, 51.51329], [-0.101709, 51.513234], [-0.101756, 51.513223], [-0.101818, 51.513257], [-0.101926, 51.51327], [-0.10195, 51.513324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 252, &quot;postcode&quot;: &quot;EC4V 5EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102391, 51.51355], [-0.102242, 51.51353], [-0.102264, 51.513374], [-0.102299, 51.513337], [-0.102374, 51.513362], [-0.102553, 51.51338], [-0.102522, 51.513483], [-0.102452, 51.513472], [-0.102423, 51.513541], [-0.102391, 51.51355]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 344, &quot;postcode&quot;: &quot;EC4V 5EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102095, 51.512791], [-0.102241, 51.512799], [-0.102252, 51.512828], [-0.10222, 51.512826], [-0.102184, 51.513037], [-0.102054, 51.513029], [-0.102069, 51.512918], [-0.101825, 51.512906], [-0.101842, 51.512796], [-0.10201, 51.512808], [-0.102095, 51.512791]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 466, &quot;postcode&quot;: &quot;EC4V 5EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102511, 51.513088], [-0.102486, 51.513244], [-0.102296, 51.513233], [-0.102274, 51.51317], [-0.102318, 51.51308], [-0.102511, 51.513088]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 241, &quot;postcode&quot;: &quot;EC4V 5EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10224, 51.513301], [-0.102274, 51.513171], [-0.102303, 51.513181], [-0.102296, 51.513233], [-0.102486, 51.513244], [-0.102499, 51.513161], [-0.102714, 51.513174], [-0.102683, 51.513352], [-0.102596, 51.513346], [-0.102537, 51.513378], [-0.102374, 51.513362], [-0.10224, 51.513301]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 533, &quot;postcode&quot;: &quot;EC4V 5EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102284, 51.513116], [-0.102251, 51.513302], [-0.102128, 51.513305], [-0.102082, 51.513283], [-0.101798, 51.513252], [-0.101756, 51.513222], [-0.101825, 51.512906], [-0.102069, 51.512918], [-0.102072, 51.513014], [-0.102147, 51.513034], [-0.102178, 51.51308], [-0.102268, 51.513091], [-0.102284, 51.513116]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1124, &quot;postcode&quot;: &quot;EC4V 5EQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097078, 51.51339], [-0.097172, 51.513053], [-0.097228, 51.51305], [-0.097265, 51.513019], [-0.097242, 51.51297], [-0.097267, 51.512894], [-0.097223, 51.512859], [-0.097255, 51.512739], [-0.097256, 51.512816], [-0.097293, 51.512845], [-0.097497, 51.51286], [-0.097507, 51.512897], [-0.097554, 51.512916], [-0.097806, 51.51292], [-0.097723, 51.512931], [-0.097687, 51.512952], [-0.097665, 51.51304], [-0.097702, 51.513077], [-0.097663, 51.513123], [-0.097686, 51.513151], [-0.09782, 51.513205], [-0.097865, 51.513274], [-0.097266, 51.513142], [-0.097373, 51.513213], [-0.097386, 51.513252], [-0.097368, 51.513309], [-0.097284, 51.513367], [-0.097078, 51.51339]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1613, &quot;postcode&quot;: &quot;EC4V 5ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102345, 51.512877], [-0.102327, 51.513011], [-0.102282, 51.513018], [-0.102317, 51.512832], [-0.102278, 51.513042], [-0.102184, 51.513037], [-0.10222, 51.512826], [-0.102252, 51.512828], [-0.102241, 51.512799], [-0.102456, 51.512818], [-0.102398, 51.512881], [-0.102345, 51.512877]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 274, &quot;postcode&quot;: &quot;EC4V 5EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103373, 51.512873], [-0.103318, 51.512983], [-0.10322, 51.512946], [-0.103044, 51.512964], [-0.103021, 51.512987], [-0.103013, 51.513051], [-0.102918, 51.513116], [-0.102767, 51.51311], [-0.102758, 51.513068], [-0.102706, 51.513048], [-0.10256, 51.513048], [-0.102511, 51.513088], [-0.102318, 51.51308], [-0.102345, 51.512878], [-0.102404, 51.512869], [-0.102456, 51.512818], [-0.102553, 51.512813], [-0.102584, 51.512765], [-0.102613, 51.512758], [-0.102943, 51.512709], [-0.102986, 51.512686], [-0.103301, 51.512688], [-0.10331, 51.512729], [-0.103263, 51.512777], [-0.103182, 51.51279], [-0.103166, 51.512831], [-0.103226, 51.512882], [-0.103274, 51.512882], [-0.103343, 51.512856], [-0.103373, 51.512873]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2164, &quot;postcode&quot;: &quot;EC4V 5EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099064, 51.512924], [-0.099046, 51.512935], [-0.098507, 51.512913], [-0.098153, 51.512884], [-0.097243, 51.512846], [-0.097364, 51.512328], [-0.097403, 51.5123], [-0.097405, 51.512247], [-0.097637, 51.512009], [-0.098439, 51.512044], [-0.098417, 51.51256], [-0.098494, 51.51259], [-0.098553, 51.51258], [-0.09866, 51.512591], [-0.098714, 51.512618], [-0.098784, 51.5126], [-0.098913, 51.512614], [-0.098922, 51.512642], [-0.098895, 51.51269], [-0.098937, 51.512731], [-0.09896, 51.512804], [-0.098994, 51.51282], [-0.099063, 51.512825], [-0.099064, 51.512924]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8350, &quot;postcode&quot;: &quot;EC4V 5EY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102139, 51.513082], [-0.102148, 51.513034], [-0.102278, 51.513042], [-0.102282, 51.513018], [-0.102327, 51.513011], [-0.10231, 51.513136], [-0.102278, 51.513151], [-0.102268, 51.513091], [-0.102139, 51.513082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 91, &quot;postcode&quot;: &quot;EC4V 5HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104101, 51.51275], [-0.104078, 51.512969], [-0.104046, 51.513012], [-0.103916, 51.513025], [-0.103838, 51.51301], [-0.103754, 51.51308], [-0.103719, 51.51308], [-0.103706, 51.512996], [-0.103816, 51.512997], [-0.10386, 51.51296], [-0.103811, 51.512656], [-0.103767, 51.512551], [-0.10379, 51.512399], [-0.103764, 51.51226], [-0.103779, 51.512233], [-0.103946, 51.512275], [-0.104099, 51.512275], [-0.10408, 51.512698], [-0.104101, 51.51275]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1680, &quot;postcode&quot;: &quot;EC4V 6BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104088, 51.512749], [-0.104095, 51.512881], [-0.104075, 51.512894], [-0.104094, 51.512866], [-0.104088, 51.512749]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC4V 6BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10447, 51.511901], [-0.10443, 51.512313], [-0.10433, 51.512282], [-0.104287, 51.512295], [-0.104266, 51.512322], [-0.104243, 51.513059], [-0.10413, 51.513063], [-0.104088, 51.513098], [-0.104136, 51.513598], [-0.104101, 51.513601], [-0.104017, 51.513122], [-0.103969, 51.513092], [-0.103822, 51.513079], [-0.103835, 51.513013], [-0.103934, 51.513025], [-0.104051, 51.512996], [-0.104077, 51.512969], [-0.104075, 51.512894], [-0.104106, 51.512864], [-0.1041, 51.512745], [-0.104066, 51.512693], [-0.104116, 51.512686], [-0.104148, 51.512658], [-0.10416, 51.512446], [-0.10411, 51.512406], [-0.104108, 51.512258], [-0.104044, 51.512226], [-0.104115, 51.511976], [-0.104087, 51.511937], [-0.104116, 51.511906], [-0.104119, 51.51181], [-0.104276, 51.511828], [-0.104272, 51.512039], [-0.104315, 51.512076], [-0.104376, 51.512075], [-0.104431, 51.512037], [-0.104444, 51.5119], [-0.10447, 51.511901]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2189, &quot;postcode&quot;: &quot;EC4V 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102025, 51.513699], [-0.102318, 51.513695], [-0.10221, 51.513732], [-0.102012, 51.513731], [-0.102025, 51.513699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 69, &quot;postcode&quot;: &quot;EC4V 6DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102861, 51.513625], [-0.102879, 51.513699], [-0.102739, 51.513699], [-0.102654, 51.513682], [-0.102599, 51.5137], [-0.102577, 51.513726], [-0.10252, 51.513731], [-0.102469, 51.513693], [-0.102552, 51.513674], [-0.102601, 51.513618], [-0.10268, 51.513634], [-0.102861, 51.513625]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 180, &quot;postcode&quot;: &quot;EC4V 6DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102621, 51.513691], [-0.10266, 51.513607], [-0.10265, 51.513628], [-0.102601, 51.513618], [-0.102581, 51.513656], [-0.102512, 51.513688], [-0.102268, 51.513696], [-0.10231, 51.513539], [-0.102391, 51.51355], [-0.102423, 51.513541], [-0.102452, 51.513472], [-0.10265, 51.513503], [-0.102663, 51.513387], [-0.102611, 51.513384], [-0.102596, 51.513354], [-0.102628, 51.513348], [-0.102755, 51.513401], [-0.102755, 51.513438], [-0.102863, 51.513363], [-0.103005, 51.51322], [-0.102941, 51.513213], [-0.102983, 51.51317], [-0.103133, 51.513121], [-0.103164, 51.513093], [-0.103203, 51.5131], [-0.103266, 51.512989], [-0.103471, 51.513031], [-0.103471, 51.513084], [-0.103269, 51.51304], [-0.103204, 51.51316], [-0.103058, 51.513225], [-0.102909, 51.51338], [-0.102768, 51.513477], [-0.102743, 51.513537], [-0.102846, 51.51355], [-0.102847, 51.513574], [-0.102893, 51.513582], [-0.102861, 51.513625], [-0.102703, 51.513633], [-0.102694, 51.513678], [-0.102739, 51.513699], [-0.102621, 51.513691]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1132, &quot;postcode&quot;: &quot;EC4V 6DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102683, 51.513352], [-0.102708, 51.513208], [-0.102933, 51.513239], [-0.102947, 51.513226], [-0.102961, 51.513264], [-0.102802, 51.513406], [-0.102766, 51.513413], [-0.102628, 51.513348], [-0.102683, 51.513352]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 294, &quot;postcode&quot;: &quot;EC4V 6DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102802, 51.513406], [-0.102772, 51.513427], [-0.10276, 51.513443], [-0.102766, 51.513414], [-0.102802, 51.513406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4V 6DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103334, 51.513003], [-0.103281, 51.513023], [-0.10325, 51.513076], [-0.103185, 51.513081], [-0.103083, 51.513142], [-0.10299, 51.513168], [-0.102972, 51.513216], [-0.102933, 51.513239], [-0.102708, 51.513208], [-0.102657, 51.513171], [-0.102499, 51.513161], [-0.102518, 51.513044], [-0.102658, 51.513036], [-0.10269, 51.512946], [-0.102794, 51.512952], [-0.102776, 51.513077], [-0.102834, 51.513113], [-0.102892, 51.513107], [-0.102973, 51.513067], [-0.103014, 51.513024], [-0.103024, 51.512949], [-0.103134, 51.512949], [-0.103172, 51.512901], [-0.103279, 51.512908], [-0.103271, 51.512951], [-0.103334, 51.513003]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 957, &quot;postcode&quot;: &quot;EC4V 6EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102917, 51.512773], [-0.102903, 51.512775], [-0.102919, 51.512735], [-0.102917, 51.512773]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4V 6EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103473, 51.513652], [-0.103018, 51.513689], [-0.103018, 51.513632], [-0.102996, 51.513604], [-0.102743, 51.513537], [-0.102768, 51.513477], [-0.102908, 51.51338], [-0.102976, 51.51331], [-0.102948, 51.513226], [-0.103092, 51.513211], [-0.103113, 51.513179], [-0.10309, 51.513127], [-0.103149, 51.513104], [-0.103182, 51.51307], [-0.103233, 51.513067], [-0.10327, 51.51304], [-0.103471, 51.513084], [-0.103473, 51.513652]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2420, &quot;postcode&quot;: &quot;EC4V 6EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103867, 51.513006], [-0.10374, 51.513011], [-0.103716, 51.513037], [-0.103719, 51.51308], [-0.103528, 51.513081], [-0.103471, 51.513115], [-0.103463, 51.513043], [-0.103334, 51.513003], [-0.103313, 51.512921], [-0.103172, 51.512901], [-0.103165, 51.512868], [-0.10313, 51.512847], [-0.102961, 51.512834], [-0.102956, 51.512797], [-0.102917, 51.512773], [-0.102919, 51.512735], [-0.10294, 51.512729], [-0.102998, 51.512759], [-0.103224, 51.512774], [-0.103283, 51.512756], [-0.103312, 51.512716], [-0.103293, 51.512456], [-0.103338, 51.512414], [-0.103326, 51.512388], [-0.103288, 51.51237], [-0.103285, 51.51233], [-0.10341, 51.512263], [-0.103411, 51.512164], [-0.103686, 51.512102], [-0.103699, 51.512276], [-0.103724, 51.512302], [-0.103774, 51.512317], [-0.103792, 51.512397], [-0.103768, 51.512553], [-0.103837, 51.512739], [-0.103867, 51.513006]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3560, &quot;postcode&quot;: &quot;EC4V 6ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104129, 51.513508], [-0.104126, 51.513511], [-0.104126, 51.513506], [-0.104129, 51.513508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4V 6JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104441, 51.51203], [-0.104406, 51.512084], [-0.104397, 51.512428], [-0.104416, 51.512461], [-0.104307, 51.513584], [-0.103473, 51.513652], [-0.103471, 51.51308], [-0.103738, 51.513076], [-0.103862, 51.512966], [-0.103914, 51.513025], [-0.103914, 51.513066], [-0.103964, 51.513089], [-0.104041, 51.513088], [-0.104084, 51.51306], [-0.104201, 51.513056], [-0.104243, 51.513024], [-0.104254, 51.512721], [-0.104225, 51.512696], [-0.104184, 51.512688], [-0.104121, 51.512705], [-0.1041, 51.512742], [-0.104078, 51.512718], [-0.104097, 51.51226], [-0.10407, 51.512235], [-0.104027, 51.512226], [-0.103873, 51.512109], [-0.103932, 51.512024], [-0.103961, 51.511936], [-0.104125, 51.511944], [-0.104056, 51.512191], [-0.104074, 51.51222], [-0.104112, 51.512234], [-0.104113, 51.512376], [-0.104169, 51.512409], [-0.104231, 51.512404], [-0.104264, 51.512371], [-0.104276, 51.511828], [-0.104444, 51.511849], [-0.104441, 51.51203]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5766, &quot;postcode&quot;: &quot;EC4V 6JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102861, 51.513625], [-0.102893, 51.513582], [-0.103018, 51.513602], [-0.103018, 51.51369], [-0.102879, 51.513699], [-0.102861, 51.513625]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 115, &quot;postcode&quot;: &quot;EC4V 6RN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103864, 51.512201], [-0.103802, 51.512215], [-0.10377, 51.512242], [-0.103774, 51.512317], [-0.103731, 51.512306], [-0.103738, 51.512268], [-0.103693, 51.512239], [-0.10369, 51.512214], [-0.103751, 51.512212], [-0.10379, 51.512182], [-0.103864, 51.512201]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 52, &quot;postcode&quot;: &quot;EC4Y 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097077, 51.505123], [-0.096867, 51.50522], [-0.096824, 51.505081], [-0.097077, 51.505123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 131, &quot;postcode&quot;: &quot;SE1 0AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09453, 51.506666], [-0.09445, 51.506655], [-0.094541, 51.506466], [-0.094392, 51.506439], [-0.094289, 51.506667], [-0.094222, 51.506654], [-0.094346, 51.506394], [-0.094956, 51.506564], [-0.095153, 51.506596], [-0.095162, 51.50664], [-0.094985, 51.507283], [-0.09462, 51.507945], [-0.094475, 51.507903], [-0.094503, 51.50786], [-0.094525, 51.507865], [-0.094858, 51.507306], [-0.094911, 51.507133], [-0.094854, 51.507128], [-0.094875, 51.507053], [-0.094542, 51.507027], [-0.094551, 51.506974], [-0.09469, 51.506946], [-0.094177, 51.506909], [-0.094205, 51.506707], [-0.094268, 51.506714], [-0.094192, 51.50688], [-0.094415, 51.50692], [-0.094616, 51.506479], [-0.09453, 51.506666]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3621, &quot;postcode&quot;: &quot;SE1 0AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09495, 51.506949], [-0.09495, 51.506993], [-0.09486, 51.506958], [-0.094916, 51.50696], [-0.09495, 51.506949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13, &quot;postcode&quot;: &quot;SE1 0EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097362, 51.505454], [-0.097385, 51.505501], [-0.097316, 51.505524], [-0.097294, 51.505482], [-0.097362, 51.505454]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 28, &quot;postcode&quot;: &quot;SE1 0ES&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098231, 51.506193], [-0.097913, 51.506205], [-0.09784, 51.506229], [-0.097835, 51.506254], [-0.097943, 51.506451], [-0.097702, 51.50615], [-0.098201, 51.506156], [-0.098231, 51.506193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 242, &quot;postcode&quot;: &quot;SE1 0FD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095529, 51.504215], [-0.095549, 51.504182], [-0.095722, 51.50423], [-0.09571, 51.504386], [-0.095529, 51.504215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 143, &quot;postcode&quot;: &quot;SE1 0NJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095529, 51.504215], [-0.09571, 51.504386], [-0.095671, 51.50493], [-0.095357, 51.504894], [-0.095186, 51.504679], [-0.095194, 51.504607], [-0.095329, 51.504639], [-0.095353, 51.504602], [-0.095348, 51.50452], [-0.095258, 51.504495], [-0.095296, 51.504409], [-0.095221, 51.504383], [-0.095225, 51.504343], [-0.095529, 51.504215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2029, &quot;postcode&quot;: &quot;SE1 0NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097696, 51.506137], [-0.097294, 51.506094], [-0.097379, 51.505972], [-0.097474, 51.505683], [-0.097696, 51.506137]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 617, &quot;postcode&quot;: &quot;SE1 0SW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096844, 51.505884], [-0.097157, 51.505821], [-0.097236, 51.50597], [-0.096743, 51.506023], [-0.096797, 51.506017], [-0.096807, 51.506043], [-0.096451, 51.506005], [-0.095974, 51.505919], [-0.095931, 51.505877], [-0.096107, 51.505908], [-0.095805, 51.505854], [-0.095926, 51.505514], [-0.096793, 51.505659], [-0.096747, 51.505792], [-0.096844, 51.505884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3240, &quot;postcode&quot;: &quot;SE1 0TL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09738, 51.505972], [-0.097293, 51.506094], [-0.097244, 51.506089], [-0.09726, 51.505686], [-0.097386, 51.505661], [-0.097316, 51.505524], [-0.097385, 51.505501], [-0.097474, 51.505683], [-0.09738, 51.505972]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 583, &quot;postcode&quot;: &quot;SE1 0TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096627, 51.506024], [-0.096739, 51.506035], [-0.096627, 51.506024], [-0.096627, 51.506024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;SE1 0TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092359, 51.503933], [-0.092224, 51.504184], [-0.091996, 51.504176], [-0.091866, 51.504044], [-0.091638, 51.504], [-0.09164, 51.503947], [-0.092359, 51.503933]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 853, &quot;postcode&quot;: &quot;SE1 1GJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090521, 51.50434], [-0.090814, 51.504104], [-0.090903, 51.504155], [-0.09093, 51.50428], [-0.090908, 51.504313], [-0.090832, 51.504292], [-0.090808, 51.504327], [-0.090707, 51.504387], [-0.090614, 51.504391], [-0.090521, 51.50434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 468, &quot;postcode&quot;: &quot;SE1 1NL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089514, 51.505779], [-0.089606, 51.505525], [-0.089709, 51.505475], [-0.089723, 51.505484], [-0.08965, 51.505536], [-0.089785, 51.505525], [-0.090226, 51.505815], [-0.090049, 51.505883], [-0.089514, 51.505779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1143, &quot;postcode&quot;: &quot;SE1 1PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092525, 51.504585], [-0.092234, 51.504706], [-0.092187, 51.504751], [-0.091808, 51.504751], [-0.09146, 51.504627], [-0.091408, 51.50464], [-0.091275, 51.504729], [-0.091026, 51.504726], [-0.090883, 51.504817], [-0.090805, 51.50482], [-0.090673, 51.504705], [-0.090636, 51.504629], [-0.090672, 51.504606], [-0.090732, 51.504601], [-0.090783, 51.504564], [-0.090902, 51.504542], [-0.090942, 51.504496], [-0.091142, 51.504474], [-0.091193, 51.504449], [-0.091271, 51.504458], [-0.091326, 51.504418], [-0.091437, 51.504443], [-0.091481, 51.504479], [-0.091544, 51.504477], [-0.091606, 51.504439], [-0.091646, 51.504344], [-0.091683, 51.504321], [-0.091746, 51.50422], [-0.091912, 51.504242], [-0.091996, 51.504176], [-0.092224, 51.504184], [-0.092089, 51.504436], [-0.092103, 51.504475], [-0.092525, 51.504585]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4119, &quot;postcode&quot;: &quot;SE1 1RQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094909, 51.504371], [-0.094975, 51.504359], [-0.095017, 51.504309], [-0.095225, 51.504343], [-0.095221, 51.504383], [-0.095296, 51.504409], [-0.095258, 51.504495], [-0.095348, 51.50452], [-0.095353, 51.504602], [-0.095329, 51.504639], [-0.095189, 51.504605], [-0.095186, 51.504679], [-0.095357, 51.504894], [-0.094804, 51.504829], [-0.095001, 51.505001], [-0.094675, 51.504963], [-0.094529, 51.504824], [-0.09413, 51.504714], [-0.094198, 51.504686], [-0.094224, 51.504688], [-0.094147, 51.50468], [-0.094123, 51.504658], [-0.094198, 51.504547], [-0.094399, 51.504598], [-0.094532, 51.504414], [-0.094609, 51.504421], [-0.094622, 51.504401], [-0.094971, 51.504365], [-0.094909, 51.504371]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3756, &quot;postcode&quot;: &quot;SE1 1RU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094523, 51.504017], [-0.094596, 51.503915], [-0.094738, 51.503955], [-0.094664, 51.503987], [-0.094617, 51.503983], [-0.094591, 51.504018], [-0.094523, 51.504017]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 77, &quot;postcode&quot;: &quot;SE1 1SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094576, 51.504039], [-0.094617, 51.503983], [-0.094664, 51.503987], [-0.094738, 51.503955], [-0.095549, 51.504182], [-0.095529, 51.504215], [-0.095225, 51.504343], [-0.095017, 51.504309], [-0.095071, 51.504243], [-0.094712, 51.504248], [-0.094709, 51.504189], [-0.094459, 51.504193], [-0.094536, 51.504092], [-0.094668, 51.504106], [-0.094622, 51.504051], [-0.094576, 51.504039]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1604, &quot;postcode&quot;: &quot;SE1 1TD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095071, 51.504243], [-0.094975, 51.504359], [-0.094539, 51.504423], [-0.094399, 51.504598], [-0.094256, 51.504562], [-0.094202, 51.504565], [-0.094136, 51.50464], [-0.094152, 51.504669], [-0.094197, 51.504686], [-0.09413, 51.504714], [-0.094028, 51.504707], [-0.094523, 51.504017], [-0.094591, 51.504018], [-0.094668, 51.504106], [-0.094583, 51.504093], [-0.094533, 51.504105], [-0.094503, 51.504148], [-0.094536, 51.504184], [-0.094709, 51.504189], [-0.094723, 51.504228], [-0.094769, 51.504247], [-0.095071, 51.504243]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1573, &quot;postcode&quot;: &quot;SE1 1TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092639, 51.505084], [-0.092387, 51.505002], [-0.092195, 51.504819], [-0.092237, 51.504794], [-0.092222, 51.504754], [-0.092187, 51.504751], [-0.092225, 51.50471], [-0.092525, 51.504585], [-0.093022, 51.504708], [-0.092833, 51.504965], [-0.092864, 51.504976], [-0.092639, 51.505084]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1991, &quot;postcode&quot;: &quot;SE1 1TU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091472, 51.504623], [-0.091808, 51.504751], [-0.092215, 51.504752], [-0.092237, 51.504794], [-0.091824, 51.504963], [-0.091449, 51.505096], [-0.091267, 51.505055], [-0.09127, 51.50504], [-0.090928, 51.504978], [-0.090951, 51.504934], [-0.090929, 51.504934], [-0.090925, 51.504897], [-0.090893, 51.504898], [-0.090881, 51.504799], [-0.090941, 51.504792], [-0.091009, 51.504724], [-0.091276, 51.504729], [-0.091415, 51.504636], [-0.091472, 51.504623]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2716, &quot;postcode&quot;: &quot;SE1 1TY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093863, 51.504761], [-0.093802, 51.504936], [-0.093742, 51.504949], [-0.093712, 51.50499], [-0.093743, 51.505052], [-0.093691, 51.505058], [-0.093662, 51.505082], [-0.093656, 51.505162], [-0.093657, 51.505096], [-0.093634, 51.50507], [-0.09341, 51.505031], [-0.093334, 51.505046], [-0.093297, 51.505114], [-0.093229, 51.5051], [-0.093198, 51.504966], [-0.09314, 51.504915], [-0.09308, 51.504895], [-0.093102, 51.50485], [-0.093108, 51.504713], [-0.093863, 51.504761]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1624, &quot;postcode&quot;: &quot;SE1 1UN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091124, 51.504192], [-0.090999, 51.504148], [-0.090903, 51.504155], [-0.090814, 51.504104], [-0.091336, 51.503687], [-0.091417, 51.503767], [-0.091354, 51.503847], [-0.091451, 51.503872], [-0.091437, 51.503892], [-0.091579, 51.503926], [-0.091601, 51.503947], [-0.091667, 51.503949], [-0.091638, 51.504], [-0.09187, 51.504041], [-0.091996, 51.504176], [-0.091916, 51.504258], [-0.091746, 51.50422], [-0.091674, 51.504348], [-0.091583, 51.504333], [-0.091598, 51.504291], [-0.091522, 51.504279], [-0.091536, 51.504254], [-0.091513, 51.504246], [-0.091411, 51.504257], [-0.091346, 51.50428], [-0.09124, 51.504256], [-0.091231, 51.504234], [-0.091117, 51.504204], [-0.091124, 51.504192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2684, &quot;postcode&quot;: &quot;SE1 1XF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091598, 51.504291], [-0.091583, 51.504333], [-0.091674, 51.504348], [-0.09169, 51.504306], [-0.091674, 51.504348], [-0.091646, 51.504344], [-0.091597, 51.504464], [-0.091571, 51.504461], [-0.091567, 51.504479], [-0.091492, 51.504502], [-0.091416, 51.50447], [-0.091438, 51.504443], [-0.091233, 51.504397], [-0.091233, 51.504348], [-0.091267, 51.504315], [-0.091447, 51.504359], [-0.091471, 51.50431], [-0.091346, 51.50428], [-0.091411, 51.504257], [-0.091513, 51.504246], [-0.091536, 51.504254], [-0.091522, 51.504279], [-0.091598, 51.504291]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 434, &quot;postcode&quot;: &quot;SE1 1XN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090719, 51.504378], [-0.090808, 51.504327], [-0.090832, 51.504292], [-0.090939, 51.504312], [-0.090889, 51.504402], [-0.090942, 51.504496], [-0.090915, 51.504544], [-0.090783, 51.504564], [-0.090727, 51.504626], [-0.090672, 51.504606], [-0.090636, 51.504629], [-0.090386, 51.504592], [-0.09018, 51.504613], [-0.090521, 51.50434], [-0.090614, 51.504391], [-0.090719, 51.504378]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1073, &quot;postcode&quot;: &quot;SE1 1XU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091219, 51.504251], [-0.091471, 51.50431], [-0.091447, 51.504359], [-0.091267, 51.504315], [-0.091233, 51.504348], [-0.091233, 51.504397], [-0.091326, 51.504418], [-0.091288, 51.504473], [-0.091164, 51.504442], [-0.091193, 51.504449], [-0.091159, 51.504472], [-0.090942, 51.504496], [-0.090888, 51.504417], [-0.090942, 51.504319], [-0.090908, 51.504313], [-0.09093, 51.50428], [-0.090903, 51.504155], [-0.090999, 51.504148], [-0.091097, 51.504177], [-0.091124, 51.504192], [-0.091117, 51.504204], [-0.091231, 51.504234], [-0.09124, 51.504256], [-0.091219, 51.504251]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 863, &quot;postcode&quot;: &quot;SE1 1XW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089888, 51.504846], [-0.09018, 51.504613], [-0.090386, 51.504592], [-0.090636, 51.504629], [-0.090673, 51.504705], [-0.090803, 51.50482], [-0.09031, 51.505041], [-0.089888, 51.504846]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1880, &quot;postcode&quot;: &quot;SE1 1YB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082077, 51.505187], [-0.082065, 51.505215], [-0.081969, 51.505191], [-0.082008, 51.505112], [-0.082077, 51.505187]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 44, &quot;postcode&quot;: &quot;SE1 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081184, 51.503962], [-0.082021, 51.50431], [-0.082075, 51.504354], [-0.082097, 51.504337], [-0.082369, 51.504433], [-0.082132, 51.504381], [-0.082018, 51.504565], [-0.082281, 51.504625], [-0.082391, 51.504438], [-0.083017, 51.504634], [-0.083289, 51.50474], [-0.083836, 51.504984], [-0.083845, 51.505], [-0.083482, 51.505326], [-0.083274, 51.505487], [-0.082978, 51.50535], [-0.082684, 51.505242], [-0.082021, 51.505084], [-0.081965, 51.505199], [-0.081532, 51.505713], [-0.08143, 51.505925], [-0.081394, 51.505919], [-0.081386, 51.505971], [-0.081161, 51.505939], [-0.081053, 51.505906], [-0.08106, 51.505892], [-0.080634, 51.505778], [-0.079709, 51.505496], [-0.080003, 51.504874], [-0.081184, 51.503962]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 31105, &quot;postcode&quot;: &quot;SE1 2AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08228, 51.504296], [-0.08242, 51.504276], [-0.082594, 51.504364], [-0.082724, 51.504537], [-0.082373, 51.504434], [-0.08228, 51.504296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 385, &quot;postcode&quot;: &quot;SE1 2AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082008, 51.505112], [-0.082021, 51.505084], [-0.082114, 51.505106], [-0.082077, 51.505187], [-0.082008, 51.505112]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 43, &quot;postcode&quot;: &quot;SE1 2BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083212, 51.504139], [-0.083108, 51.504081], [-0.083038, 51.503894], [-0.083125, 51.503844], [-0.083164, 51.503872], [-0.08325, 51.504121], [-0.083289, 51.504151], [-0.083212, 51.504139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 263, &quot;postcode&quot;: &quot;SE1 2EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082362, 51.503377], [-0.082861, 51.503646], [-0.083125, 51.503844], [-0.083038, 51.503894], [-0.082994, 51.503811], [-0.082903, 51.503803], [-0.082774, 51.50382], [-0.082732, 51.50376], [-0.082769, 51.503752], [-0.082773, 51.503735], [-0.082612, 51.503642], [-0.082583, 51.503583], [-0.082536, 51.503599], [-0.082435, 51.50354], [-0.082553, 51.503609], [-0.082468, 51.503622], [-0.082406, 51.503661], [-0.082372, 51.503665], [-0.082367, 51.503653], [-0.082185, 51.50362], [-0.082362, 51.503377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1044, &quot;postcode&quot;: &quot;SE1 2EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081617, 51.504035], [-0.081585, 51.504046], [-0.081537, 51.504021], [-0.081538, 51.504001], [-0.081617, 51.504035]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;SE1 2EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083004, 51.504231], [-0.083046, 51.504203], [-0.083147, 51.504188], [-0.083128, 51.504147], [-0.083164, 51.504123], [-0.083289, 51.504151], [-0.083347, 51.504301], [-0.083292, 51.504372], [-0.08308, 51.504342], [-0.08295, 51.504363], [-0.082909, 51.504295], [-0.082967, 51.504256], [-0.082962, 51.504237], [-0.082995, 51.504233], [-0.083038, 51.504226], [-0.083004, 51.504231]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 527, &quot;postcode&quot;: &quot;SE1 2ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083164, 51.504123], [-0.083138, 51.50415], [-0.083147, 51.504188], [-0.083045, 51.504206], [-0.082909, 51.504295], [-0.082844, 51.504259], [-0.082772, 51.504258], [-0.082681, 51.504225], [-0.082581, 51.504214], [-0.082534, 51.504225], [-0.082373, 51.504195], [-0.082359, 51.504177], [-0.08245, 51.504084], [-0.082444, 51.50405], [-0.082402, 51.504029], [-0.082185, 51.503998], [-0.082224, 51.50393], [-0.082302, 51.503888], [-0.082872, 51.503806], [-0.082975, 51.503807], [-0.083012, 51.503825], [-0.083104, 51.504068], [-0.083164, 51.504123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2304, &quot;postcode&quot;: &quot;SE1 2FB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083173, 51.505559], [-0.083482, 51.505326], [-0.083772, 51.505066], [-0.083828, 51.505163], [-0.083288, 51.505618], [-0.083173, 51.505559]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 631, &quot;postcode&quot;: &quot;SE1 2HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083231, 51.505591], [-0.082908, 51.505838], [-0.082831, 51.505839], [-0.082766, 51.50586], [-0.082671, 51.505995], [-0.082585, 51.506176], [-0.081386, 51.505971], [-0.081394, 51.505919], [-0.08143, 51.505925], [-0.081532, 51.505713], [-0.081969, 51.505191], [-0.082065, 51.505215], [-0.082114, 51.505106], [-0.082684, 51.505242], [-0.082978, 51.50535], [-0.083274, 51.505487], [-0.083173, 51.505559], [-0.083231, 51.505591]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9091, &quot;postcode&quot;: &quot;SE1 2HJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082946, 51.505812], [-0.082989, 51.505779], [-0.083047, 51.505734], [-0.082946, 51.505812]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;SE1 2HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082608, 51.506124], [-0.082587, 51.506173], [-0.082573, 51.506203], [-0.082551, 51.506199], [-0.082608, 51.506124]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;SE1 2HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082391, 51.504438], [-0.082281, 51.504625], [-0.082018, 51.504565], [-0.082111, 51.504405], [-0.082107, 51.504375], [-0.08201, 51.504308], [-0.081535, 51.504101], [-0.081585, 51.504046], [-0.081609, 51.504043], [-0.081924, 51.504163], [-0.082089, 51.504283], [-0.08228, 51.504296], [-0.082391, 51.504438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1013, &quot;postcode&quot;: &quot;SE1 2HZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084917, 51.50661], [-0.084624, 51.506592], [-0.084358, 51.506553], [-0.084422, 51.506523], [-0.084432, 51.506487], [-0.084214, 51.506447], [-0.084779, 51.506525], [-0.085207, 51.506531], [-0.085043, 51.506533], [-0.085041, 51.506575], [-0.085081, 51.506602], [-0.084917, 51.50661]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 417, &quot;postcode&quot;: &quot;SE1 2JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086479, 51.505896], [-0.086425, 51.505905], [-0.0864, 51.505935], [-0.086413, 51.505965], [-0.086523, 51.50602], [-0.086494, 51.506151], [-0.086808, 51.50626], [-0.086582, 51.506593], [-0.086224, 51.506545], [-0.085479, 51.506549], [-0.085475, 51.506527], [-0.08555, 51.506517], [-0.085526, 51.506117], [-0.085691, 51.506113], [-0.085935, 51.505849], [-0.085889, 51.50583], [-0.085937, 51.505801], [-0.085798, 51.505724], [-0.085766, 51.505779], [-0.085687, 51.505745], [-0.085688, 51.505712], [-0.085792, 51.505661], [-0.086018, 51.505649], [-0.086129, 51.505679], [-0.086159, 51.505802], [-0.086362, 51.505736], [-0.086512, 51.505786], [-0.086539, 51.505905], [-0.086479, 51.505896]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5965, &quot;postcode&quot;: &quot;SE1 2PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085937, 51.505801], [-0.085889, 51.50583], [-0.085739, 51.505754], [-0.085686, 51.505745], [-0.085337, 51.505601], [-0.085489, 51.50556], [-0.085542, 51.5056], [-0.085937, 51.505801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 298, &quot;postcode&quot;: &quot;SE1 2QF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088294, 51.506377], [-0.088284, 51.506402], [-0.088191, 51.5064], [-0.088167, 51.506389], [-0.088168, 51.506361], [-0.088294, 51.506377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 29, &quot;postcode&quot;: &quot;SE1 2QJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08401, 51.505058], [-0.084476, 51.505254], [-0.084531, 51.505237], [-0.084855, 51.505308], [-0.084972, 51.505461], [-0.085253, 51.505587], [-0.08531, 51.50559], [-0.085935, 51.505849], [-0.085691, 51.506113], [-0.085526, 51.506117], [-0.08555, 51.506517], [-0.085247, 51.506531], [-0.084779, 51.506525], [-0.084208, 51.506448], [-0.083758, 51.506357], [-0.083732, 51.506359], [-0.083718, 51.506403], [-0.083419, 51.506355], [-0.083383, 51.50633], [-0.083402, 51.506283], [-0.0833, 51.506252], [-0.083238, 51.506252], [-0.083212, 51.506301], [-0.083169, 51.506312], [-0.082573, 51.506203], [-0.082671, 51.505995], [-0.082766, 51.50586], [-0.082831, 51.505839], [-0.08291, 51.505838], [-0.08323, 51.505591], [-0.083288, 51.505618], [-0.083289, 51.505602], [-0.083384, 51.505543], [-0.083383, 51.505525], [-0.083421, 51.505514], [-0.083423, 51.505495], [-0.083457, 51.505486], [-0.08356, 51.505396], [-0.083554, 51.50538], [-0.083579, 51.50538], [-0.08393, 51.505076], [-0.083828, 51.505163], [-0.083772, 51.505066], [-0.083845, 51.505], [-0.083738, 51.504941], [-0.083836, 51.504937], [-0.083946, 51.504972], [-0.08401, 51.505058]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 22825, &quot;postcode&quot;: &quot;SE1 2QN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084111, 51.50498], [-0.084305, 51.505026], [-0.08433, 51.504997], [-0.084593, 51.505099], [-0.08453, 51.505149], [-0.084531, 51.505237], [-0.084476, 51.505254], [-0.08401, 51.505058], [-0.083946, 51.504972], [-0.084111, 51.50498]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 651, &quot;postcode&quot;: &quot;SE1 2QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082367, 51.503653], [-0.082415, 51.503762], [-0.082607, 51.503737], [-0.082629, 51.503775], [-0.082732, 51.50376], [-0.082774, 51.50382], [-0.082302, 51.503888], [-0.082263, 51.503909], [-0.082206, 51.503886], [-0.082072, 51.503789], [-0.082185, 51.50362], [-0.082367, 51.503653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 766, &quot;postcode&quot;: &quot;SE1 2RH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082776, 51.503743], [-0.082629, 51.503775], [-0.082607, 51.503737], [-0.082415, 51.503762], [-0.082372, 51.503665], [-0.082606, 51.503639], [-0.082776, 51.503743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 263, &quot;postcode&quot;: &quot;SE1 2RU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088075, 51.506229], [-0.08804, 51.506351], [-0.08801, 51.506348], [-0.087964, 51.506271], [-0.087817, 51.506189], [-0.08671, 51.506024], [-0.086652, 51.506037], [-0.08663, 51.506079], [-0.086413, 51.505965], [-0.0864, 51.505931], [-0.086423, 51.505906], [-0.086517, 51.505868], [-0.086512, 51.505786], [-0.086719, 51.505698], [-0.086753, 51.505577], [-0.087021, 51.505582], [-0.086803, 51.505677], [-0.086806, 51.50572], [-0.086892, 51.505762], [-0.086967, 51.505778], [-0.087016, 51.50577], [-0.087204, 51.505629], [-0.087405, 51.505758], [-0.087456, 51.505768], [-0.087724, 51.505753], [-0.088052, 51.505913], [-0.087781, 51.506028], [-0.087755, 51.506064], [-0.087796, 51.506103], [-0.088007, 51.50614], [-0.088075, 51.506229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4216, &quot;postcode&quot;: &quot;SE1 2SW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088415, 51.506092], [-0.088083, 51.506875], [-0.088037, 51.506896], [-0.08787, 51.506864], [-0.087863, 51.506814], [-0.087666, 51.506783], [-0.0878, 51.506791], [-0.087843, 51.506779], [-0.087875, 51.506718], [-0.08792, 51.506694], [-0.087947, 51.506628], [-0.087947, 51.506522], [-0.087986, 51.506502], [-0.087999, 51.506464], [-0.087937, 51.506421], [-0.087885, 51.506409], [-0.087839, 51.506337], [-0.087539, 51.506306], [-0.087446, 51.506349], [-0.087344, 51.506348], [-0.087248, 51.506407], [-0.087133, 51.50638], [-0.086494, 51.506151], [-0.086523, 51.50602], [-0.086583, 51.506036], [-0.086648, 51.506011], [-0.086699, 51.506013], [-0.087124, 51.506079], [-0.087182, 51.506056], [-0.087176, 51.506006], [-0.087204, 51.505989], [-0.087328, 51.506006], [-0.087383, 51.506039], [-0.087347, 51.506077], [-0.087383, 51.506117], [-0.08782, 51.506189], [-0.08796, 51.506267], [-0.088006, 51.506275], [-0.088068, 51.50625], [-0.088081, 51.506168], [-0.088059, 51.506136], [-0.087966, 51.506103], [-0.087995, 51.506014], [-0.088088, 51.506022], [-0.088251, 51.506011], [-0.088415, 51.506092]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4494, &quot;postcode&quot;: &quot;SE1 2SX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088686, 51.506116], [-0.088594, 51.506191], [-0.088585, 51.506259], [-0.088517, 51.506405], [-0.088438, 51.506415], [-0.088235, 51.506535], [-0.088207, 51.506581], [-0.088163, 51.506557], [-0.087959, 51.506531], [-0.088006, 51.506454], [-0.08809, 51.506442], [-0.088205, 51.506467], [-0.088262, 51.506445], [-0.088416, 51.506091], [-0.088482, 51.506034], [-0.088545, 51.506038], [-0.088542, 51.506073], [-0.088571, 51.506098], [-0.088686, 51.506116]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 881, &quot;postcode&quot;: &quot;SE1 2SY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082873, 51.503654], [-0.08235, 51.503373], [-0.082476, 51.503183], [-0.086847, 51.505323], [-0.086531, 51.505776], [-0.086362, 51.505736], [-0.086159, 51.505802], [-0.086129, 51.505679], [-0.086018, 51.505649], [-0.085788, 51.505663], [-0.085746, 51.505577], [-0.08577, 51.505583], [-0.085497, 51.505508], [-0.085489, 51.50556], [-0.085337, 51.505601], [-0.085253, 51.505587], [-0.084972, 51.505461], [-0.084855, 51.505308], [-0.084911, 51.505239], [-0.084767, 51.505165], [-0.08425, 51.504961], [-0.08433, 51.504997], [-0.084305, 51.505026], [-0.084111, 51.50498], [-0.083946, 51.504972], [-0.083836, 51.504937], [-0.083738, 51.504941], [-0.083289, 51.50474], [-0.082863, 51.504579], [-0.0833, 51.504504], [-0.083329, 51.504471], [-0.083292, 51.504372], [-0.083347, 51.504301], [-0.083297, 51.504162], [-0.08325, 51.504121], [-0.083164, 51.503872], [-0.082873, 51.503654]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 26442, &quot;postcode&quot;: &quot;SE1 2TF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083329, 51.504471], [-0.0833, 51.504504], [-0.082863, 51.504579], [-0.082724, 51.504537], [-0.082594, 51.504366], [-0.082441, 51.504287], [-0.082099, 51.504295], [-0.081925, 51.504163], [-0.081987, 51.504113], [-0.081996, 51.504075], [-0.082115, 51.503996], [-0.082154, 51.503938], [-0.082134, 51.503892], [-0.082023, 51.503863], [-0.082072, 51.503789], [-0.082204, 51.503885], [-0.082263, 51.503909], [-0.082211, 51.503953], [-0.082233, 51.503998], [-0.082343, 51.504026], [-0.082469, 51.504027], [-0.08245, 51.504113], [-0.082386, 51.504157], [-0.08241, 51.5042], [-0.082476, 51.504217], [-0.082543, 51.5042], [-0.082768, 51.50424], [-0.082892, 51.50424], [-0.082889, 51.504277], [-0.082958, 51.504348], [-0.08308, 51.504342], [-0.083292, 51.504372], [-0.083329, 51.504471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2448, &quot;postcode&quot;: &quot;SE1 2TH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08218, 51.503899], [-0.082116, 51.503996], [-0.08201, 51.504066], [-0.081995, 51.504108], [-0.081925, 51.504163], [-0.081637, 51.504056], [-0.081575, 51.504064], [-0.081535, 51.504101], [-0.081194, 51.503965], [-0.081277, 51.50389], [-0.081537, 51.504001], [-0.08157, 51.504028], [-0.081818, 51.504108], [-0.081875, 51.504085], [-0.082023, 51.503864], [-0.08218, 51.503899]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 612, &quot;postcode&quot;: &quot;SE1 2TU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091549, 51.50537], [-0.091482, 51.505432], [-0.091271, 51.505388], [-0.091122, 51.505388], [-0.091073, 51.505364], [-0.091011, 51.50537], [-0.090966, 51.50535], [-0.090619, 51.505304], [-0.090577, 51.505249], [-0.090408, 51.505135], [-0.09031, 51.505041], [-0.090803, 51.50482], [-0.090883, 51.504817], [-0.090893, 51.504874], [-0.090977, 51.504977], [-0.09127, 51.50504], [-0.091305, 51.505063], [-0.09141, 51.505087], [-0.091366, 51.505198], [-0.091392, 51.505243], [-0.091549, 51.50537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3013, &quot;postcode&quot;: &quot;SE1 9AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092477, 51.505471], [-0.092256, 51.505471], [-0.092262, 51.505423], [-0.092172, 51.505357], [-0.092066, 51.505309], [-0.091991, 51.505302], [-0.091939, 51.505328], [-0.091928, 51.505383], [-0.091814, 51.505449], [-0.091764, 51.505397], [-0.091712, 51.505384], [-0.091475, 51.505457], [-0.091433, 51.505484], [-0.091368, 51.505598], [-0.091122, 51.505388], [-0.091263, 51.505386], [-0.091396, 51.505412], [-0.091447, 51.5054], [-0.09147, 51.505369], [-0.091461, 51.505308], [-0.091368, 51.505275], [-0.091386, 51.505242], [-0.091358, 51.505183], [-0.09141, 51.505087], [-0.091463, 51.50509], [-0.091573, 51.505054], [-0.092195, 51.504819], [-0.092387, 51.505002], [-0.092261, 51.505317], [-0.092477, 51.505471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3403, &quot;postcode&quot;: &quot;SE1 9AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091508, 51.505448], [-0.091742, 51.505367], [-0.091814, 51.505449], [-0.091849, 51.505437], [-0.091865, 51.505432], [-0.091847, 51.505411], [-0.091928, 51.505383], [-0.091936, 51.505361], [-0.091896, 51.505315], [-0.091958, 51.505293], [-0.092071, 51.505309], [-0.092142, 51.505348], [-0.092006, 51.505586], [-0.092105, 51.505862], [-0.092095, 51.505953], [-0.092139, 51.505955], [-0.092422, 51.506741], [-0.092679, 51.506774], [-0.092657, 51.506849], [-0.092737, 51.506925], [-0.092702, 51.507063], [-0.092114, 51.507052], [-0.0921, 51.506942], [-0.091923, 51.506934], [-0.091929, 51.506906], [-0.091787, 51.506893], [-0.091791, 51.506866], [-0.091491, 51.506811], [-0.091551, 51.506686], [-0.091681, 51.505995], [-0.091667, 51.50582], [-0.091636, 51.50582], [-0.091538, 51.505732], [-0.09144, 51.505682], [-0.091434, 51.505655], [-0.091368, 51.505598], [-0.091428, 51.505514], [-0.091459, 51.505543], [-0.09141, 51.505497], [-0.091416, 51.50548], [-0.091507, 51.505449], [-0.091463, 51.505463], [-0.091482, 51.505436], [-0.091508, 51.505448]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8546, &quot;postcode&quot;: &quot;SE1 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091089, 51.505705], [-0.091415, 51.505675], [-0.091426, 51.505664], [-0.091538, 51.505732], [-0.091636, 51.50582], [-0.091498, 51.505955], [-0.09106, 51.505918], [-0.091065, 51.505897], [-0.090695, 51.505799], [-0.090928, 51.505689], [-0.090963, 51.505689], [-0.090963, 51.505674], [-0.091089, 51.505705]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1299, &quot;postcode&quot;: &quot;SE1 9AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091086, 51.506244], [-0.091071, 51.506305], [-0.091003, 51.506312], [-0.090556, 51.506293], [-0.090568, 51.50621], [-0.090601, 51.506212], [-0.090591, 51.506136], [-0.090357, 51.506109], [-0.090456, 51.50576], [-0.090651, 51.50579], [-0.090938, 51.505858], [-0.091065, 51.505897], [-0.09106, 51.505918], [-0.091498, 51.505955], [-0.091666, 51.506133], [-0.091603, 51.506449], [-0.091523, 51.506433], [-0.091503, 51.506539], [-0.091355, 51.506531], [-0.091368, 51.50649], [-0.091078, 51.506509], [-0.091086, 51.506244]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4617, &quot;postcode&quot;: &quot;SE1 9AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091434, 51.505655], [-0.091415, 51.505675], [-0.091321, 51.505689], [-0.091089, 51.505705], [-0.091007, 51.505686], [-0.090932, 51.505691], [-0.090695, 51.505799], [-0.090507, 51.50577], [-0.090457, 51.505786], [-0.090439, 51.50582], [-0.090345, 51.505799], [-0.090226, 51.505815], [-0.089801, 51.505537], [-0.08965, 51.505536], [-0.0897, 51.505499], [-0.089717, 51.505455], [-0.089697, 51.505423], [-0.089652, 51.505409], [-0.089711, 51.505364], [-0.089709, 51.505325], [-0.089755, 51.505266], [-0.089629, 51.505053], [-0.089888, 51.504846], [-0.09031, 51.505041], [-0.090631, 51.505302], [-0.091011, 51.505362], [-0.091078, 51.505351], [-0.091434, 51.505655]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6877, &quot;postcode&quot;: &quot;SE1 9AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099286, 51.506209], [-0.09928, 51.506662], [-0.100059, 51.506602], [-0.100021, 51.506655], [-0.099461, 51.506686], [-0.099454, 51.506722], [-0.099461, 51.506686], [-0.099065, 51.506712], [-0.099008, 51.506635], [-0.099174, 51.506626], [-0.099206, 51.50661], [-0.099214, 51.506233], [-0.099227, 51.506218], [-0.099286, 51.506209]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 630, &quot;postcode&quot;: &quot;SE1 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091467, 51.506223], [-0.091424, 51.506277], [-0.091267, 51.506252], [-0.091124, 51.506256], [-0.091087, 51.506281], [-0.091081, 51.506326], [-0.091071, 51.506305], [-0.091107, 51.506202], [-0.091238, 51.506246], [-0.091291, 51.506236], [-0.091316, 51.506208], [-0.091467, 51.506223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 111, &quot;postcode&quot;: &quot;SE1 9AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096823, 51.506823], [-0.096803, 51.506865], [-0.096564, 51.506998], [-0.096522, 51.507073], [-0.096145, 51.507002], [-0.096206, 51.506867], [-0.09619, 51.506839], [-0.096143, 51.50682], [-0.096309, 51.50677], [-0.096594, 51.50684], [-0.096652, 51.506819], [-0.096682, 51.506763], [-0.096823, 51.506823]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 960, &quot;postcode&quot;: &quot;SE1 9AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095647, 51.507304], [-0.096017, 51.507316], [-0.096008, 51.507421], [-0.09598, 51.507553], [-0.095665, 51.507714], [-0.09557, 51.507693], [-0.095583, 51.507388], [-0.095647, 51.507304]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1076, &quot;postcode&quot;: &quot;SE1 9AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089741, 51.505441], [-0.089584, 51.505542], [-0.089514, 51.505779], [-0.089385, 51.505777], [-0.089049, 51.505544], [-0.089351, 51.505283], [-0.089508, 51.505348], [-0.089487, 51.505394], [-0.089543, 51.505432], [-0.089603, 51.505437], [-0.089652, 51.505409], [-0.089741, 51.505441]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1321, &quot;postcode&quot;: &quot;SE1 9AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090826, 51.506883], [-0.090811, 51.507041], [-0.090768, 51.507121], [-0.090344, 51.507087], [-0.090353, 51.507063], [-0.090447, 51.507058], [-0.090486, 51.506993], [-0.090578, 51.506966], [-0.090627, 51.506875], [-0.090722, 51.506892], [-0.09079, 51.506873], [-0.090826, 51.506883]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 525, &quot;postcode&quot;: &quot;SE1 9BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087968, 51.506568], [-0.08791, 51.506723], [-0.087875, 51.506718], [-0.087851, 51.5068], [-0.087341, 51.506741], [-0.087241, 51.506703], [-0.087233, 51.506712], [-0.087059, 51.506705], [-0.086981, 51.506681], [-0.086964, 51.506696], [-0.086584, 51.506591], [-0.086808, 51.50626], [-0.087293, 51.506436], [-0.087484, 51.506467], [-0.087546, 51.506411], [-0.087614, 51.506396], [-0.087956, 51.506418], [-0.087952, 51.506432], [-0.08801, 51.506439], [-0.087981, 51.506525], [-0.087941, 51.506521], [-0.087929, 51.506563], [-0.087968, 51.506568]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3354, &quot;postcode&quot;: &quot;SE1 9BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091006, 51.506393], [-0.090703, 51.506401], [-0.090706, 51.506299], [-0.091003, 51.506312], [-0.091006, 51.506393]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 213, &quot;postcode&quot;: &quot;SE1 9BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090989, 51.506596], [-0.091012, 51.506544], [-0.091003, 51.506312], [-0.091071, 51.506305], [-0.091075, 51.506547], [-0.090989, 51.506596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 143, &quot;postcode&quot;: &quot;SE1 9BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093195, 51.507005], [-0.09306, 51.507044], [-0.092961, 51.507016], [-0.092912, 51.507019], [-0.092877, 51.50704], [-0.09285, 51.507105], [-0.092268, 51.507275], [-0.092095, 51.507228], [-0.092037, 51.506944], [-0.0921, 51.506942], [-0.092112, 51.507023], [-0.092157, 51.50705], [-0.092668, 51.507061], [-0.09272, 51.507032], [-0.092736, 51.506935], [-0.092661, 51.506836], [-0.093195, 51.507005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1350, &quot;postcode&quot;: &quot;SE1 9BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086861, 51.505578], [-0.086753, 51.505577], [-0.086758, 51.505449], [-0.086847, 51.505323], [-0.086871, 51.505335], [-0.086861, 51.505578]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 171, &quot;postcode&quot;: &quot;SE1 9BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090582, 51.506136], [-0.090523, 51.506194], [-0.090415, 51.506184], [-0.090371, 51.506194], [-0.09034, 51.506251], [-0.090106, 51.506182], [-0.090027, 51.506202], [-0.090004, 51.506344], [-0.090027, 51.506376], [-0.090002, 51.506423], [-0.090033, 51.506451], [-0.090113, 51.506472], [-0.090001, 51.506681], [-0.089956, 51.506713], [-0.089857, 51.506714], [-0.089843, 51.506674], [-0.08981, 51.506653], [-0.089536, 51.506605], [-0.089137, 51.506655], [-0.089129, 51.506628], [-0.089092, 51.506608], [-0.088552, 51.506521], [-0.088494, 51.50655], [-0.088378, 51.506864], [-0.088331, 51.506864], [-0.088308, 51.506924], [-0.088038, 51.506896], [-0.088095, 51.506846], [-0.088225, 51.506541], [-0.088515, 51.506382], [-0.088543, 51.506337], [-0.088534, 51.506298], [-0.088733, 51.506311], [-0.088815, 51.506283], [-0.088851, 51.506224], [-0.088892, 51.506199], [-0.088901, 51.506172], [-0.08888, 51.506144], [-0.08872, 51.506098], [-0.088725, 51.506058], [-0.088701, 51.506031], [-0.088528, 51.505994], [-0.089049, 51.505544], [-0.089394, 51.505775], [-0.089514, 51.505779], [-0.090031, 51.505878], [-0.090235, 51.505812], [-0.090353, 51.505797], [-0.090439, 51.50582], [-0.090372, 51.506087], [-0.090414, 51.506115], [-0.090582, 51.506136]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11357, &quot;postcode&quot;: &quot;SE1 9DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088631, 51.50653], [-0.089152, 51.506618], [-0.089084, 51.506796], [-0.089072, 51.506933], [-0.088785, 51.50692], [-0.088378, 51.506864], [-0.088509, 51.506513], [-0.08854, 51.506518], [-0.088546, 51.506503], [-0.088603, 51.506525], [-0.088618, 51.50649], [-0.088646, 51.506495], [-0.088631, 51.50653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1833, &quot;postcode&quot;: &quot;SE1 9DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091234, 51.506733], [-0.091173, 51.506854], [-0.091086, 51.506859], [-0.09104, 51.506927], [-0.090816, 51.506882], [-0.090746, 51.506898], [-0.09067, 51.506885], [-0.090625, 51.506895], [-0.090589, 51.506976], [-0.090486, 51.507006], [-0.090465, 51.507049], [-0.090477, 51.507076], [-0.090451, 51.507081], [-0.090389, 51.507073], [-0.090344, 51.507087], [-0.090206, 51.507076], [-0.090161, 51.507059], [-0.090077, 51.507066], [-0.090085, 51.507051], [-0.089325, 51.50696], [-0.090111, 51.507049], [-0.09018, 51.507026], [-0.090181, 51.506983], [-0.09035, 51.5066], [-0.090287, 51.506414], [-0.09026, 51.506388], [-0.090213, 51.506379], [-0.090168, 51.506391], [-0.090113, 51.506472], [-0.089993, 51.506442], [-0.090023, 51.506157], [-0.090284, 51.506228], [-0.090334, 51.506212], [-0.090354, 51.506176], [-0.090503, 51.506189], [-0.090591, 51.506136], [-0.090597, 51.506212], [-0.090567, 51.506234], [-0.090566, 51.506265], [-0.090609, 51.506293], [-0.090706, 51.506299], [-0.090706, 51.506362], [-0.090729, 51.506388], [-0.090773, 51.506399], [-0.091006, 51.506393], [-0.091011, 51.506544], [-0.090969, 51.506641], [-0.09098, 51.506675], [-0.091234, 51.506733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4538, &quot;postcode&quot;: &quot;SE1 9DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090154, 51.507043], [-0.090119, 51.50705], [-0.089072, 51.506933], [-0.089084, 51.506796], [-0.089137, 51.506655], [-0.089532, 51.506604], [-0.089842, 51.506658], [-0.089857, 51.506714], [-0.089697, 51.506686], [-0.089877, 51.506718], [-0.089884, 51.506719], [-0.089945, 51.506716], [-0.090002, 51.50668], [-0.090193, 51.50634], [-0.09026, 51.506343], [-0.090353, 51.506607], [-0.090154, 51.507043]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3623, &quot;postcode&quot;: &quot;SE1 9DF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092043, 51.507024], [-0.091452, 51.507051], [-0.091381, 51.507041], [-0.091332, 51.507057], [-0.090794, 51.507081], [-0.090811, 51.507042], [-0.091224, 51.506963], [-0.091324, 51.506975], [-0.091379, 51.506934], [-0.091763, 51.506861], [-0.09183, 51.506895], [-0.091929, 51.506906], [-0.091964, 51.506934], [-0.092036, 51.506944], [-0.092043, 51.507024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1022, &quot;postcode&quot;: &quot;SE1 9DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09145, 51.507051], [-0.092043, 51.507024], [-0.092094, 51.507228], [-0.091289, 51.507157], [-0.091345, 51.507031], [-0.09145, 51.507051]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 919, &quot;postcode&quot;: &quot;SE1 9DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097074, 51.507722], [-0.096483, 51.507849], [-0.096328, 51.50774], [-0.096341, 51.507665], [-0.096316, 51.507634], [-0.096002, 51.507606], [-0.09595, 51.507632], [-0.095882, 51.507762], [-0.095897, 51.507795], [-0.095947, 51.507813], [-0.095875, 51.507813], [-0.095833, 51.507851], [-0.095757, 51.507836], [-0.095786, 51.507779], [-0.095772, 51.507746], [-0.095666, 51.507714], [-0.095975, 51.507551], [-0.096019, 51.507317], [-0.096529, 51.507333], [-0.096525, 51.50743], [-0.096544, 51.507457], [-0.096596, 51.507485], [-0.096829, 51.507545], [-0.097074, 51.507722]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2698, &quot;postcode&quot;: &quot;SE1 9DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096035, 51.507829], [-0.096046, 51.507865], [-0.096302, 51.507874], [-0.096293, 51.507926], [-0.096299, 51.50789], [-0.096395, 51.507893], [-0.0963, 51.50817], [-0.095965, 51.508327], [-0.09555, 51.508209], [-0.095553, 51.508197], [-0.095585, 51.508203], [-0.095757, 51.507836], [-0.095833, 51.507851], [-0.095803, 51.507907], [-0.095861, 51.507797], [-0.096035, 51.507829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2165, &quot;postcode&quot;: &quot;SE1 9DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097675, 51.508343], [-0.097494, 51.508358], [-0.097441, 51.508349], [-0.097133, 51.508376], [-0.097053, 51.508396], [-0.096139, 51.508377], [-0.095965, 51.508327], [-0.096295, 51.508168], [-0.096395, 51.507893], [-0.096491, 51.507833], [-0.096558, 51.507834], [-0.097066, 51.507732], [-0.097082, 51.507787], [-0.097131, 51.507809], [-0.097468, 51.507817], [-0.097618, 51.507804], [-0.097637, 51.50794], [-0.097598, 51.507959], [-0.097588, 51.507988], [-0.097646, 51.508294], [-0.097675, 51.508343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6004, &quot;postcode&quot;: &quot;SE1 9DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096483, 51.507849], [-0.096395, 51.507893], [-0.096299, 51.50789], [-0.096249, 51.50787], [-0.096046, 51.507865], [-0.096009, 51.507825], [-0.095862, 51.507797], [-0.095967, 51.507599], [-0.09635, 51.507628], [-0.096336, 51.507741], [-0.096483, 51.507849]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 885, &quot;postcode&quot;: &quot;SE1 9DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097147, 51.507255], [-0.097181, 51.507257], [-0.097177, 51.507354], [-0.096939, 51.507347], [-0.097147, 51.507255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;SE1 9DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09494, 51.506477], [-0.094416, 51.506378], [-0.094346, 51.506394], [-0.094025, 51.506305], [-0.093955, 51.506319], [-0.093938, 51.506359], [-0.094101, 51.5068], [-0.09418, 51.506822], [-0.094235, 51.506786], [-0.094417, 51.506765], [-0.094457, 51.506827], [-0.094436, 51.506901], [-0.09447, 51.506927], [-0.094526, 51.506935], [-0.094551, 51.506974], [-0.094542, 51.507027], [-0.094043, 51.507022], [-0.093899, 51.507267], [-0.093931, 51.507322], [-0.093677, 51.507393], [-0.093402, 51.506994], [-0.093441, 51.506895], [-0.093426, 51.506861], [-0.093266, 51.506803], [-0.093036, 51.506789], [-0.093013, 51.506728], [-0.092897, 51.506704], [-0.092883, 51.50659], [-0.092851, 51.506567], [-0.092807, 51.506561], [-0.092807, 51.506462], [-0.092823, 51.506233], [-0.092878, 51.506157], [-0.092919, 51.505862], [-0.092898, 51.505803], [-0.092772, 51.505651], [-0.093565, 51.505665], [-0.093621, 51.505649], [-0.093639, 51.505621], [-0.093659, 51.505066], [-0.093753, 51.504922], [-0.093771, 51.504928], [-0.093731, 51.505123], [-0.093768, 51.505219], [-0.093854, 51.505279], [-0.093968, 51.505307], [-0.093968, 51.505336], [-0.093996, 51.50536], [-0.094199, 51.505392], [-0.094177, 51.505436], [-0.094235, 51.50547], [-0.094181, 51.50563], [-0.094192, 51.50566], [-0.09423, 51.505678], [-0.094384, 51.505699], [-0.094361, 51.505777], [-0.094398, 51.505813], [-0.094829, 51.505872], [-0.09494, 51.506477]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 18775, &quot;postcode&quot;: &quot;SE1 9EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096253, 51.507229], [-0.096065, 51.507318], [-0.095647, 51.507304], [-0.095715, 51.5072], [-0.095687, 51.50717], [-0.095614, 51.507155], [-0.095603, 51.507087], [-0.095903, 51.507111], [-0.095956, 51.507101], [-0.095997, 51.50713], [-0.096161, 51.507162], [-0.096253, 51.507229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 777, &quot;postcode&quot;: &quot;SE1 9ED&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093272, 51.506804], [-0.093448, 51.506875], [-0.093402, 51.506994], [-0.093677, 51.507393], [-0.093569, 51.507646], [-0.092268, 51.507276], [-0.09285, 51.507105], [-0.092901, 51.506997], [-0.09306, 51.507044], [-0.093195, 51.507005], [-0.092661, 51.506836], [-0.092679, 51.506774], [-0.093109, 51.506831], [-0.092929, 51.506807], [-0.093063, 51.506785], [-0.093272, 51.506804]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4579, &quot;postcode&quot;: &quot;SE1 9EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0933, 51.505107], [-0.093341, 51.505019], [-0.093659, 51.505066], [-0.093637, 51.505666], [-0.092772, 51.505651], [-0.092662, 51.505571], [-0.09275, 51.505527], [-0.092696, 51.50548], [-0.092933, 51.50535], [-0.093053, 51.505196], [-0.093387, 51.505154], [-0.09326, 51.505111], [-0.0933, 51.505107]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3320, &quot;postcode&quot;: &quot;SE1 9EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09594, 51.505516], [-0.095813, 51.505831], [-0.095518, 51.505789], [-0.0955, 51.505752], [-0.095443, 51.505735], [-0.095454, 51.50547], [-0.095506, 51.505445], [-0.09594, 51.505516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1078, &quot;postcode&quot;: &quot;SE1 9EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097107, 51.505715], [-0.09726, 51.505686], [-0.097244, 51.506089], [-0.096807, 51.506043], [-0.096797, 51.506017], [-0.097236, 51.50597], [-0.097157, 51.505821], [-0.096844, 51.505884], [-0.096747, 51.505792], [-0.096793, 51.505659], [-0.097017, 51.505696], [-0.096867, 51.50522], [-0.097077, 51.505123], [-0.097211, 51.505144], [-0.097362, 51.505454], [-0.097294, 51.505482], [-0.097207, 51.505313], [-0.097322, 51.505537], [-0.097362, 51.505613], [-0.097386, 51.505661], [-0.097316, 51.505675], [-0.097107, 51.505715]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2488, &quot;postcode&quot;: &quot;SE1 9EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092919, 51.50586], [-0.09288, 51.505897], [-0.092901, 51.505992], [-0.092879, 51.506163], [-0.092824, 51.506221], [-0.092807, 51.50656], [-0.092781, 51.506599], [-0.092733, 51.506609], [-0.092703, 51.506637], [-0.092366, 51.506584], [-0.092352, 51.506546], [-0.0924, 51.506401], [-0.092422, 51.506225], [-0.092442, 51.505825], [-0.092426, 51.505796], [-0.092346, 51.505744], [-0.092521, 51.505651], [-0.092541, 51.505615], [-0.092432, 51.50553], [-0.092473, 51.505498], [-0.092465, 51.50546], [-0.092225, 51.505301], [-0.092479, 51.505269], [-0.092538, 51.505275], [-0.092648, 51.505248], [-0.092661, 51.505254], [-0.092589, 51.505319], [-0.092535, 51.505326], [-0.092507, 51.505351], [-0.092499, 51.505412], [-0.092561, 51.505442], [-0.092607, 51.505435], [-0.092873, 51.505302], [-0.092932, 51.505349], [-0.092735, 51.505463], [-0.092723, 51.505493], [-0.09275, 51.505527], [-0.092698, 51.505575], [-0.092899, 51.505804], [-0.092919, 51.50586]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4057, &quot;postcode&quot;: &quot;SE1 9EQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095813, 51.505831], [-0.095805, 51.505854], [-0.095931, 51.505877], [-0.095974, 51.505919], [-0.096451, 51.506005], [-0.096171, 51.505975], [-0.095675, 51.506316], [-0.095387, 51.506254], [-0.095331, 51.506101], [-0.095458, 51.505982], [-0.095451, 51.506006], [-0.095459, 51.505979], [-0.095383, 51.50581], [-0.095415, 51.505759], [-0.095443, 51.505735], [-0.095532, 51.505749], [-0.095518, 51.505789], [-0.095813, 51.505831]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2132, &quot;postcode&quot;: &quot;SE1 9EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091334, 51.507057], [-0.091289, 51.507157], [-0.091039, 51.507111], [-0.091008, 51.507141], [-0.090768, 51.507122], [-0.090794, 51.507082], [-0.091334, 51.507057]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 259, &quot;postcode&quot;: &quot;SE1 9FE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092781, 51.5066], [-0.092901, 51.506803], [-0.092679, 51.506774], [-0.092722, 51.506639], [-0.092703, 51.506637], [-0.092703, 51.506605], [-0.092781, 51.5066]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 198, &quot;postcode&quot;: &quot;SE1 9FJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094933, 51.507736], [-0.095086, 51.507779], [-0.095068, 51.507807], [-0.095244, 51.507849], [-0.095392, 51.507653], [-0.095359, 51.507709], [-0.095393, 51.507713], [-0.095333, 51.507818], [-0.095422, 51.507662], [-0.095806, 51.507745], [-0.095585, 51.508203], [-0.095547, 51.508196], [-0.09555, 51.508209], [-0.094798, 51.507995], [-0.094933, 51.507736]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2456, &quot;postcode&quot;: &quot;SE1 9HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09537, 51.506803], [-0.095334, 51.506949], [-0.095248, 51.506911], [-0.095268, 51.506768], [-0.09523, 51.506748], [-0.095135, 51.506739], [-0.095153, 51.506596], [-0.095196, 51.506507], [-0.095337, 51.506541], [-0.095289, 51.506756], [-0.095313, 51.506788], [-0.09537, 51.506803]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 375, &quot;postcode&quot;: &quot;SE1 9HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094541, 51.506466], [-0.094417, 51.506765], [-0.094215, 51.506794], [-0.094189, 51.506821], [-0.094177, 51.506909], [-0.094137, 51.506907], [-0.093907, 51.506272], [-0.094346, 51.506394], [-0.094385, 51.506437], [-0.094541, 51.506466]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1553, &quot;postcode&quot;: &quot;SE1 9HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09583, 51.50621], [-0.095915, 51.506395], [-0.095908, 51.506409], [-0.09586, 51.506399], [-0.095933, 51.506427], [-0.095804, 51.506666], [-0.095331, 51.506571], [-0.095337, 51.506541], [-0.095196, 51.506507], [-0.095216, 51.506426], [-0.095375, 51.50636], [-0.095368, 51.506393], [-0.095386, 51.5063], [-0.0957, 51.506363], [-0.095479, 51.506316], [-0.095547, 51.506288], [-0.095675, 51.506316], [-0.09583, 51.50621]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1515, &quot;postcode&quot;: &quot;SE1 9HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094258, 51.505407], [-0.094235, 51.50547], [-0.09389, 51.505511], [-0.093834, 51.505504], [-0.093825, 51.505472], [-0.094101, 51.505439], [-0.094199, 51.505392], [-0.094258, 51.505407]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 172, &quot;postcode&quot;: &quot;SE1 9HG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09509, 51.505079], [-0.095508, 51.505444], [-0.095215, 51.505586], [-0.095454, 51.50547], [-0.095443, 51.505735], [-0.095383, 51.50581], [-0.095459, 51.505979], [-0.095331, 51.506101], [-0.095387, 51.506254], [-0.095547, 51.506288], [-0.095479, 51.506316], [-0.095386, 51.5063], [-0.095375, 51.50636], [-0.095216, 51.506426], [-0.095173, 51.5066], [-0.094956, 51.506564], [-0.094812, 51.50578], [-0.094981, 51.505699], [-0.094839, 51.50568], [-0.094774, 51.505527], [-0.094924, 51.505547], [-0.094847, 51.505478], [-0.094847, 51.505442], [-0.094645, 51.505413], [-0.094687, 51.505343], [-0.09439, 51.505274], [-0.094372, 51.505303], [-0.094309, 51.505288], [-0.094429, 51.50509], [-0.094935, 51.505213], [-0.09509, 51.505079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6346, &quot;postcode&quot;: &quot;SE1 9HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093889, 51.507284], [-0.094028, 51.50702], [-0.094016, 51.507012], [-0.09446, 51.507022], [-0.094875, 51.507053], [-0.094854, 51.507128], [-0.094911, 51.507133], [-0.094858, 51.507306], [-0.094525, 51.507865], [-0.094503, 51.50786], [-0.094475, 51.507903], [-0.093569, 51.507646], [-0.093677, 51.507393], [-0.093932, 51.507322], [-0.093889, 51.507284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5930, &quot;postcode&quot;: &quot;SE1 9HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094956, 51.506563], [-0.094346, 51.506394], [-0.094359, 51.506367], [-0.09494, 51.506477], [-0.094956, 51.506563]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 261, &quot;postcode&quot;: &quot;SE1 9HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09294, 51.504906], [-0.092971, 51.504865], [-0.093172, 51.50492], [-0.093101, 51.505057], [-0.092884, 51.504983], [-0.092907, 51.504952], [-0.092859, 51.504929], [-0.09291, 51.504861], [-0.092961, 51.504879], [-0.09294, 51.504906]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 279, &quot;postcode&quot;: &quot;SE1 9HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095334, 51.506949], [-0.095221, 51.507168], [-0.095193, 51.50729], [-0.094985, 51.507283], [-0.095081, 51.506934], [-0.095052, 51.506894], [-0.094979, 51.50689], [-0.095011, 51.506754], [-0.095064, 51.50677], [-0.095135, 51.506739], [-0.095288, 51.506753], [-0.095255, 51.506896], [-0.095334, 51.506949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 966, &quot;postcode&quot;: &quot;SE1 9HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093387, 51.505154], [-0.093061, 51.505199], [-0.092929, 51.505347], [-0.092883, 51.505322], [-0.092822, 51.505328], [-0.092636, 51.505421], [-0.09254, 51.505508], [-0.092477, 51.505471], [-0.092514, 51.505323], [-0.092497, 51.50529], [-0.092441, 51.505275], [-0.092261, 51.505295], [-0.092387, 51.505002], [-0.092605, 51.505072], [-0.092652, 51.505074], [-0.092815, 51.504998], [-0.09286, 51.504929], [-0.09289, 51.504921], [-0.092921, 51.504991], [-0.093045, 51.505035], [-0.093119, 51.505017], [-0.093158, 51.504943], [-0.093199, 51.504954], [-0.093232, 51.505093], [-0.093387, 51.505154]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2134, &quot;postcode&quot;: &quot;SE1 9HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095747, 51.507177], [-0.095584, 51.507389], [-0.09557, 51.507693], [-0.095475, 51.507674], [-0.095422, 51.507683], [-0.095393, 51.507713], [-0.095334, 51.507731], [-0.095244, 51.507849], [-0.095068, 51.507807], [-0.09504, 51.50777], [-0.09493, 51.507741], [-0.095183, 51.507329], [-0.095253, 51.507095], [-0.095747, 51.507177]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2480, &quot;postcode&quot;: &quot;SE1 9HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094981, 51.505699], [-0.094825, 51.505779], [-0.094829, 51.505872], [-0.094348, 51.505808], [-0.094371, 51.505734], [-0.094355, 51.505705], [-0.094167, 51.50567], [-0.094238, 51.505414], [-0.094197, 51.505392], [-0.093953, 51.505358], [-0.093944, 51.505314], [-0.09381, 51.505254], [-0.09374, 51.505171], [-0.093733, 51.505035], [-0.093771, 51.504928], [-0.093814, 51.5049], [-0.093863, 51.504761], [-0.093973, 51.50476], [-0.094028, 51.504707], [-0.09413, 51.504714], [-0.094529, 51.504824], [-0.094685, 51.504962], [-0.095002, 51.505002], [-0.09509, 51.505079], [-0.094935, 51.505213], [-0.094469, 51.505103], [-0.09441, 51.505125], [-0.09435, 51.505235], [-0.09439, 51.505274], [-0.094687, 51.505343], [-0.09467, 51.505387], [-0.094699, 51.505417], [-0.094847, 51.505442], [-0.094857, 51.505486], [-0.094924, 51.505547], [-0.094855, 51.505543], [-0.094811, 51.505564], [-0.09483, 51.505657], [-0.094868, 51.505683], [-0.094981, 51.505699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6187, &quot;postcode&quot;: &quot;SE1 9HW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096712, 51.506663], [-0.096639, 51.506852], [-0.096323, 51.506774], [-0.096143, 51.50682], [-0.096068, 51.506809], [-0.096038, 51.506798], [-0.096057, 51.506756], [-0.096034, 51.506725], [-0.095805, 51.506666], [-0.095919, 51.506451], [-0.095915, 51.506395], [-0.096485, 51.506516], [-0.096584, 51.506561], [-0.096712, 51.506663]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1925, &quot;postcode&quot;: &quot;SE1 9HZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099461, 51.506686], [-0.09939, 51.507185], [-0.098362, 51.507132], [-0.098303, 51.507153], [-0.098286, 51.507199], [-0.097838, 51.507176], [-0.097768, 51.507128], [-0.098253, 51.506763], [-0.098244, 51.50668], [-0.098092, 51.506638], [-0.097926, 51.50643], [-0.097832, 51.506243], [-0.097879, 51.506212], [-0.098068, 51.506192], [-0.098244, 51.506193], [-0.098536, 51.506159], [-0.098987, 51.506164], [-0.099137, 51.506198], [-0.099215, 51.506199], [-0.099206, 51.506608], [-0.099169, 51.506639], [-0.099166, 51.50667], [-0.099229, 51.506701], [-0.099461, 51.506686]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10009, &quot;postcode&quot;: &quot;SE1 9JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099034, 51.508377], [-0.09883, 51.50837], [-0.098786, 51.508385], [-0.098821, 51.508179], [-0.098896, 51.508173], [-0.098899, 51.508249], [-0.098928, 51.50825], [-0.098928, 51.508263], [-0.099176, 51.508246], [-0.099177, 51.508147], [-0.099254, 51.50815], [-0.09928, 51.508171], [-0.099399, 51.508175], [-0.099416, 51.508163], [-0.099409, 51.508444], [-0.099053, 51.508437], [-0.099075, 51.508407], [-0.099034, 51.508377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 964, &quot;postcode&quot;: &quot;SE1 9JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097675, 51.507745], [-0.09765, 51.507757], [-0.097688, 51.508024], [-0.097862, 51.508049], [-0.097941, 51.508228], [-0.098119, 51.508202], [-0.098114, 51.508188], [-0.098263, 51.508112], [-0.098771, 51.508125], [-0.098809, 51.508151], [-0.098916, 51.508157], [-0.09893, 51.508143], [-0.099114, 51.508146], [-0.099176, 51.508246], [-0.098928, 51.508263], [-0.098928, 51.50825], [-0.098899, 51.508249], [-0.098896, 51.508173], [-0.098821, 51.508179], [-0.098786, 51.508385], [-0.09883, 51.50837], [-0.099034, 51.508377], [-0.099075, 51.508407], [-0.099053, 51.508437], [-0.097055, 51.508396], [-0.09713, 51.508376], [-0.097491, 51.508345], [-0.097494, 51.508358], [-0.097675, 51.508343], [-0.097669, 51.508319], [-0.097009, 51.508369], [-0.097033, 51.508302], [-0.097082, 51.508299], [-0.097104, 51.508317], [-0.097258, 51.508311], [-0.097273, 51.508291], [-0.097303, 51.508289], [-0.097305, 51.508301], [-0.097388, 51.508294], [-0.097384, 51.508282], [-0.097435, 51.508278], [-0.097439, 51.50829], [-0.097651, 51.508266], [-0.09758, 51.507943], [-0.097637, 51.50794], [-0.097618, 51.507804], [-0.097468, 51.507817], [-0.097283, 51.507805], [-0.09728, 51.507819], [-0.097081, 51.507806], [-0.097066, 51.507732], [-0.09775, 51.507493], [-0.097845, 51.507425], [-0.097808, 51.507753], [-0.097675, 51.507745]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4796, &quot;postcode&quot;: &quot;SE1 9JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096932, 51.506508], [-0.09706, 51.506517], [-0.097056, 51.506615], [-0.097016, 51.506612], [-0.096932, 51.506508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 64, &quot;postcode&quot;: &quot;SE1 9JX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097617, 51.506129], [-0.097818, 51.506569], [-0.096924, 51.506507], [-0.096536, 51.506434], [-0.096485, 51.506516], [-0.095915, 51.506395], [-0.09583, 51.50621], [-0.096171, 51.505975], [-0.097617, 51.506129]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6187, &quot;postcode&quot;: &quot;SE1 9JY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096536, 51.506434], [-0.096932, 51.506508], [-0.097016, 51.506612], [-0.096978, 51.50661], [-0.097056, 51.506615], [-0.09706, 51.506517], [-0.097822, 51.506567], [-0.097617, 51.506129], [-0.097578, 51.506125], [-0.097696, 51.506137], [-0.098154, 51.506715], [-0.097403, 51.507265], [-0.097147, 51.507255], [-0.096994, 51.507062], [-0.096714, 51.507043], [-0.096821, 51.506813], [-0.096682, 51.506763], [-0.096712, 51.506663], [-0.096584, 51.506561], [-0.096488, 51.506529], [-0.096485, 51.506516], [-0.096536, 51.506434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6337, &quot;postcode&quot;: &quot;SE1 9JZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091355, 51.506531], [-0.091503, 51.506539], [-0.091522, 51.506438], [-0.091603, 51.506449], [-0.091551, 51.506686], [-0.091491, 51.506811], [-0.091763, 51.506861], [-0.091379, 51.506934], [-0.091351, 51.506988], [-0.091224, 51.506963], [-0.090811, 51.507042], [-0.090826, 51.506883], [-0.09104, 51.506927], [-0.091084, 51.506838], [-0.091173, 51.506854], [-0.091234, 51.506732], [-0.090947, 51.506687], [-0.090989, 51.506596], [-0.091075, 51.506547], [-0.091078, 51.506509], [-0.091368, 51.50649], [-0.091355, 51.506531]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1918, &quot;postcode&quot;: &quot;SE1 9LB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092353, 51.506546], [-0.092006, 51.505586], [-0.092156, 51.505325], [-0.092177, 51.505328], [-0.092193, 51.505376], [-0.092329, 51.505464], [-0.092478, 51.505472], [-0.092501, 51.505489], [-0.092465, 51.505517], [-0.092467, 51.505548], [-0.092582, 51.505626], [-0.092404, 51.505713], [-0.09238, 51.505739], [-0.092391, 51.505772], [-0.092443, 51.505802], [-0.09242, 51.506249], [-0.0924, 51.506401], [-0.092353, 51.506546]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2361, &quot;postcode&quot;: &quot;SE1 9PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089907, 51.505413], [-0.089843, 51.505405], [-0.089788, 51.505434], [-0.089698, 51.50545], [-0.089617, 51.5055], [-0.089579, 51.50557], [-0.089561, 51.505547], [-0.089612, 51.505504], [-0.089609, 51.50547], [-0.089458, 51.505393], [-0.089479, 51.505361], [-0.089463, 51.505332], [-0.089351, 51.505283], [-0.089629, 51.505053], [-0.08977, 51.505297], [-0.089846, 51.50534], [-0.089907, 51.505413]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 857, &quot;postcode&quot;: &quot;SE1 9QG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089005, 51.506088], [-0.088931, 51.506118], [-0.088808, 51.506307], [-0.088746, 51.506325], [-0.088561, 51.506294], [-0.088538, 51.506261], [-0.088479, 51.506242], [-0.088531, 51.506076], [-0.088482, 51.506034], [-0.088528, 51.505994], [-0.08876, 51.506039], [-0.088745, 51.506091], [-0.088815, 51.506123], [-0.088886, 51.506112], [-0.088905, 51.506068], [-0.089005, 51.506088]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 735, &quot;postcode&quot;: &quot;SE1 9QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087885, 51.506409], [-0.087833, 51.506416], [-0.087606, 51.506397], [-0.087544, 51.506413], [-0.087493, 51.506455], [-0.087293, 51.506436], [-0.087135, 51.50638], [-0.087256, 51.506395], [-0.087358, 51.506336], [-0.087468, 51.506342], [-0.087517, 51.506301], [-0.087717, 51.50632], [-0.087749, 51.506345], [-0.087867, 51.506381], [-0.087885, 51.506409]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 401, &quot;postcode&quot;: &quot;SE1 9RA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097712, 51.507504], [-0.097074, 51.507722], [-0.096829, 51.507545], [-0.096775, 51.507341], [-0.097249, 51.507356], [-0.0973, 51.507341], [-0.097712, 51.507504]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1645, &quot;postcode&quot;: &quot;SE1 9RW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092448, 51.506603], [-0.092451, 51.506601], [-0.092491, 51.506609], [-0.092448, 51.506603]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;SE1 9RZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087074, 51.505458], [-0.087093, 51.505444], [-0.087724, 51.505753], [-0.087448, 51.505769], [-0.087401, 51.505758], [-0.087204, 51.505629], [-0.087168, 51.505496], [-0.087272, 51.505539], [-0.087074, 51.505458]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 480, &quot;postcode&quot;: &quot;SE1 9SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097146, 51.507255], [-0.097053, 51.507295], [-0.097046, 51.507341], [-0.096545, 51.507231], [-0.096487, 51.5072], [-0.096526, 51.507095], [-0.096452, 51.50706], [-0.096519, 51.507052], [-0.096558, 51.507], [-0.096803, 51.506865], [-0.096737, 51.506996], [-0.096744, 51.507025], [-0.096793, 51.507048], [-0.096994, 51.507062], [-0.097146, 51.507255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1181, &quot;postcode&quot;: &quot;SE1 9SH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087168, 51.505496], [-0.087164, 51.505518], [-0.087021, 51.505581], [-0.086781, 51.505575], [-0.086745, 51.505607], [-0.08674, 51.505697], [-0.086512, 51.505786], [-0.08644, 51.505755], [-0.0865, 51.505764], [-0.086551, 51.505744], [-0.086758, 51.505449], [-0.08682, 51.505453], [-0.086862, 51.50543], [-0.086871, 51.505335], [-0.087168, 51.505496]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 668, &quot;postcode&quot;: &quot;SE1 9SP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086742, 51.505695], [-0.087164, 51.505518], [-0.087204, 51.505629], [-0.086997, 51.505789], [-0.086888, 51.505762], [-0.086742, 51.505695]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 444, &quot;postcode&quot;: &quot;SE1 9SS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099177, 51.508147], [-0.099176, 51.508238], [-0.099114, 51.508146], [-0.09893, 51.508143], [-0.098916, 51.508157], [-0.098809, 51.508151], [-0.098771, 51.508125], [-0.098263, 51.508112], [-0.098114, 51.508188], [-0.098119, 51.508202], [-0.097941, 51.508228], [-0.097862, 51.508049], [-0.097688, 51.508024], [-0.09765, 51.507757], [-0.097675, 51.507745], [-0.097808, 51.507753], [-0.097858, 51.507435], [-0.097732, 51.507338], [-0.097797, 51.507306], [-0.097662, 51.507204], [-0.097768, 51.507128], [-0.097838, 51.507176], [-0.098288, 51.5072], [-0.098298, 51.507129], [-0.09939, 51.507185], [-0.099461, 51.506686], [-0.100021, 51.506655], [-0.099433, 51.50749], [-0.099416, 51.508163], [-0.099399, 51.508175], [-0.09928, 51.508171], [-0.099238, 51.50815], [-0.099254, 51.50815], [-0.099177, 51.508147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14484, &quot;postcode&quot;: &quot;SE1 9TG&quot;}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});\n",
"\n",
" \n",
" \n",
" geo_json_620ae2a882c487ac6fa0e5d72e39adfc.bindTooltip(\n",
" function(layer){\n",
" let div = L.DomUtil.create(&#x27;div&#x27;);\n",
" \n",
" let handleObject = feature =&gt; {\n",
" if (feature === null) {\n",
" return &#x27;&#x27;;\n",
" } else if (typeof(feature)==&#x27;object&#x27;) {\n",
" return JSON.stringify(feature);\n",
" } else {\n",
" return feature;\n",
" }\n",
" }\n",
" let fields = [&quot;postcode&quot;, &quot;area_sqm&quot;];\n",
" let aliases = [&quot;postcode&quot;, &quot;area_sqm&quot;];\n",
" let table = &#x27;&lt;table&gt;&#x27; +\n",
" String(\n",
" fields.map(\n",
" (v,i)=&gt;\n",
" `&lt;tr&gt;\n",
" &lt;th&gt;${aliases[i]}&lt;/th&gt;\n",
" \n",
" &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;\n",
" &lt;/tr&gt;`).join(&#x27;&#x27;))\n",
" +&#x27;&lt;/table&gt;&#x27;;\n",
" div.innerHTML=table;\n",
" \n",
" return div\n",
" }\n",
" ,{\n",
" &quot;sticky&quot;: true,\n",
" &quot;className&quot;: &quot;foliumtooltip&quot;,\n",
"});\n",
" \n",
" \n",
" geo_json_620ae2a882c487ac6fa0e5d72e39adfc.addTo(feature_group_31f6075d5845eab80a3871740b90a69c);\n",
" \n",
" \n",
" feature_group_31f6075d5845eab80a3871740b90a69c.addTo(map_3d3ffd5822a435ea69039f38fc9f0b4f);\n",
" \n",
" \n",
" var side_by_side_layers_2ad65fa48b3b2f7ddc9e4af5da26c443 = L.control.sideBySide(\n",
" feature_group_818553276a00f0c04daad344b8c9c6e3, feature_group_31f6075d5845eab80a3871740b90a69c\n",
" ).addTo(map_3d3ffd5822a435ea69039f38fc9f0b4f);\n",
" \n",
" \n",
" var layer_control_ecb7a33fbacb1228a5f631401f9a1bd9_layers = {\n",
" base_layers : {\n",
" &quot;Basemap&quot; : tile_layer_cbc9f374d1b3c31043c615a76eeb88b3,\n",
" },\n",
" overlays : {\n",
" &quot;Without greenspace&quot; : feature_group_818553276a00f0c04daad344b8c9c6e3,\n",
" &quot;With greenspace&quot; : feature_group_31f6075d5845eab80a3871740b90a69c,\n",
" },\n",
" };\n",
" let layer_control_ecb7a33fbacb1228a5f631401f9a1bd9 = L.control.layers(\n",
" layer_control_ecb7a33fbacb1228a5f631401f9a1bd9_layers.base_layers,\n",
" layer_control_ecb7a33fbacb1228a5f631401f9a1bd9_layers.overlays,\n",
" {\n",
" &quot;position&quot;: &quot;topright&quot;,\n",
" &quot;collapsed&quot;: false,\n",
" &quot;autoZIndex&quot;: true,\n",
"}\n",
" ).addTo(map_3d3ffd5822a435ea69039f38fc9f0b4f);\n",
"\n",
" \n",
"&lt;/script&gt;\n",
"&lt;/html&gt;\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>"
],
"text/plain": [
"<folium.folium.Map at 0x7f018acf4950>"
]
},
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Bank station coords\n",
"BANK = [51.5133, -0.0886]\n",
"\n",
"m = folium.Map(location=BANK, zoom_start=15, tiles=None)\n",
"folium.TileLayer(\"cartodbpositron\", name=\"Basemap\").add_to(m)\n",
"\n",
"# Left layer: without greenspace\n",
"layer_left = folium.TileLayer(\n",
" tiles=\"cartodbpositron\", name=\"Without greenspace\", overlay=True\n",
")\n",
"left_fg = folium.FeatureGroup(name=\"Without greenspace\")\n",
"folium.GeoJson(\n",
" no_green,\n",
" style_function=lambda f: {\n",
" \"fillColor\": \"#3388ff\",\n",
" \"color\": \"#3388ff\",\n",
" \"weight\": 1,\n",
" \"fillOpacity\": 0.3,\n",
" },\n",
" tooltip=folium.GeoJsonTooltip(fields=[\"postcode\", \"area_sqm\"]),\n",
").add_to(left_fg)\n",
"left_fg.add_to(m)\n",
"\n",
"# Right layer: with greenspace\n",
"right_fg = folium.FeatureGroup(name=\"With greenspace\")\n",
"folium.GeoJson(\n",
" with_green,\n",
" style_function=lambda f: {\n",
" \"fillColor\": \"#ff7800\",\n",
" \"color\": \"#ff7800\",\n",
" \"weight\": 1,\n",
" \"fillOpacity\": 0.3,\n",
" },\n",
" tooltip=folium.GeoJsonTooltip(fields=[\"postcode\", \"area_sqm\"]),\n",
").add_to(right_fg)\n",
"right_fg.add_to(m)\n",
"\n",
"SideBySideLayers(left_fg, right_fg).add_to(m)\n",
"folium.LayerControl(collapsed=False).add_to(m)\n",
"\n",
"m"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Overlay: greenspace-trimmed boundaries on satellite imagery"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"execution": {
"iopub.execute_input": "2026-02-10T21:00:05.034794Z",
"iopub.status.busy": "2026-02-10T21:00:05.034709Z",
"iopub.status.idle": "2026-02-10T21:00:05.087918Z",
"shell.execute_reply": "2026-02-10T21:00:05.087654Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"<div style=\"width:100%;\"><div style=\"position:relative;width:100%;height:0;padding-bottom:60%;\"><span style=\"color:#565656\">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc=\"&lt;!DOCTYPE html&gt;\n",
"&lt;html&gt;\n",
"&lt;head&gt;\n",
" \n",
" &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;\n",
" &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;\n",
" &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;\n",
" &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;\n",
" &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;\n",
" \n",
" &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,\n",
" initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;\n",
" &lt;style&gt;\n",
" #map_61e38f06abc51af1ee136601f70476c5 {\n",
" position: relative;\n",
" width: 100.0%;\n",
" height: 100.0%;\n",
" left: 0.0%;\n",
" top: 0.0%;\n",
" }\n",
" .leaflet-container { font-size: 1rem; }\n",
" &lt;/style&gt;\n",
"\n",
" &lt;style&gt;html, body {\n",
" width: 100%;\n",
" height: 100%;\n",
" margin: 0;\n",
" padding: 0;\n",
" }\n",
" &lt;/style&gt;\n",
"\n",
" &lt;style&gt;#map {\n",
" position:absolute;\n",
" top:0;\n",
" bottom:0;\n",
" right:0;\n",
" left:0;\n",
" }\n",
" &lt;/style&gt;\n",
"\n",
" &lt;script&gt;\n",
" L_NO_TOUCH = false;\n",
" L_DISABLE_3D = false;\n",
" &lt;/script&gt;\n",
"\n",
" \n",
" \n",
" &lt;style&gt;\n",
" .foliumtooltip {\n",
" \n",
" }\n",
" .foliumtooltip table{\n",
" margin: auto;\n",
" }\n",
" .foliumtooltip tr{\n",
" text-align: left;\n",
" }\n",
" .foliumtooltip th{\n",
" padding: 2px; padding-right: 8px;\n",
" }\n",
" &lt;/style&gt;\n",
" \n",
"&lt;/head&gt;\n",
"&lt;body&gt;\n",
" \n",
" \n",
" &lt;div class=&quot;folium-map&quot; id=&quot;map_61e38f06abc51af1ee136601f70476c5&quot; &gt;&lt;/div&gt;\n",
" \n",
"&lt;/body&gt;\n",
"&lt;script&gt;\n",
" \n",
" \n",
" var map_61e38f06abc51af1ee136601f70476c5 = L.map(\n",
" &quot;map_61e38f06abc51af1ee136601f70476c5&quot;,\n",
" {\n",
" center: [51.5133, -0.0886],\n",
" crs: L.CRS.EPSG3857,\n",
" ...{\n",
" &quot;zoom&quot;: 16,\n",
" &quot;zoomControl&quot;: true,\n",
" &quot;preferCanvas&quot;: false,\n",
"}\n",
"\n",
" }\n",
" );\n",
"\n",
" \n",
"\n",
" \n",
" \n",
" var tile_layer_12d51afab019603ba494dc9d0a4501ba = L.tileLayer(\n",
" &quot;https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png&quot;,\n",
" {\n",
" &quot;minZoom&quot;: 0,\n",
" &quot;maxZoom&quot;: 20,\n",
" &quot;maxNativeZoom&quot;: 20,\n",
" &quot;noWrap&quot;: false,\n",
" &quot;attribution&quot;: &quot;\\u0026copy; \\u003ca href=\\&quot;https://www.openstreetmap.org/copyright\\&quot;\\u003eOpenStreetMap\\u003c/a\\u003e contributors \\u0026copy; \\u003ca href=\\&quot;https://carto.com/attributions\\&quot;\\u003eCARTO\\u003c/a\\u003e&quot;,\n",
" &quot;subdomains&quot;: &quot;abcd&quot;,\n",
" &quot;detectRetina&quot;: false,\n",
" &quot;tms&quot;: false,\n",
" &quot;opacity&quot;: 1,\n",
"}\n",
"\n",
" );\n",
" \n",
" \n",
" tile_layer_12d51afab019603ba494dc9d0a4501ba.addTo(map_61e38f06abc51af1ee136601f70476c5);\n",
" \n",
" \n",
" var tile_layer_7227afcc789c2811b7158e5e5b441577 = L.tileLayer(\n",
" &quot;https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}&quot;,\n",
" {\n",
" &quot;minZoom&quot;: 0,\n",
" &quot;maxZoom&quot;: 18,\n",
" &quot;maxNativeZoom&quot;: 18,\n",
" &quot;noWrap&quot;: false,\n",
" &quot;attribution&quot;: &quot;Esri&quot;,\n",
" &quot;subdomains&quot;: &quot;abc&quot;,\n",
" &quot;detectRetina&quot;: false,\n",
" &quot;tms&quot;: false,\n",
" &quot;opacity&quot;: 1,\n",
"}\n",
"\n",
" );\n",
" \n",
" \n",
" tile_layer_7227afcc789c2811b7158e5e5b441577.addTo(map_61e38f06abc51af1ee136601f70476c5);\n",
" \n",
" \n",
" function geo_json_5210499814c971a437948e4cf51f22dc_styler(feature) {\n",
" switch(feature.properties.postcode) {\n",
" default:\n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#00d4aa&quot;, &quot;fillOpacity&quot;: 0.35, &quot;weight&quot;: 1.5};\n",
" }\n",
" }\n",
"\n",
" function geo_json_5210499814c971a437948e4cf51f22dc_onEachFeature(feature, layer) {\n",
"\n",
" layer.on({\n",
" });\n",
" };\n",
" var geo_json_5210499814c971a437948e4cf51f22dc = L.geoJson(null, {\n",
" onEachFeature: geo_json_5210499814c971a437948e4cf51f22dc_onEachFeature,\n",
" \n",
" style: geo_json_5210499814c971a437948e4cf51f22dc_styler,\n",
" ...{\n",
"}\n",
" });\n",
"\n",
" function geo_json_5210499814c971a437948e4cf51f22dc_add (data) {\n",
" geo_json_5210499814c971a437948e4cf51f22dc\n",
" .addData(data);\n",
" }\n",
" geo_json_5210499814c971a437948e4cf51f22dc_add({&quot;features&quot;: [{&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077888, 51.518201], [-0.07778, 51.518409], [-0.077452, 51.518563], [-0.077386, 51.518572], [-0.077316, 51.518627], [-0.077305, 51.518664], [-0.077231, 51.518658], [-0.077186, 51.51867], [-0.077151, 51.518759], [-0.077068, 51.518743], [-0.07715, 51.51838], [-0.077141, 51.518349], [-0.077794, 51.518043], [-0.077888, 51.518201]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2024, &quot;postcode&quot;: &quot;E1 6AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078366, 51.518829], [-0.07884, 51.518815], [-0.078859, 51.518871], [-0.078845, 51.518883], [-0.078998, 51.518873], [-0.078996, 51.518884], [-0.078113, 51.518965], [-0.078067, 51.5188], [-0.078162, 51.518777], [-0.078158, 51.518875], [-0.078371, 51.518874], [-0.078366, 51.518829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 598, &quot;postcode&quot;: &quot;E1 6AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079222, 51.520918], [-0.079187, 51.521014], [-0.079203, 51.52105], [-0.079084, 51.521226], [-0.07905, 51.521235], [-0.078832, 51.521217], [-0.078735, 51.521275], [-0.078721, 51.521303], [-0.078599, 51.521366], [-0.078522, 51.521371], [-0.078745, 51.520749], [-0.078947, 51.520858], [-0.079009, 51.520875], [-0.079046, 51.520916], [-0.079105, 51.520924], [-0.079155, 51.520908], [-0.079222, 51.520918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1713, &quot;postcode&quot;: &quot;E1 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077151, 51.518759], [-0.077141, 51.518807], [-0.076875, 51.518839], [-0.076892, 51.51877], [-0.077058, 51.518786], [-0.077066, 51.518753], [-0.077151, 51.518759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 104, &quot;postcode&quot;: &quot;E1 6GN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077215, 51.518314], [-0.077156, 51.518356], [-0.077086, 51.518664], [-0.077147, 51.518757], [-0.077091, 51.518761], [-0.077058, 51.518786], [-0.076928, 51.518779], [-0.07689, 51.518798], [-0.076875, 51.518839], [-0.076706, 51.518859], [-0.076369, 51.518284], [-0.076628, 51.518171], [-0.077023, 51.518231], [-0.077215, 51.518314]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2849, &quot;postcode&quot;: &quot;E1 6HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075148, 51.515284], [-0.07582, 51.515731], [-0.076301, 51.515396], [-0.076395, 51.515413], [-0.075824, 51.515829], [-0.075119, 51.515306], [-0.075148, 51.515284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 693, &quot;postcode&quot;: &quot;E1 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076076, 51.517669], [-0.076116, 51.517639], [-0.076136, 51.517665], [-0.076076, 51.517669]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;E1 7AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076009, 51.515875], [-0.076009, 51.515875], [-0.075993, 51.515863], [-0.076009, 51.515875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;E1 7AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078765, 51.51545], [-0.078618, 51.515555], [-0.078509, 51.515496], [-0.078552, 51.515512], [-0.0786, 51.515509], [-0.078722, 51.515426], [-0.078765, 51.51545]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 67, &quot;postcode&quot;: &quot;E1 7AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077626, 51.515626], [-0.077088, 51.515355], [-0.077122, 51.515323], [-0.077167, 51.515349], [-0.077225, 51.515357], [-0.077309, 51.515317], [-0.07729, 51.515342], [-0.077299, 51.515371], [-0.077626, 51.515571], [-0.077626, 51.515626]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 258, &quot;postcode&quot;: &quot;E1 7BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075139, 51.51528], [-0.07511, 51.5153], [-0.074415, 51.514784], [-0.074408, 51.514744], [-0.074204, 51.514603], [-0.074211, 51.514583], [-0.074467, 51.51475], [-0.074527, 51.514756], [-0.074693, 51.514718], [-0.074863, 51.514844], [-0.074752, 51.514908], [-0.074743, 51.51495], [-0.074954, 51.515163], [-0.07502, 51.515197], [-0.075072, 51.515204], [-0.075076, 51.515239], [-0.075139, 51.51528]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 667, &quot;postcode&quot;: &quot;E1 7BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077334, 51.515472], [-0.077287, 51.51559], [-0.077229, 51.515603], [-0.07699, 51.51546], [-0.076996, 51.515425], [-0.077035, 51.515388], [-0.077022, 51.515351], [-0.076878, 51.515256], [-0.076806, 51.515228], [-0.076763, 51.515232], [-0.076721, 51.515257], [-0.076675, 51.515241], [-0.07662, 51.51525], [-0.076395, 51.515413], [-0.076408, 51.515321], [-0.076544, 51.515212], [-0.07653, 51.515179], [-0.076441, 51.515124], [-0.076611, 51.514884], [-0.076832, 51.514896], [-0.076936, 51.514941], [-0.076989, 51.514943], [-0.076903, 51.515021], [-0.076928, 51.515071], [-0.076871, 51.515122], [-0.076872, 51.515155], [-0.077096, 51.515299], [-0.077131, 51.515374], [-0.077334, 51.515472]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1661, &quot;postcode&quot;: &quot;E1 7BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077491, 51.517409], [-0.077433, 51.517403], [-0.077145, 51.516936], [-0.076927, 51.51665], [-0.076842, 51.51658], [-0.076521, 51.516518], [-0.076046, 51.516028], [-0.07604, 51.515941], [-0.075851, 51.51581], [-0.07588, 51.515788], [-0.076524, 51.516233], [-0.076869, 51.516546], [-0.076942, 51.516554], [-0.07704, 51.516508], [-0.077116, 51.516541], [-0.076996, 51.516633], [-0.076986, 51.516672], [-0.077168, 51.516885], [-0.077491, 51.517409]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1683, &quot;postcode&quot;: &quot;E1 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077957, 51.515829], [-0.077945, 51.51596], [-0.077888, 51.515945], [-0.077838, 51.515958], [-0.077349, 51.516352], [-0.07728, 51.516396], [-0.077198, 51.516382], [-0.077766, 51.515911], [-0.07775, 51.515879], [-0.077675, 51.515847], [-0.077695, 51.515713], [-0.077671, 51.51568], [-0.077619, 51.515667], [-0.077516, 51.515681], [-0.077428, 51.515722], [-0.077229, 51.515603], [-0.077292, 51.515575], [-0.077329, 51.515469], [-0.077939, 51.515769], [-0.077957, 51.515829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1187, &quot;postcode&quot;: &quot;E1 7DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079029, 51.515759], [-0.078943, 51.515846], [-0.078882, 51.515819], [-0.078815, 51.51583], [-0.078603, 51.51602], [-0.078577, 51.515908], [-0.078842, 51.515706], [-0.078935, 51.515677], [-0.078967, 51.515701], [-0.078975, 51.515739], [-0.079029, 51.515759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 379, &quot;postcode&quot;: &quot;E1 7DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076059, 51.515952], [-0.07605, 51.515967], [-0.076032, 51.515934], [-0.076059, 51.515952]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;E1 7EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077062, 51.515377], [-0.076996, 51.515425], [-0.077021, 51.515438], [-0.07699, 51.51546], [-0.077229, 51.515603], [-0.076733, 51.515719], [-0.076901, 51.515997], [-0.077428, 51.515722], [-0.077569, 51.515806], [-0.077728, 51.515868], [-0.077804, 51.5158], [-0.077864, 51.515832], [-0.07702, 51.516523], [-0.076889, 51.516571], [-0.076523, 51.516232], [-0.07588, 51.515788], [-0.076664, 51.515216], [-0.076721, 51.515257], [-0.076785, 51.515211], [-0.077062, 51.515377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8809, &quot;postcode&quot;: &quot;E1 7EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077703, 51.515661], [-0.077695, 51.515683], [-0.077675, 51.515847], [-0.077569, 51.515806], [-0.077428, 51.515722], [-0.077505, 51.515682], [-0.077703, 51.515661]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 231, &quot;postcode&quot;: &quot;E1 7ED&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077428, 51.515722], [-0.076901, 51.515997], [-0.076733, 51.515719], [-0.077229, 51.515603], [-0.077428, 51.515722]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1060, &quot;postcode&quot;: &quot;E1 7EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075148, 51.515284], [-0.075119, 51.515306], [-0.075103, 51.515261], [-0.075018, 51.5152], [-0.075083, 51.515193], [-0.075107, 51.515255], [-0.075148, 51.515284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 27, &quot;postcode&quot;: &quot;E1 7EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077287, 51.517309], [-0.077069, 51.517102], [-0.076998, 51.517105], [-0.076958, 51.517122], [-0.076946, 51.517156], [-0.076972, 51.517188], [-0.076807, 51.517227], [-0.076766, 51.517158], [-0.076735, 51.51714], [-0.076595, 51.517157], [-0.076373, 51.516843], [-0.076608, 51.516775], [-0.076681, 51.516731], [-0.07669, 51.516696], [-0.076628, 51.516659], [-0.076532, 51.516678], [-0.07632, 51.516477], [-0.07645, 51.516444], [-0.076529, 51.516513], [-0.077019, 51.51662], [-0.076966, 51.516666], [-0.076966, 51.516696], [-0.077353, 51.517262], [-0.077287, 51.517309]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2915, &quot;postcode&quot;: &quot;E1 7EZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078427, 51.518116], [-0.078623, 51.518134], [-0.078619, 51.518271], [-0.078415, 51.518275], [-0.078422, 51.518312], [-0.078239, 51.518327], [-0.078253, 51.51823], [-0.078171, 51.518226], [-0.077937, 51.518336], [-0.077895, 51.518188], [-0.077837, 51.518105], [-0.078427, 51.518116]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 963, &quot;postcode&quot;: &quot;E1 7HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077134, 51.517904], [-0.076921, 51.518044], [-0.076873, 51.517883], [-0.0771, 51.517887], [-0.077134, 51.517904]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 171, &quot;postcode&quot;: &quot;E1 7HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077662, 51.517827], [-0.077646, 51.517858], [-0.077516, 51.517896], [-0.077525, 51.51796], [-0.076989, 51.518044], [-0.07697, 51.518012], [-0.07752, 51.517649], [-0.077577, 51.517668], [-0.077662, 51.517827]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 902, &quot;postcode&quot;: &quot;E1 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076015, 51.517507], [-0.076329, 51.517412], [-0.07628, 51.517348], [-0.07674, 51.517243], [-0.076879, 51.517436], [-0.077067, 51.517396], [-0.077048, 51.517364], [-0.077233, 51.517327], [-0.077346, 51.517489], [-0.077454, 51.51757], [-0.077501, 51.517662], [-0.077134, 51.517904], [-0.0771, 51.517887], [-0.076875, 51.517889], [-0.076827, 51.517729], [-0.07607, 51.517716], [-0.076047, 51.517687], [-0.076076, 51.517669], [-0.076136, 51.517665], [-0.076015, 51.517507]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4280, &quot;postcode&quot;: &quot;E1 7HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079458, 51.518373], [-0.079452, 51.518409], [-0.079191, 51.51842], [-0.078237, 51.518531], [-0.078092, 51.518596], [-0.078011, 51.518594], [-0.077937, 51.518336], [-0.078171, 51.518226], [-0.078253, 51.51823], [-0.078239, 51.518327], [-0.078183, 51.518343], [-0.078164, 51.518375], [-0.078216, 51.518441], [-0.07827, 51.51846], [-0.079193, 51.51837], [-0.079458, 51.518373]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1114, &quot;postcode&quot;: &quot;E1 7HW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079582, 51.518108], [-0.079508, 51.518235], [-0.079239, 51.518203], [-0.079199, 51.518219], [-0.079182, 51.51825], [-0.079114, 51.518262], [-0.079087, 51.518302], [-0.078971, 51.518297], [-0.078966, 51.518257], [-0.0789, 51.518232], [-0.078897, 51.518182], [-0.078848, 51.518154], [-0.078756, 51.518146], [-0.078712, 51.518157], [-0.078688, 51.518183], [-0.078678, 51.518264], [-0.078619, 51.518271], [-0.078621, 51.518167], [-0.078574, 51.518132], [-0.07836, 51.518112], [-0.077837, 51.518105], [-0.077722, 51.517939], [-0.077433, 51.517403], [-0.077491, 51.517409], [-0.07782, 51.517591], [-0.07792, 51.517625], [-0.078138, 51.51765], [-0.078198, 51.517636], [-0.078269, 51.51764], [-0.07826, 51.517727], [-0.078291, 51.517767], [-0.07873, 51.517846], [-0.078715, 51.517944], [-0.078856, 51.518011], [-0.079025, 51.518051], [-0.07952, 51.518116], [-0.079582, 51.518108]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4664, &quot;postcode&quot;: &quot;E1 7HY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079455, 51.516968], [-0.079337, 51.5171], [-0.079008, 51.516984], [-0.078927, 51.516999], [-0.078664, 51.517389], [-0.078546, 51.517366], [-0.078486, 51.517401], [-0.078436, 51.517567], [-0.078468, 51.517589], [-0.078586, 51.517619], [-0.078641, 51.517619], [-0.078664, 51.517636], [-0.078348, 51.517784], [-0.078281, 51.517773], [-0.078195, 51.517659], [-0.077883, 51.517621], [-0.077848, 51.5176], [-0.077801, 51.517596], [-0.077778, 51.517563], [-0.077488, 51.51741], [-0.077371, 51.517396], [-0.077287, 51.517309], [-0.077353, 51.517262], [-0.077406, 51.517348], [-0.077519, 51.517412], [-0.078172, 51.517483], [-0.078226, 51.517475], [-0.07903, 51.516479], [-0.079254, 51.516548], [-0.079152, 51.516691], [-0.079078, 51.51672], [-0.079016, 51.516803], [-0.07902, 51.516839], [-0.079056, 51.51686], [-0.079455, 51.516968]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4085, &quot;postcode&quot;: &quot;E1 7JF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078961, 51.517861], [-0.078929, 51.51803], [-0.07876, 51.517972], [-0.078768, 51.517948], [-0.078961, 51.517861]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 143, &quot;postcode&quot;: &quot;E1 7JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07583, 51.517269], [-0.075888, 51.517344], [-0.075811, 51.517378], [-0.075741, 51.517286], [-0.07583, 51.517269]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 66, &quot;postcode&quot;: &quot;E1 7LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076764, 51.516769], [-0.076684, 51.516754], [-0.076247, 51.516877], [-0.076281, 51.516751], [-0.07618, 51.516588], [-0.076363, 51.516516], [-0.076517, 51.516657], [-0.076569, 51.516666], [-0.076645, 51.516647], [-0.076764, 51.516769]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 748, &quot;postcode&quot;: &quot;E1 7LB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076807, 51.517227], [-0.076506, 51.517297], [-0.076498, 51.51725], [-0.076408, 51.517215], [-0.076196, 51.517258], [-0.076197, 51.517091], [-0.076169, 51.517033], [-0.07622, 51.516999], [-0.076223, 51.516966], [-0.076162, 51.51689], [-0.076104, 51.516871], [-0.076052, 51.516873], [-0.075931, 51.516686], [-0.07593, 51.516651], [-0.075894, 51.516629], [-0.07582, 51.516512], [-0.075946, 51.516473], [-0.075962, 51.516519], [-0.07592, 51.516543], [-0.075912, 51.516573], [-0.075948, 51.516623], [-0.075996, 51.516638], [-0.076314, 51.516525], [-0.076322, 51.516533], [-0.076222, 51.516572], [-0.0762, 51.516599], [-0.076222, 51.51667], [-0.076292, 51.516745], [-0.076276, 51.516822], [-0.076316, 51.516845], [-0.076373, 51.516843], [-0.076494, 51.517007], [-0.07658, 51.517015], [-0.076532, 51.517059], [-0.07658, 51.51713], [-0.076638, 51.517145], [-0.076715, 51.51713], [-0.076795, 51.517195], [-0.076807, 51.517227]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1805, &quot;postcode&quot;: &quot;E1 7LE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077067, 51.517396], [-0.076879, 51.517436], [-0.07674, 51.517243], [-0.077101, 51.517157], [-0.077141, 51.517167], [-0.077235, 51.517326], [-0.077048, 51.517364], [-0.077067, 51.517396]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 622, &quot;postcode&quot;: &quot;E1 7LF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077007, 51.517103], [-0.076944, 51.517138], [-0.076872, 51.517098], [-0.076973, 51.517071], [-0.077007, 51.517103]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;E1 7LG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077794, 51.518043], [-0.077272, 51.518287], [-0.077215, 51.518261], [-0.077149, 51.518278], [-0.077023, 51.518231], [-0.077097, 51.518176], [-0.077081, 51.518031], [-0.077307, 51.517996], [-0.077374, 51.518047], [-0.077434, 51.518057], [-0.077673, 51.518031], [-0.077707, 51.518009], [-0.077711, 51.517978], [-0.077743, 51.517969], [-0.077794, 51.518043]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 917, &quot;postcode&quot;: &quot;E1 7LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075741, 51.517286], [-0.07553, 51.517011], [-0.07587, 51.516923], [-0.075905, 51.516975], [-0.075987, 51.516951], [-0.07601, 51.516958], [-0.076072, 51.51706], [-0.076169, 51.517051], [-0.0762, 51.517088], [-0.076189, 51.517247], [-0.076179, 51.517234], [-0.075861, 51.517308], [-0.07583, 51.517269], [-0.075741, 51.517286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1260, &quot;postcode&quot;: &quot;E1 7LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079244, 51.518415], [-0.079151, 51.51844], [-0.079149, 51.518506], [-0.078883, 51.518532], [-0.078856, 51.518562], [-0.078867, 51.518618], [-0.078843, 51.518583], [-0.078791, 51.518571], [-0.078323, 51.518626], [-0.078285, 51.518668], [-0.078219, 51.518668], [-0.078179, 51.518685], [-0.078162, 51.518777], [-0.078067, 51.5188], [-0.078009, 51.518594], [-0.078105, 51.51859], [-0.078153, 51.518552], [-0.078208, 51.518534], [-0.078513, 51.5185], [-0.078551, 51.518521], [-0.078598, 51.518524], [-0.078709, 51.518476], [-0.079244, 51.518415]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 925, &quot;postcode&quot;: &quot;E1 7LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076521, 51.517258], [-0.076506, 51.517297], [-0.076322, 51.517347], [-0.076308, 51.517376], [-0.076329, 51.517412], [-0.076052, 51.517501], [-0.076041, 51.517539], [-0.076116, 51.517639], [-0.076047, 51.517687], [-0.075811, 51.517378], [-0.075862, 51.517349], [-0.075861, 51.517308], [-0.076179, 51.517234], [-0.076241, 51.517247], [-0.076402, 51.51721], [-0.076521, 51.517258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1032, &quot;postcode&quot;: &quot;E1 7LQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079195, 51.51837], [-0.078855, 51.518405], [-0.078818, 51.51843], [-0.078819, 51.518463], [-0.078647, 51.518506], [-0.07858, 51.518546], [-0.078466, 51.518449], [-0.078236, 51.518464], [-0.078126, 51.518344], [-0.078369, 51.518312], [-0.078415, 51.518275], [-0.078646, 51.518265], [-0.07868, 51.518238], [-0.078695, 51.518139], [-0.07891, 51.51816], [-0.078913, 51.518209], [-0.078983, 51.518237], [-0.078997, 51.518276], [-0.079038, 51.518292], [-0.079094, 51.518285], [-0.079167, 51.518297], [-0.079195, 51.51837]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1476, &quot;postcode&quot;: &quot;E1 7LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077723, 51.518278], [-0.07742, 51.518421], [-0.077382, 51.518393], [-0.077663, 51.518262], [-0.077723, 51.518278]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 101, &quot;postcode&quot;: &quot;E1 7NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076117, 51.516317], [-0.076053, 51.516353], [-0.076067, 51.516406], [-0.076, 51.516444], [-0.075926, 51.51641], [-0.075846, 51.516428], [-0.075763, 51.51635], [-0.075808, 51.516318], [-0.076038, 51.516243], [-0.076117, 51.516317]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 298, &quot;postcode&quot;: &quot;E1 7PN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075801, 51.516087], [-0.075733, 51.515987], [-0.075692, 51.516], [-0.075672, 51.515969], [-0.075699, 51.515961], [-0.075759, 51.515984], [-0.075799, 51.515973], [-0.075833, 51.516026], [-0.075815, 51.516031], [-0.075832, 51.516068], [-0.075801, 51.516087]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 56, &quot;postcode&quot;: &quot;E1 7QD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075946, 51.516473], [-0.076067, 51.516406], [-0.07612, 51.516406], [-0.076328, 51.516325], [-0.07645, 51.516444], [-0.07632, 51.516477], [-0.076363, 51.516516], [-0.07624, 51.516551], [-0.075931, 51.516686], [-0.075894, 51.516629], [-0.07593, 51.516598], [-0.075902, 51.516553], [-0.075962, 51.516519], [-0.075946, 51.516473]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 699, &quot;postcode&quot;: &quot;E1 7TB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076243, 51.516359], [-0.07612, 51.516406], [-0.076036, 51.516412], [-0.075946, 51.516473], [-0.075819, 51.516512], [-0.075692, 51.516315], [-0.075629, 51.516251], [-0.075661, 51.516241], [-0.075728, 51.516315], [-0.075823, 51.516328], [-0.075794, 51.516373], [-0.075847, 51.51641], [-0.075992, 51.516393], [-0.076084, 51.516321], [-0.076068, 51.516273], [-0.076011, 51.51626], [-0.075955, 51.516276], [-0.075963, 51.516245], [-0.076114, 51.516244], [-0.076158, 51.516231], [-0.076221, 51.516284], [-0.076211, 51.516319], [-0.076243, 51.516359]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 423, &quot;postcode&quot;: &quot;E1 7TF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075692, 51.516], [-0.075652, 51.516012], [-0.075733, 51.515987], [-0.075749, 51.516001], [-0.075812, 51.516111], [-0.075669, 51.516189], [-0.075684, 51.516209], [-0.075609, 51.516231], [-0.075448, 51.516072], [-0.075507, 51.516055], [-0.075448, 51.516072], [-0.07542, 51.516045], [-0.075672, 51.515969], [-0.075692, 51.516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 437, &quot;postcode&quot;: &quot;E1 7TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074482, 51.514212], [-0.074415, 51.514229], [-0.074273, 51.514019], [-0.074218, 51.513995], [-0.074167, 51.514002], [-0.073916, 51.514097], [-0.073886, 51.514137], [-0.073797, 51.514155], [-0.073447, 51.513548], [-0.073522, 51.513517], [-0.073813, 51.513473], [-0.073818, 51.513504], [-0.073859, 51.513527], [-0.074032, 51.513512], [-0.074151, 51.513554], [-0.074254, 51.51357], [-0.074253, 51.513675], [-0.074358, 51.513794], [-0.074308, 51.513835], [-0.074403, 51.514003], [-0.074372, 51.514023], [-0.074366, 51.514054], [-0.074482, 51.514212]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3146, &quot;postcode&quot;: &quot;E1 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075096, 51.51398], [-0.074944, 51.514032], [-0.074908, 51.513989], [-0.074934, 51.513938], [-0.074895, 51.513909], [-0.074786, 51.513921], [-0.074708, 51.513905], [-0.074584, 51.513929], [-0.074552, 51.513953], [-0.074549, 51.513979], [-0.07467, 51.514131], [-0.074541, 51.514173], [-0.074329, 51.513883], [-0.07426, 51.513851], [-0.074256, 51.513819], [-0.074311, 51.5138], [-0.074327, 51.513771], [-0.07425, 51.513673], [-0.074237, 51.513576], [-0.074027, 51.513512], [-0.07378, 51.513547], [-0.073813, 51.513473], [-0.074106, 51.513418], [-0.074133, 51.513318], [-0.074094, 51.513282], [-0.074896, 51.512953], [-0.074947, 51.513072], [-0.074925, 51.513096], [-0.074928, 51.513142], [-0.074878, 51.513155], [-0.074855, 51.513182], [-0.07488, 51.513284], [-0.074874, 51.513364], [-0.074997, 51.513724], [-0.074991, 51.513759], [-0.075024, 51.513806], [-0.074993, 51.513854], [-0.075096, 51.51398]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5244, &quot;postcode&quot;: &quot;E1 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.072927, 51.511303], [-0.072929, 51.511327], [-0.073156, 51.511321], [-0.073088, 51.511362], [-0.073038, 51.511365], [-0.073113, 51.511777], [-0.073342, 51.511759], [-0.073357, 51.511822], [-0.07319, 51.511837], [-0.073251, 51.512181], [-0.073452, 51.512161], [-0.073373, 51.5122], [-0.07313, 51.512219], [-0.072902, 51.511313], [-0.072927, 51.511303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 981, &quot;postcode&quot;: &quot;E1 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.073326, 51.512586], [-0.073191, 51.512571], [-0.07313, 51.51222], [-0.073264, 51.512211], [-0.073326, 51.512586]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 391, &quot;postcode&quot;: &quot;E1 8AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075109, 51.511191], [-0.075036, 51.511182], [-0.074763, 51.511237], [-0.074638, 51.511207], [-0.074592, 51.511227], [-0.074575, 51.511265], [-0.074386, 51.511274], [-0.074228, 51.511319], [-0.073993, 51.511326], [-0.073927, 51.511302], [-0.072929, 51.511327], [-0.072912, 51.510996], [-0.073045, 51.510986], [-0.073073, 51.510962], [-0.073076, 51.510923], [-0.07325, 51.51091], [-0.073524, 51.510706], [-0.073827, 51.510903], [-0.073988, 51.510905], [-0.074029, 51.51087], [-0.074042, 51.510584], [-0.074171, 51.510587], [-0.074258, 51.510645], [-0.074334, 51.510782], [-0.074366, 51.510804], [-0.074632, 51.51084], [-0.074896, 51.510943], [-0.074951, 51.510935], [-0.075015, 51.510887], [-0.075109, 51.511191]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7475, &quot;postcode&quot;: &quot;E1 8AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.073951, 51.514229], [-0.074003, 51.514262], [-0.074042, 51.514247], [-0.074092, 51.514308], [-0.074165, 51.514283], [-0.07418, 51.514316], [-0.074122, 51.514335], [-0.074213, 51.514566], [-0.074311, 51.514528], [-0.074278, 51.514626], [-0.074219, 51.514583], [-0.074203, 51.514602], [-0.074266, 51.514648], [-0.074256, 51.514666], [-0.073969, 51.514453], [-0.073797, 51.514155], [-0.073886, 51.514137], [-0.073951, 51.514229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 633, &quot;postcode&quot;: &quot;E1 8AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.072983, 51.511094], [-0.072921, 51.511127], [-0.072927, 51.511303], [-0.072902, 51.511313], [-0.072764, 51.510803], [-0.07274, 51.510183], [-0.072772, 51.510212], [-0.072973, 51.510993], [-0.072936, 51.511042], [-0.072983, 51.511094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 885, &quot;postcode&quot;: &quot;E1 8BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074659, 51.512433], [-0.074573, 51.512447], [-0.074539, 51.512468], [-0.074554, 51.512584], [-0.074276, 51.512617], [-0.074244, 51.512645], [-0.074252, 51.512695], [-0.073327, 51.512587], [-0.073264, 51.51221], [-0.073372, 51.512199], [-0.07345, 51.512168], [-0.073532, 51.512184], [-0.073835, 51.512161], [-0.073871, 51.512141], [-0.073892, 51.512092], [-0.073994, 51.512076], [-0.074026, 51.512038], [-0.07409, 51.512067], [-0.074277, 51.512052], [-0.074307, 51.512095], [-0.074353, 51.512112], [-0.074557, 51.512094], [-0.074615, 51.512195], [-0.074659, 51.512433]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5049, &quot;postcode&quot;: &quot;E1 8BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.073993, 51.511326], [-0.074417, 51.511313], [-0.074423, 51.51135], [-0.074369, 51.511352], [-0.074408, 51.511635], [-0.073656, 51.511706], [-0.073654, 51.511724], [-0.073565, 51.51173], [-0.073572, 51.511765], [-0.073362, 51.511757], [-0.073383, 51.511748], [-0.073113, 51.511777], [-0.073038, 51.511365], [-0.073088, 51.511362], [-0.073137, 51.511328], [-0.073214, 51.511312], [-0.07399, 51.511301], [-0.073993, 51.511326]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4026, &quot;postcode&quot;: &quot;E1 8BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075207, 51.511567], [-0.074955, 51.511588], [-0.074903, 51.51162], [-0.074866, 51.511596], [-0.074844, 51.51149], [-0.074979, 51.511478], [-0.075042, 51.511499], [-0.075189, 51.511487], [-0.075207, 51.511567]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 252, &quot;postcode&quot;: &quot;E1 8BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075231, 51.511592], [-0.075238, 51.511701], [-0.07521, 51.511669], [-0.075156, 51.51166], [-0.07396, 51.511761], [-0.073923, 51.511787], [-0.073921, 51.511826], [-0.073944, 51.511882], [-0.074, 51.511902], [-0.074033, 51.512074], [-0.073906, 51.512096], [-0.073867, 51.51216], [-0.073521, 51.512185], [-0.073424, 51.512165], [-0.073251, 51.512181], [-0.07319, 51.511837], [-0.073318, 51.51182], [-0.073345, 51.511794], [-0.073343, 51.511759], [-0.073506, 51.511762], [-0.073567, 51.51173], [-0.074414, 51.511672], [-0.075231, 51.511592]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2985, &quot;postcode&quot;: &quot;E1 8RB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098718, 51.515914], [-0.098657, 51.516418], [-0.098671, 51.516672], [-0.097858, 51.5166], [-0.097959, 51.516473], [-0.098492, 51.516205], [-0.098558, 51.516138], [-0.098685, 51.51592], [-0.098718, 51.515914]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2114, &quot;postcode&quot;: &quot;EC1A 1HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097688, 51.520681], [-0.097638, 51.52071], [-0.097556, 51.520916], [-0.097541, 51.520901], [-0.097578, 51.520717], [-0.097688, 51.520681]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 61, &quot;postcode&quot;: &quot;EC1A 4AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097921, 51.516051], [-0.098118, 51.516076], [-0.097959, 51.516473], [-0.097858, 51.5166], [-0.098274, 51.516637], [-0.098053, 51.516784], [-0.097874, 51.516791], [-0.09789, 51.516875], [-0.097419, 51.51681], [-0.097439, 51.516663], [-0.097406, 51.516622], [-0.097379, 51.516624], [-0.097365, 51.516654], [-0.097384, 51.516781], [-0.097032, 51.516812], [-0.097038, 51.516795], [-0.097003, 51.516791], [-0.09703, 51.516707], [-0.097001, 51.516703], [-0.097006, 51.516678], [-0.097038, 51.516682], [-0.097224, 51.516135], [-0.09727, 51.516124], [-0.097588, 51.516144], [-0.097614, 51.51612], [-0.097921, 51.516051]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5063, &quot;postcode&quot;: &quot;EC1A 4AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097983, 51.515537], [-0.09792, 51.516054], [-0.097614, 51.51612], [-0.097389, 51.516052], [-0.097273, 51.516069], [-0.097081, 51.516302], [-0.097057, 51.516424], [-0.096996, 51.51643], [-0.096959, 51.516469], [-0.096835, 51.516446], [-0.096815, 51.516394], [-0.096483, 51.516258], [-0.096511, 51.51623], [-0.096736, 51.516317], [-0.096816, 51.516324], [-0.096925, 51.516305], [-0.096978, 51.516264], [-0.097063, 51.515775], [-0.096997, 51.51568], [-0.097009, 51.515629], [-0.097062, 51.515623], [-0.097095, 51.515594], [-0.097116, 51.515469], [-0.097053, 51.515431], [-0.097093, 51.51526], [-0.097151, 51.51524], [-0.097167, 51.515194], [-0.097148, 51.515162], [-0.0971, 51.515148], [-0.097076, 51.515084], [-0.097192, 51.515142], [-0.097215, 51.515187], [-0.097314, 51.515203], [-0.097983, 51.515537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5957, &quot;postcode&quot;: &quot;EC1A 4EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097439, 51.516663], [-0.097419, 51.51681], [-0.0973, 51.516893], [-0.097093, 51.516879], [-0.096973, 51.516839], [-0.097039, 51.516519], [-0.096995, 51.516476], [-0.096886, 51.516456], [-0.096832, 51.516467], [-0.096761, 51.516598], [-0.096367, 51.516621], [-0.096395, 51.516579], [-0.09645, 51.516555], [-0.096468, 51.516473], [-0.096504, 51.516455], [-0.09657, 51.516367], [-0.09682, 51.516444], [-0.096916, 51.516459], [-0.096963, 51.516448], [-0.096997, 51.516409], [-0.097044, 51.516397], [-0.097066, 51.516372], [-0.09713, 51.516403], [-0.097015, 51.516752], [-0.097028, 51.516788], [-0.09709, 51.516808], [-0.097332, 51.516788], [-0.097378, 51.516754], [-0.097379, 51.516624], [-0.097406, 51.516622], [-0.097439, 51.516663]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1061, &quot;postcode&quot;: &quot;EC1A 4ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09702, 51.517064], [-0.096981, 51.517108], [-0.096984, 51.517429], [-0.096914, 51.517399], [-0.096812, 51.517432], [-0.096753, 51.51743], [-0.096745, 51.517145], [-0.096786, 51.5169], [-0.096761, 51.516598], [-0.096816, 51.516472], [-0.09681, 51.516441], [-0.097046, 51.516486], [-0.096942, 51.516927], [-0.096951, 51.51703], [-0.09702, 51.517064]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1629, &quot;postcode&quot;: &quot;EC1A 4HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096786, 51.5169], [-0.096745, 51.517145], [-0.096125, 51.517061], [-0.096204, 51.516903], [-0.096472, 51.516888], [-0.096786, 51.5169]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 998, &quot;postcode&quot;: &quot;EC1A 4HJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097702, 51.518966], [-0.097318, 51.519001], [-0.097282, 51.519032], [-0.097285, 51.519121], [-0.097281, 51.519045], [-0.09726, 51.519018], [-0.097216, 51.519006], [-0.097103, 51.519013], [-0.097129, 51.518587], [-0.097205, 51.518557], [-0.097195, 51.518465], [-0.097161, 51.518432], [-0.097104, 51.518427], [-0.097084, 51.518242], [-0.097035, 51.518226], [-0.096882, 51.518235], [-0.096845, 51.518119], [-0.0968, 51.518105], [-0.096679, 51.51811], [-0.096839, 51.518091], [-0.09686, 51.518063], [-0.096849, 51.517998], [-0.097036, 51.518004], [-0.097056, 51.518076], [-0.097155, 51.518111], [-0.097351, 51.518097], [-0.097358, 51.5182], [-0.097174, 51.518216], [-0.097129, 51.518243], [-0.097143, 51.51836], [-0.097187, 51.518391], [-0.097456, 51.51836], [-0.097487, 51.518329], [-0.097552, 51.51831], [-0.097567, 51.518276], [-0.097623, 51.518258], [-0.097634, 51.518202], [-0.097702, 51.518966]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3322, &quot;postcode&quot;: &quot;EC1A 4HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097494, 51.518359], [-0.097152, 51.518403], [-0.097133, 51.518319], [-0.09715, 51.518317], [-0.097132, 51.518219], [-0.097145, 51.51829], [-0.097083, 51.5183], [-0.097135, 51.51862], [-0.096657, 51.518556], [-0.096609, 51.518402], [-0.096621, 51.518391], [-0.096645, 51.51839], [-0.096649, 51.51842], [-0.096918, 51.518409], [-0.096882, 51.518235], [-0.097071, 51.518223], [-0.097063, 51.518172], [-0.097135, 51.518181], [-0.097145, 51.518217], [-0.097358, 51.5182], [-0.097348, 51.518163], [-0.097369, 51.518161], [-0.097344, 51.518072], [-0.097512, 51.518074], [-0.097579, 51.518319], [-0.097487, 51.518329], [-0.097494, 51.518359]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1691, &quot;postcode&quot;: &quot;EC1A 4HU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098575, 51.519733], [-0.09857, 51.519807], [-0.098523, 51.519848], [-0.098228, 51.51993], [-0.098162, 51.519944], [-0.098091, 51.519936], [-0.097915, 51.519999], [-0.097493, 51.520083], [-0.097404, 51.519827], [-0.097297, 51.519372], [-0.09728, 51.519001], [-0.097702, 51.518966], [-0.097764, 51.519665], [-0.097867, 51.519891], [-0.097937, 51.519901], [-0.098575, 51.519733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3986, &quot;postcode&quot;: &quot;EC1A 4HY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098555, 51.520044], [-0.098538, 51.520313], [-0.097978, 51.520317], [-0.097861, 51.520393], [-0.097895, 51.52048], [-0.097709, 51.520489], [-0.097663, 51.520514], [-0.097684, 51.520612], [-0.097737, 51.52063], [-0.097831, 51.520618], [-0.097841, 51.520655], [-0.09767, 51.520686], [-0.097574, 51.520742], [-0.097522, 51.521001], [-0.097292, 51.521583], [-0.097385, 51.521218], [-0.09747, 51.520572], [-0.09735, 51.520252], [-0.097316, 51.520226], [-0.097249, 51.52022], [-0.096872, 51.520283], [-0.096514, 51.520255], [-0.09651, 51.520241], [-0.096688, 51.520055], [-0.097175, 51.520081], [-0.097257, 51.520061], [-0.097286, 51.520036], [-0.097232, 51.519838], [-0.097142, 51.519628], [-0.097116, 51.519519], [-0.097139, 51.519491], [-0.097128, 51.519437], [-0.097091, 51.519405], [-0.097076, 51.519338], [-0.097103, 51.519013], [-0.097279, 51.519001], [-0.097298, 51.519373], [-0.097404, 51.519827], [-0.097492, 51.520055], [-0.097554, 51.520071], [-0.097766, 51.520032], [-0.097829, 51.520052], [-0.09804, 51.520032], [-0.098065, 51.520059], [-0.09811, 51.52007], [-0.098555, 51.520044]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6641, &quot;postcode&quot;: &quot;EC1A 4JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096905, 51.520931], [-0.096828, 51.520801], [-0.096905, 51.520931], [-0.096905, 51.520931]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1A 4JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096759, 51.520275], [-0.096797, 51.520278], [-0.096872, 51.520283], [-0.096802, 51.520296], [-0.096759, 51.520275]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC1A 4JP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097677, 51.52062], [-0.097678, 51.520626], [-0.097647, 51.520497], [-0.097677, 51.52062]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1A 4JQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096959, 51.518596], [-0.097135, 51.518621], [-0.097076, 51.519336], [-0.096959, 51.518596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 461, &quot;postcode&quot;: &quot;EC1A 4LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101162, 51.516216], [-0.10117, 51.516218], [-0.101162, 51.516216], [-0.101162, 51.516216]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1A 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101597, 51.516198], [-0.101583, 51.516246], [-0.099934, 51.516715], [-0.099912, 51.516676], [-0.099861, 51.51666], [-0.098855, 51.516688], [-0.098671, 51.516672], [-0.098657, 51.51642], [-0.098718, 51.515973], [-0.099273, 51.516008], [-0.099343, 51.515984], [-0.099882, 51.516005], [-0.099937, 51.515968], [-0.099902, 51.515849], [-0.099926, 51.51578], [-0.099989, 51.515754], [-0.100062, 51.515745], [-0.100298, 51.515806], [-0.10033, 51.515834], [-0.10045, 51.515867], [-0.100489, 51.515906], [-0.101597, 51.516198]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13188, &quot;postcode&quot;: &quot;EC1A 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100524, 51.51591], [-0.100458, 51.515898], [-0.100404, 51.515854], [-0.100422, 51.515838], [-0.100462, 51.515849], [-0.100471, 51.515888], [-0.100524, 51.51591]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC1A 7AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099989, 51.515754], [-0.099972, 51.515781], [-0.099921, 51.515804], [-0.099906, 51.515839], [-0.099951, 51.51601], [-0.099402, 51.515986], [-0.099338, 51.516011], [-0.098727, 51.515973], [-0.098696, 51.515926], [-0.098572, 51.515867], [-0.0987, 51.515689], [-0.098744, 51.515591], [-0.098773, 51.515587], [-0.098748, 51.515684], [-0.098797, 51.515714], [-0.098999, 51.51572], [-0.099035, 51.515699], [-0.099055, 51.515648], [-0.099063, 51.515684], [-0.099111, 51.515705], [-0.099413, 51.515723], [-0.099469, 51.515708], [-0.099485, 51.515666], [-0.099426, 51.515616], [-0.099177, 51.515544], [-0.099248, 51.515558], [-0.0993, 51.51554], [-0.099428, 51.515576], [-0.099527, 51.51564], [-0.099989, 51.515754]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3000, &quot;postcode&quot;: &quot;EC1A 7BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098917, 51.518276], [-0.098853, 51.518255], [-0.098798, 51.518259], [-0.098573, 51.518381], [-0.098514, 51.518399], [-0.098399, 51.518481], [-0.098334, 51.518468], [-0.098131, 51.518322], [-0.098217, 51.518273], [-0.098259, 51.51821], [-0.098231, 51.518137], [-0.098311, 51.518093], [-0.098327, 51.518064], [-0.098454, 51.517998], [-0.098465, 51.517956], [-0.098511, 51.51793], [-0.098592, 51.517932], [-0.098879, 51.518064], [-0.098917, 51.518276]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1881, &quot;postcode&quot;: &quot;EC1A 7BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099367, 51.518538], [-0.099155, 51.518723], [-0.099087, 51.51872], [-0.098889, 51.518807], [-0.098729, 51.518833], [-0.098694, 51.518862], [-0.098704, 51.518904], [-0.098642, 51.519005], [-0.098567, 51.518975], [-0.098474, 51.518976], [-0.098203, 51.518791], [-0.09847, 51.518615], [-0.098472, 51.518561], [-0.098376, 51.518495], [-0.098488, 51.518429], [-0.098551, 51.518417], [-0.098573, 51.518381], [-0.098846, 51.518231], [-0.098917, 51.51829], [-0.098621, 51.51837], [-0.098595, 51.518405], [-0.098617, 51.518437], [-0.099367, 51.518538]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2709, &quot;postcode&quot;: &quot;EC1A 7BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099749, 51.516768], [-0.099669, 51.51745], [-0.099215, 51.517725], [-0.099162, 51.517656], [-0.098907, 51.517488], [-0.0988, 51.517381], [-0.098752, 51.517224], [-0.098686, 51.516674], [-0.099749, 51.516768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6293, &quot;postcode&quot;: &quot;EC1A 7BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098506, 51.51858], [-0.098488, 51.518608], [-0.098203, 51.518791], [-0.098146, 51.518745], [-0.098169, 51.518598], [-0.09825, 51.518574], [-0.098305, 51.518487], [-0.098334, 51.518468], [-0.098399, 51.518481], [-0.098408, 51.518516], [-0.098506, 51.51858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 447, &quot;postcode&quot;: &quot;EC1A 7BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09919, 51.518704], [-0.09907, 51.518806], [-0.098983, 51.518756], [-0.099121, 51.5187], [-0.09919, 51.518704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 68, &quot;postcode&quot;: &quot;EC1A 7BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099397, 51.518102], [-0.099275, 51.518067], [-0.099253, 51.518046], [-0.099336, 51.517967], [-0.099401, 51.518007], [-0.099486, 51.518005], [-0.099404, 51.518074], [-0.099397, 51.518102]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 117, &quot;postcode&quot;: &quot;EC1A 7BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098949, 51.517945], [-0.098879, 51.518064], [-0.09881, 51.51804], [-0.098748, 51.518054], [-0.098717, 51.51799], [-0.09856, 51.517931], [-0.098511, 51.517947], [-0.098494, 51.517977], [-0.098347, 51.518074], [-0.09833, 51.518016], [-0.098166, 51.517894], [-0.098187, 51.517853], [-0.098081, 51.517634], [-0.098184, 51.517593], [-0.098295, 51.51753], [-0.098315, 51.517504], [-0.098522, 51.517403], [-0.098609, 51.517422], [-0.098627, 51.517472], [-0.098853, 51.517631], [-0.098942, 51.517667], [-0.098917, 51.517764], [-0.098931, 51.517793], [-0.098904, 51.517847], [-0.098914, 51.517908], [-0.098949, 51.517945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2834, &quot;postcode&quot;: &quot;EC1A 7BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099336, 51.517967], [-0.098917, 51.518206], [-0.098881, 51.518149], [-0.098879, 51.518064], [-0.098973, 51.517981], [-0.098899, 51.517896], [-0.098942, 51.517667], [-0.099009, 51.517722], [-0.099077, 51.517734], [-0.099084, 51.517784], [-0.099336, 51.517967]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 909, &quot;postcode&quot;: &quot;EC1A 7BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098686, 51.516674], [-0.098703, 51.516933], [-0.098677, 51.516753], [-0.098475, 51.516769], [-0.098494, 51.516883], [-0.098466, 51.516919], [-0.097913, 51.517003], [-0.097874, 51.516791], [-0.098053, 51.516784], [-0.098274, 51.516637], [-0.098686, 51.516674]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1323, &quot;postcode&quot;: &quot;EC1A 7BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098326, 51.515366], [-0.098599, 51.515426], [-0.098601, 51.515447], [-0.098326, 51.515366]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC1A 7BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097541, 51.51521], [-0.097643, 51.515193], [-0.097753, 51.515202], [-0.098633, 51.515457], [-0.098691, 51.515488], [-0.09873, 51.515539], [-0.098729, 51.515639], [-0.098572, 51.515867], [-0.098685, 51.51592], [-0.098556, 51.516141], [-0.09849, 51.516207], [-0.097959, 51.516473], [-0.098118, 51.516076], [-0.097921, 51.516051], [-0.097983, 51.515537], [-0.097438, 51.515265], [-0.097541, 51.51521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5519, &quot;postcode&quot;: &quot;EC1A 7BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098639, 51.51748], [-0.098558, 51.517426], [-0.098496, 51.517422], [-0.09815, 51.517612], [-0.098083, 51.517633], [-0.09805, 51.517579], [-0.097986, 51.517565], [-0.097598, 51.517677], [-0.097087, 51.517971], [-0.097039, 51.517795], [-0.096979, 51.517397], [-0.09697, 51.517126], [-0.097005, 51.517059], [-0.097243, 51.517064], [-0.097288, 51.517052], [-0.097311, 51.51702], [-0.0973, 51.516893], [-0.097419, 51.51681], [-0.09789, 51.516875], [-0.09791, 51.516966], [-0.097964, 51.516992], [-0.098435, 51.516926], [-0.098447, 51.517004], [-0.098534, 51.517085], [-0.098571, 51.517153], [-0.098595, 51.517405], [-0.098639, 51.51748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8775, &quot;postcode&quot;: &quot;EC1A 7BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099213, 51.517732], [-0.099169, 51.517759], [-0.098931, 51.517793], [-0.098969, 51.517711], [-0.098961, 51.51768], [-0.098876, 51.517648], [-0.098641, 51.517481], [-0.098595, 51.517418], [-0.098522, 51.517403], [-0.098584, 51.517371], [-0.098585, 51.517283], [-0.098568, 51.517148], [-0.098498, 51.517044], [-0.098445, 51.517021], [-0.098435, 51.516926], [-0.098492, 51.516887], [-0.098475, 51.516769], [-0.098677, 51.516753], [-0.098756, 51.517249], [-0.098813, 51.517432], [-0.098855, 51.517477], [-0.098933, 51.517507], [-0.099071, 51.517601], [-0.099213, 51.517732]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1707, &quot;postcode&quot;: &quot;EC1A 7DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098334, 51.518468], [-0.098253, 51.518574], [-0.098186, 51.518601], [-0.098164, 51.518629], [-0.098152, 51.518737], [-0.098252, 51.518847], [-0.098184, 51.518866], [-0.097974, 51.519005], [-0.097927, 51.519004], [-0.097914, 51.518973], [-0.097874, 51.518956], [-0.097702, 51.518966], [-0.097588, 51.51768], [-0.098043, 51.517546], [-0.098195, 51.517912], [-0.098341, 51.518024], [-0.098336, 51.51808], [-0.098248, 51.518142], [-0.098292, 51.518199], [-0.098258, 51.518222], [-0.098254, 51.518253], [-0.098162, 51.518323], [-0.098182, 51.518356], [-0.098283, 51.518405], [-0.098334, 51.518468]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5941, &quot;postcode&quot;: &quot;EC1A 7ES&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098348, 51.518888], [-0.098328, 51.518928], [-0.098257, 51.518881], [-0.098402, 51.518977], [-0.098325, 51.519009], [-0.098347, 51.519028], [-0.09816, 51.519113], [-0.098155, 51.519133], [-0.098141, 51.519119], [-0.098033, 51.519156], [-0.098049, 51.51917], [-0.098033, 51.519156], [-0.098006, 51.51912], [-0.097838, 51.519167], [-0.097747, 51.519045], [-0.097771, 51.519023], [-0.097947, 51.518992], [-0.098162, 51.518889], [-0.098149, 51.518879], [-0.098176, 51.518864], [-0.098252, 51.518847], [-0.098348, 51.518888]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 820, &quot;postcode&quot;: &quot;EC1A 7HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098469, 51.519029], [-0.098391, 51.519065], [-0.098376, 51.519109], [-0.098327, 51.519136], [-0.098342, 51.51919], [-0.098151, 51.519265], [-0.098033, 51.519156], [-0.098313, 51.519042], [-0.098363, 51.518974], [-0.098328, 51.518928], [-0.098348, 51.518888], [-0.098423, 51.51894], [-0.098425, 51.518988], [-0.098469, 51.519029]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 400, &quot;postcode&quot;: &quot;EC1A 7HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098758, 51.518813], [-0.098776, 51.5188], [-0.098815, 51.518824], [-0.098855, 51.518801], [-0.098824, 51.518777], [-0.098843, 51.518768], [-0.098889, 51.518807], [-0.098983, 51.518756], [-0.09907, 51.518806], [-0.098996, 51.51887], [-0.098774, 51.518835], [-0.098758, 51.518813]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 139, &quot;postcode&quot;: &quot;EC1A 7HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098642, 51.519005], [-0.098482, 51.51904], [-0.098421, 51.518991], [-0.098423, 51.51894], [-0.098481, 51.518969], [-0.098544, 51.518961], [-0.098642, 51.519005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 83, &quot;postcode&quot;: &quot;EC1A 7HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098736, 51.51906], [-0.098617, 51.519134], [-0.098555, 51.519099], [-0.09867, 51.519031], [-0.098736, 51.51906]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 63, &quot;postcode&quot;: &quot;EC1A 7HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098151, 51.519265], [-0.098571, 51.519102], [-0.098617, 51.519134], [-0.097763, 51.519665], [-0.097702, 51.518966], [-0.098047, 51.518938], [-0.097947, 51.518992], [-0.097743, 51.519027], [-0.097747, 51.519045], [-0.097838, 51.519167], [-0.098006, 51.51912], [-0.098151, 51.519265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1778, &quot;postcode&quot;: &quot;EC1A 7HU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098995, 51.51887], [-0.098873, 51.518974], [-0.098736, 51.519059], [-0.098693, 51.519045], [-0.098645, 51.519049], [-0.098562, 51.519105], [-0.098342, 51.51919], [-0.098289, 51.519146], [-0.098341, 51.519122], [-0.098352, 51.519078], [-0.098395, 51.519059], [-0.098469, 51.51903], [-0.098516, 51.519032], [-0.098639, 51.519001], [-0.098774, 51.518835], [-0.098995, 51.51887]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 545, &quot;postcode&quot;: &quot;EC1A 7JN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098162, 51.519944], [-0.098523, 51.519848], [-0.098508, 51.519826], [-0.09857, 51.519807], [-0.098575, 51.519733], [-0.098555, 51.520058], [-0.098555, 51.520044], [-0.098048, 51.520073], [-0.098041, 51.520032], [-0.097872, 51.520041], [-0.097875, 51.520064], [-0.097757, 51.52007], [-0.097773, 51.52003], [-0.097916, 51.519999], [-0.097925, 51.519985], [-0.098148, 51.519919], [-0.098162, 51.519944]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 759, &quot;postcode&quot;: &quot;EC1A 9HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097719, 51.520635], [-0.097678, 51.520624], [-0.097646, 51.520496], [-0.097895, 51.52048], [-0.097885, 51.520459], [-0.097936, 51.520454], [-0.097959, 51.52051], [-0.098091, 51.52049], [-0.09812, 51.520575], [-0.098073, 51.520592], [-0.09813, 51.520584], [-0.098166, 51.5206], [-0.097841, 51.520655], [-0.097831, 51.520618], [-0.097719, 51.520635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 497, &quot;postcode&quot;: &quot;EC1M 6AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098139, 51.520314], [-0.097931, 51.520324], [-0.09793, 51.520314], [-0.097932, 51.520314], [-0.098139, 51.520314]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC1M 6EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09812, 51.520575], [-0.098091, 51.52049], [-0.097959, 51.52051], [-0.097936, 51.520454], [-0.097885, 51.520459], [-0.09787, 51.520428], [-0.09784, 51.520428], [-0.097828, 51.520374], [-0.097934, 51.520354], [-0.097931, 51.520324], [-0.098368, 51.520313], [-0.098406, 51.520383], [-0.098381, 51.520337], [-0.098411, 51.520313], [-0.098538, 51.520313], [-0.098524, 51.520538], [-0.098166, 51.5206], [-0.09812, 51.520575]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1139, &quot;postcode&quot;: &quot;EC1M 6EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088701, 51.520949], [-0.088676, 51.521423], [-0.08772, 51.521202], [-0.087794, 51.520857], [-0.088701, 51.520949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3023, &quot;postcode&quot;: &quot;EC1V 2PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095375, 51.521342], [-0.095381, 51.521391], [-0.094619, 51.521442], [-0.094703, 51.521399], [-0.095273, 51.521356], [-0.095297, 51.521333], [-0.095284, 51.521302], [-0.095375, 51.521342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 246, &quot;postcode&quot;: &quot;EC1Y 0AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095295, 51.521334], [-0.095272, 51.521356], [-0.094717, 51.521398], [-0.094619, 51.521442], [-0.0944, 51.521457], [-0.094351, 51.521378], [-0.09446, 51.521203], [-0.094449, 51.521106], [-0.094587, 51.52111], [-0.094629, 51.521094], [-0.094643, 51.521061], [-0.094819, 51.521061], [-0.09504, 51.521021], [-0.095094, 51.521047], [-0.095182, 51.521039], [-0.095295, 51.521334]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2156, &quot;postcode&quot;: &quot;EC1Y 0RR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087037, 51.522462], [-0.086851, 51.52248], [-0.086837, 51.522511], [-0.086684, 51.522496], [-0.086675, 51.522518], [-0.086609, 51.522524], [-0.086696, 51.522314], [-0.086762, 51.522293], [-0.086778, 51.522258], [-0.086841, 51.522233], [-0.08692, 51.522238], [-0.087007, 51.522275], [-0.087029, 51.52243], [-0.087054, 51.522446], [-0.087037, 51.522462]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 643, &quot;postcode&quot;: &quot;EC1Y 1AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08717, 51.521893], [-0.087168, 51.522641], [-0.087105, 51.522637], [-0.087046, 51.5226], [-0.087054, 51.522634], [-0.086636, 51.522609], [-0.086684, 51.522496], [-0.086837, 51.522511], [-0.086851, 51.52248], [-0.087037, 51.522462], [-0.087054, 51.522446], [-0.087029, 51.52243], [-0.087007, 51.522275], [-0.086901, 51.522235], [-0.086933, 51.521965], [-0.086942, 51.521949], [-0.08717, 51.521893]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1438, &quot;postcode&quot;: &quot;EC1Y 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086743, 51.522615], [-0.086578, 51.522605], [-0.086576, 51.522605], [-0.086609, 51.522524], [-0.086675, 51.522518], [-0.086661, 51.522587], [-0.086694, 51.522609], [-0.086743, 51.522615]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 49, &quot;postcode&quot;: &quot;EC1Y 2AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088806, 51.52028], [-0.088851, 51.520284], [-0.088789, 51.520538], [-0.08883, 51.520542], [-0.088824, 51.520567], [-0.089673, 51.520643], [-0.089812, 51.520305], [-0.08983, 51.520306], [-0.089801, 51.520389], [-0.089897, 51.520405], [-0.089797, 51.520646], [-0.089896, 51.520661], [-0.089812, 51.520704], [-0.089695, 51.520687], [-0.089784, 51.5207], [-0.089381, 51.520739], [-0.089108, 51.520677], [-0.088823, 51.520697], [-0.088668, 51.520527], [-0.088806, 51.52028]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1263, &quot;postcode&quot;: &quot;EC1Y 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089896, 51.520661], [-0.090177, 51.520706], [-0.090176, 51.52072], [-0.090592, 51.520802], [-0.090585, 51.520817], [-0.089812, 51.520704], [-0.089896, 51.520661]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 220, &quot;postcode&quot;: &quot;EC1Y 4AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09243, 51.521452], [-0.091955, 51.521569], [-0.091929, 51.521593], [-0.091897, 51.52172], [-0.091709, 51.521719], [-0.091744, 51.521256], [-0.092108, 51.521237], [-0.092135, 51.521211], [-0.092165, 51.521077], [-0.092304, 51.521067], [-0.092331, 51.521037], [-0.092322, 51.520994], [-0.092397, 51.521002], [-0.092442, 51.521149], [-0.092391, 51.521175], [-0.092394, 51.521227], [-0.092371, 51.521259], [-0.09243, 51.521452]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2105, &quot;postcode&quot;: &quot;EC1Y 4GR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089975, 51.520054], [-0.090761, 51.520195], [-0.090774, 51.520175], [-0.0908, 51.520182], [-0.09074, 51.520339], [-0.090689, 51.52033], [-0.090676, 51.52036], [-0.090775, 51.520402], [-0.090841, 51.5204], [-0.090918, 51.520239], [-0.091101, 51.52028], [-0.091111, 51.520261], [-0.091323, 51.520309], [-0.091311, 51.52033], [-0.091714, 51.520402], [-0.091679, 51.520536], [-0.091748, 51.520551], [-0.091735, 51.520596], [-0.092151, 51.520646], [-0.092144, 51.520676], [-0.092358, 51.5207], [-0.092315, 51.520972], [-0.092438, 51.520953], [-0.092444, 51.52087], [-0.092456, 51.520929], [-0.092558, 51.520943], [-0.09242, 51.521076], [-0.092397, 51.521002], [-0.092322, 51.520994], [-0.092332, 51.521029], [-0.091407, 51.520941], [-0.09111, 51.520906], [-0.091114, 51.520892], [-0.090999, 51.520943], [-0.090826, 51.520874], [-0.090789, 51.520838], [-0.090585, 51.520817], [-0.090592, 51.520802], [-0.090176, 51.52072], [-0.090177, 51.520706], [-0.089797, 51.520646], [-0.089897, 51.520405], [-0.089801, 51.520389], [-0.089893, 51.520131], [-0.08994, 51.520137], [-0.089975, 51.520054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10605, &quot;postcode&quot;: &quot;EC1Y 4SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092528, 51.521429], [-0.09243, 51.521452], [-0.092361, 51.521232], [-0.092384, 51.521195], [-0.092353, 51.521103], [-0.09231, 51.521083], [-0.092196, 51.52108], [-0.092158, 51.52111], [-0.092128, 51.521244], [-0.091802, 51.521254], [-0.091747, 51.521279], [-0.091708, 51.521719], [-0.091398, 51.521747], [-0.091398, 51.521653], [-0.091364, 51.521632], [-0.091319, 51.521628], [-0.091379, 51.521233], [-0.091332, 51.521209], [-0.091138, 51.521191], [-0.091086, 51.521202], [-0.091062, 51.521235], [-0.091035, 51.52123], [-0.091111, 51.520906], [-0.092332, 51.521029], [-0.09236, 51.521103], [-0.092442, 51.52115], [-0.092528, 51.521429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3961, &quot;postcode&quot;: &quot;EC1Y 4SB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091291, 51.520928], [-0.091163, 51.520915], [-0.091109, 51.520936], [-0.091035, 51.521229], [-0.090965, 51.521246], [-0.09099, 51.521144], [-0.090976, 51.521115], [-0.090929, 51.521098], [-0.090766, 51.521092], [-0.090826, 51.520874], [-0.090978, 51.520937], [-0.091114, 51.520892], [-0.091154, 51.520911], [-0.091291, 51.520928]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 503, &quot;postcode&quot;: &quot;EC1Y 4SE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090454, 51.520798], [-0.090789, 51.520838], [-0.090826, 51.520874], [-0.090766, 51.521092], [-0.090631, 51.521085], [-0.090682, 51.520903], [-0.090451, 51.520875], [-0.090454, 51.520798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 404, &quot;postcode&quot;: &quot;EC1Y 4SF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088676, 51.521423], [-0.088722, 51.520691], [-0.089858, 51.520801], [-0.089733, 51.52165], [-0.089758, 51.522836], [-0.088649, 51.522724], [-0.088892, 51.521473], [-0.088676, 51.521423]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 16106, &quot;postcode&quot;: &quot;EC1Y 4TW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090032, 51.520737], [-0.089981, 51.520825], [-0.089841, 51.520913], [-0.089852, 51.520839], [-0.089834, 51.520809], [-0.089655, 51.520781], [-0.089659, 51.520712], [-0.089784, 51.5207], [-0.090032, 51.520737]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 299, &quot;postcode&quot;: &quot;EC1Y 4TY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088709, 51.520816], [-0.088701, 51.520944], [-0.087839, 51.520861], [-0.087767, 51.520881], [-0.087734, 51.520855], [-0.087657, 51.520844], [-0.087684, 51.520742], [-0.087793, 51.52075], [-0.087843, 51.520735], [-0.087874, 51.520651], [-0.08785, 51.520616], [-0.087506, 51.520579], [-0.087454, 51.520601], [-0.087436, 51.520662], [-0.087374, 51.520655], [-0.087549, 51.520481], [-0.087988, 51.520539], [-0.08808, 51.520522], [-0.088142, 51.520619], [-0.088173, 51.520638], [-0.088614, 51.520681], [-0.088603, 51.520779], [-0.088709, 51.520816]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2205, &quot;postcode&quot;: &quot;EC1Y 4UP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088282, 51.520527], [-0.088624, 51.520561], [-0.088668, 51.520527], [-0.088823, 51.520697], [-0.088719, 51.520694], [-0.088709, 51.520816], [-0.088588, 51.520789], [-0.088614, 51.520681], [-0.088149, 51.520638], [-0.088094, 51.520527], [-0.088282, 51.520527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 715, &quot;postcode&quot;: &quot;EC1Y 4UQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089381, 51.520739], [-0.089658, 51.520712], [-0.089655, 51.520781], [-0.08938, 51.520755], [-0.089381, 51.520739]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 91, &quot;postcode&quot;: &quot;EC1Y 4YY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092558, 51.520943], [-0.092985, 51.520977], [-0.09249, 51.521064], [-0.092475, 51.521081], [-0.092583, 51.521356], [-0.092959, 51.521323], [-0.092959, 51.521264], [-0.09327, 51.521247], [-0.092763, 51.521387], [-0.092528, 51.521429], [-0.09242, 51.521076], [-0.092558, 51.520943]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 618, &quot;postcode&quot;: &quot;EC1Y 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091396, 51.521759], [-0.090959, 51.521787], [-0.090941, 51.521645], [-0.090975, 51.521642], [-0.091073, 51.521184], [-0.091394, 51.521215], [-0.091319, 51.521628], [-0.091395, 51.521626], [-0.091413, 51.521706], [-0.091389, 51.521708], [-0.091396, 51.521759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1608, &quot;postcode&quot;: &quot;EC1Y 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089802, 51.521372], [-0.089981, 51.521489], [-0.08994, 51.521971], [-0.089735, 51.521972], [-0.089733, 51.52165], [-0.089772, 51.521368], [-0.089802, 51.521372]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 948, &quot;postcode&quot;: &quot;EC1Y 8HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090978, 51.52231], [-0.09047, 51.522401], [-0.090165, 51.52236], [-0.090524, 51.522212], [-0.090869, 51.52216], [-0.090938, 51.522222], [-0.090978, 51.52231]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 828, &quot;postcode&quot;: &quot;EC1Y 8LE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089735, 51.521972], [-0.08994, 51.521971], [-0.089966, 51.522281], [-0.090102, 51.52227], [-0.090166, 51.522362], [-0.089821, 51.522317], [-0.089883, 51.523184], [-0.089746, 51.523185], [-0.089742, 51.523164], [-0.089082, 51.523172], [-0.089302, 51.523168], [-0.089293, 51.522877], [-0.089759, 51.522871], [-0.089735, 51.521972]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2376, &quot;postcode&quot;: &quot;EC1Y 8LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089968, 51.522281], [-0.089951, 51.521823], [-0.090283, 51.521839], [-0.090292, 51.521785], [-0.09049, 51.521809], [-0.090491, 51.521795], [-0.090563, 51.521798], [-0.090559, 51.521854], [-0.090886, 51.521871], [-0.090911, 51.522153], [-0.090524, 51.522212], [-0.090293, 51.522298], [-0.090343, 51.52224], [-0.089968, 51.522281]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2882, &quot;postcode&quot;: &quot;EC1Y 8LX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092167, 51.521516], [-0.092112, 51.521529], [-0.092167, 51.521516], [-0.092167, 51.521516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1Y 8NX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091897, 51.52172], [-0.091784, 51.522164], [-0.090978, 51.522309], [-0.090941, 51.522231], [-0.09087, 51.52216], [-0.090908, 51.522121], [-0.090866, 51.52165], [-0.090942, 51.521647], [-0.090958, 51.521755], [-0.091018, 51.521783], [-0.091352, 51.521763], [-0.091398, 51.521748], [-0.091654, 51.521724], [-0.0917, 51.521702], [-0.091714, 51.521662], [-0.091755, 51.521706], [-0.091897, 51.52172]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3620, &quot;postcode&quot;: &quot;EC1Y 8TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090343, 51.52224], [-0.090293, 51.522298], [-0.090165, 51.52236], [-0.090102, 51.52227], [-0.090343, 51.52224]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 107, &quot;postcode&quot;: &quot;EC1Y 8TZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090451, 51.520875], [-0.090682, 51.520903], [-0.090631, 51.521085], [-0.091002, 51.5211], [-0.090887, 51.521543], [-0.090678, 51.521531], [-0.090672, 51.521573], [-0.090641, 51.521572], [-0.090632, 51.521635], [-0.090268, 51.521616], [-0.090273, 51.521575], [-0.090247, 51.521574], [-0.090256, 51.521509], [-0.08998, 51.521494], [-0.089802, 51.521372], [-0.089772, 51.521368], [-0.089841, 51.520913], [-0.089981, 51.520825], [-0.090032, 51.520737], [-0.090454, 51.520798], [-0.090451, 51.520875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5749, &quot;postcode&quot;: &quot;EC1Y 8YY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090886, 51.521871], [-0.090559, 51.521854], [-0.090539, 51.521823], [-0.090496, 51.521809], [-0.090336, 51.521804], [-0.090283, 51.521839], [-0.089951, 51.521822], [-0.08998, 51.521494], [-0.090256, 51.521509], [-0.090255, 51.521556], [-0.090305, 51.521612], [-0.09056, 51.521631], [-0.090623, 51.521615], [-0.090678, 51.521531], [-0.090887, 51.521543], [-0.090863, 51.521675], [-0.090886, 51.521871]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1936, &quot;postcode&quot;: &quot;EC1Y 8YZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087436, 51.520662], [-0.087455, 51.520572], [-0.087883, 51.520612], [-0.087851, 51.520756], [-0.087684, 51.520741], [-0.087657, 51.520844], [-0.087794, 51.520857], [-0.087776, 51.520936], [-0.087641, 51.520924], [-0.087733, 51.520932], [-0.08772, 51.520976], [-0.087591, 51.52092], [-0.087384, 51.520902], [-0.0874, 51.520835], [-0.087219, 51.520756], [-0.087235, 51.520716], [-0.087374, 51.520655], [-0.087436, 51.520662]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1148, &quot;postcode&quot;: &quot;EC2A 1AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08715, 51.521127], [-0.087219, 51.520756], [-0.0874, 51.520835], [-0.087384, 51.520902], [-0.087591, 51.52092], [-0.08772, 51.520976], [-0.087758, 51.521024], [-0.08772, 51.521202], [-0.087172, 51.521076], [-0.087172, 51.521154], [-0.08715, 51.521127]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1153, &quot;postcode&quot;: &quot;EC2A 1AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085436, 51.520565], [-0.08544, 51.520481], [-0.085514, 51.520487], [-0.085523, 51.520419], [-0.085632, 51.520427], [-0.085652, 51.520401], [-0.085852, 51.52038], [-0.085669, 51.521267], [-0.085551, 51.521276], [-0.085548, 51.521294], [-0.085591, 51.521298], [-0.085584, 51.521341], [-0.085536, 51.521337], [-0.085533, 51.521353], [-0.085439, 51.521346], [-0.085443, 51.521328], [-0.085372, 51.521318], [-0.084975, 51.521283], [-0.084999, 51.521218], [-0.084978, 51.521214], [-0.085008, 51.521191], [-0.084985, 51.521176], [-0.084993, 51.521158], [-0.085013, 51.521175], [-0.085019, 51.521157], [-0.084917, 51.521094], [-0.085082, 51.520679], [-0.085217, 51.520635], [-0.085239, 51.520581], [-0.085353, 51.520591], [-0.085436, 51.520565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4495, &quot;postcode&quot;: &quot;EC2A 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086833, 51.521545], [-0.086803, 51.521596], [-0.086423, 51.521569], [-0.086459, 51.521516], [-0.086833, 51.521545]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 163, &quot;postcode&quot;: &quot;EC2A 1AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086077, 51.519631], [-0.086281, 51.519717], [-0.086371, 51.519691], [-0.086465, 51.519708], [-0.08649, 51.519656], [-0.086679, 51.519601], [-0.086612, 51.519739], [-0.086954, 51.519797], [-0.086924, 51.519854], [-0.0868, 51.519832], [-0.086793, 51.519851], [-0.086011, 51.519713], [-0.086077, 51.519631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 634, &quot;postcode&quot;: &quot;EC2A 1AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087034, 51.520138], [-0.086734, 51.520114], [-0.0868, 51.519832], [-0.086924, 51.519854], [-0.086954, 51.519797], [-0.086987, 51.519802], [-0.086982, 51.519816], [-0.087267, 51.519869], [-0.087278, 51.519842], [-0.087309, 51.519848], [-0.087318, 51.519825], [-0.08735, 51.519829], [-0.087361, 51.519797], [-0.087578, 51.519787], [-0.087664, 51.519834], [-0.087542, 51.52018], [-0.087389, 51.520248], [-0.087365, 51.520316], [-0.087549, 51.520481], [-0.087374, 51.520655], [-0.087226, 51.520728], [-0.087278, 51.520483], [-0.086747, 51.520436], [-0.086793, 51.520394], [-0.086851, 51.520389], [-0.086898, 51.520342], [-0.087174, 51.520364], [-0.087252, 51.520063], [-0.087058, 51.520036], [-0.087034, 51.520138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3194, &quot;postcode&quot;: &quot;EC2A 1AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085542, 51.521494], [-0.085453, 51.521557], [-0.085382, 51.521886], [-0.085196, 51.521879], [-0.08522, 51.521769], [-0.085179, 51.521731], [-0.084802, 51.521695], [-0.084927, 51.52141], [-0.085124, 51.521411], [-0.085258, 51.521308], [-0.085384, 51.521324], [-0.085542, 51.521494]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1848, &quot;postcode&quot;: &quot;EC2A 1DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086459, 51.521516], [-0.086423, 51.521569], [-0.085958, 51.52153], [-0.085891, 51.521555], [-0.085778, 51.522078], [-0.085806, 51.522111], [-0.085926, 51.522124], [-0.085923, 51.52214], [-0.085423, 51.522123], [-0.085412, 51.522081], [-0.085347, 51.522062], [-0.085454, 51.521549], [-0.085491, 51.521519], [-0.085507, 51.521467], [-0.085384, 51.521324], [-0.085498, 51.521332], [-0.08554, 51.52131], [-0.085551, 51.521276], [-0.085669, 51.521267], [-0.085648, 51.521432], [-0.085689, 51.521454], [-0.085806, 51.521464], [-0.085813, 51.5215], [-0.085858, 51.521521], [-0.085937, 51.521517], [-0.08597, 51.521477], [-0.086459, 51.521516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2644, &quot;postcode&quot;: &quot;EC2A 1DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087251, 51.520063], [-0.087174, 51.520364], [-0.086923, 51.520346], [-0.086851, 51.520389], [-0.086793, 51.520394], [-0.08673, 51.520332], [-0.086589, 51.520317], [-0.086688, 51.519833], [-0.086793, 51.519851], [-0.086744, 51.520073], [-0.086774, 51.520111], [-0.086998, 51.520129], [-0.087041, 51.520102], [-0.087058, 51.520036], [-0.087251, 51.520063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1401, &quot;postcode&quot;: &quot;EC2A 1HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088278, 51.519977], [-0.088211, 51.520219], [-0.087965, 51.520187], [-0.087919, 51.520194], [-0.087887, 51.520221], [-0.087822, 51.520482], [-0.087753, 51.520479], [-0.087706, 51.520502], [-0.087549, 51.520481], [-0.087365, 51.520315], [-0.087389, 51.520248], [-0.087549, 51.520168], [-0.087644, 51.519909], [-0.088278, 51.519977]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2266, &quot;postcode&quot;: &quot;EC2A 1NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087604, 51.520045], [-0.087598, 51.520064], [-0.087586, 51.520071], [-0.087585, 51.520056], [-0.087604, 51.520045]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2A 1NS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08808, 51.520522], [-0.088002, 51.520541], [-0.087706, 51.520502], [-0.087707, 51.520471], [-0.08808, 51.520508], [-0.08808, 51.520522]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 98, &quot;postcode&quot;: &quot;EC2A 1NT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085825, 51.519819], [-0.085946, 51.519832], [-0.085973, 51.519706], [-0.086688, 51.519833], [-0.086589, 51.520317], [-0.086742, 51.520329], [-0.086793, 51.520394], [-0.086747, 51.520436], [-0.085856, 51.520357], [-0.085852, 51.52038], [-0.085652, 51.520401], [-0.085512, 51.520339], [-0.085499, 51.520312], [-0.085715, 51.52033], [-0.085394, 51.520304], [-0.085445, 51.520203], [-0.085379, 51.520068], [-0.085443, 51.519963], [-0.085785, 51.520004], [-0.085825, 51.519819]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5211, &quot;postcode&quot;: &quot;EC2A 1PX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085856, 51.520357], [-0.087278, 51.520483], [-0.08714, 51.521127], [-0.087172, 51.521154], [-0.087171, 51.521446], [-0.087073, 51.521441], [-0.087047, 51.521562], [-0.085632, 51.521451], [-0.085856, 51.520357]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12278, &quot;postcode&quot;: &quot;EC2A 1RR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088823, 51.519828], [-0.08879, 51.51996], [-0.088553, 51.519936], [-0.088508, 51.519956], [-0.088489, 51.520005], [-0.087644, 51.519909], [-0.087791, 51.519394], [-0.087813, 51.519383], [-0.088145, 51.519486], [-0.088206, 51.519468], [-0.088241, 51.519399], [-0.088366, 51.519453], [-0.088392, 51.519494], [-0.088269, 51.519459], [-0.088197, 51.519486], [-0.088155, 51.519568], [-0.088172, 51.519616], [-0.088233, 51.519641], [-0.088217, 51.519709], [-0.088234, 51.519737], [-0.088545, 51.519782], [-0.088594, 51.519807], [-0.088823, 51.519828]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2801, &quot;postcode&quot;: &quot;EC2A 1RS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087566, 51.519435], [-0.087556, 51.519514], [-0.087641, 51.519627], [-0.087578, 51.519787], [-0.087361, 51.519797], [-0.087483, 51.519467], [-0.087464, 51.519464], [-0.087487, 51.519406], [-0.087516, 51.519406], [-0.087566, 51.519435]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 475, &quot;postcode&quot;: &quot;EC2A 1SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082506, 51.520419], [-0.082319, 51.520557], [-0.082062, 51.520472], [-0.082346, 51.520287], [-0.082384, 51.520294], [-0.082506, 51.520419]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 473, &quot;postcode&quot;: &quot;EC2A 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081304, 51.5209], [-0.081302, 51.520939], [-0.081437, 51.520974], [-0.081457, 51.521031], [-0.081013, 51.52184], [-0.080911, 51.521864], [-0.080489, 51.521768], [-0.080759, 51.521292], [-0.08021, 51.521168], [-0.08069, 51.520799], [-0.081233, 51.520923], [-0.081304, 51.5209]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5426, &quot;postcode&quot;: &quot;EC2A 2AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08717, 51.521892], [-0.086943, 51.521957], [-0.086901, 51.522235], [-0.086807, 51.522242], [-0.086762, 51.522293], [-0.086697, 51.522314], [-0.086737, 51.522208], [-0.08669, 51.522168], [-0.086462, 51.522158], [-0.08644, 51.52213], [-0.086397, 51.522117], [-0.086351, 51.522124], [-0.086311, 51.522153], [-0.085923, 51.52214], [-0.085883, 51.522123], [-0.085768, 51.522117], [-0.085895, 51.521524], [-0.086763, 51.521594], [-0.086807, 51.52158], [-0.086833, 51.521545], [-0.087023, 51.52155], [-0.087055, 51.521522], [-0.087073, 51.521441], [-0.087171, 51.521446], [-0.08717, 51.521892]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5908, &quot;postcode&quot;: &quot;EC2A 2AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080745, 51.521289], [-0.080373, 51.521205], [-0.080759, 51.521292], [-0.080489, 51.521768], [-0.080911, 51.521864], [-0.081013, 51.52184], [-0.081288, 51.521337], [-0.081358, 51.521346], [-0.08105, 51.521953], [-0.08023, 51.521772], [-0.080014, 51.52174], [-0.079991, 51.521663], [-0.080481, 51.521754], [-0.080745, 51.521289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 963, &quot;postcode&quot;: &quot;EC2A 2BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084844, 51.521588], [-0.084802, 51.521695], [-0.08523, 51.521733], [-0.085199, 51.52187], [-0.084756, 51.521828], [-0.084704, 51.521966], [-0.084607, 51.521956], [-0.084582, 51.521939], [-0.084716, 51.5216], [-0.084844, 51.521588]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 825, &quot;postcode&quot;: &quot;EC2A 2BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082548, 51.520188], [-0.082384, 51.520294], [-0.08232, 51.520304], [-0.082119, 51.520436], [-0.082108, 51.520465], [-0.082129, 51.520492], [-0.082318, 51.520557], [-0.081922, 51.52085], [-0.081491, 51.520781], [-0.081452, 51.520793], [-0.081304, 51.5209], [-0.081233, 51.520923], [-0.080725, 51.520807], [-0.080806, 51.520725], [-0.080812, 51.520688], [-0.080711, 51.520587], [-0.080851, 51.520346], [-0.081013, 51.520298], [-0.081048, 51.520265], [-0.080909, 51.52008], [-0.081192, 51.519953], [-0.081462, 51.519907], [-0.081518, 51.519966], [-0.082548, 51.520188]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8872, &quot;postcode&quot;: &quot;EC2A 2BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084917, 51.521094], [-0.085019, 51.521157], [-0.085013, 51.521175], [-0.084993, 51.521158], [-0.084985, 51.521176], [-0.085008, 51.521191], [-0.084978, 51.521214], [-0.084999, 51.521218], [-0.084975, 51.521283], [-0.085258, 51.521308], [-0.085126, 51.521419], [-0.084927, 51.52141], [-0.084844, 51.521588], [-0.084716, 51.5216], [-0.084917, 51.521094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 685, &quot;postcode&quot;: &quot;EC2A 2BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084694, 51.522054], [-0.084735, 51.522101], [-0.084572, 51.522095], [-0.084694, 51.522054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 28, &quot;postcode&quot;: &quot;EC2A 2DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081288, 51.521337], [-0.08146, 51.521011], [-0.081424, 51.520966], [-0.081302, 51.520939], [-0.081304, 51.5209], [-0.081477, 51.520775], [-0.081922, 51.52085], [-0.081423, 51.521217], [-0.081358, 51.521346], [-0.081288, 51.521337]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1029, &quot;postcode&quot;: &quot;EC2A 2DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085431, 51.522065], [-0.085423, 51.522123], [-0.085303, 51.522119], [-0.085306, 51.52206], [-0.085351, 51.522032], [-0.085369, 51.521943], [-0.085358, 51.522032], [-0.085385, 51.522056], [-0.085431, 51.522065]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 66, &quot;postcode&quot;: &quot;EC2A 2DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080766, 51.520326], [-0.080777, 51.520049], [-0.080909, 51.52008], [-0.081075, 51.52028], [-0.080851, 51.520345], [-0.080766, 51.520326]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 448, &quot;postcode&quot;: &quot;EC2A 2EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080711, 51.520587], [-0.080822, 51.520686], [-0.080811, 51.5207], [-0.080745, 51.520688], [-0.081238, 51.520775], [-0.081327, 51.520788], [-0.081257, 51.520851], [-0.080773, 51.520747], [-0.080725, 51.520807], [-0.080193, 51.520698], [-0.080222, 51.520629], [-0.07979, 51.520536], [-0.079349, 51.520495], [-0.079351, 51.520472], [-0.079422, 51.520491], [-0.07944, 51.520434], [-0.079404, 51.520429], [-0.079407, 51.520416], [-0.079633, 51.520444], [-0.079872, 51.52048], [-0.080473, 51.520629], [-0.080246, 51.520572], [-0.080299, 51.520446], [-0.080265, 51.520403], [-0.080432, 51.52025], [-0.080484, 51.520073], [-0.080574, 51.520001], [-0.080777, 51.520049], [-0.080766, 51.520326], [-0.080851, 51.520345], [-0.080711, 51.520587]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3188, &quot;postcode&quot;: &quot;EC2A 2EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082896, 51.519645], [-0.082822, 51.51974], [-0.082702, 51.519707], [-0.082631, 51.519656], [-0.082523, 51.519633], [-0.082464, 51.519644], [-0.082398, 51.519724], [-0.082348, 51.519725], [-0.082309, 51.519749], [-0.08229, 51.520055], [-0.082185, 51.520089], [-0.082128, 51.520096], [-0.081574, 51.519979], [-0.081507, 51.51999], [-0.081474, 51.519935], [-0.081418, 51.519917], [-0.081192, 51.519954], [-0.080909, 51.52008], [-0.080582, 51.520011], [-0.080487, 51.520071], [-0.080432, 51.52025], [-0.080265, 51.520403], [-0.079992, 51.520374], [-0.079895, 51.520396], [-0.079854, 51.520363], [-0.079901, 51.52028], [-0.079945, 51.520278], [-0.079982, 51.520258], [-0.080022, 51.520158], [-0.079998, 51.520118], [-0.079921, 51.520098], [-0.079934, 51.520035], [-0.079852, 51.519944], [-0.080019, 51.519816], [-0.080013, 51.519663], [-0.080183, 51.519625], [-0.080294, 51.519463], [-0.080637, 51.519272], [-0.080676, 51.519228], [-0.080786, 51.51922], [-0.081294, 51.519433], [-0.081586, 51.51934], [-0.081995, 51.519403], [-0.082056, 51.519385], [-0.082153, 51.519399], [-0.082291, 51.519346], [-0.082638, 51.519399], [-0.082551, 51.519517], [-0.082557, 51.519555], [-0.082896, 51.519645]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13549, &quot;postcode&quot;: &quot;EC2A 2EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085379, 51.520068], [-0.085445, 51.520203], [-0.085394, 51.520304], [-0.085499, 51.520312], [-0.085512, 51.520339], [-0.085652, 51.520401], [-0.085632, 51.520427], [-0.085523, 51.520419], [-0.085514, 51.520487], [-0.08544, 51.520481], [-0.085436, 51.520565], [-0.085353, 51.520591], [-0.085239, 51.520581], [-0.085217, 51.520635], [-0.085082, 51.520679], [-0.085142, 51.520527], [-0.085366, 51.520382], [-0.085262, 51.520347], [-0.085264, 51.520309], [-0.085242, 51.520295], [-0.085379, 51.520068]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 850, &quot;postcode&quot;: &quot;EC2A 2EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085219, 51.520333], [-0.085365, 51.520383], [-0.085142, 51.520527], [-0.085219, 51.520333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 126, &quot;postcode&quot;: &quot;EC2A 2ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080745, 51.521289], [-0.080481, 51.521754], [-0.079821, 51.521631], [-0.079364, 51.521567], [-0.079321, 51.52155], [-0.078818, 51.521487], [-0.078786, 51.521445], [-0.078872, 51.521215], [-0.079045, 51.521226], [-0.07909, 51.521206], [-0.079163, 51.521128], [-0.079188, 51.521075], [-0.079176, 51.521043], [-0.079268, 51.520838], [-0.079254, 51.520767], [-0.079304, 51.520517], [-0.079439, 51.520538], [-0.079451, 51.520568], [-0.079489, 51.520586], [-0.079635, 51.520578], [-0.079684, 51.520607], [-0.08069, 51.520799], [-0.080274, 51.521119], [-0.080258, 51.521148], [-0.080299, 51.521188], [-0.080745, 51.521289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11114, &quot;postcode&quot;: &quot;EC2A 2EW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080299, 51.520446], [-0.080216, 51.5206], [-0.080193, 51.520698], [-0.079651, 51.520603], [-0.079621, 51.520579], [-0.079252, 51.52045], [-0.079247, 51.520409], [-0.07944, 51.520434], [-0.079436, 51.520473], [-0.079477, 51.520502], [-0.07973, 51.520527], [-0.079791, 51.520508], [-0.079806, 51.520462], [-0.079858, 51.520445], [-0.079895, 51.520396], [-0.079977, 51.520372], [-0.080265, 51.520403], [-0.080299, 51.520446]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1191, &quot;postcode&quot;: &quot;EC2A 2EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079179, 51.521573], [-0.079236, 51.521538], [-0.079991, 51.521663], [-0.080014, 51.52174], [-0.07917, 51.521614], [-0.079179, 51.521573]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 486, &quot;postcode&quot;: &quot;EC2A 2FA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082305, 51.519712], [-0.082399, 51.519724], [-0.082545, 51.51979], [-0.082638, 51.519784], [-0.083125, 51.519963], [-0.082506, 51.520419], [-0.082384, 51.520294], [-0.082548, 51.520188], [-0.082208, 51.520113], [-0.082185, 51.520089], [-0.082291, 51.520055], [-0.082305, 51.519712]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2417, &quot;postcode&quot;: &quot;EC2A 2UT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078472, 51.52151], [-0.078522, 51.521371], [-0.078597, 51.521367], [-0.078721, 51.521303], [-0.078824, 51.521344], [-0.078786, 51.521445], [-0.078798, 51.521468], [-0.078823, 51.521471], [-0.078818, 51.521487], [-0.079134, 51.521523], [-0.079179, 51.521573], [-0.07917, 51.521614], [-0.078472, 51.52151]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 695, &quot;postcode&quot;: &quot;EC2A 3PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086942, 51.521949], [-0.086631, 51.522163], [-0.086613, 51.522163], [-0.086615, 51.522113], [-0.086678, 51.522112], [-0.086719, 51.52209], [-0.086781, 51.521952], [-0.086811, 51.521926], [-0.086942, 51.521949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 142, &quot;postcode&quot;: &quot;EC2A 4LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084565, 51.522095], [-0.08452, 51.522093], [-0.084526, 51.52208], [-0.084565, 51.522095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2A 4NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083825, 51.516536], [-0.083719, 51.516739], [-0.083505, 51.516701], [-0.08358, 51.516538], [-0.083573, 51.516508], [-0.083534, 51.516486], [-0.083575, 51.51646], [-0.083581, 51.516411], [-0.083704, 51.516436], [-0.083687, 51.516472], [-0.08371, 51.516508], [-0.083825, 51.516536]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 461, &quot;postcode&quot;: &quot;EC2M 1JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08466, 51.517098], [-0.084629, 51.517183], [-0.084549, 51.51725], [-0.084371, 51.517224], [-0.084462, 51.51705], [-0.08466, 51.517098]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 294, &quot;postcode&quot;: &quot;EC2M 1JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084961, 51.517185], [-0.084893, 51.517305], [-0.084795, 51.517301], [-0.084752, 51.517346], [-0.084549, 51.51725], [-0.084628, 51.517181], [-0.08466, 51.517098], [-0.084961, 51.517185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 435, &quot;postcode&quot;: &quot;EC2M 1JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085061, 51.516642], [-0.085007, 51.516733], [-0.084944, 51.516761], [-0.084861, 51.516972], [-0.084798, 51.516972], [-0.084361, 51.516861], [-0.084303, 51.516863], [-0.083719, 51.516739], [-0.083773, 51.516604], [-0.084217, 51.516664], [-0.084271, 51.51669], [-0.084333, 51.51668], [-0.084792, 51.516743], [-0.084843, 51.516731], [-0.084866, 51.516699], [-0.084973, 51.516684], [-0.085061, 51.516642]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1704, &quot;postcode&quot;: &quot;EC2M 1JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083316, 51.517235], [-0.083459, 51.516846], [-0.083644, 51.516877], [-0.08365, 51.516862], [-0.08377, 51.51688], [-0.084232, 51.516977], [-0.08423, 51.516947], [-0.084291, 51.516956], [-0.084158, 51.517276], [-0.083833, 51.51723], [-0.083518, 51.517267], [-0.083316, 51.517235]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2320, &quot;postcode&quot;: &quot;EC2M 1NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08407, 51.517263], [-0.084052, 51.51731], [-0.083842, 51.517339], [-0.083602, 51.517272], [-0.083499, 51.517283], [-0.083256, 51.517224], [-0.083218, 51.517166], [-0.083175, 51.517146], [-0.083309, 51.516801], [-0.083769, 51.51688], [-0.083688, 51.516869], [-0.083644, 51.516877], [-0.083516, 51.516857], [-0.083453, 51.516875], [-0.083332, 51.517196], [-0.083354, 51.517235], [-0.083515, 51.517266], [-0.083833, 51.51723], [-0.08407, 51.517263]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 831, &quot;postcode&quot;: &quot;EC2M 1PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084814, 51.517377], [-0.084678, 51.517491], [-0.084573, 51.51745], [-0.084506, 51.51745], [-0.084429, 51.517421], [-0.084032, 51.517365], [-0.08407, 51.517263], [-0.084148, 51.517257], [-0.084184, 51.517203], [-0.084202, 51.517202], [-0.084549, 51.51725], [-0.084814, 51.517377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 945, &quot;postcode&quot;: &quot;EC2M 1QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083161, 51.516793], [-0.083035, 51.517119], [-0.082844, 51.5171], [-0.082791, 51.517116], [-0.082026, 51.51698], [-0.081972, 51.516982], [-0.082027, 51.516876], [-0.082214, 51.516908], [-0.082271, 51.516894], [-0.082324, 51.516733], [-0.082875, 51.516754], [-0.083161, 51.516793]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2349, &quot;postcode&quot;: &quot;EC2M 1QS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083597, 51.516202], [-0.083484, 51.516388], [-0.083381, 51.516381], [-0.083332, 51.516395], [-0.082703, 51.516317], [-0.082651, 51.516336], [-0.082585, 51.51643], [-0.082069, 51.516363], [-0.08209, 51.516307], [-0.08218, 51.51621], [-0.082178, 51.516176], [-0.082144, 51.516154], [-0.081949, 51.516113], [-0.081852, 51.516073], [-0.081921, 51.515999], [-0.082508, 51.515523], [-0.082566, 51.515549], [-0.082108, 51.515976], [-0.082157, 51.516079], [-0.083425, 51.516251], [-0.083483, 51.516238], [-0.083534, 51.516187], [-0.083597, 51.516202]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2884, &quot;postcode&quot;: &quot;EC2M 1RP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082019, 51.516298], [-0.081931, 51.516288], [-0.081884, 51.516299], [-0.081932, 51.516106], [-0.081994, 51.516143], [-0.082019, 51.516298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 127, &quot;postcode&quot;: &quot;EC2M 1RQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083581, 51.516411], [-0.083531, 51.516452], [-0.083534, 51.516486], [-0.083479, 51.516488], [-0.083443, 51.516509], [-0.08337, 51.51668], [-0.083046, 51.516642], [-0.082621, 51.516613], [-0.08263, 51.516539], [-0.082561, 51.516507], [-0.082606, 51.516364], [-0.083255, 51.516443], [-0.083318, 51.516425], [-0.083338, 51.516376], [-0.083581, 51.516411]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1580, &quot;postcode&quot;: &quot;EC2M 1RX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083044, 51.517907], [-0.083006, 51.517948], [-0.082923, 51.517974], [-0.082909, 51.518028], [-0.082765, 51.518051], [-0.082706, 51.518079], [-0.08267, 51.518068], [-0.082724, 51.517917], [-0.082791, 51.51793], [-0.082839, 51.517921], [-0.082907, 51.517835], [-0.083044, 51.517907]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 311, &quot;postcode&quot;: &quot;EC2M 2AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086735, 51.519052], [-0.086789, 51.519069], [-0.086701, 51.519243], [-0.086201, 51.519132], [-0.086067, 51.519064], [-0.086396, 51.518911], [-0.086412, 51.518888], [-0.086777, 51.518997], [-0.086735, 51.519052]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1131, &quot;postcode&quot;: &quot;EC2M 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086777, 51.518997], [-0.08715, 51.519109], [-0.087144, 51.519178], [-0.086998, 51.519136], [-0.086963, 51.519141], [-0.08686, 51.519333], [-0.086713, 51.519219], [-0.086789, 51.519069], [-0.086735, 51.519052], [-0.086777, 51.518997]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 499, &quot;postcode&quot;: &quot;EC2M 2AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084605, 51.520166], [-0.083865, 51.519962], [-0.08396, 51.519943], [-0.084598, 51.520128], [-0.084605, 51.520166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 216, &quot;postcode&quot;: &quot;EC2M 2AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083293, 51.517693], [-0.083251, 51.517796], [-0.083586, 51.517849], [-0.083594, 51.51783], [-0.083696, 51.517854], [-0.083724, 51.517828], [-0.083931, 51.517858], [-0.083957, 51.517794], [-0.084065, 51.517811], [-0.083825, 51.518094], [-0.083643, 51.518048], [-0.083609, 51.518024], [-0.083512, 51.518016], [-0.083448, 51.517977], [-0.083293, 51.517937], [-0.083239, 51.517898], [-0.083044, 51.517907], [-0.082907, 51.517835], [-0.082845, 51.517752], [-0.082901, 51.517688], [-0.083169, 51.517652], [-0.083203, 51.517689], [-0.083265, 51.517668], [-0.083293, 51.517693]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1677, &quot;postcode&quot;: &quot;EC2M 2AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083962, 51.518198], [-0.08386, 51.518359], [-0.08377, 51.51838], [-0.083723, 51.518417], [-0.083518, 51.51837], [-0.083397, 51.518416], [-0.08331, 51.518352], [-0.08322, 51.518342], [-0.083267, 51.518268], [-0.083246, 51.518226], [-0.08326, 51.518218], [-0.08339, 51.518238], [-0.083459, 51.518216], [-0.083447, 51.518121], [-0.083415, 51.518098], [-0.083364, 51.518094], [-0.083322, 51.518063], [-0.083101, 51.518018], [-0.083053, 51.517976], [-0.083044, 51.517907], [-0.083239, 51.517898], [-0.083297, 51.517938], [-0.083448, 51.517977], [-0.083511, 51.518013], [-0.083609, 51.518024], [-0.083653, 51.51805], [-0.083825, 51.518094], [-0.083863, 51.51816], [-0.083962, 51.518198]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1741, &quot;postcode&quot;: &quot;EC2M 2AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086077, 51.519631], [-0.085985, 51.519611], [-0.085989, 51.519518], [-0.086143, 51.519554], [-0.086077, 51.519631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 89, &quot;postcode&quot;: &quot;EC2M 2DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08686, 51.519333], [-0.08684, 51.519373], [-0.086781, 51.5194], [-0.086679, 51.519601], [-0.086506, 51.519653], [-0.086465, 51.519708], [-0.086368, 51.519694], [-0.086281, 51.519717], [-0.086077, 51.519631], [-0.0862, 51.519507], [-0.086393, 51.519179], [-0.086645, 51.519232], [-0.086713, 51.519219], [-0.08686, 51.519333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1848, &quot;postcode&quot;: &quot;EC2M 2EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084562, 51.519672], [-0.084498, 51.519656], [-0.08446, 51.519624], [-0.084174, 51.519554], [-0.084127, 51.519559], [-0.084008, 51.519608], [-0.084172, 51.51954], [-0.084204, 51.519561], [-0.08451, 51.519636], [-0.084562, 51.519672]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC2M 2PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084152, 51.519548], [-0.084806, 51.519278], [-0.085061, 51.518903], [-0.085911, 51.519138], [-0.085258, 51.520185], [-0.085422, 51.519923], [-0.085455, 51.519943], [-0.085218, 51.520334], [-0.084605, 51.520166], [-0.084598, 51.520128], [-0.083562, 51.519826], [-0.083605, 51.519781], [-0.084153, 51.519548], [-0.08451, 51.519636], [-0.084152, 51.519548]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12162, &quot;postcode&quot;: &quot;EC2M 2PF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084769, 51.519296], [-0.083612, 51.51978], [-0.083598, 51.519814], [-0.083626, 51.519844], [-0.08396, 51.519943], [-0.083865, 51.519962], [-0.083393, 51.519833], [-0.083374, 51.519812], [-0.083395, 51.519803], [-0.083475, 51.519824], [-0.083523, 51.519818], [-0.083556, 51.519791], [-0.083795, 51.519685], [-0.084134, 51.519138], [-0.084769, 51.519296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1815, &quot;postcode&quot;: &quot;EC2M 2PJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085219, 51.520333], [-0.085242, 51.520295], [-0.085264, 51.520309], [-0.085262, 51.520347], [-0.085219, 51.520333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC2M 2PY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085397, 51.518953], [-0.08537, 51.518985], [-0.085121, 51.518919], [-0.085054, 51.518927], [-0.084806, 51.519278], [-0.08477, 51.519295], [-0.084195, 51.519153], [-0.084128, 51.519162], [-0.084043, 51.519282], [-0.083994, 51.519306], [-0.08378, 51.519644], [-0.083724, 51.519639], [-0.083683, 51.519655], [-0.083613, 51.519761], [-0.083559, 51.519787], [-0.083514, 51.519866], [-0.083482, 51.519857], [-0.083483, 51.519829], [-0.083526, 51.519814], [-0.083549, 51.519779], [-0.083515, 51.519738], [-0.082991, 51.519611], [-0.083016, 51.519561], [-0.082994, 51.51953], [-0.082874, 51.519508], [-0.082672, 51.519404], [-0.082291, 51.519346], [-0.082275, 51.519012], [-0.082497, 51.518975], [-0.08254, 51.518948], [-0.082586, 51.518828], [-0.082527, 51.518736], [-0.08256, 51.518668], [-0.08252, 51.518638], [-0.082797, 51.518158], [-0.08287, 51.518136], [-0.083289, 51.518237], [-0.083254, 51.518317], [-0.08338, 51.518394], [-0.083543, 51.518372], [-0.083674, 51.518405], [-0.083723, 51.518403], [-0.083862, 51.518351], [-0.083939, 51.518235], [-0.083935, 51.518197], [-0.083859, 51.518162], [-0.083825, 51.518094], [-0.084065, 51.517811], [-0.084252, 51.51784], [-0.083935, 51.518117], [-0.083942, 51.518168], [-0.085264, 51.518554], [-0.08514, 51.518752], [-0.085242, 51.518835], [-0.085382, 51.518863], [-0.085361, 51.518918], [-0.085397, 51.518953]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 23109, &quot;postcode&quot;: &quot;EC2M 2QS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087511, 51.519227], [-0.087495, 51.519244], [-0.087516, 51.519406], [-0.087487, 51.519406], [-0.087464, 51.519464], [-0.087483, 51.519467], [-0.08735, 51.519829], [-0.087318, 51.519825], [-0.087309, 51.519848], [-0.087278, 51.519842], [-0.087267, 51.519869], [-0.086982, 51.519816], [-0.086987, 51.519802], [-0.086612, 51.519739], [-0.086798, 51.519365], [-0.08684, 51.519373], [-0.086963, 51.519141], [-0.086998, 51.519136], [-0.087144, 51.519178], [-0.08715, 51.519109], [-0.087511, 51.519227]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3500, &quot;postcode&quot;: &quot;EC2M 2RB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086074, 51.519631], [-0.086011, 51.519713], [-0.085969, 51.519737], [-0.085946, 51.519832], [-0.085869, 51.519827], [-0.08582, 51.519851], [-0.085784, 51.520004], [-0.085443, 51.519963], [-0.085577, 51.519743], [-0.085559, 51.519699], [-0.085779, 51.519342], [-0.085815, 51.519349], [-0.08572, 51.519507], [-0.085728, 51.519541], [-0.085765, 51.519561], [-0.086074, 51.519631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1291, &quot;postcode&quot;: &quot;EC2M 2SJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086201, 51.519132], [-0.086114, 51.51911], [-0.08594, 51.519348], [-0.08584, 51.519308], [-0.085992, 51.519057], [-0.086067, 51.519064], [-0.086201, 51.519132]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 287, &quot;postcode&quot;: &quot;EC2M 2SN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086393, 51.519179], [-0.086211, 51.519489], [-0.086178, 51.519592], [-0.086127, 51.519552], [-0.08607, 51.519538], [-0.086, 51.519555], [-0.085985, 51.51961], [-0.085697, 51.519545], [-0.085794, 51.519383], [-0.085779, 51.519342], [-0.085888, 51.519153], [-0.085853, 51.519121], [-0.08556, 51.519037], [-0.085594, 51.518998], [-0.08566, 51.518974], [-0.085851, 51.518729], [-0.085978, 51.518766], [-0.085981, 51.51882], [-0.086109, 51.518865], [-0.08598, 51.519078], [-0.085992, 51.519117], [-0.086054, 51.519135], [-0.086114, 51.51911], [-0.086393, 51.519179]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2556, &quot;postcode&quot;: &quot;EC2M 2TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079046, 51.520736], [-0.07902, 51.520839], [-0.078933, 51.520849], [-0.078745, 51.520749], [-0.078912, 51.520751], [-0.078964, 51.520715], [-0.079046, 51.520736]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 165, &quot;postcode&quot;: &quot;EC2M 3AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079538, 51.520551], [-0.079414, 51.520583], [-0.079399, 51.52054], [-0.079326, 51.52052], [-0.079344, 51.520483], [-0.079538, 51.520551]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 62, &quot;postcode&quot;: &quot;EC2M 3AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079344, 51.520482], [-0.079326, 51.52052], [-0.079304, 51.520517], [-0.079277, 51.520624], [-0.079286, 51.520586], [-0.079255, 51.520583], [-0.079235, 51.52049], [-0.079249, 51.520452], [-0.079344, 51.520482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 63, &quot;postcode&quot;: &quot;EC2M 3AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080623, 51.518223], [-0.080615, 51.518436], [-0.080551, 51.518424], [-0.080467, 51.518302], [-0.080543, 51.518222], [-0.080623, 51.518223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 177, &quot;postcode&quot;: &quot;EC2M 3AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079255, 51.520583], [-0.079126, 51.520561], [-0.079078, 51.520583], [-0.079064, 51.520632], [-0.079019, 51.520617], [-0.079199, 51.520488], [-0.079235, 51.52049], [-0.079255, 51.520583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 71, &quot;postcode&quot;: &quot;EC2M 3NS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082315, 51.516768], [-0.082277, 51.51692], [-0.082045, 51.516879], [-0.082105, 51.516733], [-0.082315, 51.516768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 270, &quot;postcode&quot;: &quot;EC2M 3TL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080908, 51.518228], [-0.080855, 51.518482], [-0.080576, 51.518424], [-0.080445, 51.518446], [-0.080334, 51.518412], [-0.080205, 51.518284], [-0.080368, 51.518286], [-0.080419, 51.518264], [-0.080437, 51.518042], [-0.080454, 51.518034], [-0.080599, 51.518042], [-0.080663, 51.518065], [-0.080628, 51.518119], [-0.080626, 51.518187], [-0.080656, 51.518216], [-0.080908, 51.518228]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1247, &quot;postcode&quot;: &quot;EC2M 3TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080263, 51.518549], [-0.080447, 51.518446], [-0.080551, 51.518424], [-0.080855, 51.518483], [-0.080968, 51.51858], [-0.081203, 51.518674], [-0.080786, 51.51922], [-0.080676, 51.519228], [-0.080346, 51.519118], [-0.080296, 51.518986], [-0.080363, 51.518772], [-0.080242, 51.518671], [-0.080043, 51.51868], [-0.080017, 51.518738], [-0.080096, 51.518768], [-0.080092, 51.518858], [-0.08022, 51.518951], [-0.079668, 51.518838], [-0.079681, 51.518784], [-0.079858, 51.518653], [-0.07978, 51.518609], [-0.079875, 51.518426], [-0.079921, 51.518419], [-0.079962, 51.518466], [-0.080263, 51.518549]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5112, &quot;postcode&quot;: &quot;EC2M 3TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080042, 51.520123], [-0.079967, 51.520292], [-0.07991, 51.520296], [-0.079877, 51.520322], [-0.079878, 51.520353], [-0.079907, 51.520375], [-0.079878, 51.520426], [-0.079802, 51.520469], [-0.079461, 51.520421], [-0.079404, 51.520429], [-0.079124, 51.520393], [-0.079107, 51.520378], [-0.079165, 51.520064], [-0.079188, 51.520053], [-0.079298, 51.520054], [-0.079333, 51.519996], [-0.079534, 51.52001], [-0.079708, 51.519926], [-0.079852, 51.519944], [-0.07994, 51.520037], [-0.079943, 51.520092], [-0.080042, 51.520123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2740, &quot;postcode&quot;: &quot;EC2M 3TY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082648, 51.516517], [-0.082632, 51.516562], [-0.082585, 51.516579], [-0.082567, 51.516612], [-0.082288, 51.516609], [-0.082173, 51.516593], [-0.082122, 51.516613], [-0.081699, 51.516639], [-0.081394, 51.516675], [-0.081611, 51.516369], [-0.081554, 51.516231], [-0.081573, 51.516205], [-0.081733, 51.516183], [-0.081826, 51.516101], [-0.081892, 51.516091], [-0.082168, 51.516223], [-0.082089, 51.51632], [-0.082114, 51.516364], [-0.082585, 51.51643], [-0.082579, 51.516488], [-0.082648, 51.516517]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2903, &quot;postcode&quot;: &quot;EC2M 3UE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080676, 51.519228], [-0.080642, 51.519269], [-0.080297, 51.519462], [-0.080185, 51.51963], [-0.080031, 51.519668], [-0.080024, 51.519817], [-0.079853, 51.519943], [-0.079708, 51.519926], [-0.079461, 51.519681], [-0.079472, 51.519501], [-0.079437, 51.519479], [-0.079364, 51.519467], [-0.07946, 51.519188], [-0.079918, 51.519232], [-0.080112, 51.519202], [-0.080346, 51.519118], [-0.080676, 51.519228]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4346, &quot;postcode&quot;: &quot;EC2M 3WA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08357, 51.516146], [-0.083465, 51.516256], [-0.082282, 51.516104], [-0.08222, 51.516127], [-0.082177, 51.516226], [-0.08196, 51.516116], [-0.082059, 51.516137], [-0.082135, 51.516109], [-0.082147, 51.516076], [-0.082096, 51.515984], [-0.082162, 51.515904], [-0.082139, 51.515877], [-0.08209, 51.515866], [-0.082298, 51.515697], [-0.082347, 51.515708], [-0.082398, 51.515695], [-0.082566, 51.515549], [-0.083243, 51.515857], [-0.083137, 51.516016], [-0.08316, 51.516059], [-0.08357, 51.516146]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4203, &quot;postcode&quot;: &quot;EC2M 3XD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080242, 51.518671], [-0.080283, 51.518705], [-0.080096, 51.518768], [-0.080017, 51.518738], [-0.080043, 51.51868], [-0.080242, 51.518671]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 125, &quot;postcode&quot;: &quot;EC2M 3XU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080346, 51.519118], [-0.080109, 51.519204], [-0.079912, 51.519233], [-0.079522, 51.519199], [-0.079457, 51.51922], [-0.079378, 51.519442], [-0.079413, 51.519472], [-0.07949, 51.519486], [-0.079464, 51.51968], [-0.079708, 51.519926], [-0.079415, 51.520084], [-0.079233, 51.520061], [-0.079175, 51.520076], [-0.079111, 51.520359], [-0.079148, 51.520394], [-0.079252, 51.52041], [-0.079245, 51.52049], [-0.078981, 51.520477], [-0.079048, 51.519985], [-0.079149, 51.519657], [-0.079385, 51.519264], [-0.079455, 51.519197], [-0.079566, 51.518995], [-0.079613, 51.518961], [-0.079668, 51.518838], [-0.080221, 51.518952], [-0.080296, 51.518986], [-0.080346, 51.519118]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4343, &quot;postcode&quot;: &quot;EC2M 3YD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080096, 51.518768], [-0.080283, 51.518705], [-0.080363, 51.518772], [-0.080296, 51.518986], [-0.08022, 51.518951], [-0.080092, 51.518858], [-0.080096, 51.518768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 373, &quot;postcode&quot;: &quot;EC2M 3YX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079353, 51.516444], [-0.079259, 51.516535], [-0.07907, 51.516494], [-0.078997, 51.516514], [-0.078225, 51.517489], [-0.07749, 51.517408], [-0.077168, 51.516885], [-0.076973, 51.516657], [-0.077879, 51.515927], [-0.078039, 51.516002], [-0.078086, 51.516003], [-0.078127, 51.515984], [-0.07848, 51.516244], [-0.07859, 51.516299], [-0.07865, 51.516307], [-0.078704, 51.516282], [-0.078694, 51.516163], [-0.07872, 51.516126], [-0.079119, 51.516308], [-0.079269, 51.516357], [-0.079353, 51.516444]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15484, &quot;postcode&quot;: &quot;EC2M 4AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081319, 51.516478], [-0.08122, 51.516584], [-0.080982, 51.516528], [-0.080927, 51.516544], [-0.080901, 51.516592], [-0.080709, 51.516509], [-0.080784, 51.516494], [-0.080896, 51.516502], [-0.080954, 51.51645], [-0.081054, 51.516486], [-0.081101, 51.516489], [-0.081187, 51.516464], [-0.081223, 51.516433], [-0.081319, 51.516478]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 324, &quot;postcode&quot;: &quot;EC2M 4AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080433, 51.516884], [-0.080348, 51.516878], [-0.080298, 51.516847], [-0.080169, 51.516825], [-0.079712, 51.516677], [-0.079759, 51.516611], [-0.079974, 51.516678], [-0.079958, 51.516718], [-0.079992, 51.516751], [-0.080433, 51.516884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 189, &quot;postcode&quot;: &quot;EC2M 4AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08122, 51.516585], [-0.081195, 51.516614], [-0.081083, 51.516618], [-0.081031, 51.516672], [-0.081011, 51.516641], [-0.080901, 51.516592], [-0.080922, 51.516535], [-0.080993, 51.516527], [-0.08122, 51.516585]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 166, &quot;postcode&quot;: &quot;EC2M 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080634, 51.516965], [-0.080676, 51.516953], [-0.080784, 51.516986], [-0.080688, 51.517107], [-0.080447, 51.517037], [-0.080463, 51.517016], [-0.080585, 51.516979], [-0.08073, 51.51702], [-0.080617, 51.516988], [-0.080634, 51.516965]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC2M 4LN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080682, 51.517094], [-0.080675, 51.517124], [-0.080548, 51.517256], [-0.080049, 51.517354], [-0.079952, 51.517325], [-0.080042, 51.517222], [-0.080021, 51.517174], [-0.080418, 51.51703], [-0.080682, 51.517094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1012, &quot;postcode&quot;: &quot;EC2M 4LX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079362, 51.517309], [-0.078979, 51.517488], [-0.078688, 51.517421], [-0.078881, 51.517145], [-0.079362, 51.517309]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 938, &quot;postcode&quot;: &quot;EC2M 4NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080339, 51.517482], [-0.080119, 51.517695], [-0.079895, 51.517592], [-0.079935, 51.517547], [-0.079985, 51.517557], [-0.080035, 51.517542], [-0.080051, 51.517489], [-0.080232, 51.517447], [-0.080339, 51.517482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 412, &quot;postcode&quot;: &quot;EC2M 4NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081779, 51.516268], [-0.081723, 51.516267], [-0.081684, 51.516285], [-0.081452, 51.516589], [-0.081403, 51.516615], [-0.081302, 51.51682], [-0.081192, 51.516941], [-0.081062, 51.517052], [-0.080922, 51.517224], [-0.080325, 51.517778], [-0.080323, 51.517813], [-0.080454, 51.518034], [-0.080201, 51.518077], [-0.080137, 51.518067], [-0.080086, 51.518094], [-0.079882, 51.518413], [-0.079454, 51.519198], [-0.079384, 51.519266], [-0.079148, 51.519659], [-0.079039, 51.520032], [-0.078956, 51.520653], [-0.078971, 51.520759], [-0.078748, 51.520742], [-0.079407, 51.518909], [-0.079373, 51.51886], [-0.079283, 51.518858], [-0.079443, 51.518471], [-0.079477, 51.518296], [-0.07955, 51.518158], [-0.079508, 51.518115], [-0.079334, 51.518091], [-0.079324, 51.518049], [-0.079244, 51.518008], [-0.079159, 51.51799], [-0.078945, 51.517977], [-0.07895, 51.517883], [-0.078899, 51.517849], [-0.078918, 51.517776], [-0.079051, 51.517787], [-0.079119, 51.517709], [-0.079487, 51.517791], [-0.079535, 51.517773], [-0.079599, 51.517692], [-0.079658, 51.517704], [-0.079704, 51.517693], [-0.079774, 51.517701], [-0.079857, 51.517741], [-0.079855, 51.517778], [-0.079894, 51.517805], [-0.07998, 51.517803], [-0.080276, 51.517552], [-0.080673, 51.517126], [-0.081091, 51.516604], [-0.081166, 51.516609], [-0.081213, 51.516593], [-0.081475, 51.516306], [-0.081585, 51.516318], [-0.081656, 51.516244], [-0.081779, 51.516268]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10913, &quot;postcode&quot;: &quot;EC2M 4NR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079971, 51.517801], [-0.079937, 51.517827], [-0.079753, 51.517734], [-0.079648, 51.517706], [-0.079581, 51.51772], [-0.079521, 51.517793], [-0.079275, 51.517732], [-0.079638, 51.517604], [-0.07977, 51.517648], [-0.079777, 51.517701], [-0.079971, 51.517801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 401, &quot;postcode&quot;: &quot;EC2M 4NS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079532, 51.518198], [-0.079458, 51.518373], [-0.079195, 51.51837], [-0.079148, 51.518305], [-0.079094, 51.518285], [-0.079104, 51.518248], [-0.079172, 51.518227], [-0.079196, 51.518193], [-0.07946, 51.518228], [-0.079532, 51.518198]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 414, &quot;postcode&quot;: &quot;EC2M 4PT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07945, 51.518409], [-0.079356, 51.518688], [-0.079308, 51.518722], [-0.079325, 51.518762], [-0.079283, 51.518858], [-0.07909, 51.518876], [-0.079133, 51.518729], [-0.079187, 51.518723], [-0.079216, 51.518699], [-0.07921, 51.518644], [-0.079149, 51.518616], [-0.078867, 51.518619], [-0.078848, 51.518527], [-0.0791, 51.518507], [-0.079138, 51.518477], [-0.079131, 51.518427], [-0.07945, 51.518409]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1010, &quot;postcode&quot;: &quot;EC2M 4QD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079355, 51.518689], [-0.079325, 51.518762], [-0.07919, 51.51874], [-0.079132, 51.518754], [-0.07909, 51.518876], [-0.078845, 51.518883], [-0.078833, 51.518839], [-0.078774, 51.518817], [-0.078432, 51.518827], [-0.078385, 51.518844], [-0.07837, 51.518874], [-0.078158, 51.518875], [-0.078168, 51.518657], [-0.078227, 51.518655], [-0.078269, 51.518632], [-0.078855, 51.518566], [-0.078868, 51.518595], [-0.078905, 51.518615], [-0.079233, 51.518623], [-0.079255, 51.518669], [-0.079355, 51.518689]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1963, &quot;postcode&quot;: &quot;EC2M 4QH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08042, 51.516888], [-0.080189, 51.516964], [-0.080142, 51.516957], [-0.079857, 51.516868], [-0.07989, 51.516791], [-0.079789, 51.516748], [-0.079882, 51.516757], [-0.079928, 51.516744], [-0.08042, 51.516888]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 476, &quot;postcode&quot;: &quot;EC2M 4RH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079918, 51.516784], [-0.079806, 51.516935], [-0.07975, 51.516923], [-0.079703, 51.516932], [-0.079636, 51.517018], [-0.079487, 51.516977], [-0.079576, 51.516854], [-0.079554, 51.516818], [-0.079481, 51.516805], [-0.079461, 51.516787], [-0.079488, 51.516723], [-0.079529, 51.516703], [-0.079741, 51.516697], [-0.079806, 51.516751], [-0.079918, 51.516784]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 659, &quot;postcode&quot;: &quot;EC2M 4SQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079237, 51.516717], [-0.079113, 51.516875], [-0.078988, 51.516841], [-0.0791, 51.516692], [-0.079129, 51.516684], [-0.079237, 51.516717]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 190, &quot;postcode&quot;: &quot;EC2M 4TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079488, 51.516723], [-0.079461, 51.516787], [-0.079361, 51.516756], [-0.079239, 51.516909], [-0.079113, 51.516875], [-0.079237, 51.516717], [-0.079154, 51.516692], [-0.079281, 51.51663], [-0.079488, 51.516723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 366, &quot;postcode&quot;: &quot;EC2M 4TH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078979, 51.517488], [-0.078664, 51.517636], [-0.078604, 51.517645], [-0.078522, 51.517702], [-0.078346, 51.517674], [-0.07829, 51.517641], [-0.077883, 51.517617], [-0.077801, 51.517596], [-0.077801, 51.517573], [-0.078375, 51.517627], [-0.078413, 51.517601], [-0.078454, 51.517484], [-0.07851, 51.517454], [-0.078539, 51.517393], [-0.078624, 51.517401], [-0.078737, 51.51735], [-0.078712, 51.517394], [-0.078736, 51.517429], [-0.078979, 51.517488]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 875, &quot;postcode&quot;: &quot;EC2M 4TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079827, 51.517103], [-0.079562, 51.517218], [-0.079423, 51.517164], [-0.079399, 51.517126], [-0.079314, 51.517076], [-0.079388, 51.51704], [-0.079455, 51.516968], [-0.079658, 51.517025], [-0.079827, 51.517103]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 515, &quot;postcode&quot;: &quot;EC2M 4TR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080155, 51.516233], [-0.080107, 51.516252], [-0.080119, 51.516258], [-0.080005, 51.516391], [-0.079917, 51.516499], [-0.079937, 51.516475], [-0.079961, 51.516483], [-0.079936, 51.516511], [-0.080113, 51.516573], [-0.080034, 51.516668], [-0.079975, 51.516624], [-0.079932, 51.516642], [-0.079777, 51.516593], [-0.079712, 51.516677], [-0.079751, 51.516689], [-0.079741, 51.516697], [-0.079531, 51.516703], [-0.079488, 51.516723], [-0.079281, 51.51663], [-0.079259, 51.516535], [-0.079354, 51.516444], [-0.079269, 51.516357], [-0.079352, 51.516386], [-0.079156, 51.516317], [-0.07962, 51.515977], [-0.07979, 51.516076], [-0.079827, 51.516047], [-0.080155, 51.516233]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3459, &quot;postcode&quot;: &quot;EC2M 4UJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08, 51.516632], [-0.079975, 51.516678], [-0.079926, 51.516703], [-0.079927, 51.516749], [-0.079886, 51.516761], [-0.079794, 51.516742], [-0.079741, 51.516697], [-0.079792, 51.516656], [-0.079766, 51.516613], [-0.079777, 51.516593], [-0.0799, 51.516631], [-0.08, 51.516632]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 185, &quot;postcode&quot;: &quot;EC2M 4WD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078457, 51.516234], [-0.078271, 51.516093], [-0.078251, 51.515995], [-0.078344, 51.515954], [-0.07872, 51.516126], [-0.078694, 51.516163], [-0.078716, 51.516283], [-0.078638, 51.516318], [-0.078457, 51.516234]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 691, &quot;postcode&quot;: &quot;EC2M 4YA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078271, 51.516092], [-0.07816, 51.516016], [-0.078076, 51.516022], [-0.078043, 51.516006], [-0.078251, 51.515995], [-0.078271, 51.516092]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 50, &quot;postcode&quot;: &quot;EC2M 4YE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078986, 51.516975], [-0.078946, 51.516965], [-0.078948, 51.516962], [-0.078986, 51.516975]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2M 4YN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079489, 51.516795], [-0.079369, 51.516945], [-0.079239, 51.516909], [-0.079361, 51.516756], [-0.079489, 51.516795]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 186, &quot;postcode&quot;: &quot;EC2M 4YT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079369, 51.516945], [-0.079489, 51.516795], [-0.079588, 51.516827], [-0.079487, 51.516977], [-0.079369, 51.516945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 159, &quot;postcode&quot;: &quot;EC2M 4YW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085626, 51.516789], [-0.08559, 51.516819], [-0.085469, 51.516799], [-0.085404, 51.516826], [-0.085252, 51.516786], [-0.085191, 51.516796], [-0.084715, 51.516734], [-0.084668, 51.51674], [-0.084637, 51.516766], [-0.084627, 51.516734], [-0.084587, 51.516715], [-0.084374, 51.516687], [-0.084277, 51.516711], [-0.084182, 51.516659], [-0.0838, 51.516607], [-0.083796, 51.516542], [-0.083655, 51.516498], [-0.082637, 51.516378], [-0.0817, 51.516214], [-0.081626, 51.516236], [-0.081589, 51.516337], [-0.081529, 51.51632], [-0.081631, 51.516198], [-0.081696, 51.51619], [-0.084406, 51.516522], [-0.08447, 51.516508], [-0.084507, 51.516455], [-0.084703, 51.516526], [-0.084882, 51.516531], [-0.08508, 51.516628], [-0.085086, 51.516658], [-0.08512, 51.516679], [-0.085626, 51.516789]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3177, &quot;postcode&quot;: &quot;EC2M 5ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083681, 51.516394], [-0.084158, 51.51583], [-0.084442, 51.516001], [-0.084365, 51.515984], [-0.084647, 51.516049], [-0.084648, 51.516049], [-0.084509, 51.516272], [-0.084651, 51.516319], [-0.084802, 51.51607], [-0.085646, 51.516267], [-0.085584, 51.516385], [-0.085716, 51.516378], [-0.085732, 51.516397], [-0.085913, 51.516434], [-0.085695, 51.516752], [-0.085762, 51.516763], [-0.085669, 51.516813], [-0.085598, 51.516813], [-0.085626, 51.516789], [-0.085435, 51.516748], [-0.085173, 51.516611], [-0.085199, 51.516593], [-0.08487, 51.516488], [-0.084882, 51.516531], [-0.084706, 51.516528], [-0.084507, 51.516455], [-0.084472, 51.516516], [-0.084442, 51.516528], [-0.083704, 51.516433], [-0.083681, 51.516394]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7088, &quot;postcode&quot;: &quot;EC2M 5NG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085762, 51.516763], [-0.08603, 51.516805], [-0.08609, 51.516826], [-0.086098, 51.516863], [-0.086069, 51.516881], [-0.08559, 51.51682], [-0.085669, 51.516813], [-0.085762, 51.516763]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 226, &quot;postcode&quot;: &quot;EC2M 5PD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086098, 51.516863], [-0.086089, 51.516883], [-0.086069, 51.516881], [-0.086098, 51.516863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2M 5PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088734, 51.517337], [-0.088794, 51.517413], [-0.08869, 51.517418], [-0.088734, 51.517337]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 33, &quot;postcode&quot;: &quot;EC2M 5QA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088196, 51.517166], [-0.087986, 51.517131], [-0.087985, 51.517131], [-0.08813, 51.517137], [-0.088196, 51.517166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC2M 5QD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087464, 51.517042], [-0.087288, 51.517013], [-0.08729, 51.517012], [-0.087464, 51.517042]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2M 5QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089244, 51.517167], [-0.089229, 51.517219], [-0.089271, 51.517226], [-0.089244, 51.517306], [-0.089307, 51.517316], [-0.089313, 51.517426], [-0.089247, 51.517417], [-0.089259, 51.517398], [-0.089071, 51.517368], [-0.089059, 51.517389], [-0.089019, 51.517384], [-0.089108, 51.517274], [-0.089118, 51.517192], [-0.089099, 51.51719], [-0.089118, 51.517127], [-0.089328, 51.517149], [-0.089319, 51.517178], [-0.089244, 51.517167]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 376, &quot;postcode&quot;: &quot;EC2M 5QX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088593, 51.517035], [-0.088549, 51.51716], [-0.088561, 51.517223], [-0.08828, 51.517179], [-0.088312, 51.517147], [-0.088381, 51.517159], [-0.088429, 51.517142], [-0.088493, 51.51702], [-0.088593, 51.517035]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC2M 5TB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08861, 51.51669], [-0.088529, 51.516946], [-0.088477, 51.516951], [-0.088385, 51.517], [-0.08831, 51.517154], [-0.087984, 51.51713], [-0.087588, 51.517063], [-0.087679, 51.516955], [-0.087727, 51.516861], [-0.0878, 51.516466], [-0.088191, 51.516497], [-0.088245, 51.516482], [-0.08829, 51.516498], [-0.088236, 51.516613], [-0.088262, 51.516652], [-0.08861, 51.51669]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3465, &quot;postcode&quot;: &quot;EC2M 5TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088529, 51.516946], [-0.088421, 51.517171], [-0.088334, 51.517158], [-0.08828, 51.517179], [-0.088196, 51.517166], [-0.088151, 51.517143], [-0.088304, 51.517138], [-0.088396, 51.516971], [-0.088438, 51.516962], [-0.088465, 51.516936], [-0.088529, 51.516946]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 227, &quot;postcode&quot;: &quot;EC2M 5TF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086098, 51.516863], [-0.08609, 51.516826], [-0.086101, 51.516817], [-0.086119, 51.51682], [-0.086098, 51.516863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5, &quot;postcode&quot;: &quot;EC2M 5TN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086603, 51.516893], [-0.087021, 51.516967], [-0.086599, 51.516894], [-0.086603, 51.516893]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC2M 5TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08692, 51.516948], [-0.086946, 51.516955], [-0.086914, 51.516948], [-0.08692, 51.516948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2M 5TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087575, 51.51704], [-0.087604, 51.516876], [-0.087708, 51.516885], [-0.08772, 51.51691], [-0.087703, 51.516907], [-0.087624, 51.51707], [-0.088239, 51.517174], [-0.088239, 51.517144], [-0.088267, 51.517148], [-0.08824, 51.517147], [-0.088267, 51.517149], [-0.088267, 51.517178], [-0.088356, 51.51719], [-0.088359, 51.517159], [-0.088392, 51.517165], [-0.088392, 51.517195], [-0.088622, 51.517231], [-0.08864, 51.517205], [-0.088661, 51.517209], [-0.088652, 51.517235], [-0.088749, 51.517247], [-0.088757, 51.517225], [-0.08878, 51.517228], [-0.088751, 51.517307], [-0.087578, 51.517133], [-0.086089, 51.516883], [-0.086119, 51.51682], [-0.086481, 51.516877], [-0.086546, 51.516912], [-0.086591, 51.516912], [-0.086601, 51.516892], [-0.087535, 51.517054], [-0.087575, 51.51704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1452, &quot;postcode&quot;: &quot;EC2M 5TR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086958, 51.516177], [-0.086591, 51.516912], [-0.086523, 51.516907], [-0.086481, 51.516877], [-0.086385, 51.516864], [-0.086729, 51.516138], [-0.086958, 51.516177]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1314, &quot;postcode&quot;: &quot;EC2M 5TU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089005, 51.517783], [-0.088969, 51.517835], [-0.088889, 51.517829], [-0.088842, 51.517865], [-0.088691, 51.517836], [-0.088625, 51.517858], [-0.088631, 51.517801], [-0.088669, 51.517778], [-0.088681, 51.517731], [-0.088633, 51.5177], [-0.088554, 51.517717], [-0.088552, 51.517704], [-0.08869, 51.517418], [-0.088793, 51.517415], [-0.088786, 51.517467], [-0.088826, 51.517507], [-0.088855, 51.517677], [-0.088901, 51.517704], [-0.088912, 51.517758], [-0.089005, 51.517783]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 769, &quot;postcode&quot;: &quot;EC2M 6SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088645, 51.517555], [-0.088581, 51.517628], [-0.088531, 51.517758], [-0.088486, 51.517791], [-0.088619, 51.517549], [-0.088645, 51.517555]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 33, &quot;postcode&quot;: &quot;EC2M 6SE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08945, 51.518002], [-0.089448, 51.518083], [-0.089361, 51.518141], [-0.089319, 51.518131], [-0.089318, 51.518095], [-0.089277, 51.518071], [-0.089122, 51.518039], [-0.089054, 51.518064], [-0.088889, 51.518345], [-0.088846, 51.51837], [-0.088748, 51.518554], [-0.088752, 51.518589], [-0.088796, 51.518612], [-0.088748, 51.518618], [-0.088713, 51.518647], [-0.088347, 51.519306], [-0.088247, 51.519388], [-0.08822, 51.519439], [-0.088129, 51.519411], [-0.088136, 51.519378], [-0.088102, 51.519349], [-0.087826, 51.519292], [-0.088213, 51.518589], [-0.088207, 51.518559], [-0.088177, 51.518539], [-0.088074, 51.518544], [-0.088176, 51.518358], [-0.088207, 51.518339], [-0.088233, 51.518367], [-0.088284, 51.518377], [-0.088344, 51.518351], [-0.088752, 51.517611], [-0.088407, 51.518258], [-0.088428, 51.518306], [-0.088645, 51.518348], [-0.088695, 51.518376], [-0.088766, 51.518364], [-0.089053, 51.517905], [-0.089166, 51.517931], [-0.089213, 51.517963], [-0.08945, 51.518002]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5018, &quot;postcode&quot;: &quot;EC2M 6TX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087912, 51.51884], [-0.087801, 51.519066], [-0.087787, 51.519068], [-0.087912, 51.51884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 24, &quot;postcode&quot;: &quot;EC2M 6UR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08803, 51.518656], [-0.087922, 51.51885], [-0.08792, 51.518851], [-0.088017, 51.518647], [-0.08803, 51.518656]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 25, &quot;postcode&quot;: &quot;EC2M 6XB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089097, 51.517746], [-0.089027, 51.517862], [-0.089052, 51.517906], [-0.08813, 51.519411], [-0.087908, 51.519389], [-0.087566, 51.519435], [-0.087516, 51.519406], [-0.087495, 51.519244], [-0.087511, 51.519227], [-0.087566, 51.519241], [-0.087661, 51.519235], [-0.087709, 51.51921], [-0.088264, 51.518237], [-0.088392, 51.518264], [-0.087846, 51.519262], [-0.087882, 51.519302], [-0.088074, 51.519343], [-0.088123, 51.519342], [-0.08816, 51.519322], [-0.088645, 51.518348], [-0.0887, 51.518318], [-0.089043, 51.517735], [-0.089097, 51.517746]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2860, &quot;postcode&quot;: &quot;EC2M 6XQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085168, 51.516793], [-0.085061, 51.516781], [-0.085048, 51.51675], [-0.085007, 51.516733], [-0.085081, 51.516628], [-0.085116, 51.516678], [-0.085105, 51.51672], [-0.085148, 51.516749], [-0.085168, 51.516793]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 91, &quot;postcode&quot;: &quot;EC2M 7AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085433, 51.516861], [-0.085138, 51.517108], [-0.084804, 51.517017], [-0.084819, 51.516966], [-0.084874, 51.516936], [-0.084941, 51.516766], [-0.085094, 51.516781], [-0.085156, 51.516741], [-0.085161, 51.516707], [-0.085116, 51.516678], [-0.085093, 51.516627], [-0.085173, 51.516611], [-0.085434, 51.516748], [-0.085387, 51.516791], [-0.085433, 51.516861]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1307, &quot;postcode&quot;: &quot;EC2M 7AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085138, 51.517108], [-0.084814, 51.517376], [-0.084745, 51.517342], [-0.08476, 51.517308], [-0.084889, 51.517288], [-0.08494, 51.517218], [-0.08493, 51.517188], [-0.084867, 51.517151], [-0.084495, 51.51706], [-0.084439, 51.517084], [-0.084371, 51.517224], [-0.084202, 51.517202], [-0.084276, 51.517026], [-0.084272, 51.516972], [-0.08423, 51.516947], [-0.084238, 51.516921], [-0.084329, 51.516854], [-0.084814, 51.516976], [-0.084813, 51.517011], [-0.084842, 51.517034], [-0.085138, 51.517108]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1310, &quot;postcode&quot;: &quot;EC2M 7EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085969, 51.516868], [-0.087578, 51.517133], [-0.088337, 51.517239], [-0.088666, 51.517293], [-0.088659, 51.517308], [-0.088743, 51.517322], [-0.087684, 51.519256], [-0.086187, 51.518736], [-0.086143, 51.518808], [-0.083883, 51.518163], [-0.084338, 51.517765], [-0.085433, 51.516861], [-0.085399, 51.516836], [-0.085427, 51.516785], [-0.08559, 51.51682], [-0.085969, 51.516868]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 52811, &quot;postcode&quot;: &quot;EC2M 7EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084049, 51.517953], [-0.084137, 51.51794], [-0.084089, 51.517983], [-0.084049, 51.517953]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC2M 7JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086412, 51.518888], [-0.086395, 51.518911], [-0.086067, 51.519064], [-0.085992, 51.519057], [-0.086087, 51.518874], [-0.085909, 51.518787], [-0.085854, 51.518782], [-0.08581, 51.518802], [-0.085642, 51.518994], [-0.085594, 51.519005], [-0.08556, 51.519037], [-0.085344, 51.518978], [-0.085347, 51.518867], [-0.08524, 51.518837], [-0.085116, 51.518768], [-0.085264, 51.518555], [-0.085851, 51.518729], [-0.085857, 51.518758], [-0.085893, 51.518779], [-0.085943, 51.51878], [-0.085984, 51.518761], [-0.086412, 51.518888]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1987, &quot;postcode&quot;: &quot;EC2M 7LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084678, 51.517491], [-0.084387, 51.51773], [-0.083838, 51.517641], [-0.083826, 51.517603], [-0.083679, 51.51758], [-0.083686, 51.517564], [-0.083731, 51.517557], [-0.08394, 51.517545], [-0.084374, 51.517563], [-0.084525, 51.517431], [-0.084678, 51.517491]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 933, &quot;postcode&quot;: &quot;EC2M 7NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084506, 51.51745], [-0.084374, 51.517563], [-0.084041, 51.517542], [-0.083882, 51.517548], [-0.08383, 51.517574], [-0.083831, 51.517618], [-0.083868, 51.517645], [-0.084287, 51.517713], [-0.084236, 51.517839], [-0.084006, 51.517804], [-0.083956, 51.517818], [-0.083931, 51.517858], [-0.08376, 51.517835], [-0.083696, 51.517854], [-0.083251, 51.517796], [-0.083274, 51.517736], [-0.08326, 51.517707], [-0.083203, 51.517689], [-0.083134, 51.517621], [-0.083034, 51.517598], [-0.083089, 51.517535], [-0.083168, 51.517547], [-0.083216, 51.517531], [-0.083243, 51.517428], [-0.083807, 51.517508], [-0.08387, 51.517494], [-0.083906, 51.517428], [-0.083872, 51.517391], [-0.083445, 51.51732], [-0.083458, 51.517288], [-0.083512, 51.517289], [-0.083568, 51.517261], [-0.083827, 51.517337], [-0.084052, 51.51731], [-0.084062, 51.517358], [-0.084184, 51.517386], [-0.084182, 51.51743], [-0.084227, 51.517456], [-0.08441, 51.517479], [-0.084487, 51.517439], [-0.084506, 51.51745]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3130, &quot;postcode&quot;: &quot;EC2M 7NX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083205, 51.517558], [-0.083137, 51.517591], [-0.083169, 51.517652], [-0.082901, 51.517688], [-0.082754, 51.517547], [-0.082638, 51.517537], [-0.08258, 51.517485], [-0.08241, 51.51745], [-0.08232, 51.51741], [-0.082212, 51.517428], [-0.082046, 51.517425], [-0.081902, 51.517311], [-0.081927, 51.517286], [-0.082164, 51.517339], [-0.082231, 51.517322], [-0.082624, 51.5174], [-0.08258, 51.517454], [-0.082607, 51.517493], [-0.082905, 51.517535], [-0.083006, 51.517544], [-0.083071, 51.517531], [-0.083102, 51.517511], [-0.08313, 51.517456], [-0.083205, 51.517558]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 896, &quot;postcode&quot;: &quot;EC2M 7PD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08431, 51.51686], [-0.084245, 51.516911], [-0.084232, 51.516977], [-0.083479, 51.516827], [-0.082874, 51.516754], [-0.08211, 51.516735], [-0.081611, 51.516768], [-0.081556, 51.516795], [-0.081471, 51.516988], [-0.081509, 51.517032], [-0.081621, 51.517035], [-0.081672, 51.517014], [-0.081755, 51.517015], [-0.081826, 51.516931], [-0.081929, 51.516974], [-0.081984, 51.516973], [-0.082736, 51.517106], [-0.082802, 51.517091], [-0.082949, 51.517115], [-0.083042, 51.517101], [-0.08307, 51.517127], [-0.083137, 51.51714], [-0.083174, 51.517203], [-0.083231, 51.51723], [-0.083229, 51.517264], [-0.083266, 51.51729], [-0.08395, 51.517401], [-0.083894, 51.517458], [-0.083892, 51.517522], [-0.0832, 51.517413], [-0.083141, 51.517436], [-0.083101, 51.517516], [-0.083015, 51.517545], [-0.082696, 51.5175], [-0.08263, 51.517507], [-0.082563, 51.517543], [-0.082523, 51.517534], [-0.082573, 51.517424], [-0.082536, 51.517383], [-0.082286, 51.517333], [-0.082213, 51.517351], [-0.081976, 51.517297], [-0.08191, 51.517307], [-0.081829, 51.517285], [-0.08135, 51.517297], [-0.080786, 51.51735], [-0.08094, 51.517204], [-0.081463, 51.517165], [-0.081514, 51.517144], [-0.081548, 51.517079], [-0.081528, 51.517042], [-0.08145, 51.517031], [-0.081389, 51.517072], [-0.081327, 51.517058], [-0.081239, 51.516961], [-0.081191, 51.516942], [-0.081302, 51.51682], [-0.081371, 51.516679], [-0.0814, 51.516674], [-0.081999, 51.516618], [-0.082301, 51.516609], [-0.082752, 51.516619], [-0.08345, 51.516693], [-0.08431, 51.51686]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9131, &quot;postcode&quot;: &quot;EC2M 7PN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082027, 51.516876], [-0.082012, 51.516904], [-0.081952, 51.516901], [-0.081902, 51.516937], [-0.081822, 51.516947], [-0.081765, 51.51703], [-0.081711, 51.517024], [-0.081579, 51.517047], [-0.081529, 51.517116], [-0.081389, 51.517072], [-0.08145, 51.517017], [-0.081537, 51.516852], [-0.081513, 51.516816], [-0.08142, 51.516791], [-0.081499, 51.516781], [-0.081773, 51.51683], [-0.081835, 51.51682], [-0.081902, 51.516852], [-0.082027, 51.516876]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 731, &quot;postcode&quot;: &quot;EC2M 7PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082303, 51.517406], [-0.08241, 51.51745], [-0.082563, 51.51748], [-0.082523, 51.517534], [-0.082563, 51.517544], [-0.082613, 51.517514], [-0.082638, 51.517537], [-0.082442, 51.517602], [-0.082375, 51.517648], [-0.082177, 51.517603], [-0.082212, 51.517428], [-0.082303, 51.517406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 498, &quot;postcode&quot;: &quot;EC2M 7PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083629, 51.51807], [-0.083597, 51.518174], [-0.083464, 51.518173], [-0.083399, 51.518239], [-0.083262, 51.518218], [-0.08321, 51.518188], [-0.083104, 51.518191], [-0.082873, 51.518138], [-0.082734, 51.518177], [-0.082726, 51.518269], [-0.08254, 51.518604], [-0.082549, 51.518633], [-0.082588, 51.518653], [-0.082534, 51.518743], [-0.08259, 51.518825], [-0.082531, 51.51897], [-0.082324, 51.519004], [-0.082279, 51.519035], [-0.082289, 51.519347], [-0.082138, 51.519407], [-0.082085, 51.519398], [-0.082041, 51.519411], [-0.081587, 51.519344], [-0.081297, 51.519441], [-0.080786, 51.51922], [-0.081183, 51.518693], [-0.081156, 51.518655], [-0.080968, 51.51858], [-0.080855, 51.518482], [-0.080898, 51.518273], [-0.080883, 51.518244], [-0.080835, 51.518227], [-0.080624, 51.518223], [-0.080628, 51.51811], [-0.080663, 51.518065], [-0.080764, 51.518079], [-0.080924, 51.518152], [-0.081055, 51.518128], [-0.081187, 51.517992], [-0.081152, 51.517897], [-0.081098, 51.51787], [-0.081033, 51.517884], [-0.080934, 51.518044], [-0.08094, 51.517875], [-0.080922, 51.517847], [-0.080666, 51.517799], [-0.080449, 51.517713], [-0.080477, 51.51763], [-0.080721, 51.517411], [-0.080837, 51.517344], [-0.081351, 51.517297], [-0.081876, 51.517285], [-0.081905, 51.517306], [-0.08188, 51.51737], [-0.081913, 51.517398], [-0.082031, 51.517425], [-0.082212, 51.517428], [-0.082182, 51.517573], [-0.082223, 51.517613], [-0.082371, 51.517639], [-0.082638, 51.517537], [-0.08276, 51.517543], [-0.0829, 51.517688], [-0.082853, 51.517752], [-0.082907, 51.517835], [-0.082859, 51.51791], [-0.08289, 51.517952], [-0.082952, 51.517958], [-0.083033, 51.517929], [-0.083078, 51.517997], [-0.0832, 51.518027], [-0.083251, 51.518023], [-0.083287, 51.518071], [-0.083327, 51.518089], [-0.083383, 51.518085], [-0.083492, 51.518037], [-0.083501, 51.518071], [-0.083539, 51.51809], [-0.083588, 51.518089], [-0.083629, 51.51807]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 27731, &quot;postcode&quot;: &quot;EC2M 7PY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083278, 51.51806], [-0.083338, 51.518051], [-0.083364, 51.518094], [-0.08335, 51.518124], [-0.083294, 51.518123], [-0.083235, 51.518193], [-0.083205, 51.518186], [-0.083209, 51.518098], [-0.08325, 51.518101], [-0.083278, 51.51806]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 88, &quot;postcode&quot;: &quot;EC2M 7QA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081596, 51.517152], [-0.08109, 51.517037], [-0.081092, 51.51703], [-0.081189, 51.516952], [-0.081252, 51.516976], [-0.081333, 51.517058], [-0.081529, 51.517117], [-0.081596, 51.517152]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 172, &quot;postcode&quot;: &quot;EC2M 7QN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085195, 51.515303], [-0.0851, 51.515489], [-0.08512, 51.515526], [-0.085174, 51.515543], [-0.085146, 51.515582], [-0.085002, 51.515562], [-0.084965, 51.515582], [-0.084897, 51.515673], [-0.08481, 51.515682], [-0.084733, 51.515672], [-0.084678, 51.515707], [-0.08457, 51.515684], [-0.084519, 51.515643], [-0.084393, 51.515619], [-0.084328, 51.515636], [-0.084632, 51.515271], [-0.085029, 51.515048], [-0.085048, 51.5151], [-0.085089, 51.515122], [-0.085099, 51.515208], [-0.085136, 51.515234], [-0.085152, 51.515284], [-0.085195, 51.515303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2324, &quot;postcode&quot;: &quot;EC2N 1AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086881, 51.514783], [-0.086642, 51.514822], [-0.08611, 51.514869], [-0.085628, 51.514852], [-0.086006, 51.514462], [-0.086227, 51.514292], [-0.086881, 51.514783]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2885, &quot;postcode&quot;: &quot;EC2N 1AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084652, 51.515128], [-0.084521, 51.515234], [-0.084476, 51.515228], [-0.084618, 51.515109], [-0.084652, 51.515128]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 48, &quot;postcode&quot;: &quot;EC2N 1DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084934, 51.51497], [-0.084607, 51.51514], [-0.084545, 51.515215], [-0.084483, 51.515221], [-0.084582, 51.515135], [-0.084587, 51.515101], [-0.084506, 51.515048], [-0.084499, 51.515], [-0.084354, 51.51492], [-0.084601, 51.514744], [-0.084934, 51.51497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 905, &quot;postcode&quot;: &quot;EC2N 1DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086217, 51.514299], [-0.08602, 51.514451], [-0.085808, 51.514659], [-0.085758, 51.514684], [-0.085682, 51.514799], [-0.085542, 51.514933], [-0.085248, 51.514983], [-0.085034, 51.515047], [-0.084747, 51.515199], [-0.084626, 51.515291], [-0.083694, 51.516378], [-0.083696, 51.516412], [-0.083729, 51.516433], [-0.083925, 51.516458], [-0.083709, 51.516437], [-0.083476, 51.516389], [-0.083509, 51.516365], [-0.083618, 51.516163], [-0.084483, 51.515221], [-0.084547, 51.515211], [-0.084652, 51.515128], [-0.084906, 51.514975], [-0.084893, 51.514937], [-0.084645, 51.514764], [-0.084567, 51.514751], [-0.084391, 51.514402], [-0.085059, 51.514287], [-0.08511, 51.514294], [-0.085493, 51.51424], [-0.085824, 51.514215], [-0.086097, 51.514212], [-0.086217, 51.514299]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9360, &quot;postcode&quot;: &quot;EC2N 1DW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084717, 51.514814], [-0.084624, 51.514767], [-0.084551, 51.514779], [-0.084614, 51.514741], [-0.084717, 51.514814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13, &quot;postcode&quot;: &quot;EC2N 1DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084588, 51.51596], [-0.084555, 51.516028], [-0.084442, 51.516001], [-0.084218, 51.515854], [-0.08442, 51.515922], [-0.084588, 51.51596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 138, &quot;postcode&quot;: &quot;EC2N 1ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084476, 51.515228], [-0.084029, 51.515726], [-0.083317, 51.515471], [-0.083403, 51.515384], [-0.08332, 51.515355], [-0.08335, 51.515316], [-0.083161, 51.515242], [-0.083347, 51.515083], [-0.083053, 51.514953], [-0.083247, 51.51481], [-0.08371, 51.514527], [-0.083783, 51.514519], [-0.083891, 51.51459], [-0.08393, 51.514659], [-0.084054, 51.514636], [-0.084072, 51.514673], [-0.084344, 51.514622], [-0.084327, 51.514585], [-0.084465, 51.514559], [-0.084567, 51.514751], [-0.084601, 51.514744], [-0.084354, 51.51492], [-0.084542, 51.515022], [-0.084506, 51.515048], [-0.084618, 51.515109], [-0.084476, 51.515228]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8856, &quot;postcode&quot;: &quot;EC2N 1HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084034, 51.515729], [-0.083613, 51.516155], [-0.083114, 51.516052], [-0.083225, 51.515865], [-0.083201, 51.515839], [-0.083007, 51.515754], [-0.083182, 51.51559], [-0.083232, 51.515603], [-0.083277, 51.515594], [-0.083381, 51.515494], [-0.084034, 51.515729]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2972, &quot;postcode&quot;: &quot;EC2N 1HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082955, 51.516244], [-0.082953, 51.516261], [-0.082898, 51.51628], [-0.082878, 51.516265], [-0.082885, 51.516237], [-0.082955, 51.516244]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC2N 1HU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083937, 51.515816], [-0.083819, 51.515951], [-0.083809, 51.51595], [-0.083937, 51.515816]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC2N 1HW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083819, 51.515951], [-0.083597, 51.516202], [-0.083576, 51.516197], [-0.08357, 51.516146], [-0.083637, 51.516129], [-0.083819, 51.515951]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 40, &quot;postcode&quot;: &quot;EC2N 1HZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087851, 51.514691], [-0.087713, 51.514703], [-0.086874, 51.514853], [-0.086694, 51.514874], [-0.086644, 51.514907], [-0.086577, 51.514885], [-0.086344, 51.514913], [-0.08629, 51.514907], [-0.086164, 51.514933], [-0.085658, 51.514915], [-0.085543, 51.514932], [-0.085628, 51.514852], [-0.086081, 51.51487], [-0.086412, 51.514846], [-0.086832, 51.514793], [-0.08726, 51.514713], [-0.087584, 51.514644], [-0.087622, 51.51462], [-0.087699, 51.514634], [-0.087762, 51.514685], [-0.087851, 51.514691]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1143, &quot;postcode&quot;: &quot;EC2N 2AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085382, 51.516141], [-0.085445, 51.51622], [-0.085125, 51.516145], [-0.085182, 51.516103], [-0.08528, 51.516106], [-0.085382, 51.516141]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 127, &quot;postcode&quot;: &quot;EC2N 2AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086635, 51.514867], [-0.086635, 51.515022], [-0.086544, 51.515108], [-0.086383, 51.515098], [-0.086281, 51.51507], [-0.085964, 51.515159], [-0.085795, 51.515139], [-0.085619, 51.51507], [-0.08552, 51.515063], [-0.085518, 51.515024], [-0.085486, 51.514997], [-0.08547, 51.514942], [-0.085654, 51.514915], [-0.085928, 51.514925], [-0.085934, 51.51499], [-0.086006, 51.515011], [-0.086049, 51.514998], [-0.086129, 51.514933], [-0.086635, 51.514867]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1586, &quot;postcode&quot;: &quot;EC2N 2AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086031, 51.515013], [-0.086012, 51.515177], [-0.085908, 51.515137], [-0.085928, 51.514931], [-0.086129, 51.514933], [-0.086031, 51.515013]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 228, &quot;postcode&quot;: &quot;EC2N 2AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086962, 51.515601], [-0.086739, 51.515612], [-0.086697, 51.515587], [-0.086714, 51.515207], [-0.08668, 51.515176], [-0.086626, 51.515171], [-0.086544, 51.515108], [-0.086635, 51.515022], [-0.086685, 51.51502], [-0.08672, 51.514998], [-0.086733, 51.514869], [-0.08687, 51.51485], [-0.086916, 51.514852], [-0.086898, 51.514887], [-0.086959, 51.515079], [-0.086976, 51.515501], [-0.086962, 51.515601]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1556, &quot;postcode&quot;: &quot;EC2N 2AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087879, 51.514583], [-0.087781, 51.514628], [-0.087664, 51.514646], [-0.087644, 51.514679], [-0.087666, 51.514712], [-0.087515, 51.514737], [-0.087515, 51.514695], [-0.087459, 51.514672], [-0.087298, 51.514697], [-0.087191, 51.514415], [-0.087155, 51.51439], [-0.087097, 51.514388], [-0.087084, 51.51434], [-0.087275, 51.514303], [-0.087338, 51.514326], [-0.087572, 51.514301], [-0.087637, 51.514389], [-0.087745, 51.514392], [-0.087879, 51.514583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1574, &quot;postcode&quot;: &quot;EC2N 2AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086257, 51.516392], [-0.086234, 51.516441], [-0.085991, 51.516398], [-0.085944, 51.516406], [-0.085913, 51.516434], [-0.085732, 51.516397], [-0.085716, 51.516378], [-0.085831, 51.51631], [-0.086257, 51.516392]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 272, &quot;postcode&quot;: &quot;EC2N 2BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086392, 51.516865], [-0.086182, 51.516831], [-0.086279, 51.516622], [-0.086488, 51.51666], [-0.086392, 51.516865]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 364, &quot;postcode&quot;: &quot;EC2N 2DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086658, 51.515783], [-0.086687, 51.515657], [-0.086739, 51.515612], [-0.087617, 51.515602], [-0.087491, 51.515971], [-0.0878, 51.516034], [-0.087771, 51.516077], [-0.087472, 51.516024], [-0.087389, 51.516249], [-0.086729, 51.516138], [-0.086488, 51.51666], [-0.086279, 51.516622], [-0.086182, 51.516831], [-0.085695, 51.516752], [-0.085757, 51.516639], [-0.085947, 51.516389], [-0.086234, 51.516441], [-0.086289, 51.516323], [-0.086113, 51.516289], [-0.086179, 51.516203], [-0.086195, 51.516206], [-0.086275, 51.516037], [-0.086526, 51.516093], [-0.086658, 51.515783]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7163, &quot;postcode&quot;: &quot;EC2N 2DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086713, 51.515238], [-0.086704, 51.515404], [-0.086643, 51.515395], [-0.086595, 51.515418], [-0.086437, 51.515438], [-0.08625, 51.515296], [-0.086231, 51.515225], [-0.086032, 51.515168], [-0.086026, 51.515151], [-0.086303, 51.515071], [-0.086384, 51.515096], [-0.086544, 51.515108], [-0.086626, 51.515171], [-0.086639, 51.515221], [-0.086713, 51.515238]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1116, &quot;postcode&quot;: &quot;EC2N 2DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085926, 51.515582], [-0.085896, 51.515659], [-0.085853, 51.515701], [-0.085809, 51.515713], [-0.085719, 51.515698], [-0.085641, 51.515665], [-0.085449, 51.515678], [-0.08534, 51.515589], [-0.085082, 51.515523], [-0.085199, 51.515294], [-0.085367, 51.515314], [-0.085811, 51.515411], [-0.08587, 51.5154], [-0.085895, 51.515367], [-0.085927, 51.51541], [-0.085928, 51.515468], [-0.085895, 51.515519], [-0.085926, 51.515582]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1760, &quot;postcode&quot;: &quot;EC2N 2HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086437, 51.515438], [-0.086409, 51.51547], [-0.0864, 51.515542], [-0.085953, 51.515512], [-0.085947, 51.515483], [-0.08589, 51.515431], [-0.085367, 51.515314], [-0.08542, 51.51511], [-0.085473, 51.5151], [-0.08552, 51.515063], [-0.085616, 51.515068], [-0.085792, 51.515137], [-0.085883, 51.515152], [-0.085906, 51.515208], [-0.085895, 51.515373], [-0.085931, 51.515405], [-0.086201, 51.515425], [-0.086393, 51.515418], [-0.086437, 51.515438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1484, &quot;postcode&quot;: &quot;EC2N 2HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086111, 51.515779], [-0.085928, 51.51614], [-0.085868, 51.516098], [-0.085751, 51.516061], [-0.085642, 51.516051], [-0.085504, 51.51601], [-0.085434, 51.516007], [-0.085335, 51.515953], [-0.085372, 51.515868], [-0.085318, 51.515829], [-0.08537, 51.515828], [-0.085407, 51.515808], [-0.085472, 51.51572], [-0.085449, 51.515678], [-0.085661, 51.515663], [-0.085763, 51.515699], [-0.085853, 51.515701], [-0.085935, 51.51575], [-0.086111, 51.515779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1783, &quot;postcode&quot;: &quot;EC2N 2HE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085493, 51.515697], [-0.085461, 51.515757], [-0.085423, 51.51578], [-0.08535, 51.515923], [-0.085268, 51.51591], [-0.085213, 51.515925], [-0.085125, 51.516076], [-0.084828, 51.516014], [-0.084657, 51.516052], [-0.084557, 51.516028], [-0.084571, 51.515984], [-0.084542, 51.515951], [-0.084155, 51.515833], [-0.084352, 51.51561], [-0.084584, 51.515655], [-0.084631, 51.515678], [-0.084708, 51.515658], [-0.084786, 51.51567], [-0.084896, 51.515652], [-0.084967, 51.515544], [-0.085032, 51.51555], [-0.085082, 51.515523], [-0.085353, 51.51559], [-0.085388, 51.51564], [-0.085493, 51.515697]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3341, &quot;postcode&quot;: &quot;EC2N 2HG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085932, 51.516143], [-0.085831, 51.51631], [-0.085716, 51.516378], [-0.085584, 51.516385], [-0.085634, 51.516309], [-0.085627, 51.516274], [-0.085447, 51.51622], [-0.085366, 51.516139], [-0.085205, 51.51611], [-0.085124, 51.516145], [-0.084847, 51.516083], [-0.084795, 51.516094], [-0.084769, 51.516122], [-0.084657, 51.516052], [-0.084815, 51.51601], [-0.085105, 51.516061], [-0.085145, 51.516038], [-0.085221, 51.515899], [-0.08535, 51.515923], [-0.08536, 51.515963], [-0.085437, 51.516002], [-0.085552, 51.516019], [-0.085599, 51.516012], [-0.085646, 51.516047], [-0.085794, 51.516061], [-0.085932, 51.516143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1579, &quot;postcode&quot;: &quot;EC2N 2JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086476, 51.515925], [-0.08641, 51.516067], [-0.086326, 51.516051], [-0.08627, 51.516065], [-0.086195, 51.516206], [-0.086101, 51.516189], [-0.086058, 51.516147], [-0.085961, 51.516133], [-0.085949, 51.516111], [-0.086103, 51.515796], [-0.08616, 51.515787], [-0.086385, 51.515822], [-0.086378, 51.515893], [-0.086476, 51.515925]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 983, &quot;postcode&quot;: &quot;EC2N 2JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086739, 51.515612], [-0.086686, 51.515664], [-0.086658, 51.515783], [-0.086526, 51.516093], [-0.08641, 51.516068], [-0.086459, 51.51595], [-0.086427, 51.515918], [-0.086353, 51.515903], [-0.086371, 51.515853], [-0.086348, 51.515822], [-0.086207, 51.515794], [-0.086103, 51.515796], [-0.086067, 51.515773], [-0.085927, 51.51575], [-0.085853, 51.515701], [-0.085921, 51.515595], [-0.085892, 51.515519], [-0.085944, 51.515444], [-0.085895, 51.515367], [-0.085899, 51.515308], [-0.086131, 51.515316], [-0.08625, 51.515297], [-0.086418, 51.515431], [-0.086539, 51.515425], [-0.086584, 51.515407], [-0.08662, 51.515268], [-0.086646, 51.514879], [-0.086733, 51.514869], [-0.086698, 51.515567], [-0.086739, 51.515612]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3412, &quot;postcode&quot;: &quot;EC2N 2QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08625, 51.515296], [-0.08618, 51.51532], [-0.085899, 51.515308], [-0.085887, 51.515158], [-0.085976, 51.515158], [-0.086029, 51.515133], [-0.086077, 51.515134], [-0.086102, 51.515178], [-0.086247, 51.515226], [-0.08625, 51.515296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 370, &quot;postcode&quot;: &quot;EC2N 2QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084075, 51.513574], [-0.083942, 51.513853], [-0.083518, 51.51384], [-0.083474, 51.513814], [-0.083387, 51.51381], [-0.083947, 51.513447], [-0.084054, 51.51346], [-0.084069, 51.513474], [-0.08405, 51.51354], [-0.084075, 51.513574]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1130, &quot;postcode&quot;: &quot;EC2N 3AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084816, 51.514126], [-0.084473, 51.514154], [-0.084431, 51.514171], [-0.084417, 51.514198], [-0.084375, 51.514203], [-0.084322, 51.514185], [-0.084256, 51.514195], [-0.084161, 51.514109], [-0.084015, 51.514084], [-0.084107, 51.51389], [-0.084415, 51.513929], [-0.084478, 51.513913], [-0.084773, 51.513934], [-0.084816, 51.514126]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1329, &quot;postcode&quot;: &quot;EC2N 3AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083403, 51.515384], [-0.083346, 51.515448], [-0.083381, 51.515494], [-0.083257, 51.515621], [-0.083202, 51.515608], [-0.083156, 51.515618], [-0.083007, 51.515753], [-0.082612, 51.515572], [-0.082543, 51.515574], [-0.0825, 51.515611], [-0.082441, 51.515579], [-0.083053, 51.514953], [-0.083347, 51.515083], [-0.083203, 51.515207], [-0.083194, 51.515236], [-0.083221, 51.515265], [-0.08335, 51.515316], [-0.083349, 51.515356], [-0.083403, 51.515384]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2998, &quot;postcode&quot;: &quot;EC2N 3AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081707, 51.515779], [-0.081621, 51.515745], [-0.081622, 51.515724], [-0.081719, 51.515761], [-0.081707, 51.515779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 16, &quot;postcode&quot;: &quot;EC2N 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082196, 51.515517], [-0.081749, 51.515899], [-0.081598, 51.5161], [-0.08161, 51.516063], [-0.081583, 51.516034], [-0.081483, 51.516011], [-0.081436, 51.516019], [-0.081409, 51.516042], [-0.081364, 51.51603], [-0.081324, 51.515983], [-0.081214, 51.515922], [-0.081133, 51.515934], [-0.081069, 51.51602], [-0.080428, 51.515805], [-0.080496, 51.515743], [-0.08049, 51.515704], [-0.080277, 51.515575], [-0.080183, 51.515548], [-0.080124, 51.515488], [-0.080183, 51.515419], [-0.080226, 51.515438], [-0.080272, 51.515438], [-0.080699, 51.515686], [-0.080828, 51.515733], [-0.08088, 51.515719], [-0.08116, 51.515523], [-0.081328, 51.515551], [-0.081333, 51.515583], [-0.081369, 51.515605], [-0.081437, 51.515621], [-0.08149, 51.515612], [-0.081566, 51.515518], [-0.081666, 51.515338], [-0.082079, 51.515438], [-0.082196, 51.515517]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4988, &quot;postcode&quot;: &quot;EC2N 4AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08291, 51.51485], [-0.082755, 51.51499], [-0.082611, 51.514936], [-0.082686, 51.514826], [-0.082731, 51.514805], [-0.08291, 51.51485]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 226, &quot;postcode&quot;: &quot;EC2N 4AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082757, 51.514988], [-0.082633, 51.515109], [-0.082478, 51.515053], [-0.082475, 51.515022], [-0.082439, 51.514999], [-0.082487, 51.51494], [-0.082558, 51.514955], [-0.082611, 51.514936], [-0.082757, 51.514988]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 247, &quot;postcode&quot;: &quot;EC2N 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081681, 51.515981], [-0.081592, 51.516106], [-0.081556, 51.516221], [-0.081586, 51.516342], [-0.081522, 51.516319], [-0.081461, 51.516328], [-0.081319, 51.516478], [-0.081238, 51.516456], [-0.081106, 51.516506], [-0.080994, 51.516471], [-0.080928, 51.516495], [-0.080875, 51.516486], [-0.080709, 51.516509], [-0.08049, 51.516418], [-0.08047, 51.516348], [-0.080563, 51.516366], [-0.080615, 51.516322], [-0.080601, 51.516294], [-0.080519, 51.516241], [-0.080495, 51.516169], [-0.080826, 51.515983], [-0.08081, 51.515942], [-0.080713, 51.515901], [-0.081027, 51.516002], [-0.081094, 51.515983], [-0.081163, 51.515886], [-0.081372, 51.516008], [-0.081441, 51.515998], [-0.081602, 51.516032], [-0.081645, 51.516019], [-0.081681, 51.515981]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3654, &quot;postcode&quot;: &quot;EC2N 4AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083991, 51.513767], [-0.083822, 51.514102], [-0.083765, 51.514124], [-0.08376, 51.514175], [-0.083568, 51.514386], [-0.083487, 51.514357], [-0.083417, 51.514372], [-0.083243, 51.514532], [-0.083248, 51.51458], [-0.08291, 51.51485], [-0.082731, 51.514805], [-0.082709, 51.514753], [-0.082595, 51.514705], [-0.082564, 51.514666], [-0.08279, 51.514446], [-0.082774, 51.514405], [-0.082696, 51.514377], [-0.082995, 51.514094], [-0.08296, 51.514053], [-0.082745, 51.514006], [-0.08278, 51.513937], [-0.083086, 51.513993], [-0.083387, 51.51381], [-0.083518, 51.513812], [-0.083577, 51.51384], [-0.083893, 51.513849], [-0.083945, 51.51383], [-0.083973, 51.513768], [-0.083991, 51.513767]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5226, &quot;postcode&quot;: &quot;EC2N 4BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089667, 51.517322], [-0.089734, 51.517146], [-0.089667, 51.517322], [-0.089667, 51.517322]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2R 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090105, 51.515559], [-0.090065, 51.515669], [-0.090053, 51.515693], [-0.090031, 51.515688], [-0.090105, 51.515559]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 21, &quot;postcode&quot;: &quot;EC2R 5AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090288, 51.515583], [-0.090261, 51.515623], [-0.090299, 51.515627], [-0.090227, 51.51562], [-0.090247, 51.515578], [-0.090288, 51.515583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC2R 5AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090427, 51.516725], [-0.090386, 51.516751], [-0.090367, 51.516832], [-0.090304, 51.516851], [-0.089891, 51.516835], [-0.089843, 51.516794], [-0.089857, 51.516598], [-0.089892, 51.516531], [-0.089863, 51.516474], [-0.089988, 51.51648], [-0.089962, 51.516546], [-0.090027, 51.51658], [-0.090162, 51.516571], [-0.090185, 51.516544], [-0.090174, 51.51649], [-0.090305, 51.516496], [-0.09033, 51.516533], [-0.0904, 51.516544], [-0.090398, 51.516621], [-0.090357, 51.516639], [-0.090345, 51.516669], [-0.090365, 51.516708], [-0.090427, 51.516725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1246, &quot;postcode&quot;: &quot;EC2R 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089748, 51.51611], [-0.089732, 51.51615], [-0.089493, 51.516119], [-0.089502, 51.516077], [-0.089748, 51.51611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 80, &quot;postcode&quot;: &quot;EC2R 5BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090406, 51.514945], [-0.090051, 51.515641], [-0.089932, 51.515941], [-0.089887, 51.516135], [-0.089863, 51.51648], [-0.089905, 51.51652], [-0.089858, 51.516569], [-0.089845, 51.516786], [-0.089895, 51.51683], [-0.090045, 51.516842], [-0.089976, 51.516887], [-0.089889, 51.51688], [-0.089839, 51.516904], [-0.089802, 51.51709], [-0.089744, 51.51712], [-0.08965, 51.517366], [-0.089547, 51.517362], [-0.08936, 51.517451], [-0.089313, 51.517426], [-0.089302, 51.517333], [-0.089245, 51.517306], [-0.089259, 51.517252], [-0.089229, 51.517219], [-0.08923, 51.517156], [-0.089194, 51.517137], [-0.089071, 51.517122], [-0.089109, 51.516982], [-0.089555, 51.516998], [-0.08962, 51.516969], [-0.089664, 51.516519], [-0.089732, 51.516151], [-0.08983, 51.515937], [-0.089823, 51.515905], [-0.08988, 51.515751], [-0.09024, 51.515016], [-0.09029, 51.514997], [-0.090326, 51.514937], [-0.090406, 51.514945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4076, &quot;postcode&quot;: &quot;EC2R 5BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089697, 51.516332], [-0.089664, 51.51652], [-0.089491, 51.516512], [-0.089437, 51.516419], [-0.089205, 51.51638], [-0.089241, 51.516283], [-0.089307, 51.51629], [-0.089365, 51.51632], [-0.089539, 51.516336], [-0.089595, 51.516322], [-0.089697, 51.516332]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 476, &quot;postcode&quot;: &quot;EC2R 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089484, 51.516208], [-0.089433, 51.516203], [-0.089469, 51.516116], [-0.089732, 51.51615], [-0.089697, 51.516332], [-0.089595, 51.516322], [-0.089589, 51.516341], [-0.089352, 51.516319], [-0.089372, 51.516296], [-0.08946, 51.516304], [-0.089484, 51.516208]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 410, &quot;postcode&quot;: &quot;EC2R 5BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090272, 51.515226], [-0.090105, 51.515559], [-0.090092, 51.515557], [-0.090121, 51.51548], [-0.090095, 51.515454], [-0.090018, 51.515433], [-0.09004, 51.515374], [-0.090072, 51.515368], [-0.090132, 51.515387], [-0.090182, 51.515374], [-0.090272, 51.515226]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 106, &quot;postcode&quot;: &quot;EC2R 5EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089819, 51.514908], [-0.090179, 51.51495], [-0.090219, 51.514971], [-0.09024, 51.515015], [-0.090167, 51.515183], [-0.089895, 51.515139], [-0.08988, 51.515169], [-0.08968, 51.515122], [-0.089737, 51.51496], [-0.089819, 51.514908]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 890, &quot;postcode&quot;: &quot;EC2R 6AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090032, 51.515441], [-0.08993, 51.515653], [-0.089684, 51.515625], [-0.089657, 51.515576], [-0.089519, 51.515552], [-0.08959, 51.515384], [-0.090032, 51.515441]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 725, &quot;postcode&quot;: &quot;EC2R 6AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090167, 51.515183], [-0.090073, 51.515367], [-0.090018, 51.515433], [-0.089579, 51.515391], [-0.089528, 51.515364], [-0.08953, 51.515321], [-0.089586, 51.515316], [-0.089618, 51.515291], [-0.08968, 51.515122], [-0.08982, 51.515157], [-0.089895, 51.515139], [-0.090167, 51.515183]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1002, &quot;postcode&quot;: &quot;EC2R 6AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08949, 51.515025], [-0.089447, 51.515146], [-0.088997, 51.515082], [-0.089031, 51.51499], [-0.089193, 51.515005], [-0.08923, 51.514985], [-0.08925, 51.514938], [-0.089372, 51.514964], [-0.089396, 51.515007], [-0.08949, 51.515025]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 463, &quot;postcode&quot;: &quot;EC2R 6AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08993, 51.515653], [-0.089834, 51.515875], [-0.089841, 51.515908], [-0.089765, 51.516112], [-0.089571, 51.516086], [-0.089522, 51.516093], [-0.08945, 51.516163], [-0.089483, 51.516208], [-0.08946, 51.516304], [-0.089393, 51.516302], [-0.089352, 51.516319], [-0.089273, 51.516306], [-0.08923, 51.516313], [-0.089208, 51.516262], [-0.089092, 51.516247], [-0.089199, 51.516118], [-0.089245, 51.516114], [-0.089277, 51.516092], [-0.089349, 51.51591], [-0.08934, 51.515875], [-0.089293, 51.515855], [-0.089342, 51.515757], [-0.089336, 51.515694], [-0.089293, 51.515659], [-0.08922, 51.51565], [-0.089263, 51.515623], [-0.089367, 51.515354], [-0.089528, 51.515365], [-0.0896, 51.515384], [-0.089572, 51.515406], [-0.089534, 51.515513], [-0.089558, 51.515552], [-0.089696, 51.515578], [-0.089704, 51.515611], [-0.08974, 51.515631], [-0.08993, 51.515653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2946, &quot;postcode&quot;: &quot;EC2R 6AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089365, 51.515869], [-0.089264, 51.51613], [-0.089298, 51.516135], [-0.089271, 51.516205], [-0.089184, 51.516201], [-0.0892, 51.516069], [-0.089119, 51.516007], [-0.08916, 51.515899], [-0.089248, 51.515885], [-0.089293, 51.515855], [-0.089365, 51.515869]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 353, &quot;postcode&quot;: &quot;EC2R 6AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089318, 51.516709], [-0.089644, 51.516734], [-0.08962, 51.517], [-0.089109, 51.516982], [-0.089071, 51.517122], [-0.089118, 51.517127], [-0.089099, 51.51719], [-0.089118, 51.517192], [-0.089108, 51.517274], [-0.08908, 51.51727], [-0.089096, 51.517272], [-0.089019, 51.517384], [-0.088794, 51.517413], [-0.088738, 51.517338], [-0.088783, 51.517229], [-0.088877, 51.517245], [-0.088883, 51.517192], [-0.088918, 51.517196], [-0.088957, 51.517062], [-0.088922, 51.517058], [-0.088948, 51.516968], [-0.088983, 51.516972], [-0.089093, 51.516673], [-0.089318, 51.516709]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2037, &quot;postcode&quot;: &quot;EC2R 6BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089832, 51.514881], [-0.089823, 51.514907], [-0.089736, 51.514962], [-0.089618, 51.515292], [-0.089623, 51.51533], [-0.089563, 51.515334], [-0.089528, 51.515364], [-0.089395, 51.515365], [-0.089353, 51.515392], [-0.089267, 51.515617], [-0.089337, 51.515693], [-0.089344, 51.515757], [-0.089293, 51.515855], [-0.089248, 51.515885], [-0.089166, 51.515906], [-0.089121, 51.515965], [-0.089077, 51.515942], [-0.088817, 51.515913], [-0.088812, 51.515822], [-0.088849, 51.515792], [-0.088873, 51.515664], [-0.088835, 51.515627], [-0.088721, 51.515618], [-0.088757, 51.515457], [-0.089024, 51.515483], [-0.089091, 51.515461], [-0.089129, 51.515343], [-0.08909, 51.515284], [-0.08902, 51.515266], [-0.089075, 51.515095], [-0.089384, 51.515137], [-0.089447, 51.515122], [-0.089531, 51.514897], [-0.089505, 51.514858], [-0.089425, 51.514841], [-0.089437, 51.514812], [-0.089832, 51.514881]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3492, &quot;postcode&quot;: &quot;EC2R 6DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088281, 51.516497], [-0.088263, 51.516495], [-0.088264, 51.516465], [-0.088326, 51.516336], [-0.08827, 51.516331], [-0.088271, 51.516302], [-0.088479, 51.516294], [-0.088664, 51.516356], [-0.088667, 51.516485], [-0.088705, 51.516487], [-0.088703, 51.516513], [-0.088664, 51.516511], [-0.088658, 51.516546], [-0.088681, 51.51655], [-0.08861, 51.51669], [-0.088214, 51.516656], [-0.088281, 51.516497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1094, &quot;postcode&quot;: &quot;EC2R 6EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088835, 51.516764], [-0.088673, 51.517169], [-0.088696, 51.517209], [-0.088782, 51.517229], [-0.088738, 51.517338], [-0.088659, 51.517308], [-0.088672, 51.517271], [-0.088652, 51.517243], [-0.088561, 51.517223], [-0.088535, 51.517189], [-0.088584, 51.517062], [-0.088555, 51.517033], [-0.088493, 51.51702], [-0.088593, 51.516724], [-0.088835, 51.516764]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 816, &quot;postcode&quot;: &quot;EC2R 6EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088614, 51.516681], [-0.088853, 51.516717], [-0.088937, 51.516501], [-0.088955, 51.516502], [-0.08902, 51.516318], [-0.089004, 51.516315], [-0.08901, 51.516296], [-0.089231, 51.516312], [-0.089186, 51.516434], [-0.089143, 51.516427], [-0.089057, 51.516653], [-0.089052, 51.516666], [-0.089093, 51.516673], [-0.088983, 51.516972], [-0.088948, 51.516968], [-0.088922, 51.517058], [-0.088957, 51.517062], [-0.088918, 51.517196], [-0.088883, 51.517192], [-0.088877, 51.517245], [-0.088629, 51.517203], [-0.088663, 51.517193], [-0.088835, 51.516764], [-0.088593, 51.516724], [-0.088614, 51.516681]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1592, &quot;postcode&quot;: &quot;EC2R 6EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088901, 51.516524], [-0.08892, 51.51654], [-0.088853, 51.516717], [-0.088614, 51.516681], [-0.088681, 51.51655], [-0.088658, 51.516546], [-0.088664, 51.516511], [-0.088703, 51.516513], [-0.088705, 51.516487], [-0.088862, 51.516497], [-0.088858, 51.516521], [-0.088901, 51.516524]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 375, &quot;postcode&quot;: &quot;EC2R 6JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08919, 51.516428], [-0.089205, 51.51638], [-0.089483, 51.516422], [-0.089464, 51.516466], [-0.089502, 51.516472], [-0.089491, 51.516512], [-0.089664, 51.51652], [-0.089655, 51.516615], [-0.089389, 51.516604], [-0.089372, 51.516689], [-0.089337, 51.516687], [-0.08933, 51.51671], [-0.089052, 51.516666], [-0.089143, 51.516427], [-0.08919, 51.516428]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 915, &quot;postcode&quot;: &quot;EC2R 6LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089255, 51.516318], [-0.089225, 51.516336], [-0.089205, 51.516379], [-0.08923, 51.516314], [-0.089255, 51.516318]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2R 6PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089114, 51.515276], [-0.089105, 51.515302], [-0.089025, 51.515319], [-0.088795, 51.515294], [-0.088727, 51.515233], [-0.088606, 51.515218], [-0.088508, 51.515158], [-0.088368, 51.515156], [-0.088374, 51.515105], [-0.088403, 51.515076], [-0.088426, 51.514884], [-0.0885, 51.514901], [-0.088614, 51.515002], [-0.088775, 51.514994], [-0.088832, 51.515012], [-0.088874, 51.515059], [-0.089082, 51.515096], [-0.089035, 51.515233], [-0.089062, 51.515265], [-0.089114, 51.515276]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1245, &quot;postcode&quot;: &quot;EC2R 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08836, 51.516666], [-0.088214, 51.516656], [-0.088318, 51.516663], [-0.08836, 51.516666]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2R 7AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088781, 51.514631], [-0.08872, 51.514683], [-0.088729, 51.514737], [-0.088674, 51.514742], [-0.088641, 51.514769], [-0.088617, 51.514949], [-0.088494, 51.514944], [-0.088482, 51.514906], [-0.088426, 51.514884], [-0.088436, 51.514712], [-0.088506, 51.514715], [-0.088549, 51.514701], [-0.088569, 51.514668], [-0.088546, 51.514637], [-0.088575, 51.514622], [-0.088781, 51.514631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 475, &quot;postcode&quot;: &quot;EC2R 7AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089218, 51.51565], [-0.089214, 51.51567], [-0.089117, 51.515664], [-0.089067, 51.515679], [-0.088936, 51.515672], [-0.088891, 51.515682], [-0.088858, 51.515755], [-0.088877, 51.515782], [-0.088916, 51.515796], [-0.088908, 51.515825], [-0.08885, 51.515831], [-0.088816, 51.515862], [-0.088824, 51.515898], [-0.088861, 51.515918], [-0.08914, 51.51595], [-0.08903, 51.516245], [-0.088475, 51.516204], [-0.088447, 51.516154], [-0.088329, 51.516138], [-0.088295, 51.516113], [-0.088235, 51.516105], [-0.088286, 51.515924], [-0.088335, 51.515916], [-0.088363, 51.515888], [-0.088367, 51.515841], [-0.088334, 51.515813], [-0.088338, 51.515725], [-0.088274, 51.515697], [-0.088234, 51.51565], [-0.088112, 51.515654], [-0.088067, 51.515616], [-0.087916, 51.515603], [-0.088495, 51.515614], [-0.088536, 51.515591], [-0.088544, 51.515547], [-0.088495, 51.515504], [-0.088427, 51.515492], [-0.088434, 51.51544], [-0.088581, 51.515439], [-0.088757, 51.515457], [-0.088731, 51.515579], [-0.088771, 51.515617], [-0.089218, 51.51565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3513, &quot;postcode&quot;: &quot;EC2R 7AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089139, 51.515332], [-0.089084, 51.515489], [-0.088621, 51.515442], [-0.088559, 51.515454], [-0.088532, 51.515484], [-0.088554, 51.515522], [-0.088533, 51.515618], [-0.087916, 51.515603], [-0.087932, 51.515421], [-0.087972, 51.515385], [-0.087977, 51.515121], [-0.088369, 51.515133], [-0.088418, 51.515156], [-0.088495, 51.515151], [-0.088631, 51.515216], [-0.088732, 51.515232], [-0.088808, 51.515294], [-0.089014, 51.515318], [-0.089105, 51.515302], [-0.089139, 51.515332]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3019, &quot;postcode&quot;: &quot;EC2R 7AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088373, 51.515822], [-0.088358, 51.515929], [-0.088311, 51.515934], [-0.088278, 51.515957], [-0.088235, 51.516104], [-0.088271, 51.515946], [-0.08823, 51.515918], [-0.088125, 51.515905], [-0.08805, 51.515827], [-0.088036, 51.515765], [-0.087954, 51.515743], [-0.087955, 51.515671], [-0.087932, 51.515646], [-0.087947, 51.515609], [-0.08828, 51.515628], [-0.08829, 51.515681], [-0.088349, 51.515702], [-0.088339, 51.515788], [-0.088373, 51.515822]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 738, &quot;postcode&quot;: &quot;EC2R 7BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08771, 51.516859], [-0.087732, 51.51683], [-0.087725, 51.516882], [-0.08771, 51.516859]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5, &quot;postcode&quot;: &quot;EC2R 7BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087783, 51.51651], [-0.087783, 51.516538], [-0.087762, 51.516655], [-0.087715, 51.516598], [-0.087783, 51.51651]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;EC2R 7BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088155, 51.51585], [-0.088136, 51.515906], [-0.088056, 51.515904], [-0.087926, 51.515952], [-0.087871, 51.516053], [-0.087881, 51.516215], [-0.087858, 51.516228], [-0.08772, 51.516244], [-0.087713, 51.516213], [-0.087676, 51.516192], [-0.087415, 51.516177], [-0.087529, 51.51587], [-0.087802, 51.515929], [-0.087851, 51.515926], [-0.087946, 51.515823], [-0.087954, 51.515743], [-0.088035, 51.515752], [-0.088065, 51.51583], [-0.088155, 51.51585]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1195, &quot;postcode&quot;: &quot;EC2R 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090683, 51.514532], [-0.090557, 51.514782], [-0.090579, 51.514824], [-0.090549, 51.514905], [-0.090409, 51.514923], [-0.090336, 51.514948], [-0.09028, 51.515022], [-0.09024, 51.515016], [-0.09023, 51.51498], [-0.090172, 51.514949], [-0.089823, 51.514907], [-0.089778, 51.514872], [-0.089496, 51.514823], [-0.089425, 51.514841], [-0.089331, 51.514827], [-0.089274, 51.514836], [-0.089231, 51.514814], [-0.089047, 51.514788], [-0.089031, 51.514758], [-0.08899, 51.514741], [-0.088242, 51.514702], [-0.08819, 51.514685], [-0.08776, 51.514693], [-0.087699, 51.514634], [-0.088306, 51.514626], [-0.08887, 51.514656], [-0.088929, 51.514637], [-0.08898, 51.514639], [-0.089032, 51.514677], [-0.089722, 51.514768], [-0.089837, 51.514735], [-0.089868, 51.514701], [-0.08976, 51.514535], [-0.089935, 51.514488], [-0.090084, 51.514343], [-0.090191, 51.514409], [-0.090189, 51.514441], [-0.090224, 51.514467], [-0.090683, 51.514532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4206, &quot;postcode&quot;: &quot;EC2R 7DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087554, 51.516184], [-0.087729, 51.516193], [-0.087691, 51.516381], [-0.087509, 51.516368], [-0.087513, 51.516351], [-0.087491, 51.51635], [-0.087554, 51.516184]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 276, &quot;postcode&quot;: &quot;EC2R 7DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088416, 51.516214], [-0.088329, 51.516215], [-0.088265, 51.516257], [-0.088209, 51.516229], [-0.087934, 51.516193], [-0.08786, 51.516211], [-0.087809, 51.516432], [-0.08784, 51.516466], [-0.087899, 51.516476], [-0.087811, 51.516487], [-0.087726, 51.516583], [-0.087762, 51.516655], [-0.087732, 51.51683], [-0.087709, 51.516884], [-0.087642, 51.516885], [-0.087602, 51.516909], [-0.087574, 51.517041], [-0.087533, 51.517054], [-0.086601, 51.516892], [-0.086959, 51.516177], [-0.087331, 51.516239], [-0.087389, 51.516223], [-0.087415, 51.516177], [-0.087554, 51.516184], [-0.087507, 51.516343], [-0.087552, 51.51637], [-0.087664, 51.516371], [-0.087704, 51.51633], [-0.087758, 51.516329], [-0.087796, 51.516306], [-0.08785, 51.516088], [-0.088048, 51.515794], [-0.088049, 51.515827], [-0.087971, 51.515943], [-0.087975, 51.515993], [-0.087933, 51.516054], [-0.087878, 51.516089], [-0.087881, 51.516147], [-0.087923, 51.51617], [-0.088214, 51.516209], [-0.088289, 51.516191], [-0.0884, 51.516198], [-0.088416, 51.516214]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5905, &quot;postcode&quot;: &quot;EC2R 7DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088325, 51.516336], [-0.088263, 51.516495], [-0.088208, 51.516498], [-0.087801, 51.516466], [-0.087803, 51.516374], [-0.087753, 51.516353], [-0.087698, 51.516362], [-0.08772, 51.516245], [-0.087881, 51.516215], [-0.088022, 51.516224], [-0.088092, 51.516246], [-0.088145, 51.516296], [-0.088271, 51.516302], [-0.088325, 51.516336]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 954, &quot;postcode&quot;: &quot;EC2R 7EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087972, 51.515351], [-0.087714, 51.515385], [-0.087697, 51.515246], [-0.087975, 51.515208], [-0.087972, 51.515351]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 296, &quot;postcode&quot;: &quot;EC2R 7HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089771, 51.514747], [-0.089762, 51.514782], [-0.089705, 51.514817], [-0.089741, 51.514865], [-0.089601, 51.514843], [-0.089542, 51.514863], [-0.08949, 51.515025], [-0.089354, 51.515004], [-0.089293, 51.514978], [-0.089164, 51.51501], [-0.089251, 51.514816], [-0.089395, 51.514831], [-0.089475, 51.514785], [-0.089453, 51.514737], [-0.089331, 51.514716], [-0.089351, 51.514653], [-0.089613, 51.514666], [-0.089698, 51.514647], [-0.089771, 51.514747]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 891, &quot;postcode&quot;: &quot;EC2R 7HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088444, 51.514723], [-0.0884, 51.515105], [-0.08837, 51.515133], [-0.087939, 51.515116], [-0.087638, 51.515149], [-0.087507, 51.514873], [-0.087466, 51.514849], [-0.087412, 51.51485], [-0.087359, 51.514763], [-0.087755, 51.514696], [-0.087793, 51.514666], [-0.08778, 51.514629], [-0.087879, 51.514583], [-0.08792, 51.5146], [-0.088018, 51.5146], [-0.088012, 51.514662], [-0.088058, 51.514694], [-0.08841, 51.514711], [-0.088444, 51.514723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3135, &quot;postcode&quot;: &quot;EC2R 7HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089351, 51.514653], [-0.089331, 51.514716], [-0.08913, 51.51469], [-0.089061, 51.514721], [-0.089059, 51.514761], [-0.089083, 51.514787], [-0.089251, 51.514816], [-0.089163, 51.515012], [-0.089047, 51.515007], [-0.089, 51.515074], [-0.088842, 51.515057], [-0.088818, 51.515024], [-0.08875, 51.51501], [-0.088697, 51.51502], [-0.088671, 51.515052], [-0.088616, 51.515058], [-0.088568, 51.514947], [-0.088622, 51.514912], [-0.088645, 51.514727], [-0.088713, 51.514729], [-0.08877, 51.51471], [-0.088789, 51.514682], [-0.088781, 51.514631], [-0.089351, 51.514653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1623, &quot;postcode&quot;: &quot;EC2R 7HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087971, 51.515422], [-0.087929, 51.515456], [-0.087916, 51.515604], [-0.087958, 51.515655], [-0.08795, 51.515818], [-0.087862, 51.515943], [-0.087529, 51.51587], [-0.087608, 51.515651], [-0.087577, 51.51561], [-0.086962, 51.515601], [-0.086976, 51.5155], [-0.08696, 51.515104], [-0.086934, 51.51497], [-0.086872, 51.514853], [-0.087375, 51.51476], [-0.087397, 51.514823], [-0.087452, 51.514843], [-0.087414, 51.514879], [-0.087435, 51.514934], [-0.087534, 51.515028], [-0.087601, 51.51506], [-0.087642, 51.515131], [-0.087699, 51.515143], [-0.087976, 51.515112], [-0.087975, 51.515208], [-0.087743, 51.515241], [-0.087701, 51.51528], [-0.08771, 51.515346], [-0.087752, 51.515373], [-0.087972, 51.515351], [-0.087971, 51.515422]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5612, &quot;postcode&quot;: &quot;EC2R 7HJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087932, 51.515646], [-0.087911, 51.515645], [-0.087916, 51.515603], [-0.087947, 51.515609], [-0.087932, 51.515646]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC2R 7HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088525, 51.516207], [-0.088472, 51.516299], [-0.088142, 51.516304], [-0.088079, 51.516246], [-0.087984, 51.516221], [-0.087881, 51.516215], [-0.087884, 51.516086], [-0.08791, 51.516086], [-0.087929, 51.516134], [-0.088, 51.51616], [-0.08825, 51.516188], [-0.088317, 51.516169], [-0.088332, 51.516116], [-0.088376, 51.516142], [-0.088486, 51.516152], [-0.088489, 51.516184], [-0.088525, 51.516207]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 556, &quot;postcode&quot;: &quot;EC2R 7NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088486, 51.516152], [-0.088475, 51.516204], [-0.08807, 51.516172], [-0.087879, 51.516131], [-0.087908, 51.516038], [-0.087899, 51.51599], [-0.088042, 51.515896], [-0.088286, 51.515924], [-0.088255, 51.51609], [-0.088369, 51.51614], [-0.088486, 51.516152]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 805, &quot;postcode&quot;: &quot;EC2R 7NJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091891, 51.514259], [-0.091844, 51.514347], [-0.091882, 51.514389], [-0.091869, 51.51441], [-0.09179, 51.514432], [-0.091496, 51.514398], [-0.091553, 51.514244], [-0.091536, 51.514207], [-0.0915, 51.514192], [-0.091218, 51.514155], [-0.091151, 51.514171], [-0.091055, 51.514168], [-0.090985, 51.514141], [-0.091014, 51.514045], [-0.090954, 51.514007], [-0.090954, 51.513965], [-0.091015, 51.513981], [-0.091067, 51.513975], [-0.091082, 51.514028], [-0.09119, 51.51405], [-0.091249, 51.514037], [-0.091276, 51.513993], [-0.091636, 51.514023], [-0.091609, 51.514101], [-0.091617, 51.514209], [-0.091656, 51.514226], [-0.091891, 51.514259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1260, &quot;postcode&quot;: &quot;EC2R 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091558, 51.514232], [-0.091521, 51.51433], [-0.091408, 51.514338], [-0.091367, 51.514382], [-0.09112, 51.514354], [-0.09106, 51.514368], [-0.090962, 51.514357], [-0.091061, 51.514156], [-0.091139, 51.514165], [-0.091191, 51.514144], [-0.091415, 51.514185], [-0.091456, 51.514177], [-0.091486, 51.514153], [-0.091558, 51.514232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 777, &quot;postcode&quot;: &quot;EC2R 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089714, 51.514601], [-0.089698, 51.514647], [-0.089628, 51.514675], [-0.089527, 51.514659], [-0.0879, 51.514599], [-0.087757, 51.514414], [-0.087708, 51.514399], [-0.087613, 51.514409], [-0.087577, 51.514322], [-0.087537, 51.514306], [-0.087484, 51.514309], [-0.087443, 51.514239], [-0.08752, 51.514196], [-0.087555, 51.514125], [-0.087466, 51.513988], [-0.087467, 51.513962], [-0.087986, 51.51381], [-0.088026, 51.513782], [-0.088886, 51.513551], [-0.088926, 51.513552], [-0.088974, 51.513589], [-0.088977, 51.513623], [-0.089714, 51.514601]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12475, &quot;postcode&quot;: &quot;EC2R 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090757, 51.513649], [-0.090683, 51.513705], [-0.090535, 51.513897], [-0.09053, 51.513929], [-0.090451, 51.513997], [-0.090345, 51.513974], [-0.090291, 51.513985], [-0.090224, 51.514111], [-0.089804, 51.514018], [-0.089626, 51.514058], [-0.089767, 51.513644], [-0.089799, 51.51349], [-0.090757, 51.513649]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3301, &quot;postcode&quot;: &quot;EC2R 8AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086259, 51.514033], [-0.086228, 51.514051], [-0.086218, 51.514077], [-0.086194, 51.514039], [-0.086259, 51.514033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7, &quot;postcode&quot;: &quot;EC2R 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089358, 51.514109], [-0.088936, 51.513537], [-0.089241, 51.51345], [-0.089246, 51.513462], [-0.089307, 51.513458], [-0.089193, 51.513549], [-0.089353, 51.513818], [-0.089329, 51.513872], [-0.08944, 51.513857], [-0.089688, 51.513855], [-0.089626, 51.514058], [-0.089793, 51.514014], [-0.090224, 51.514111], [-0.090286, 51.513967], [-0.090451, 51.513997], [-0.089945, 51.514488], [-0.089835, 51.514519], [-0.089791, 51.514457], [-0.089638, 51.514516], [-0.089172, 51.513888], [-0.089192, 51.513885], [-0.089358, 51.514109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3790, &quot;postcode&quot;: &quot;EC2R 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085824, 51.514215], [-0.085797, 51.514221], [-0.085657, 51.514229], [-0.085663, 51.514216], [-0.085824, 51.514215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC2R 8AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08914, 51.513476], [-0.088495, 51.513664], [-0.088358, 51.513681], [-0.088059, 51.513764], [-0.087786, 51.513866], [-0.087457, 51.513935], [-0.087446, 51.513972], [-0.087699, 51.514634], [-0.087622, 51.514636], [-0.087587, 51.51451], [-0.08748, 51.514302], [-0.087496, 51.514269], [-0.087413, 51.51404], [-0.087367, 51.514015], [-0.087296, 51.514025], [-0.087235, 51.514004], [-0.086762, 51.514111], [-0.086309, 51.514247], [-0.086217, 51.514299], [-0.086085, 51.514214], [-0.085701, 51.514216], [-0.085064, 51.514302], [-0.085012, 51.514295], [-0.084455, 51.514391], [-0.084418, 51.514411], [-0.084409, 51.514437], [-0.084468, 51.514565], [-0.084375, 51.514578], [-0.084344, 51.514622], [-0.084072, 51.514673], [-0.084015, 51.514647], [-0.08393, 51.514659], [-0.08389, 51.514594], [-0.083789, 51.514532], [-0.083742, 51.514522], [-0.083694, 51.514532], [-0.083249, 51.514809], [-0.082973, 51.51502], [-0.082787, 51.515239], [-0.08251, 51.515521], [-0.081922, 51.515998], [-0.081743, 51.516184], [-0.081562, 51.516207], [-0.081593, 51.516109], [-0.081805, 51.515844], [-0.082197, 51.515516], [-0.082274, 51.515498], [-0.082634, 51.515159], [-0.082633, 51.515109], [-0.082813, 51.514933], [-0.083184, 51.514618], [-0.083528, 51.514423], [-0.083747, 51.514189], [-0.083745, 51.514103], [-0.083819, 51.514093], [-0.083857, 51.514049], [-0.084076, 51.513571], [-0.084097, 51.513454], [-0.08415, 51.513358], [-0.084298, 51.513352], [-0.084264, 51.513439], [-0.084273, 51.513468], [-0.084245, 51.513492], [-0.084033, 51.514056], [-0.08407, 51.514091], [-0.084177, 51.514108], [-0.084232, 51.51417], [-0.084288, 51.514186], [-0.084409, 51.514159], [-0.084765, 51.514129], [-0.084806, 51.514095], [-0.084793, 51.514023], [-0.084875, 51.514081], [-0.08509, 51.514124], [-0.085138, 51.514118], [-0.085196, 51.514079], [-0.08534, 51.514067], [-0.085411, 51.513973], [-0.085385, 51.513772], [-0.085488, 51.513759], [-0.085714, 51.513821], [-0.085802, 51.513909], [-0.085866, 51.513923], [-0.08592, 51.513899], [-0.086038, 51.513693], [-0.086141, 51.513709], [-0.086126, 51.513752], [-0.086163, 51.513841], [-0.086353, 51.513937], [-0.086402, 51.514004], [-0.086271, 51.514046], [-0.086217, 51.514036], [-0.086118, 51.514059], [-0.086102, 51.514087], [-0.086118, 51.514115], [-0.086222, 51.514135], [-0.086284, 51.514106], [-0.086367, 51.51412], [-0.086439, 51.51411], [-0.086505, 51.514076], [-0.086596, 51.514071], [-0.086805, 51.514011], [-0.086843, 51.513986], [-0.086843, 51.513943], [-0.087206, 51.513869], [-0.087622, 51.513836], [-0.087664, 51.513797], [-0.087735, 51.513785], [-0.087817, 51.513726], [-0.088046, 51.513699], [-0.088088, 51.513658], [-0.088516, 51.51353], [-0.088575, 51.513484], [-0.088665, 51.513456], [-0.088685, 51.513424], [-0.088822, 51.513427], [-0.088847, 51.513484], [-0.088898, 51.513505], [-0.088962, 51.513495], [-0.088991, 51.513465], [-0.089113, 51.51344], [-0.08914, 51.513476]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14695, &quot;postcode&quot;: &quot;EC2R 8AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08983, 51.513472], [-0.089788, 51.513526], [-0.089786, 51.51363], [-0.089737, 51.513696], [-0.089688, 51.513855], [-0.08933, 51.51387], [-0.089347, 51.513812], [-0.089199, 51.513536], [-0.089246, 51.513519], [-0.089307, 51.513458], [-0.089747, 51.513482], [-0.089792, 51.513469], [-0.089813, 51.513442], [-0.08983, 51.513472]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1437, &quot;postcode&quot;: &quot;EC2R 8BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091524, 51.514005], [-0.091322, 51.514002], [-0.091252, 51.514058], [-0.091027, 51.514028], [-0.091023, 51.513989], [-0.090974, 51.513967], [-0.091113, 51.513663], [-0.091231, 51.513684], [-0.091111, 51.51393], [-0.091124, 51.513967], [-0.091222, 51.513988], [-0.091285, 51.513968], [-0.091524, 51.514005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 454, &quot;postcode&quot;: &quot;EC2R 8DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091084, 51.513721], [-0.091, 51.513919], [-0.09102, 51.51395], [-0.09107, 51.513964], [-0.090993, 51.514118], [-0.091007, 51.514146], [-0.091054, 51.514169], [-0.09102, 51.51424], [-0.090949, 51.514275], [-0.090845, 51.514553], [-0.090663, 51.514862], [-0.090674, 51.514898], [-0.09055, 51.514905], [-0.090555, 51.514867], [-0.090527, 51.514842], [-0.090805, 51.514275], [-0.090763, 51.514242], [-0.09029, 51.514148], [-0.090505, 51.513945], [-0.090713, 51.513664], [-0.090758, 51.513649], [-0.091045, 51.513698], [-0.091084, 51.513721]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3038, &quot;postcode&quot;: &quot;EC2R 8DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091409, 51.51462], [-0.091363, 51.514732], [-0.091165, 51.514692], [-0.091136, 51.514652], [-0.091049, 51.514636], [-0.091004, 51.514647], [-0.090978, 51.514673], [-0.090827, 51.514677], [-0.090769, 51.514749], [-0.090728, 51.514746], [-0.090871, 51.514497], [-0.090866, 51.514464], [-0.090956, 51.514259], [-0.091019, 51.51424], [-0.090992, 51.514298], [-0.091003, 51.514327], [-0.091041, 51.514346], [-0.09113, 51.514355], [-0.09118, 51.514382], [-0.091136, 51.514501], [-0.091151, 51.514535], [-0.091232, 51.514572], [-0.091409, 51.51462]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1039, &quot;postcode&quot;: &quot;EC2R 8DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090825, 51.514253], [-0.090659, 51.514561], [-0.090609, 51.514525], [-0.090162, 51.514457], [-0.090173, 51.514403], [-0.090084, 51.514343], [-0.09029, 51.514148], [-0.090825, 51.514253]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1441, &quot;postcode&quot;: &quot;EC2R 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092425, 51.513201], [-0.092406, 51.513233], [-0.092094, 51.513236], [-0.092066, 51.513266], [-0.092061, 51.513358], [-0.091811, 51.513321], [-0.091835, 51.513251], [-0.091794, 51.513213], [-0.091541, 51.513206], [-0.091507, 51.513239], [-0.091534, 51.51328], [-0.091514, 51.513327], [-0.091357, 51.513479], [-0.09136, 51.513526], [-0.091398, 51.513563], [-0.09135, 51.513661], [-0.091284, 51.513654], [-0.091237, 51.513672], [-0.091139, 51.513665], [-0.091084, 51.513721], [-0.091037, 51.513696], [-0.089822, 51.513489], [-0.089813, 51.513442], [-0.089838, 51.513362], [-0.090077, 51.51339], [-0.090137, 51.513341], [-0.090696, 51.513204], [-0.09073, 51.513181], [-0.090733, 51.513151], [-0.09066, 51.513111], [-0.090821, 51.513067], [-0.090874, 51.51298], [-0.090934, 51.512963], [-0.090965, 51.512933], [-0.091141, 51.512892], [-0.091197, 51.512892], [-0.091658, 51.512777], [-0.091616, 51.512942], [-0.091634, 51.512974], [-0.091586, 51.513], [-0.091563, 51.513072], [-0.091584, 51.513113], [-0.09173, 51.513133], [-0.091786, 51.513168], [-0.092425, 51.513201]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6907, &quot;postcode&quot;: &quot;EC2R 8EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090347, 51.51329], [-0.090173, 51.513333], [-0.090142, 51.513353], [-0.090137, 51.513341], [-0.090347, 51.51329]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2R 8EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08756, 51.514125], [-0.087527, 51.514184], [-0.087459, 51.514236], [-0.087479, 51.514302], [-0.087295, 51.514343], [-0.087228, 51.514337], [-0.087182, 51.514368], [-0.087301, 51.514706], [-0.086881, 51.514783], [-0.086196, 51.514283], [-0.086241, 51.51428], [-0.086688, 51.514129], [-0.086704, 51.514087], [-0.086652, 51.514055], [-0.086721, 51.51402], [-0.086707, 51.513957], [-0.086736, 51.513958], [-0.086778, 51.514001], [-0.086854, 51.513997], [-0.086853, 51.51404], [-0.086916, 51.514065], [-0.087258, 51.513996], [-0.087343, 51.514008], [-0.087442, 51.513962], [-0.087463, 51.513968], [-0.08756, 51.514125]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4613, &quot;postcode&quot;: &quot;EC2R 8HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084934, 51.513815], [-0.085206, 51.513727], [-0.085383, 51.513772], [-0.085414, 51.513976], [-0.085357, 51.514069], [-0.085196, 51.514079], [-0.085126, 51.51413], [-0.084939, 51.514101], [-0.084936, 51.514085], [-0.084878, 51.514088], [-0.08479, 51.51401], [-0.084917, 51.513874], [-0.084934, 51.513815]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1334, &quot;postcode&quot;: &quot;EC2R 8JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093018, 51.515182], [-0.092917, 51.515299], [-0.092929, 51.515329], [-0.092984, 51.515356], [-0.092917, 51.515337], [-0.092858, 51.515356], [-0.092416, 51.51583], [-0.091748, 51.515953], [-0.091922, 51.515419], [-0.091889, 51.515386], [-0.091648, 51.515308], [-0.09196, 51.515323], [-0.092006, 51.515314], [-0.092034, 51.515285], [-0.092073, 51.515092], [-0.092045, 51.515068], [-0.092, 51.515058], [-0.091812, 51.515041], [-0.091753, 51.515061], [-0.091654, 51.515024], [-0.09127, 51.514997], [-0.091286, 51.514955], [-0.09146, 51.514965], [-0.091852, 51.515008], [-0.09257, 51.515154], [-0.092777, 51.515124], [-0.093018, 51.515182]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5122, &quot;postcode&quot;: &quot;EC2V 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092038, 51.515269], [-0.092022, 51.515332], [-0.091931, 51.515343], [-0.091916, 51.515394], [-0.091789, 51.515353], [-0.091755, 51.515312], [-0.091814, 51.515289], [-0.09183, 51.515237], [-0.092038, 51.515269]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 183, &quot;postcode&quot;: &quot;EC2V 5AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093181, 51.515648], [-0.093123, 51.515654], [-0.093093, 51.515684], [-0.093107, 51.51572], [-0.093087, 51.515745], [-0.093012, 51.51614], [-0.092941, 51.516236], [-0.092807, 51.51635], [-0.092761, 51.51637], [-0.092544, 51.516598], [-0.0922, 51.516557], [-0.092129, 51.516586], [-0.092062, 51.516704], [-0.092082, 51.516743], [-0.092045, 51.516836], [-0.092076, 51.51686], [-0.09221, 51.516892], [-0.092295, 51.516889], [-0.092196, 51.516948], [-0.091847, 51.516868], [-0.092416, 51.515831], [-0.092892, 51.515318], [-0.093116, 51.515436], [-0.093105, 51.515592], [-0.093181, 51.515648]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6114, &quot;postcode&quot;: &quot;EC2V 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091121, 51.515343], [-0.091097, 51.515486], [-0.091095, 51.515487], [-0.091059, 51.515463], [-0.091099, 51.515436], [-0.091121, 51.515343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC2V 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092415, 51.515831], [-0.091847, 51.516868], [-0.09149, 51.516789], [-0.091561, 51.516586], [-0.091649, 51.516587], [-0.091691, 51.516572], [-0.09172, 51.516466], [-0.091664, 51.51643], [-0.091531, 51.516434], [-0.091338, 51.516276], [-0.091235, 51.51607], [-0.091154, 51.515945], [-0.091102, 51.515921], [-0.091064, 51.515848], [-0.091075, 51.515602], [-0.091137, 51.515211], [-0.09136, 51.515216], [-0.091932, 51.515399], [-0.091772, 51.51588], [-0.091796, 51.515924], [-0.091856, 51.515933], [-0.092415, 51.515831]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8792, &quot;postcode&quot;: &quot;EC2V 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091384, 51.515223], [-0.091137, 51.515211], [-0.091163, 51.514999], [-0.091266, 51.515007], [-0.091218, 51.515136], [-0.091227, 51.515165], [-0.091384, 51.515223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 163, &quot;postcode&quot;: &quot;EC2V 5AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090965, 51.51566], [-0.090953, 51.515767], [-0.090709, 51.515772], [-0.090717, 51.515655], [-0.090965, 51.51566]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC2V 5BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090852, 51.515795], [-0.09084, 51.515779], [-0.090852, 51.515769], [-0.090852, 51.51577], [-0.090852, 51.515795]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2V 5BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090984, 51.515657], [-0.090766, 51.515658], [-0.090714, 51.515699], [-0.090716, 51.515744], [-0.090754, 51.515769], [-0.090953, 51.515767], [-0.090958, 51.515859], [-0.090523, 51.515865], [-0.090165, 51.51582], [-0.09004, 51.515813], [-0.089976, 51.515827], [-0.090109, 51.515549], [-0.090252, 51.515567], [-0.090254, 51.515601], [-0.090295, 51.515625], [-0.090545, 51.515645], [-0.090592, 51.515611], [-0.090614, 51.515432], [-0.091025, 51.515461], [-0.090984, 51.515657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2002, &quot;postcode&quot;: &quot;EC2V 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090355, 51.516721], [-0.090697, 51.51673], [-0.090727, 51.51659], [-0.090725, 51.516468], [-0.090839, 51.516466], [-0.090837, 51.516517], [-0.091388, 51.516577], [-0.091378, 51.51684], [-0.091342, 51.516838], [-0.091295, 51.516902], [-0.091399, 51.516906], [-0.09129, 51.516905], [-0.091193, 51.51725], [-0.090933, 51.517209], [-0.090917, 51.517243], [-0.091, 51.517257], [-0.090985, 51.517284], [-0.090904, 51.517269], [-0.090882, 51.517313], [-0.090918, 51.51732], [-0.090882, 51.517401], [-0.090765, 51.517379], [-0.090702, 51.517516], [-0.089649, 51.517367], [-0.089757, 51.517086], [-0.089802, 51.51709], [-0.089837, 51.51687], [-0.089976, 51.516887], [-0.090046, 51.516842], [-0.090304, 51.516851], [-0.090323, 51.516832], [-0.090367, 51.516832], [-0.090381, 51.516761], [-0.090352, 51.516759], [-0.090355, 51.516721]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8258, &quot;postcode&quot;: &quot;EC2V 5DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091193, 51.51725], [-0.09129, 51.516905], [-0.091452, 51.516912], [-0.09149, 51.516789], [-0.091847, 51.516868], [-0.091526, 51.517454], [-0.091502, 51.517449], [-0.091481, 51.517519], [-0.091388, 51.517512], [-0.091369, 51.517561], [-0.091342, 51.517558], [-0.091328, 51.517613], [-0.091209, 51.517598], [-0.091275, 51.517408], [-0.091122, 51.517412], [-0.091152, 51.517355], [-0.091131, 51.517351], [-0.091148, 51.517301], [-0.091138, 51.51733], [-0.090882, 51.517313], [-0.090904, 51.517269], [-0.090985, 51.517284], [-0.091, 51.517257], [-0.090917, 51.517243], [-0.090933, 51.517209], [-0.091193, 51.51725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2560, &quot;postcode&quot;: &quot;EC2V 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091071, 51.515644], [-0.091071, 51.515648], [-0.09107, 51.51566], [-0.091071, 51.515644]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 5DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091269, 51.51742], [-0.091274, 51.517408], [-0.091252, 51.517408], [-0.091275, 51.517408], [-0.091269, 51.51742]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 5DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092574, 51.517256], [-0.09247, 51.517413], [-0.092374, 51.517391], [-0.09219, 51.517392], [-0.092067, 51.517546], [-0.091868, 51.5175], [-0.091824, 51.51752], [-0.09178, 51.51759], [-0.091725, 51.517578], [-0.091697, 51.517552], [-0.091706, 51.517519], [-0.091683, 51.517492], [-0.091526, 51.517454], [-0.091847, 51.516868], [-0.092196, 51.516948], [-0.092247, 51.516978], [-0.092295, 51.516975], [-0.092357, 51.516949], [-0.092398, 51.517023], [-0.092448, 51.517045], [-0.092478, 51.517116], [-0.092427, 51.517145], [-0.09242, 51.517209], [-0.092453, 51.517232], [-0.092574, 51.517256]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3336, &quot;postcode&quot;: &quot;EC2V 5DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091709, 51.516449], [-0.091701, 51.516589], [-0.09161, 51.516587], [-0.091567, 51.516603], [-0.091511, 51.516725], [-0.091512, 51.516681], [-0.091467, 51.516656], [-0.091516, 51.516648], [-0.091545, 51.516621], [-0.091541, 51.516591], [-0.091503, 51.516568], [-0.091539, 51.51651], [-0.091709, 51.516449]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 171, &quot;postcode&quot;: &quot;EC2V 5DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091727, 51.516425], [-0.091724, 51.516443], [-0.09154, 51.51652], [-0.091555, 51.516571], [-0.091641, 51.516588], [-0.091588, 51.516595], [-0.091541, 51.516631], [-0.091446, 51.516908], [-0.091295, 51.516902], [-0.091382, 51.516801], [-0.091402, 51.516606], [-0.091347, 51.516565], [-0.09077, 51.516513], [-0.090727, 51.516546], [-0.090697, 51.51673], [-0.090344, 51.516721], [-0.090345, 51.516612], [-0.09028, 51.516579], [-0.089907, 51.516576], [-0.089865, 51.516605], [-0.089855, 51.516677], [-0.089887, 51.516136], [-0.089995, 51.51581], [-0.090289, 51.51583], [-0.090529, 51.515865], [-0.090893, 51.51586], [-0.090949, 51.515836], [-0.090958, 51.515657], [-0.090988, 51.51563], [-0.091024, 51.515464], [-0.091056, 51.515166], [-0.091049, 51.515015], [-0.091163, 51.514996], [-0.091074, 51.515621], [-0.091067, 51.515857], [-0.091095, 51.515902], [-0.091138, 51.51592], [-0.091236, 51.516071], [-0.091342, 51.51628], [-0.091535, 51.516426], [-0.091727, 51.516425]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9349, &quot;postcode&quot;: &quot;EC2V 5HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09084, 51.515779], [-0.090754, 51.515771], [-0.090852, 51.515769], [-0.09084, 51.515779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3, &quot;postcode&quot;: &quot;EC2V 5HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098, 51.51509], [-0.097815, 51.515042], [-0.097682, 51.515055], [-0.097647, 51.515078], [-0.097613, 51.51516], [-0.09765, 51.51519], [-0.097743, 51.5152], [-0.09764, 51.515194], [-0.097553, 51.515208], [-0.097438, 51.515265], [-0.097184, 51.515138], [-0.09721, 51.515026], [-0.09707, 51.514936], [-0.096968, 51.514916], [-0.096923, 51.51481], [-0.096736, 51.51466], [-0.096682, 51.514644], [-0.096711, 51.514563], [-0.096821, 51.514572], [-0.096857, 51.51455], [-0.096875, 51.514508], [-0.096955, 51.5145], [-0.09699, 51.514392], [-0.097076, 51.514398], [-0.097122, 51.514377], [-0.09713, 51.514402], [-0.097345, 51.514394], [-0.097387, 51.514448], [-0.097371, 51.514499], [-0.097432, 51.514525], [-0.09751, 51.514512], [-0.097532, 51.514469], [-0.097683, 51.514435], [-0.097736, 51.514753], [-0.0977, 51.514794], [-0.097737, 51.514999], [-0.097768, 51.515024], [-0.098, 51.51509]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4336, &quot;postcode&quot;: &quot;EC2V 6AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094859, 51.514213], [-0.094849, 51.514229], [-0.094843, 51.51424], [-0.094859, 51.514213]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094835, 51.51322], [-0.094743, 51.513474], [-0.09456, 51.513863], [-0.094596, 51.513911], [-0.094496, 51.514088], [-0.093736, 51.513937], [-0.093778, 51.513857], [-0.093821, 51.513853], [-0.093856, 51.513831], [-0.093941, 51.513658], [-0.09392, 51.513622], [-0.093808, 51.513594], [-0.093815, 51.513579], [-0.094181, 51.513642], [-0.094292, 51.513611], [-0.094323, 51.513588], [-0.094406, 51.513368], [-0.094367, 51.513338], [-0.094254, 51.51332], [-0.094302, 51.513167], [-0.094269, 51.51314], [-0.094166, 51.513114], [-0.094835, 51.51322]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3814, &quot;postcode&quot;: &quot;EC2V 6AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093954, 51.513634], [-0.093851, 51.513867], [-0.093775, 51.513886], [-0.09376, 51.513948], [-0.093661, 51.513944], [-0.093483, 51.513908], [-0.093541, 51.513882], [-0.093549, 51.513815], [-0.093512, 51.513794], [-0.093361, 51.513767], [-0.093473, 51.513537], [-0.093516, 51.513496], [-0.093665, 51.513526], [-0.093731, 51.513502], [-0.093781, 51.513397], [-0.093769, 51.513368], [-0.093734, 51.513352], [-0.093746, 51.513336], [-0.093836, 51.51335], [-0.093752, 51.51352], [-0.093755, 51.513551], [-0.09384, 51.513598], [-0.093942, 51.51362], [-0.093954, 51.513634]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1332, &quot;postcode&quot;: &quot;EC2V 6AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093153, 51.513547], [-0.093278, 51.513559], [-0.093243, 51.51364], [-0.093302, 51.51365], [-0.093251, 51.513735], [-0.093308, 51.513748], [-0.093243, 51.513872], [-0.092875, 51.513813], [-0.092943, 51.513657], [-0.093003, 51.513668], [-0.093029, 51.513598], [-0.093131, 51.513606], [-0.093153, 51.513547]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 686, &quot;postcode&quot;: &quot;EC2V 6AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092405, 51.513748], [-0.092434, 51.51375], [-0.092354, 51.513743], [-0.092405, 51.513748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096467, 51.514955], [-0.096465, 51.514991], [-0.096446, 51.51499], [-0.0964, 51.514931], [-0.096336, 51.514919], [-0.09629, 51.514889], [-0.09629, 51.514853], [-0.096251, 51.514829], [-0.096006, 51.514805], [-0.095838, 51.51477], [-0.095618, 51.514766], [-0.095635, 51.51466], [-0.095598, 51.51464], [-0.095483, 51.51462], [-0.095432, 51.514576], [-0.095491, 51.514442], [-0.096448, 51.514597], [-0.096425, 51.514729], [-0.096471, 51.514771], [-0.096472, 51.514811], [-0.096435, 51.514848], [-0.09644, 51.514928], [-0.096467, 51.514955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2042, &quot;postcode&quot;: &quot;EC2V 6BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096377, 51.515719], [-0.09642, 51.515782], [-0.096373, 51.515844], [-0.09629, 51.515865], [-0.096144, 51.515841], [-0.09609, 51.515867], [-0.096088, 51.515922], [-0.096126, 51.515941], [-0.096171, 51.515942], [-0.096147, 51.516003], [-0.096175, 51.516037], [-0.096145, 51.516076], [-0.096138, 51.515996], [-0.096099, 51.515966], [-0.09584, 51.515934], [-0.095773, 51.515955], [-0.095773, 51.516002], [-0.095873, 51.516057], [-0.095953, 51.516126], [-0.095307, 51.51598], [-0.095249, 51.515937], [-0.095311, 51.51594], [-0.095372, 51.515921], [-0.095464, 51.51595], [-0.09552, 51.515927], [-0.095526, 51.515893], [-0.095488, 51.515857], [-0.095386, 51.515855], [-0.095311, 51.515836], [-0.095555, 51.515766], [-0.095563, 51.515508], [-0.095613, 51.515472], [-0.095816, 51.51547], [-0.096233, 51.51554], [-0.096238, 51.515634], [-0.096295, 51.515659], [-0.096317, 51.515696], [-0.096377, 51.515719]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3018, &quot;postcode&quot;: &quot;EC2V 6BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09284, 51.513808], [-0.09284, 51.513808], [-0.092855, 51.51381], [-0.09284, 51.513808]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096004, 51.514804], [-0.095949, 51.515025], [-0.095562, 51.515023], [-0.095502, 51.51505], [-0.095454, 51.515024], [-0.095372, 51.51503], [-0.095115, 51.514991], [-0.095199, 51.514691], [-0.095362, 51.514695], [-0.095418, 51.514619], [-0.095584, 51.514637], [-0.095656, 51.514662], [-0.095634, 51.514727], [-0.095671, 51.514762], [-0.095842, 51.51477], [-0.096004, 51.514804]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1988, &quot;postcode&quot;: &quot;EC2V 6BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096711, 51.514563], [-0.096682, 51.514644], [-0.095283, 51.514406], [-0.09522, 51.514431], [-0.095159, 51.514564], [-0.094909, 51.514552], [-0.094948, 51.514419], [-0.094915, 51.514397], [-0.094843, 51.514383], [-0.094727, 51.514411], [-0.09475, 51.514331], [-0.094716, 51.514293], [-0.094552, 51.514266], [-0.094494, 51.514281], [-0.094316, 51.514238], [-0.094231, 51.514272], [-0.09419, 51.514375], [-0.094132, 51.514349], [-0.094182, 51.51424], [-0.094175, 51.51421], [-0.09398, 51.514149], [-0.094032, 51.514093], [-0.094794, 51.514237], [-0.094847, 51.514223], [-0.094898, 51.514172], [-0.095522, 51.514285], [-0.095521, 51.514338], [-0.095557, 51.514364], [-0.096046, 51.514447], [-0.096116, 51.514435], [-0.096154, 51.514378], [-0.0967, 51.51447], [-0.096689, 51.514534], [-0.096711, 51.514563]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3118, &quot;postcode&quot;: &quot;EC2V 6BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093514, 51.514056], [-0.093698, 51.514089], [-0.093698, 51.514089], [-0.093646, 51.514079], [-0.093514, 51.514056]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094692, 51.514527], [-0.094727, 51.514411], [-0.094782, 51.514399], [-0.094793, 51.514373], [-0.094971, 51.514406], [-0.094909, 51.514552], [-0.09516, 51.514564], [-0.095235, 51.514396], [-0.095491, 51.514442], [-0.095394, 51.514707], [-0.0952, 51.514688], [-0.095227, 51.51459], [-0.094692, 51.514527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 813, &quot;postcode&quot;: &quot;EC2V 6DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094186, 51.514232], [-0.094132, 51.514349], [-0.094131, 51.514349], [-0.094168, 51.514231], [-0.094186, 51.514232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC2V 6DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094744, 51.514976], [-0.094674, 51.515003], [-0.094651, 51.515113], [-0.094576, 51.515089], [-0.094507, 51.515121], [-0.094515, 51.51506], [-0.09448, 51.515029], [-0.094047, 51.51498], [-0.094003, 51.514908], [-0.093816, 51.514857], [-0.093767, 51.51488], [-0.093762, 51.514929], [-0.093634, 51.515078], [-0.093562, 51.515092], [-0.093513, 51.515169], [-0.093474, 51.515072], [-0.093505, 51.51503], [-0.093584, 51.514991], [-0.093596, 51.514936], [-0.09365, 51.514918], [-0.093767, 51.514802], [-0.093825, 51.514831], [-0.09389, 51.514816], [-0.094045, 51.514665], [-0.094046, 51.514624], [-0.094006, 51.514601], [-0.09394, 51.514602], [-0.093362, 51.514455], [-0.093303, 51.514413], [-0.093196, 51.514422], [-0.092744, 51.514363], [-0.092751, 51.514248], [-0.092729, 51.51422], [-0.092654, 51.514185], [-0.092399, 51.514156], [-0.092438, 51.513892], [-0.092774, 51.513932], [-0.093786, 51.514104], [-0.094183, 51.514201], [-0.094218, 51.51422], [-0.094416, 51.514245], [-0.094455, 51.514262], [-0.094535, 51.514247], [-0.09458, 51.51429], [-0.094708, 51.51433], [-0.094673, 51.514487], [-0.094591, 51.514508], [-0.094556, 51.514597], [-0.094634, 51.514661], [-0.094608, 51.514858], [-0.094676, 51.51489], [-0.094685, 51.514951], [-0.094744, 51.514976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9164, &quot;postcode&quot;: &quot;EC2V 6DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094449, 51.514172], [-0.094066, 51.514102], [-0.094016, 51.514114], [-0.09398, 51.514149], [-0.093851, 51.514132], [-0.093805, 51.514176], [-0.093765, 51.514169], [-0.093772, 51.514123], [-0.093722, 51.514093], [-0.092757, 51.513932], [-0.092164, 51.51386], [-0.092111, 51.513878], [-0.092055, 51.513941], [-0.091887, 51.514265], [-0.091588, 51.514214], [-0.091641, 51.514087], [-0.09164, 51.514048], [-0.091607, 51.51402], [-0.091342, 51.513977], [-0.091276, 51.513993], [-0.091067, 51.513975], [-0.091106, 51.513937], [-0.091214, 51.513719], [-0.091193, 51.513683], [-0.091122, 51.513665], [-0.091128, 51.513653], [-0.091193, 51.513663], [-0.09125, 51.513646], [-0.091329, 51.51365], [-0.091391, 51.513603], [-0.091425, 51.5136], [-0.093104, 51.513848], [-0.093654, 51.513943], [-0.093762, 51.513948], [-0.094495, 51.514087], [-0.094449, 51.514172]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5592, &quot;postcode&quot;: &quot;EC2V 6EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092315, 51.513246], [-0.09223, 51.513725], [-0.091451, 51.513604], [-0.091393, 51.513612], [-0.091359, 51.513638], [-0.091391, 51.513571], [-0.091359, 51.513533], [-0.091354, 51.513472], [-0.091514, 51.513326], [-0.091516, 51.513296], [-0.091492, 51.513273], [-0.091525, 51.513194], [-0.091849, 51.513225], [-0.091827, 51.513284], [-0.091842, 51.513314], [-0.091982, 51.513342], [-0.092058, 51.513317], [-0.092068, 51.513225], [-0.092291, 51.51323], [-0.092315, 51.513246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2747, &quot;postcode&quot;: &quot;EC2V 6EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09223, 51.513725], [-0.092225, 51.513727], [-0.092222, 51.513726], [-0.09223, 51.513725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097227, 51.515024], [-0.097183, 51.515138], [-0.096604, 51.51485], [-0.096399, 51.514871], [-0.096449, 51.514597], [-0.096622, 51.514631], [-0.096693, 51.514607], [-0.096705, 51.51464], [-0.09689, 51.514783], [-0.096855, 51.514813], [-0.09687, 51.51485], [-0.096965, 51.514912], [-0.097069, 51.514933], [-0.097137, 51.514989], [-0.097227, 51.515024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1172, &quot;postcode&quot;: &quot;EC2V 6ET&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096417, 51.515008], [-0.096465, 51.514992], [-0.096453, 51.515206], [-0.096403, 51.515181], [-0.096417, 51.515008]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 74, &quot;postcode&quot;: &quot;EC2V 6HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096472, 51.514819], [-0.096423, 51.514831], [-0.096399, 51.514871], [-0.096339, 51.514903], [-0.096348, 51.514967], [-0.096444, 51.51499], [-0.096331, 51.515035], [-0.096322, 51.515175], [-0.096116, 51.515219], [-0.096087, 51.515343], [-0.095837, 51.515315], [-0.095784, 51.515343], [-0.095757, 51.515431], [-0.095549, 51.515416], [-0.095516, 51.515388], [-0.095759, 51.515024], [-0.095903, 51.515022], [-0.095951, 51.514998], [-0.096004, 51.514804], [-0.09627, 51.514829], [-0.096349, 51.514814], [-0.096472, 51.514819]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2147, &quot;postcode&quot;: &quot;EC2V 6HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096453, 51.515206], [-0.096443, 51.515372], [-0.09639, 51.515406], [-0.096384, 51.515467], [-0.096171, 51.515941], [-0.096106, 51.515972], [-0.096042, 51.51596], [-0.096317, 51.51542], [-0.096312, 51.515261], [-0.096271, 51.515239], [-0.096117, 51.515227], [-0.096121, 51.515199], [-0.096189, 51.5152], [-0.096316, 51.515156], [-0.096339, 51.514881], [-0.096399, 51.514871], [-0.096438, 51.514953], [-0.096405, 51.515159], [-0.096453, 51.515206]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 911, &quot;postcode&quot;: &quot;EC2V 6HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092624, 51.513776], [-0.092815, 51.51335], [-0.093004, 51.513375], [-0.093, 51.513395], [-0.0931, 51.513411], [-0.093003, 51.513668], [-0.092943, 51.513657], [-0.092875, 51.513813], [-0.092624, 51.513776]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 967, &quot;postcode&quot;: &quot;EC2V 6JP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091045, 51.515046], [-0.091047, 51.515015], [-0.091047, 51.515015], [-0.091046, 51.515027], [-0.091045, 51.515046]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 7AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096859, 51.516408], [-0.096835, 51.516446], [-0.09657, 51.516367], [-0.096248, 51.516211], [-0.09594, 51.516122], [-0.09587, 51.516055], [-0.095733, 51.515996], [-0.095462, 51.515952], [-0.095338, 51.515971], [-0.095304, 51.515944], [-0.095248, 51.515936], [-0.095274, 51.515862], [-0.095247, 51.515836], [-0.095203, 51.515826], [-0.095193, 51.5158], [-0.095259, 51.515812], [-0.095312, 51.515794], [-0.095322, 51.515821], [-0.09536, 51.51584], [-0.095512, 51.515848], [-0.095603, 51.515892], [-0.095996, 51.51596], [-0.096082, 51.515958], [-0.096126, 51.515929], [-0.096171, 51.515941], [-0.096147, 51.515998], [-0.096165, 51.51603], [-0.096685, 51.516243], [-0.096696, 51.516259], [-0.096642, 51.516294], [-0.096654, 51.516329], [-0.096859, 51.516408]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1582, &quot;postcode&quot;: &quot;EC2V 7AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094924, 51.515743], [-0.094853, 51.515754], [-0.094843, 51.515707], [-0.094925, 51.515729], [-0.094924, 51.515743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 18, &quot;postcode&quot;: &quot;EC2V 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094668, 51.515894], [-0.094632, 51.515962], [-0.094514, 51.515994], [-0.094549, 51.515862], [-0.094668, 51.515894]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 93, &quot;postcode&quot;: &quot;EC2V 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095036, 51.516389], [-0.094961, 51.516551], [-0.095004, 51.516597], [-0.094989, 51.516626], [-0.094866, 51.516602], [-0.094808, 51.516615], [-0.094736, 51.516776], [-0.094659, 51.516765], [-0.094603, 51.516792], [-0.094228, 51.516713], [-0.094401, 51.516384], [-0.094388, 51.516355], [-0.094349, 51.516337], [-0.094268, 51.516355], [-0.094257, 51.516293], [-0.094295, 51.516287], [-0.094323, 51.516319], [-0.094384, 51.516327], [-0.094472, 51.516258], [-0.094512, 51.516279], [-0.095036, 51.516389]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2060, &quot;postcode&quot;: &quot;EC2V 7AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095227, 51.51459], [-0.095112, 51.515001], [-0.094756, 51.514977], [-0.094687, 51.515006], [-0.094591, 51.515538], [-0.094553, 51.515507], [-0.094623, 51.515274], [-0.094712, 51.514653], [-0.09493, 51.514662], [-0.095023, 51.514566], [-0.095227, 51.51459]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1435, &quot;postcode&quot;: &quot;EC2V 7AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091968, 51.515021], [-0.091962, 51.515055], [-0.091822, 51.515034], [-0.091755, 51.515062], [-0.091722, 51.515058], [-0.091656, 51.514994], [-0.091557, 51.514991], [-0.091467, 51.515007], [-0.091458, 51.514965], [-0.09154, 51.514851], [-0.091655, 51.514865], [-0.091774, 51.514786], [-0.091834, 51.514802], [-0.091843, 51.51484], [-0.091895, 51.51486], [-0.091865, 51.514992], [-0.091901, 51.515012], [-0.091968, 51.515021]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 558, &quot;postcode&quot;: &quot;EC2V 7AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09154, 51.514851], [-0.091442, 51.514902], [-0.091469, 51.514951], [-0.091467, 51.515007], [-0.091323, 51.514988], [-0.091266, 51.515007], [-0.091149, 51.514999], [-0.091047, 51.515015], [-0.090843, 51.514993], [-0.090781, 51.515022], [-0.090713, 51.514978], [-0.090326, 51.514937], [-0.090628, 51.514896], [-0.090728, 51.514746], [-0.090777, 51.514727], [-0.090813, 51.514661], [-0.090883, 51.514672], [-0.090948, 51.514662], [-0.091001, 51.514625], [-0.091065, 51.51463], [-0.091112, 51.514603], [-0.091188, 51.514617], [-0.091176, 51.514668], [-0.091209, 51.514701], [-0.091523, 51.514774], [-0.091506, 51.514818], [-0.09154, 51.514851]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2040, &quot;postcode&quot;: &quot;EC2V 7BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095296, 51.515835], [-0.095248, 51.515936], [-0.095048, 51.51592], [-0.09501, 51.515902], [-0.094736, 51.515851], [-0.094594, 51.515848], [-0.094549, 51.515861], [-0.094525, 51.515698], [-0.094761, 51.515781], [-0.094958, 51.515737], [-0.095193, 51.5158], [-0.095231, 51.515827], [-0.095296, 51.515835]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 702, &quot;postcode&quot;: &quot;EC2V 7BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094961, 51.5159], [-0.09505, 51.515904], [-0.095048, 51.51592], [-0.095128, 51.515926], [-0.095121, 51.515936], [-0.094961, 51.5159]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC2V 7BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095036, 51.516389], [-0.094467, 51.516269], [-0.094709, 51.515845], [-0.095178, 51.515949], [-0.095121, 51.515936], [-0.095128, 51.515926], [-0.095249, 51.515937], [-0.095307, 51.51598], [-0.095312, 51.516027], [-0.09535, 51.515927], [-0.095392, 51.515931], [-0.095357, 51.516076], [-0.095362, 51.516062], [-0.095392, 51.516106], [-0.095279, 51.516371], [-0.095229, 51.516372], [-0.095232, 51.516395], [-0.095261, 51.516401], [-0.095247, 51.516432], [-0.095187, 51.516432], [-0.095097, 51.516612], [-0.095033, 51.516602], [-0.095134, 51.516376], [-0.095041, 51.516379], [-0.095155, 51.516135], [-0.095036, 51.516389]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2862, &quot;postcode&quot;: &quot;EC2V 7BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09657, 51.516367], [-0.096475, 51.516489], [-0.096461, 51.516584], [-0.096401, 51.51659], [-0.096367, 51.516621], [-0.096226, 51.516626], [-0.096055, 51.516562], [-0.096095, 51.516415], [-0.095991, 51.516235], [-0.096051, 51.516154], [-0.096244, 51.516209], [-0.09657, 51.516367]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1290, &quot;postcode&quot;: &quot;EC2V 7BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094957, 51.517352], [-0.094902, 51.517359], [-0.09477, 51.517321], [-0.094028, 51.517325], [-0.093899, 51.517298], [-0.094228, 51.516713], [-0.094603, 51.516792], [-0.094629, 51.516753], [-0.094932, 51.516819], [-0.094784, 51.517059], [-0.095043, 51.517108], [-0.094954, 51.517269], [-0.09502, 51.517274], [-0.095109, 51.517127], [-0.095369, 51.517191], [-0.095395, 51.517154], [-0.095458, 51.517195], [-0.095449, 51.517226], [-0.095471, 51.51723], [-0.095482, 51.517211], [-0.09562, 51.517301], [-0.09555, 51.517423], [-0.095443, 51.517427], [-0.095095, 51.517343], [-0.095028, 51.517354], [-0.094995, 51.517398], [-0.09494, 51.517377], [-0.094957, 51.517352]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4709, &quot;postcode&quot;: &quot;EC2V 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095669, 51.516708], [-0.095645, 51.516726], [-0.095547, 51.516717], [-0.095504, 51.516746], [-0.095363, 51.516718], [-0.095316, 51.516722], [-0.095282, 51.516742], [-0.095214, 51.516853], [-0.095035, 51.51682], [-0.094979, 51.516829], [-0.094736, 51.516776], [-0.094809, 51.516595], [-0.094888, 51.516602], [-0.094933, 51.516589], [-0.094996, 51.516475], [-0.095068, 51.516584], [-0.095123, 51.516615], [-0.095669, 51.516708]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1046, &quot;postcode&quot;: &quot;EC2V 7DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095682, 51.516839], [-0.09564, 51.516921], [-0.095679, 51.516846], [-0.095834, 51.516927], [-0.09562, 51.517301], [-0.095482, 51.517211], [-0.095471, 51.51723], [-0.095449, 51.517226], [-0.095458, 51.517195], [-0.095395, 51.517154], [-0.095412, 51.51713], [-0.095369, 51.517191], [-0.095109, 51.517127], [-0.09502, 51.517274], [-0.094954, 51.517269], [-0.095043, 51.517108], [-0.094784, 51.517059], [-0.094932, 51.516819], [-0.094979, 51.516829], [-0.094995, 51.516802], [-0.095214, 51.516853], [-0.095295, 51.51672], [-0.095097, 51.516665], [-0.095621, 51.516773], [-0.095599, 51.516823], [-0.095608, 51.516808], [-0.095652, 51.516832], [-0.095602, 51.516912], [-0.095666, 51.516809], [-0.095716, 51.516716], [-0.095758, 51.516723], [-0.095682, 51.516839]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2770, &quot;postcode&quot;: &quot;EC2V 7EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094696, 51.515849], [-0.094669, 51.515894], [-0.094476, 51.515831], [-0.094485, 51.515775], [-0.094401, 51.515743], [-0.094449, 51.51561], [-0.09455, 51.515707], [-0.094532, 51.515737], [-0.094555, 51.515829], [-0.094602, 51.515847], [-0.094696, 51.515849]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 165, &quot;postcode&quot;: &quot;EC2V 7EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094449, 51.51561], [-0.094401, 51.515743], [-0.094321, 51.515725], [-0.094401, 51.515603], [-0.094449, 51.51561]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 69, &quot;postcode&quot;: &quot;EC2V 7EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094684, 51.516315], [-0.094513, 51.516281], [-0.094434, 51.516313], [-0.0939, 51.517297], [-0.093775, 51.517272], [-0.093885, 51.517083], [-0.093851, 51.51705], [-0.093736, 51.517022], [-0.093756, 51.516988], [-0.093887, 51.517013], [-0.093939, 51.517004], [-0.09402, 51.516885], [-0.094065, 51.516766], [-0.094033, 51.516744], [-0.093919, 51.51672], [-0.093941, 51.516679], [-0.09404, 51.516701], [-0.094089, 51.516698], [-0.094142, 51.516645], [-0.094277, 51.516332], [-0.094232, 51.516278], [-0.094491, 51.515805], [-0.09448, 51.515771], [-0.09443, 51.51575], [-0.094462, 51.515692], [-0.094526, 51.515708], [-0.094551, 51.515852], [-0.094491, 51.516086], [-0.094509, 51.516191], [-0.094489, 51.516253], [-0.094528, 51.516282], [-0.094684, 51.516315]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1773, &quot;postcode&quot;: &quot;EC2V 7ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09423, 51.516452], [-0.094203, 51.51651], [-0.094151, 51.516481], [-0.09388, 51.516453], [-0.093806, 51.516476], [-0.093054, 51.516315], [-0.093005, 51.516317], [-0.092891, 51.516428], [-0.092808, 51.516638], [-0.092727, 51.516622], [-0.092676, 51.516636], [-0.092588, 51.516743], [-0.092539, 51.516767], [-0.092502, 51.516834], [-0.092554, 51.516876], [-0.092806, 51.516888], [-0.092983, 51.516935], [-0.092681, 51.516921], [-0.092374, 51.516947], [-0.092275, 51.516985], [-0.092207, 51.517045], [-0.092147, 51.517031], [-0.092201, 51.51694], [-0.092314, 51.516866], [-0.092488, 51.516662], [-0.092461, 51.516615], [-0.09235, 51.516594], [-0.092363, 51.516568], [-0.092506, 51.516591], [-0.092563, 51.516578], [-0.092784, 51.516342], [-0.092825, 51.516328], [-0.092942, 51.516234], [-0.093011, 51.516141], [-0.093077, 51.515831], [-0.093111, 51.515433], [-0.093142, 51.515442], [-0.093176, 51.515536], [-0.093157, 51.515816], [-0.093181, 51.515842], [-0.09323, 51.515853], [-0.093231, 51.515882], [-0.093182, 51.515892], [-0.093155, 51.515922], [-0.093175, 51.515963], [-0.093231, 51.515976], [-0.093231, 51.516013], [-0.093182, 51.516022], [-0.093154, 51.516053], [-0.093188, 51.516294], [-0.093225, 51.516316], [-0.093617, 51.516395], [-0.09423, 51.516452]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2378, &quot;postcode&quot;: &quot;EC2V 7HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096097, 51.516415], [-0.096053, 51.516561], [-0.095857, 51.516615], [-0.095765, 51.516724], [-0.095112, 51.516615], [-0.095097, 51.516574], [-0.094996, 51.516475], [-0.095041, 51.516379], [-0.095195, 51.516384], [-0.09529, 51.516343], [-0.095387, 51.516108], [-0.095362, 51.516029], [-0.095307, 51.51598], [-0.096051, 51.516154], [-0.095998, 51.516244], [-0.096097, 51.516415]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3823, &quot;postcode&quot;: &quot;EC2V 7HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094203, 51.516511], [-0.094195, 51.516558], [-0.094146, 51.516614], [-0.09415, 51.516656], [-0.09408, 51.516726], [-0.094084, 51.516763], [-0.09402, 51.516885], [-0.09394, 51.517024], [-0.093896, 51.517051], [-0.093896, 51.517081], [-0.093795, 51.517241], [-0.093801, 51.517274], [-0.093875, 51.517333], [-0.09379, 51.517443], [-0.093659, 51.517423], [-0.09348, 51.517426], [-0.093411, 51.517395], [-0.093365, 51.517406], [-0.093322, 51.517446], [-0.09304, 51.517379], [-0.092952, 51.517379], [-0.092901, 51.517399], [-0.092867, 51.517454], [-0.092896, 51.517491], [-0.092995, 51.517518], [-0.092944, 51.517521], [-0.092892, 51.517499], [-0.092828, 51.517502], [-0.09247, 51.517413], [-0.092551, 51.517278], [-0.092521, 51.517245], [-0.092436, 51.517223], [-0.092538, 51.517045], [-0.092387, 51.516946], [-0.092458, 51.516939], [-0.092495, 51.516919], [-0.092505, 51.516889], [-0.092471, 51.51683], [-0.092509, 51.516812], [-0.092559, 51.516735], [-0.092607, 51.516717], [-0.09267, 51.51664], [-0.092775, 51.516649], [-0.092851, 51.516693], [-0.093156, 51.516698], [-0.093237, 51.516634], [-0.093274, 51.516531], [-0.093319, 51.51653], [-0.093357, 51.516511], [-0.093426, 51.516395], [-0.093753, 51.516465], [-0.093836, 51.516449], [-0.09417, 51.516483], [-0.094203, 51.516511]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9799, &quot;postcode&quot;: &quot;EC2V 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092589, 51.517123], [-0.09251, 51.517125], [-0.09246, 51.517185], [-0.092469, 51.517222], [-0.092528, 51.517247], [-0.092403, 51.517223], [-0.09245, 51.517085], [-0.092364, 51.516962], [-0.09238, 51.516947], [-0.09257, 51.517049], [-0.092589, 51.517123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 196, &quot;postcode&quot;: &quot;EC2V 7HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09409, 51.516441], [-0.093584, 51.516393], [-0.093525, 51.516418], [-0.093468, 51.516408], [-0.093427, 51.516416], [-0.093369, 51.516492], [-0.093289, 51.516488], [-0.093208, 51.516458], [-0.092914, 51.516408], [-0.092938, 51.516371], [-0.092926, 51.516342], [-0.092881, 51.516323], [-0.092824, 51.516331], [-0.092878, 51.516278], [-0.092926, 51.516313], [-0.093, 51.516302], [-0.093101, 51.516323], [-0.093172, 51.516293], [-0.093154, 51.516091], [-0.093161, 51.515645], [-0.093253, 51.515657], [-0.09323, 51.515729], [-0.09325, 51.516252], [-0.09409, 51.516441]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1211, &quot;postcode&quot;: &quot;EC2V 7HY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094759, 51.514302], [-0.094708, 51.51433], [-0.094651, 51.514329], [-0.094616, 51.514301], [-0.094553, 51.51429], [-0.09458, 51.514231], [-0.094557, 51.514194], [-0.094705, 51.514223], [-0.094692, 51.51427], [-0.094759, 51.514302]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;EC2V 7JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094924, 51.515743], [-0.094925, 51.515729], [-0.094958, 51.515737], [-0.094924, 51.515743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2V 7JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094651, 51.515113], [-0.094601, 51.51548], [-0.094461, 51.515486], [-0.094431, 51.515509], [-0.094416, 51.515571], [-0.094348, 51.515586], [-0.09354, 51.515405], [-0.093482, 51.515415], [-0.093437, 51.515465], [-0.093317, 51.515484], [-0.093336, 51.515439], [-0.093316, 51.515407], [-0.093101, 51.51529], [-0.092968, 51.515236], [-0.093019, 51.515183], [-0.093278, 51.5153], [-0.093363, 51.515292], [-0.093468, 51.515101], [-0.093521, 51.515103], [-0.09356, 51.515085], [-0.093704, 51.514912], [-0.094021, 51.514603], [-0.094068, 51.514623], [-0.093858, 51.51482], [-0.093864, 51.514869], [-0.094038, 51.514934], [-0.094083, 51.514983], [-0.094523, 51.51503], [-0.094513, 51.515092], [-0.094533, 51.515119], [-0.094589, 51.515133], [-0.094651, 51.515113]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5102, &quot;postcode&quot;: &quot;EC2V 7JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093369, 51.516492], [-0.093339, 51.516544], [-0.093265, 51.516566], [-0.093229, 51.516663], [-0.093178, 51.516706], [-0.092829, 51.516697], [-0.092772, 51.516653], [-0.09267, 51.51664], [-0.092694, 51.516611], [-0.092758, 51.516604], [-0.092793, 51.516562], [-0.092843, 51.516539], [-0.0929, 51.516406], [-0.093369, 51.516492]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 938, &quot;postcode&quot;: &quot;EC2V 7JN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094268, 51.516356], [-0.09422, 51.516473], [-0.094183, 51.516488], [-0.094141, 51.516458], [-0.094095, 51.516451], [-0.094149, 51.516419], [-0.094232, 51.516278], [-0.094257, 51.516293], [-0.094268, 51.516356]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 116, &quot;postcode&quot;: &quot;EC2V 7JQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095933, 51.516753], [-0.095833, 51.516927], [-0.095608, 51.516808], [-0.095584, 51.516767], [-0.095504, 51.516746], [-0.095527, 51.516705], [-0.095621, 51.51672], [-0.095669, 51.516708], [-0.095933, 51.516753]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 366, &quot;postcode&quot;: &quot;EC2V 7JU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096046, 51.516636], [-0.096761, 51.516598], [-0.096786, 51.5169], [-0.096471, 51.516888], [-0.096204, 51.516903], [-0.096109, 51.517091], [-0.095796, 51.516993], [-0.095934, 51.516753], [-0.095765, 51.516724], [-0.095851, 51.516615], [-0.096053, 51.516561], [-0.096072, 51.516568], [-0.096069, 51.516635], [-0.096046, 51.516636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2430, &quot;postcode&quot;: &quot;EC2V 7JX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091047, 51.515015], [-0.091025, 51.515461], [-0.090613, 51.515442], [-0.090683, 51.515139], [-0.090748, 51.515146], [-0.090794, 51.514975], [-0.091047, 51.515015]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1272, &quot;postcode&quot;: &quot;EC2V 7NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090783, 51.515015], [-0.090748, 51.515146], [-0.090678, 51.515173], [-0.09063, 51.515304], [-0.090587, 51.515655], [-0.090261, 51.515623], [-0.090241, 51.515572], [-0.090109, 51.515549], [-0.090386, 51.514986], [-0.090369, 51.514941], [-0.090387, 51.514925], [-0.090549, 51.514906], [-0.090546, 51.514933], [-0.090572, 51.514958], [-0.090736, 51.514981], [-0.090783, 51.515015]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2197, &quot;postcode&quot;: &quot;EC2V 7NG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094463, 51.515572], [-0.094457, 51.515609], [-0.09427, 51.515594], [-0.094125, 51.515663], [-0.093852, 51.515595], [-0.093802, 51.515603], [-0.09377, 51.515631], [-0.093746, 51.515949], [-0.09377, 51.515985], [-0.09396, 51.516], [-0.094024, 51.51597], [-0.094392, 51.515983], [-0.094135, 51.516431], [-0.094088, 51.51644], [-0.093244, 51.516255], [-0.09323, 51.515697], [-0.093252, 51.515668], [-0.093253, 51.515574], [-0.093229, 51.515548], [-0.093176, 51.515536], [-0.093134, 51.515444], [-0.092892, 51.515318], [-0.092968, 51.515237], [-0.0931, 51.515289], [-0.093282, 51.515391], [-0.093329, 51.515399], [-0.093369, 51.515388], [-0.093348, 51.51544], [-0.093395, 51.515476], [-0.093484, 51.515477], [-0.093647, 51.515428], [-0.093839, 51.515471], [-0.093888, 51.515498], [-0.093963, 51.515498], [-0.094335, 51.515583], [-0.094463, 51.515572]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6042, &quot;postcode&quot;: &quot;EC2V 7NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094049, 51.514922], [-0.094046, 51.51498], [-0.094, 51.514922], [-0.093869, 51.514877], [-0.093807, 51.514887], [-0.093762, 51.514929], [-0.093713, 51.514908], [-0.093659, 51.514916], [-0.093564, 51.514976], [-0.093511, 51.515121], [-0.093441, 51.515145], [-0.093373, 51.515296], [-0.093295, 51.515309], [-0.093019, 51.515182], [-0.093632, 51.514523], [-0.093778, 51.51456], [-0.093795, 51.514611], [-0.093953, 51.514653], [-0.094014, 51.514687], [-0.09388, 51.514843], [-0.093912, 51.514877], [-0.094049, 51.514922]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2345, &quot;postcode&quot;: &quot;EC2V 7PG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092283, 51.514955], [-0.092273, 51.514999], [-0.092308, 51.515037], [-0.092439, 51.515068], [-0.092351, 51.515151], [-0.092324, 51.515145], [-0.092301, 51.515101], [-0.092239, 51.515085], [-0.092258, 51.514951], [-0.092283, 51.514955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 109, &quot;postcode&quot;: &quot;EC2V 7QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094621, 51.514743], [-0.094615, 51.514777], [-0.094554, 51.514773], [-0.09449, 51.514737], [-0.094417, 51.514762], [-0.094444, 51.514672], [-0.094481, 51.514715], [-0.094553, 51.514716], [-0.094621, 51.514743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 57, &quot;postcode&quot;: &quot;EC2V 7WS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097312, 51.515202], [-0.097197, 51.515207], [-0.097161, 51.51524], [-0.097149, 51.5153], [-0.097102, 51.51531], [-0.097076, 51.515335], [-0.097079, 51.515374], [-0.097132, 51.5154], [-0.097087, 51.515637], [-0.097033, 51.515646], [-0.097006, 51.515676], [-0.097065, 51.515766], [-0.097034, 51.515949], [-0.096942, 51.515983], [-0.096918, 51.51601], [-0.09696, 51.516212], [-0.096938, 51.5163], [-0.096918, 51.516308], [-0.096835, 51.516304], [-0.096738, 51.516279], [-0.096147, 51.516022], [-0.096209, 51.515854], [-0.096293, 51.515865], [-0.096343, 51.515856], [-0.096397, 51.515827], [-0.096419, 51.515788], [-0.096384, 51.515723], [-0.09628, 51.51569], [-0.096301, 51.515613], [-0.096269, 51.51559], [-0.096214, 51.515582], [-0.096192, 51.515539], [-0.095819, 51.51547], [-0.095635, 51.515471], [-0.095588, 51.515483], [-0.095477, 51.515448], [-0.095516, 51.515389], [-0.095572, 51.515417], [-0.095738, 51.515419], [-0.095767, 51.515394], [-0.095793, 51.515307], [-0.096015, 51.515334], [-0.096069, 51.515324], [-0.096093, 51.515297], [-0.096095, 51.515252], [-0.096061, 51.515225], [-0.096, 51.515217], [-0.096006, 51.515169], [-0.096125, 51.515178], [-0.096135, 51.515212], [-0.096173, 51.51523], [-0.096321, 51.515242], [-0.096369, 51.51526], [-0.096429, 51.515249], [-0.096451, 51.515222], [-0.096465, 51.51499], [-0.096438, 51.514953], [-0.09644, 51.514865], [-0.096587, 51.514842], [-0.097076, 51.515084], [-0.097111, 51.515134], [-0.097192, 51.515143], [-0.097312, 51.515202]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8339, &quot;postcode&quot;: &quot;EC2V 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093632, 51.514523], [-0.093596, 51.514562], [-0.093294, 51.514471], [-0.092845, 51.514445], [-0.092784, 51.514472], [-0.092763, 51.51454], [-0.092622, 51.514569], [-0.092635, 51.514474], [-0.092618, 51.514446], [-0.092577, 51.514431], [-0.092429, 51.514421], [-0.092369, 51.514449], [-0.092341, 51.51459], [-0.092317, 51.514586], [-0.092376, 51.514292], [-0.092418, 51.514325], [-0.092617, 51.514341], [-0.092674, 51.514368], [-0.092733, 51.514356], [-0.093192, 51.51442], [-0.093237, 51.514411], [-0.093264, 51.514384], [-0.093302, 51.514388], [-0.093372, 51.514456], [-0.093632, 51.514523]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 810, &quot;postcode&quot;: &quot;EC2V 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095565, 51.515677], [-0.095541, 51.515727], [-0.095549, 51.515773], [-0.095375, 51.515816], [-0.095523, 51.515643], [-0.095565, 51.515677]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 106, &quot;postcode&quot;: &quot;EC2V 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095759, 51.515024], [-0.095506, 51.515408], [-0.095539, 51.515461], [-0.095588, 51.515483], [-0.095564, 51.515519], [-0.095575, 51.51588], [-0.095548, 51.515776], [-0.095499, 51.515746], [-0.095433, 51.515755], [-0.095375, 51.515816], [-0.095311, 51.515836], [-0.094924, 51.51573], [-0.094871, 51.51574], [-0.094799, 51.515789], [-0.094739, 51.515798], [-0.094713, 51.515771], [-0.09455, 51.515707], [-0.094448, 51.515609], [-0.09442, 51.515554], [-0.09443, 51.515509], [-0.094511, 51.515514], [-0.094603, 51.515458], [-0.094685, 51.515], [-0.094733, 51.514975], [-0.095115, 51.514991], [-0.095286, 51.515016], [-0.095343, 51.515001], [-0.095413, 51.514637], [-0.095491, 51.514442], [-0.095537, 51.514451], [-0.095487, 51.51459], [-0.095444, 51.514989], [-0.095499, 51.515021], [-0.095759, 51.515024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6323, &quot;postcode&quot;: &quot;EC2V 8AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092504, 51.514165], [-0.092432, 51.514167], [-0.092394, 51.514198], [-0.092239, 51.515085], [-0.092086, 51.515055], [-0.092113, 51.514889], [-0.092141, 51.514862], [-0.092154, 51.514794], [-0.092143, 51.514717], [-0.092187, 51.514459], [-0.09214, 51.514429], [-0.091882, 51.514389], [-0.09208, 51.514023], [-0.092132, 51.513889], [-0.092115, 51.513854], [-0.092453, 51.513894], [-0.092408, 51.514121], [-0.092438, 51.514154], [-0.092504, 51.514165]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2384, &quot;postcode&quot;: &quot;EC2V 8AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092821, 51.514374], [-0.092763, 51.514376], [-0.09272, 51.514406], [-0.092596, 51.51434], [-0.092371, 51.514323], [-0.092401, 51.514156], [-0.092699, 51.514188], [-0.092757, 51.514214], [-0.09274, 51.514337], [-0.092768, 51.514363], [-0.092821, 51.514374]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 491, &quot;postcode&quot;: &quot;EC2V 8BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093987, 51.514596], [-0.094096, 51.514367], [-0.094132, 51.514349], [-0.09419, 51.514375], [-0.094099, 51.514622], [-0.094014, 51.514687], [-0.094068, 51.514623], [-0.094021, 51.514603], [-0.093964, 51.514659], [-0.093596, 51.514562], [-0.093632, 51.514523], [-0.093942, 51.514602], [-0.093987, 51.514596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 367, &quot;postcode&quot;: &quot;EC2V 8BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092179, 51.514421], [-0.092196, 51.514437], [-0.092149, 51.514683], [-0.092168, 51.514719], [-0.092136, 51.51489], [-0.091802, 51.514847], [-0.091805, 51.514794], [-0.09187, 51.514715], [-0.09186, 51.51468], [-0.09188, 51.51465], [-0.091938, 51.514632], [-0.091968, 51.514594], [-0.091939, 51.514508], [-0.091824, 51.51448], [-0.091882, 51.514389], [-0.092132, 51.514427], [-0.092179, 51.514421]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1018, &quot;postcode&quot;: &quot;EC2V 8EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092163, 51.515082], [-0.092106, 51.515088], [-0.092073, 51.515122], [-0.092051, 51.515071], [-0.091962, 51.515055], [-0.091924, 51.515018], [-0.091851, 51.515007], [-0.091895, 51.51486], [-0.092113, 51.514889], [-0.092091, 51.515044], [-0.092114, 51.515069], [-0.092163, 51.515082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 322, &quot;postcode&quot;: &quot;EC2V 8EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093594, 51.514564], [-0.093019, 51.515182], [-0.092877, 51.515141], [-0.092318, 51.515047], [-0.092268, 51.515], [-0.092262, 51.514918], [-0.092316, 51.51459], [-0.092347, 51.514554], [-0.092356, 51.514394], [-0.092414, 51.51442], [-0.092598, 51.514432], [-0.092645, 51.514421], [-0.09267, 51.514394], [-0.092696, 51.514209], [-0.092757, 51.514214], [-0.09272, 51.514406], [-0.092754, 51.514443], [-0.093294, 51.51447], [-0.093594, 51.514564]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5519, &quot;postcode&quot;: &quot;EC2V 8EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091896, 51.51469], [-0.091805, 51.514794], [-0.09175, 51.514809], [-0.091676, 51.514883], [-0.09154, 51.514851], [-0.091698, 51.514633], [-0.091896, 51.51469]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 336, &quot;postcode&quot;: &quot;EC2V 8EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091412, 51.514619], [-0.091205, 51.514565], [-0.09112, 51.514529], [-0.091181, 51.514382], [-0.091106, 51.514374], [-0.09113, 51.514355], [-0.091367, 51.514382], [-0.091389, 51.514333], [-0.091521, 51.51433], [-0.091412, 51.514619]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 566, &quot;postcode&quot;: &quot;EC2V 8EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091515, 51.514772], [-0.091367, 51.514739], [-0.091496, 51.514398], [-0.09179, 51.514432], [-0.092031, 51.513991], [-0.092089, 51.513865], [-0.092074, 51.513856], [-0.09209, 51.513865], [-0.092093, 51.513852], [-0.092117, 51.513854], [-0.092112, 51.513864], [-0.092111, 51.513867], [-0.092088, 51.513918], [-0.092117, 51.513854], [-0.092147, 51.513856], [-0.091967, 51.514248], [-0.091824, 51.51448], [-0.091975, 51.514506], [-0.09195, 51.514551], [-0.091983, 51.514568], [-0.091967, 51.514582], [-0.091983, 51.514589], [-0.091912, 51.514657], [-0.09188, 51.51465], [-0.091859, 51.514681], [-0.091698, 51.514632], [-0.091458, 51.514965], [-0.091404, 51.514962], [-0.091515, 51.514772]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1476, &quot;postcode&quot;: &quot;EC2V 8EY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091657, 51.514026], [-0.091623, 51.514129], [-0.091597, 51.514128], [-0.091618, 51.51405], [-0.09159, 51.514025], [-0.091542, 51.514015], [-0.091657, 51.514026]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC2V 8HE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093223, 51.518117], [-0.093038, 51.518473], [-0.09258, 51.518357], [-0.09255, 51.518323], [-0.09246, 51.5183], [-0.092536, 51.518171], [-0.092778, 51.518228], [-0.092844, 51.518218], [-0.092957, 51.518045], [-0.093223, 51.518117]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1299, &quot;postcode&quot;: &quot;EC2Y 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095443, 51.517427], [-0.095549, 51.517424], [-0.09522, 51.517998], [-0.095093, 51.517926], [-0.095166, 51.51782], [-0.095156, 51.517791], [-0.095119, 51.517772], [-0.09517, 51.517697], [-0.095295, 51.517634], [-0.095443, 51.517427]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 664, &quot;postcode&quot;: &quot;EC2Y 5AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093884, 51.51733], [-0.09369, 51.517671], [-0.093695, 51.517709], [-0.093666, 51.517748], [-0.09367, 51.517619], [-0.093641, 51.51759], [-0.093591, 51.517581], [-0.093608, 51.517518], [-0.093567, 51.517494], [-0.093448, 51.517479], [-0.093436, 51.517458], [-0.09348, 51.517427], [-0.093774, 51.517433], [-0.093812, 51.517414], [-0.093884, 51.51733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 347, &quot;postcode&quot;: &quot;EC2Y 5AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093666, 51.517748], [-0.093621, 51.517771], [-0.093456, 51.518048], [-0.09339, 51.51806], [-0.093359, 51.518084], [-0.093185, 51.518536], [-0.09312, 51.518648], [-0.092566, 51.51847], [-0.092067, 51.51835], [-0.091558, 51.518198], [-0.091357, 51.518157], [-0.091285, 51.518177], [-0.091287, 51.518231], [-0.091227, 51.518204], [-0.091164, 51.51822], [-0.091035, 51.518376], [-0.090946, 51.518452], [-0.09081, 51.518406], [-0.090939, 51.518264], [-0.091001, 51.518249], [-0.091075, 51.518169], [-0.091084, 51.518139], [-0.091054, 51.51811], [-0.090484, 51.517974], [-0.090494, 51.51794], [-0.090462, 51.517911], [-0.09024, 51.517858], [-0.090198, 51.517831], [-0.090132, 51.517826], [-0.090101, 51.517776], [-0.08997, 51.517749], [-0.089914, 51.517763], [-0.089886, 51.517803], [-0.089904, 51.51784], [-0.089985, 51.517864], [-0.089992, 51.517883], [-0.089852, 51.518118], [-0.089545, 51.518037], [-0.089473, 51.518048], [-0.08945, 51.518007], [-0.089392, 51.517987], [-0.08941, 51.517901], [-0.089362, 51.517856], [-0.089286, 51.517836], [-0.089309, 51.51779], [-0.0893, 51.517761], [-0.089167, 51.517719], [-0.089249, 51.517585], [-0.089499, 51.51763], [-0.089541, 51.517606], [-0.089595, 51.517502], [-0.089878, 51.517489], [-0.09067, 51.517583], [-0.090712, 51.517554], [-0.090702, 51.517516], [-0.090765, 51.517379], [-0.090867, 51.517384], [-0.090917, 51.517322], [-0.091138, 51.51733], [-0.091167, 51.517392], [-0.091271, 51.517421], [-0.091231, 51.517584], [-0.091268, 51.517605], [-0.091387, 51.517623], [-0.091436, 51.517607], [-0.091455, 51.517577], [-0.091435, 51.517544], [-0.091381, 51.517531], [-0.091388, 51.517512], [-0.091429, 51.517523], [-0.091476, 51.517516], [-0.091526, 51.517454], [-0.091803, 51.517507], [-0.091843, 51.517485], [-0.091898, 51.517397], [-0.092013, 51.517396], [-0.092024, 51.517437], [-0.09208, 51.517455], [-0.092137, 51.517439], [-0.092183, 51.517377], [-0.092381, 51.517391], [-0.09279, 51.517489], [-0.092849, 51.51747], [-0.092913, 51.51738], [-0.093012, 51.517372], [-0.093311, 51.517432], [-0.093352, 51.51741], [-0.093454, 51.517246], [-0.093574, 51.517276], [-0.093476, 51.517448], [-0.09351, 51.51748], [-0.093636, 51.51751], [-0.093631, 51.517548], [-0.093673, 51.517576], [-0.093666, 51.517748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 24234, &quot;postcode&quot;: &quot;EC2Y 5AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095925, 51.51704], [-0.096057, 51.517074], [-0.096109, 51.517091], [-0.095925, 51.51704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC2Y 5BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094624, 51.517923], [-0.09493, 51.517995], [-0.094891, 51.518059], [-0.09497, 51.518093], [-0.095091, 51.517929], [-0.09522, 51.517998], [-0.095084, 51.518237], [-0.094766, 51.518489], [-0.094709, 51.518471], [-0.094299, 51.518342], [-0.094709, 51.518471], [-0.094876, 51.518244], [-0.09479, 51.518225], [-0.094773, 51.518254], [-0.094467, 51.518182], [-0.094521, 51.51809], [-0.094523, 51.518075], [-0.094495, 51.518068], [-0.094524, 51.51802], [-0.094567, 51.518017], [-0.094624, 51.517923]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1506, &quot;postcode&quot;: &quot;EC2Y 5BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095444, 51.517425], [-0.095272, 51.517666], [-0.095226, 51.517676], [-0.095148, 51.51773], [-0.095146, 51.517766], [-0.095189, 51.517792], [-0.09497, 51.518093], [-0.094891, 51.518059], [-0.094909, 51.518019], [-0.094886, 51.517988], [-0.094678, 51.517937], [-0.094613, 51.51795], [-0.094527, 51.518046], [-0.094487, 51.518153], [-0.09451, 51.518189], [-0.094715, 51.51824], [-0.09479, 51.518225], [-0.094876, 51.518244], [-0.094709, 51.518471], [-0.093447, 51.518073], [-0.093554, 51.51787], [-0.093631, 51.517753], [-0.093674, 51.517725], [-0.093899, 51.517298], [-0.094039, 51.517325], [-0.09477, 51.517321], [-0.094994, 51.517359], [-0.095095, 51.517343], [-0.095444, 51.517425]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10438, &quot;postcode&quot;: &quot;EC2Y 5BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092157, 51.518252], [-0.092045, 51.518208], [-0.092181, 51.518238], [-0.092157, 51.518252]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC2Y 5DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092813, 51.518148], [-0.092758, 51.518224], [-0.09259, 51.518185], [-0.092521, 51.518202], [-0.092482, 51.518284], [-0.092514, 51.518312], [-0.092603, 51.518334], [-0.092578, 51.518356], [-0.091842, 51.518159], [-0.091886, 51.518085], [-0.092024, 51.518107], [-0.092064, 51.518091], [-0.092092, 51.518049], [-0.092452, 51.518133], [-0.092492, 51.51816], [-0.092571, 51.518167], [-0.09264, 51.518142], [-0.09267, 51.51809], [-0.092658, 51.518056], [-0.092707, 51.518061], [-0.092779, 51.518103], [-0.092813, 51.518148]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 947, &quot;postcode&quot;: &quot;EC2Y 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096265, 51.517394], [-0.095776, 51.51741], [-0.095935, 51.517453], [-0.09587, 51.517452], [-0.095485, 51.517974], [-0.095366, 51.517941], [-0.095594, 51.517616], [-0.095506, 51.517616], [-0.095162, 51.518106], [-0.095309, 51.518151], [-0.095263, 51.518212], [-0.095349, 51.51824], [-0.095309, 51.518293], [-0.095084, 51.518237], [-0.095797, 51.517002], [-0.096109, 51.517091], [-0.096125, 51.517061], [-0.096745, 51.517145], [-0.09674, 51.517369], [-0.096462, 51.517363], [-0.096265, 51.517394]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3846, &quot;postcode&quot;: &quot;EC2Y 5EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090349, 51.517942], [-0.090193, 51.517905], [-0.090131, 51.517912], [-0.090011, 51.518092], [-0.089999, 51.518084], [-0.090075, 51.517825], [-0.090245, 51.517827], [-0.090268, 51.517861], [-0.090338, 51.517881], [-0.090349, 51.517942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 227, &quot;postcode&quot;: &quot;EC2Y 5EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091545, 51.517641], [-0.091038, 51.517649], [-0.090994, 51.517633], [-0.089669, 51.517462], [-0.089605, 51.517486], [-0.089525, 51.517637], [-0.089249, 51.517585], [-0.089291, 51.517516], [-0.089357, 51.517493], [-0.089361, 51.517451], [-0.089562, 51.517354], [-0.089635, 51.517351], [-0.089666, 51.517323], [-0.089672, 51.517354], [-0.089713, 51.517376], [-0.090989, 51.517557], [-0.09106, 51.517535], [-0.091111, 51.517412], [-0.091273, 51.517408], [-0.091223, 51.517558], [-0.091234, 51.517588], [-0.091273, 51.517606], [-0.091545, 51.517641]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1782, &quot;postcode&quot;: &quot;EC2Y 5ET&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097087, 51.517971], [-0.097036, 51.518004], [-0.096883, 51.518012], [-0.096859, 51.518043], [-0.096869, 51.5181], [-0.096653, 51.518112], [-0.0966, 51.518138], [-0.096555, 51.518101], [-0.096403, 51.518066], [-0.09596, 51.518094], [-0.09592, 51.518129], [-0.095915, 51.518358], [-0.095264, 51.518212], [-0.095276, 51.518149], [-0.095162, 51.518106], [-0.095506, 51.517616], [-0.095594, 51.517616], [-0.095623, 51.51765], [-0.095684, 51.517657], [-0.095725, 51.51764], [-0.095792, 51.517566], [-0.095857, 51.517458], [-0.095837, 51.51743], [-0.095776, 51.51741], [-0.096078, 51.517408], [-0.096464, 51.517363], [-0.09674, 51.517369], [-0.096758, 51.517396], [-0.096801, 51.517411], [-0.096979, 51.517397], [-0.097039, 51.517794], [-0.097087, 51.517971]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9148, &quot;postcode&quot;: &quot;EC2Y 5HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08938, 51.517512], [-0.089317, 51.517517], [-0.089281, 51.517535], [-0.089142, 51.517759], [-0.088831, 51.517689], [-0.088851, 51.51764], [-0.088827, 51.517515], [-0.088782, 51.517472], [-0.088794, 51.517413], [-0.089071, 51.517368], [-0.089257, 51.517398], [-0.08936, 51.517451], [-0.08938, 51.517512]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1164, &quot;postcode&quot;: &quot;EC2Y 5JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096349, 51.518078], [-0.096357, 51.518053], [-0.096485, 51.518084], [-0.096432, 51.518085], [-0.09656, 51.518103], [-0.0966, 51.518138], [-0.096599, 51.518114], [-0.096853, 51.518101], [-0.096918, 51.518409], [-0.096649, 51.51842], [-0.096645, 51.51839], [-0.096607, 51.518392], [-0.096657, 51.518556], [-0.096031, 51.518472], [-0.095309, 51.518293], [-0.095356, 51.51823], [-0.095915, 51.518359], [-0.095921, 51.518092], [-0.096349, 51.518078]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3267, &quot;postcode&quot;: &quot;EC2Y 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09527, 51.520488], [-0.095384, 51.520474], [-0.095747, 51.520415], [-0.095271, 51.520502], [-0.09527, 51.520488]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 26, &quot;postcode&quot;: &quot;EC2Y 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095375, 51.521342], [-0.095285, 51.521302], [-0.095197, 51.521078], [-0.095155, 51.52105], [-0.094632, 51.521114], [-0.094409, 51.521104], [-0.094643, 51.521061], [-0.094819, 51.521061], [-0.095331, 51.520976], [-0.095375, 51.521342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 530, &quot;postcode&quot;: &quot;EC2Y 8AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090249, 51.519509], [-0.09104, 51.519372], [-0.092005, 51.519771], [-0.091941, 51.519882], [-0.091082, 51.51973], [-0.091078, 51.519738], [-0.090225, 51.519543], [-0.090249, 51.519509]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2939, &quot;postcode&quot;: &quot;EC2Y 8AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092618, 51.518486], [-0.092566, 51.51847], [-0.092492, 51.518451], [-0.092567, 51.51847], [-0.092618, 51.518486]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2Y 8AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093172, 51.51857], [-0.093028, 51.518945], [-0.091506, 51.518567], [-0.091228, 51.518141], [-0.091559, 51.518198], [-0.092073, 51.518351], [-0.09257, 51.518471], [-0.093054, 51.518627], [-0.093122, 51.518622], [-0.093172, 51.51857]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4808, &quot;postcode&quot;: &quot;EC2Y 8AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095084, 51.519288], [-0.094932, 51.519411], [-0.094815, 51.519384], [-0.094669, 51.519626], [-0.094622, 51.519664], [-0.09455, 51.519685], [-0.094407, 51.519642], [-0.094421, 51.519621], [-0.094404, 51.519599], [-0.094436, 51.519546], [-0.094629, 51.519575], [-0.094753, 51.51937], [-0.093299, 51.519034], [-0.093467, 51.51875], [-0.09355, 51.518726], [-0.094076, 51.518961], [-0.09424, 51.518964], [-0.094309, 51.518996], [-0.094466, 51.518985], [-0.094508, 51.518963], [-0.094549, 51.518732], [-0.094785, 51.518726], [-0.094802, 51.518757], [-0.094862, 51.518783], [-0.09489, 51.518829], [-0.095084, 51.518875], [-0.095084, 51.519288]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5459, &quot;postcode&quot;: &quot;EC2Y 8BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093466, 51.518751], [-0.093299, 51.519034], [-0.091732, 51.518672], [-0.091639, 51.518796], [-0.091585, 51.518782], [-0.091562, 51.518748], [-0.091513, 51.518729], [-0.091559, 51.51864], [-0.091537, 51.518613], [-0.091488, 51.518598], [-0.091507, 51.518568], [-0.092971, 51.518929], [-0.093019, 51.51892], [-0.093045, 51.518899], [-0.093172, 51.51857], [-0.093466, 51.518751]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1547, &quot;postcode&quot;: &quot;EC2Y 8BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093632, 51.519645], [-0.092123, 51.519247], [-0.09207, 51.519272], [-0.091923, 51.519527], [-0.091951, 51.51957], [-0.092105, 51.519607], [-0.092005, 51.519771], [-0.09104, 51.519372], [-0.091123, 51.519214], [-0.091093, 51.519184], [-0.090976, 51.519154], [-0.090945, 51.519057], [-0.091045, 51.51893], [-0.091219, 51.518906], [-0.091273, 51.518911], [-0.091314, 51.518894], [-0.09149, 51.518598], [-0.091581, 51.51862], [-0.091534, 51.518715], [-0.091589, 51.518779], [-0.091651, 51.518799], [-0.091546, 51.518963], [-0.093228, 51.519351], [-0.093278, 51.519346], [-0.0933, 51.519324], [-0.093337, 51.519332], [-0.093332, 51.519361], [-0.093368, 51.519383], [-0.093418, 51.519378], [-0.09344, 51.519356], [-0.093483, 51.519366], [-0.093478, 51.519395], [-0.093514, 51.519417], [-0.093564, 51.519412], [-0.093586, 51.51939], [-0.093613, 51.519399], [-0.093515, 51.519582], [-0.093537, 51.519613], [-0.093632, 51.519645]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7143, &quot;postcode&quot;: &quot;EC2Y 8BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094709, 51.518471], [-0.094676, 51.518516], [-0.094676, 51.518571], [-0.094648, 51.518591], [-0.094605, 51.518596], [-0.09452, 51.518547], [-0.093774, 51.518353], [-0.093719, 51.518352], [-0.093682, 51.518372], [-0.093557, 51.518545], [-0.0935, 51.518545], [-0.093462, 51.51857], [-0.093461, 51.518601], [-0.09355, 51.518726], [-0.093496, 51.518759], [-0.093172, 51.51857], [-0.093365, 51.518218], [-0.09336, 51.518188], [-0.093327, 51.518167], [-0.093372, 51.518049], [-0.093434, 51.518041], [-0.093476, 51.518004], [-0.093465, 51.518057], [-0.093498, 51.518089], [-0.094709, 51.518471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2825, &quot;postcode&quot;: &quot;EC2Y 8BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093421, 51.518119], [-0.093376, 51.518198], [-0.093183, 51.51854], [-0.09337, 51.518056], [-0.09342, 51.518068], [-0.093421, 51.518119]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 147, &quot;postcode&quot;: &quot;EC2Y 8BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091506, 51.518567], [-0.091446, 51.518671], [-0.09142, 51.51862], [-0.090946, 51.518452], [-0.091038, 51.518372], [-0.091228, 51.518141], [-0.091506, 51.518567]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 944, &quot;postcode&quot;: &quot;EC2Y 8BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091466, 51.518636], [-0.091396, 51.518757], [-0.091358, 51.518784], [-0.091362, 51.518816], [-0.091297, 51.518929], [-0.091184, 51.518901], [-0.091059, 51.51893], [-0.090953, 51.519047], [-0.090975, 51.519141], [-0.091057, 51.519166], [-0.091111, 51.519141], [-0.091194, 51.519001], [-0.091248, 51.519013], [-0.09104, 51.519372], [-0.090275, 51.519504], [-0.090225, 51.519542], [-0.090269, 51.519471], [-0.090233, 51.519414], [-0.090244, 51.519298], [-0.090316, 51.519211], [-0.090484, 51.519108], [-0.090946, 51.518452], [-0.091466, 51.518636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4587, &quot;postcode&quot;: &quot;EC2Y 8BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095252, 51.518294], [-0.095084, 51.518504], [-0.095084, 51.518875], [-0.095437, 51.518956], [-0.095085, 51.519083], [-0.095084, 51.518875], [-0.094838, 51.518819], [-0.094862, 51.518783], [-0.094813, 51.518763], [-0.094683, 51.518754], [-0.094684, 51.518726], [-0.094684, 51.518736], [-0.094458, 51.518743], [-0.09369, 51.518465], [-0.093687, 51.518502], [-0.093602, 51.518482], [-0.093708, 51.518335], [-0.094447, 51.518537], [-0.094545, 51.518543], [-0.094573, 51.518585], [-0.094627, 51.518596], [-0.094677, 51.51857], [-0.094663, 51.518519], [-0.094709, 51.518471], [-0.094766, 51.518489], [-0.095084, 51.518237], [-0.095309, 51.518293], [-0.095297, 51.518309], [-0.095252, 51.518294]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3129, &quot;postcode&quot;: &quot;EC2Y 8BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095085, 51.519083], [-0.095437, 51.518956], [-0.095626, 51.519], [-0.095498, 51.518978], [-0.09538, 51.519181], [-0.095085, 51.519145], [-0.095085, 51.519083]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 413, &quot;postcode&quot;: &quot;EC2Y 8BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095084, 51.518504], [-0.095252, 51.518294], [-0.095297, 51.518309], [-0.095309, 51.518293], [-0.096031, 51.518472], [-0.095761, 51.518789], [-0.096076, 51.519104], [-0.095084, 51.518875], [-0.095084, 51.518504]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3808, &quot;postcode&quot;: &quot;EC2Y 8BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096233, 51.518532], [-0.096424, 51.518524], [-0.096958, 51.518596], [-0.097076, 51.519337], [-0.097048, 51.519679], [-0.096634, 51.519718], [-0.096412, 51.519459], [-0.09655, 51.519221], [-0.096085, 51.519114], [-0.095761, 51.518789], [-0.096031, 51.518472], [-0.096227, 51.518498], [-0.096233, 51.518532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7611, &quot;postcode&quot;: &quot;EC2Y 8BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097287, 51.52005], [-0.097186, 51.520081], [-0.0967, 51.520061], [-0.096536, 51.520214], [-0.096533, 51.520256], [-0.096455, 51.520251], [-0.096307, 51.520277], [-0.096252, 51.520274], [-0.096172, 51.520229], [-0.096184, 51.520135], [-0.096123, 51.520048], [-0.095853, 51.519989], [-0.095877, 51.519958], [-0.095945, 51.519973], [-0.096236, 51.51948], [-0.096381, 51.519513], [-0.096412, 51.519459], [-0.096457, 51.519512], [-0.096379, 51.519648], [-0.096419, 51.519695], [-0.096523, 51.519709], [-0.096589, 51.519665], [-0.096622, 51.5197], [-0.09667, 51.519714], [-0.096996, 51.519684], [-0.097044, 51.51966], [-0.097053, 51.51961], [-0.097159, 51.519677], [-0.09724, 51.519857], [-0.097287, 51.52005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4559, &quot;postcode&quot;: &quot;EC2Y 8BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094547, 51.518742], [-0.09451, 51.518983], [-0.094242, 51.519001], [-0.094198, 51.518968], [-0.094079, 51.518966], [-0.093601, 51.518749], [-0.093536, 51.518743], [-0.093566, 51.5187], [-0.093544, 51.518658], [-0.09358, 51.518588], [-0.093557, 51.518545], [-0.093602, 51.518482], [-0.093652, 51.518483], [-0.09369, 51.518465], [-0.094446, 51.518738], [-0.094547, 51.518742]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2332, &quot;postcode&quot;: &quot;EC2Y 8DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093325, 51.520801], [-0.092825, 51.520891], [-0.092511, 51.520941], [-0.092456, 51.520929], [-0.092444, 51.520817], [-0.092494, 51.520659], [-0.092452, 51.520626], [-0.092383, 51.52063], [-0.092413, 51.520553], [-0.092482, 51.520581], [-0.092561, 51.520547], [-0.092676, 51.520262], [-0.09258, 51.520084], [-0.092757, 51.520115], [-0.09275, 51.520155], [-0.093093, 51.520809], [-0.093159, 51.52083], [-0.093325, 51.520801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2314, &quot;postcode&quot;: &quot;EC2Y 8DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09651, 51.520241], [-0.096514, 51.520275], [-0.096025, 51.520364], [-0.096267, 51.52031], [-0.096309, 51.520277], [-0.09651, 51.520241]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 70, &quot;postcode&quot;: &quot;EC2Y 8DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097556, 51.520916], [-0.097523, 51.521], [-0.097459, 51.520994], [-0.097412, 51.521024], [-0.097387, 51.521212], [-0.097289, 51.521578], [-0.096554, 51.520339], [-0.097251, 51.520219], [-0.097345, 51.520237], [-0.097471, 51.52057], [-0.097434, 51.520872], [-0.097465, 51.520901], [-0.097541, 51.520901], [-0.097556, 51.520916]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5108, &quot;postcode&quot;: &quot;EC2Y 8DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095181, 51.520598], [-0.09482, 51.52064], [-0.094824, 51.520648], [-0.094571, 51.520684], [-0.094568, 51.520702], [-0.094412, 51.520731], [-0.094395, 51.520675], [-0.093922, 51.520776], [-0.09404, 51.521033], [-0.09327, 51.521247], [-0.092959, 51.521264], [-0.092959, 51.521323], [-0.092583, 51.521356], [-0.092475, 51.521081], [-0.09249, 51.521064], [-0.093831, 51.520826], [-0.093841, 51.520788], [-0.093052, 51.52091], [-0.093021, 51.520855], [-0.093327, 51.520801], [-0.093632, 51.520769], [-0.093634, 51.520745], [-0.094395, 51.520616], [-0.094389, 51.520663], [-0.095215, 51.520512], [-0.095181, 51.520598]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4528, &quot;postcode&quot;: &quot;EC2Y 8DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095085, 51.519287], [-0.095281, 51.519349], [-0.095222, 51.519451], [-0.094991, 51.519398], [-0.094977, 51.519421], [-0.094932, 51.519411], [-0.095085, 51.519287]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 235, &quot;postcode&quot;: &quot;EC2Y 8DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095087, 51.519287], [-0.095085, 51.519145], [-0.09538, 51.519181], [-0.095281, 51.519349], [-0.095087, 51.519287]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 313, &quot;postcode&quot;: &quot;EC2Y 8DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09404, 51.521033], [-0.093937, 51.520808], [-0.094334, 51.520746], [-0.094568, 51.520702], [-0.094571, 51.520684], [-0.094863, 51.520633], [-0.095181, 51.520598], [-0.095255, 51.52063], [-0.095303, 51.520735], [-0.095331, 51.520976], [-0.094816, 51.521062], [-0.094643, 51.521061], [-0.094339, 51.521117], [-0.094286, 51.521098], [-0.094247, 51.521241], [-0.094242, 51.521403], [-0.094244, 51.521347], [-0.094351, 51.521378], [-0.094398, 51.521457], [-0.092763, 51.521387], [-0.09404, 51.521033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6508, &quot;postcode&quot;: &quot;EC2Y 8DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0947, 51.520141], [-0.094461, 51.520099], [-0.094505, 51.519759], [-0.095791, 51.520069], [-0.095842, 51.52012], [-0.095793, 51.520161], [-0.095904, 51.520183], [-0.096046, 51.520325], [-0.096309, 51.520277], [-0.096403, 51.520282], [-0.095747, 51.520415], [-0.095229, 51.520493], [-0.09527, 51.520488], [-0.095271, 51.520502], [-0.094389, 51.520663], [-0.094454, 51.520157], [-0.094673, 51.520188], [-0.094741, 51.520068], [-0.0947, 51.520141]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6741, &quot;postcode&quot;: &quot;EC2Y 8DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094621, 51.519665], [-0.094508, 51.51976], [-0.094491, 51.519863], [-0.094076, 51.519766], [-0.093496, 51.519603], [-0.093614, 51.519399], [-0.093797, 51.519456], [-0.09375, 51.519477], [-0.093773, 51.519513], [-0.093792, 51.519477], [-0.093811, 51.519486], [-0.093784, 51.519516], [-0.093833, 51.519504], [-0.093824, 51.519464], [-0.093923, 51.519494], [-0.093893, 51.519522], [-0.093919, 51.519547], [-0.093929, 51.519514], [-0.093956, 51.519517], [-0.093943, 51.519551], [-0.093979, 51.519539], [-0.093986, 51.519514], [-0.094052, 51.519534], [-0.094037, 51.519561], [-0.094059, 51.51958], [-0.094072, 51.519548], [-0.094096, 51.519548], [-0.094073, 51.519584], [-0.09411, 51.51958], [-0.094131, 51.519558], [-0.094186, 51.519575], [-0.094203, 51.519613], [-0.094214, 51.519584], [-0.094243, 51.519592], [-0.094217, 51.519617], [-0.094271, 51.519601], [-0.094327, 51.519618], [-0.094349, 51.519647], [-0.094374, 51.519632], [-0.094363, 51.51965], [-0.094407, 51.519642], [-0.094508, 51.519669], [-0.09457, 51.519652], [-0.094621, 51.519665]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1579, &quot;postcode&quot;: &quot;EC2Y 8DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091978, 51.519577], [-0.09192, 51.519565], [-0.091918, 51.519564], [-0.091978, 51.519577]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2Y 8DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093689, 51.518473], [-0.093687, 51.518502], [-0.093632, 51.518505], [-0.093596, 51.518532], [-0.093565, 51.518632], [-0.093588, 51.518671], [-0.093564, 51.51873], [-0.093449, 51.51878], [-0.093439, 51.518735], [-0.093246, 51.518614], [-0.09337, 51.518685], [-0.093444, 51.518686], [-0.09348, 51.518646], [-0.093429, 51.518515], [-0.093551, 51.518514], [-0.093602, 51.518482], [-0.093689, 51.518473]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 264, &quot;postcode&quot;: &quot;EC2Y 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091942, 51.519882], [-0.092005, 51.519771], [-0.092525, 51.519986], [-0.091942, 51.519882]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 276, &quot;postcode&quot;: &quot;EC2Y 8DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096802, 51.520296], [-0.096616, 51.520329], [-0.096577, 51.520364], [-0.096727, 51.520631], [-0.096513, 51.520259], [-0.096759, 51.520275], [-0.096802, 51.520296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;EC2Y 8EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094491, 51.519863], [-0.094395, 51.520616], [-0.093683, 51.520737], [-0.093632, 51.520769], [-0.093083, 51.52084], [-0.09309, 51.520811], [-0.093034, 51.520674], [-0.092978, 51.520611], [-0.092735, 51.520126], [-0.092698, 51.520105], [-0.09258, 51.520084], [-0.09251, 51.51998], [-0.092005, 51.519771], [-0.092079, 51.519619], [-0.092042, 51.519593], [-0.091902, 51.519561], [-0.092093, 51.519232], [-0.094075, 51.519765], [-0.094491, 51.519863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17238, &quot;postcode&quot;: &quot;EC2Y 8HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09268, 51.520258], [-0.092457, 51.520776], [-0.092438, 51.520953], [-0.092315, 51.520972], [-0.092358, 51.5207], [-0.092144, 51.520676], [-0.092151, 51.520646], [-0.091735, 51.520596], [-0.091748, 51.520551], [-0.091679, 51.520536], [-0.091714, 51.520402], [-0.091679, 51.520396], [-0.091776, 51.52023], [-0.091751, 51.520224], [-0.091803, 51.520136], [-0.091771, 51.520128], [-0.091846, 51.520003], [-0.09116, 51.519845], [-0.091143, 51.519851], [-0.091127, 51.519848], [-0.091151, 51.519811], [-0.091784, 51.519941], [-0.091827, 51.519862], [-0.092525, 51.519986], [-0.09268, 51.520258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5189, &quot;postcode&quot;: &quot;EC2Y 8HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096166, 51.520217], [-0.095905, 51.520183], [-0.095791, 51.520069], [-0.095875, 51.519961], [-0.095853, 51.519989], [-0.095921, 51.520005], [-0.096496, 51.520092], [-0.096144, 51.520075], [-0.096187, 51.520137], [-0.096166, 51.520217]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 490, &quot;postcode&quot;: &quot;EC2Y 8NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093285, 51.520923], [-0.093077, 51.52096], [-0.092992, 51.520861], [-0.093021, 51.520855], [-0.093052, 51.52091], [-0.09334, 51.520866], [-0.093285, 51.520923]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;EC2Y 8NB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095791, 51.520069], [-0.094505, 51.519759], [-0.094603, 51.519679], [-0.094886, 51.519757], [-0.095104, 51.519812], [-0.095325, 51.519861], [-0.095301, 51.519856], [-0.095302, 51.519826], [-0.095877, 51.519958], [-0.095791, 51.520069]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1079, &quot;postcode&quot;: &quot;EC2Y 8ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093846, 51.52079], [-0.093831, 51.520826], [-0.093285, 51.520923], [-0.09334, 51.520866], [-0.093486, 51.520835], [-0.093496, 51.520783], [-0.093562, 51.520776], [-0.093585, 51.520806], [-0.09363, 51.520819], [-0.093846, 51.52079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 210, &quot;postcode&quot;: &quot;EC2Y 8NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089142, 51.517759], [-0.089053, 51.517905], [-0.08898, 51.517901], [-0.088931, 51.517925], [-0.088679, 51.518355], [-0.088389, 51.518292], [-0.088644, 51.517824], [-0.088786, 51.517853], [-0.08884, 51.517844], [-0.088886, 51.517795], [-0.088874, 51.517756], [-0.088901, 51.517704], [-0.089142, 51.517759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1511, &quot;postcode&quot;: &quot;EC2Y 9AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089088, 51.518955], [-0.089045, 51.519029], [-0.088886, 51.518993], [-0.088817, 51.519011], [-0.088618, 51.519342], [-0.088444, 51.51931], [-0.08839, 51.519319], [-0.088353, 51.519379], [-0.088414, 51.519418], [-0.088366, 51.519452], [-0.08824, 51.519398], [-0.088348, 51.519305], [-0.088605, 51.518843], [-0.089088, 51.518955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1266, &quot;postcode&quot;: &quot;EC2Y 9AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089419, 51.519881], [-0.089327, 51.519858], [-0.089922, 51.52002], [-0.089673, 51.520643], [-0.088824, 51.520567], [-0.08883, 51.520542], [-0.088789, 51.520538], [-0.088851, 51.520284], [-0.088806, 51.52028], [-0.088838, 51.520148], [-0.088884, 51.520153], [-0.088979, 51.519766], [-0.089273, 51.519844], [-0.08937, 51.519802], [-0.089419, 51.519881]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5406, &quot;postcode&quot;: &quot;EC2Y 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090225, 51.519543], [-0.091078, 51.519738], [-0.090847, 51.520154], [-0.090795, 51.520141], [-0.090761, 51.520195], [-0.089975, 51.520054], [-0.08994, 51.520137], [-0.089893, 51.520131], [-0.090032, 51.519823], [-0.090113, 51.519845], [-0.090119, 51.51982], [-0.090042, 51.519805], [-0.090198, 51.519517], [-0.090242, 51.51951], [-0.090225, 51.519543]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3744, &quot;postcode&quot;: &quot;EC2Y 9AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08879, 51.51996], [-0.088737, 51.520169], [-0.088828, 51.520192], [-0.088806, 51.520278], [-0.088668, 51.520527], [-0.08865, 51.520527], [-0.088659, 51.520491], [-0.088643, 51.520554], [-0.088282, 51.520527], [-0.088094, 51.520527], [-0.08808, 51.520508], [-0.088146, 51.520514], [-0.087822, 51.520482], [-0.087897, 51.520178], [-0.088211, 51.520219], [-0.088278, 51.519977], [-0.088489, 51.520005], [-0.08851, 51.519927], [-0.08879, 51.51996]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3213, &quot;postcode&quot;: &quot;EC2Y 9AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090729, 51.51876], [-0.090482, 51.519112], [-0.090319, 51.519209], [-0.090248, 51.519294], [-0.090248, 51.519392], [-0.090293, 51.519412], [-0.090356, 51.519404], [-0.090309, 51.519425], [-0.090249, 51.519508], [-0.090185, 51.51954], [-0.090062, 51.51977], [-0.090073, 51.5198], [-0.090119, 51.51982], [-0.090113, 51.519845], [-0.090063, 51.519839], [-0.090021, 51.519854], [-0.089967, 51.519942], [-0.089859, 51.519955], [-0.089389, 51.519809], [-0.089273, 51.519844], [-0.089031, 51.519785], [-0.088983, 51.5198], [-0.088963, 51.519831], [-0.088833, 51.519786], [-0.088835, 51.519728], [-0.088706, 51.519675], [-0.088684, 51.519588], [-0.088393, 51.519494], [-0.08837, 51.519418], [-0.088336, 51.519392], [-0.088393, 51.519289], [-0.088558, 51.519334], [-0.088624, 51.519321], [-0.088832, 51.51898], [-0.088877, 51.518951], [-0.088873, 51.51892], [-0.088845, 51.5189], [-0.088595, 51.518841], [-0.088741, 51.518606], [-0.088811, 51.518589], [-0.08903, 51.518638], [-0.090081, 51.518779], [-0.090424, 51.518856], [-0.090497, 51.518835], [-0.09057, 51.518713], [-0.090729, 51.51876]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14756, &quot;postcode&quot;: &quot;EC2Y 9AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089967, 51.519942], [-0.089946, 51.519983], [-0.089859, 51.519955], [-0.089944, 51.519948], [-0.089967, 51.519942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15, &quot;postcode&quot;: &quot;EC2Y 9BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091845, 51.520003], [-0.091789, 51.520101], [-0.091803, 51.520136], [-0.091767, 51.520201], [-0.091776, 51.52023], [-0.091679, 51.520396], [-0.091311, 51.52033], [-0.091278, 51.5203], [-0.091168, 51.520274], [-0.091101, 51.52028], [-0.09097, 51.520252], [-0.090902, 51.520276], [-0.090841, 51.5204], [-0.090775, 51.520402], [-0.090677, 51.52036], [-0.090689, 51.52033], [-0.090752, 51.520304], [-0.090784, 51.52022], [-0.090766, 51.520187], [-0.090795, 51.520141], [-0.090867, 51.520114], [-0.091082, 51.51973], [-0.091827, 51.519862], [-0.09178, 51.519961], [-0.091802, 51.519989], [-0.091845, 51.520003]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3770, &quot;postcode&quot;: &quot;EC2Y 9BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09076, 51.518532], [-0.090654, 51.518572], [-0.090477, 51.518869], [-0.090093, 51.518782], [-0.089028, 51.518638], [-0.088858, 51.5186], [-0.088797, 51.518612], [-0.088722, 51.518604], [-0.088688, 51.518581], [-0.088641, 51.518577], [-0.088978, 51.518027], [-0.089026, 51.518039], [-0.089076, 51.518027], [-0.089344, 51.518086], [-0.09053, 51.518405], [-0.090704, 51.518488], [-0.09076, 51.518532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7523, &quot;postcode&quot;: &quot;EC2Y 9DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091056, 51.518143], [-0.090986, 51.518213], [-0.090976, 51.518264], [-0.090919, 51.518286], [-0.09084, 51.518375], [-0.090853, 51.518417], [-0.090945, 51.518452], [-0.090864, 51.518567], [-0.090792, 51.518596], [-0.09081, 51.518645], [-0.090729, 51.51876], [-0.09057, 51.518713], [-0.090641, 51.518595], [-0.090704, 51.518595], [-0.090743, 51.518566], [-0.090737, 51.518533], [-0.090663, 51.518472], [-0.090527, 51.518405], [-0.089427, 51.518107], [-0.089457, 51.518065], [-0.089456, 51.518014], [-0.089789, 51.5181], [-0.089859, 51.518091], [-0.08998, 51.517897], [-0.089961, 51.517864], [-0.089899, 51.517845], [-0.089992, 51.517791], [-0.090075, 51.517825], [-0.09007, 51.517864], [-0.090105, 51.517891], [-0.090269, 51.517919], [-0.090315, 51.517907], [-0.090338, 51.517881], [-0.090544, 51.51793], [-0.090537, 51.517964], [-0.090569, 51.517993], [-0.091026, 51.518102], [-0.091056, 51.518143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4180, &quot;postcode&quot;: &quot;EC2Y 9DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08937, 51.519802], [-0.089663, 51.519894], [-0.089661, 51.519949], [-0.08942, 51.519884], [-0.08937, 51.519802]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 127, &quot;postcode&quot;: &quot;EC2Y 9HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089945, 51.519983], [-0.089831, 51.520305], [-0.089813, 51.520305], [-0.089907, 51.520034], [-0.089873, 51.520007], [-0.089661, 51.519949], [-0.089663, 51.519894], [-0.089945, 51.519983]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 140, &quot;postcode&quot;: &quot;EC2Y 9LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080758, 51.513211], [-0.080694, 51.513428], [-0.080475, 51.513411], [-0.080326, 51.513353], [-0.080191, 51.513348], [-0.080142, 51.513367], [-0.079895, 51.513334], [-0.079875, 51.513307], [-0.07983, 51.513294], [-0.079753, 51.513315], [-0.079592, 51.513292], [-0.079674, 51.51305], [-0.079616, 51.512943], [-0.079548, 51.512925], [-0.079518, 51.512873], [-0.079449, 51.512868], [-0.079387, 51.512796], [-0.079452, 51.51277], [-0.079494, 51.512831], [-0.079542, 51.512847], [-0.079728, 51.512815], [-0.079762, 51.512798], [-0.079774, 51.512768], [-0.079689, 51.512643], [-0.080105, 51.512607], [-0.080156, 51.512817], [-0.080207, 51.512839], [-0.08033, 51.51283], [-0.080368, 51.513178], [-0.080421, 51.513198], [-0.080507, 51.513192], [-0.080758, 51.513211]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4154, &quot;postcode&quot;: &quot;EC3A 1AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078692, 51.513018], [-0.078663, 51.513201], [-0.078534, 51.513196], [-0.078478, 51.513221], [-0.078442, 51.513194], [-0.078382, 51.513187], [-0.078391, 51.51312], [-0.07846, 51.513058], [-0.07845, 51.513014], [-0.07839, 51.512946], [-0.078518, 51.51288], [-0.078609, 51.513001], [-0.078692, 51.513018]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 502, &quot;postcode&quot;: &quot;EC3A 2AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078481, 51.513192], [-0.078474, 51.51325], [-0.077936, 51.513219], [-0.077871, 51.513142], [-0.078343, 51.512912], [-0.078451, 51.513014], [-0.078468, 51.513086], [-0.078421, 51.513154], [-0.078481, 51.513192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 953, &quot;postcode&quot;: &quot;EC3A 2BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079675, 51.513056], [-0.079591, 51.513292], [-0.079468, 51.513251], [-0.079318, 51.513237], [-0.079221, 51.513233], [-0.079169, 51.513261], [-0.079048, 51.513257], [-0.078994, 51.513221], [-0.078895, 51.513214], [-0.078804, 51.513243], [-0.078767, 51.51321], [-0.078663, 51.513201], [-0.078692, 51.513018], [-0.078789, 51.512998], [-0.078818, 51.512963], [-0.078663, 51.512771], [-0.078763, 51.512719], [-0.078838, 51.512718], [-0.079078, 51.512598], [-0.079254, 51.512796], [-0.079298, 51.512806], [-0.079386, 51.512796], [-0.07945, 51.512854], [-0.079544, 51.51285], [-0.079562, 51.51291], [-0.079635, 51.512932], [-0.079626, 51.513021], [-0.079675, 51.513056]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3456, &quot;postcode&quot;: &quot;EC3A 2BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080462, 51.514048], [-0.08039, 51.514111], [-0.080388, 51.514177], [-0.08015, 51.514094], [-0.080096, 51.514098], [-0.080058, 51.514124], [-0.08007, 51.514087], [-0.080052, 51.514059], [-0.079762, 51.513924], [-0.079698, 51.513918], [-0.079291, 51.513771], [-0.079263, 51.513728], [-0.079327, 51.513542], [-0.079277, 51.513502], [-0.079166, 51.513505], [-0.079121, 51.513525], [-0.078894, 51.513519], [-0.078853, 51.513548], [-0.078802, 51.513683], [-0.078712, 51.513668], [-0.078751, 51.513566], [-0.078726, 51.513529], [-0.078771, 51.513521], [-0.078799, 51.513497], [-0.078825, 51.513346], [-0.079272, 51.513367], [-0.079331, 51.513404], [-0.079411, 51.513387], [-0.080441, 51.51352], [-0.08031, 51.513994], [-0.080346, 51.51403], [-0.080462, 51.514048]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5118, &quot;postcode&quot;: &quot;EC3A 3BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078207, 51.513315], [-0.078202, 51.51336], [-0.078161, 51.513418], [-0.078185, 51.513455], [-0.078088, 51.513559], [-0.077732, 51.513407], [-0.077818, 51.513308], [-0.077915, 51.513297], [-0.077953, 51.513278], [-0.077961, 51.513243], [-0.077929, 51.513208], [-0.078162, 51.513232], [-0.078133, 51.513256], [-0.078134, 51.513286], [-0.078207, 51.513315]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 736, &quot;postcode&quot;: &quot;EC3A 3DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078481, 51.513192], [-0.078809, 51.513209], [-0.078803, 51.513249], [-0.07886, 51.513252], [-0.078866, 51.513212], [-0.079038, 51.513222], [-0.079036, 51.513257], [-0.079169, 51.513261], [-0.079171, 51.513229], [-0.079511, 51.513254], [-0.079507, 51.513271], [-0.079597, 51.513279], [-0.079591, 51.513292], [-0.079975, 51.513346], [-0.080142, 51.513367], [-0.080153, 51.513339], [-0.080231, 51.513351], [-0.080212, 51.513394], [-0.080459, 51.513423], [-0.080581, 51.51342], [-0.081161, 51.513459], [-0.081665, 51.513471], [-0.081777, 51.513444], [-0.083115, 51.513394], [-0.083431, 51.513356], [-0.083648, 51.513352], [-0.08387, 51.513353], [-0.083866, 51.513458], [-0.08373, 51.513455], [-0.083163, 51.513515], [-0.082733, 51.513541], [-0.081975, 51.513538], [-0.081975, 51.513554], [-0.081746, 51.513573], [-0.081746, 51.513582], [-0.081317, 51.513605], [-0.080874, 51.513571], [-0.080441, 51.51352], [-0.079913, 51.513448], [-0.079919, 51.513435], [-0.079404, 51.513376], [-0.079362, 51.513393], [-0.079338, 51.513468], [-0.079294, 51.513462], [-0.079324, 51.51337], [-0.078825, 51.513346], [-0.078795, 51.51353], [-0.07876, 51.513532], [-0.078711, 51.513668], [-0.078802, 51.513683], [-0.078799, 51.513701], [-0.078659, 51.513674], [-0.078355, 51.513579], [-0.078385, 51.513544], [-0.078288, 51.513505], [-0.078302, 51.51349], [-0.078283, 51.513482], [-0.078269, 51.513498], [-0.078181, 51.513454], [-0.078141, 51.513442], [-0.078124, 51.513459], [-0.078089, 51.513444], [-0.078173, 51.513397], [-0.078207, 51.513315], [-0.077903, 51.513299], [-0.077715, 51.513311], [-0.077593, 51.513335], [-0.077498, 51.513286], [-0.0779, 51.51317], [-0.077936, 51.51322], [-0.078474, 51.51325], [-0.078481, 51.513192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6960, &quot;postcode&quot;: &quot;EC3A 3DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080587, 51.513537], [-0.080539, 51.513724], [-0.080377, 51.513705], [-0.080422, 51.513541], [-0.080381, 51.513512], [-0.080274, 51.513497], [-0.080587, 51.513537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 238, &quot;postcode&quot;: &quot;EC3A 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081045, 51.513584], [-0.081018, 51.513651], [-0.080938, 51.513644], [-0.080846, 51.513679], [-0.08079, 51.513873], [-0.080651, 51.514077], [-0.080301, 51.514025], [-0.080377, 51.513705], [-0.08048, 51.513716], [-0.080536, 51.513698], [-0.080587, 51.513537], [-0.081045, 51.513584]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1595, &quot;postcode&quot;: &quot;EC3A 4AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078066, 51.513652], [-0.078032, 51.513622], [-0.077617, 51.513447], [-0.077514, 51.513367], [-0.077605, 51.513341], [-0.078031, 51.513537], [-0.079016, 51.513874], [-0.079092, 51.513861], [-0.07912, 51.513788], [-0.079284, 51.513841], [-0.078942, 51.51416], [-0.078788, 51.514276], [-0.078459, 51.514433], [-0.078456, 51.514452], [-0.078487, 51.514474], [-0.078625, 51.514532], [-0.078464, 51.51467], [-0.078153, 51.514499], [-0.076914, 51.513698], [-0.076777, 51.51359], [-0.076859, 51.513571], [-0.076977, 51.513665], [-0.077533, 51.514021], [-0.07785, 51.513825], [-0.077986, 51.513855], [-0.078059, 51.513795], [-0.077974, 51.513747], [-0.078051, 51.513695], [-0.078066, 51.513652]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7816, &quot;postcode&quot;: &quot;EC3A 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079435, 51.513918], [-0.079485, 51.513906], [-0.079563, 51.513938], [-0.079576, 51.513926], [-0.079656, 51.51396], [-0.079728, 51.513887], [-0.079844, 51.513882], [-0.079788, 51.513944], [-0.080083, 51.514064], [-0.080057, 51.514124], [-0.079921, 51.514253], [-0.079851, 51.514243], [-0.079832, 51.514226], [-0.079875, 51.514187], [-0.079868, 51.514174], [-0.079677, 51.51408], [-0.079733, 51.514009], [-0.079625, 51.51395], [-0.079596, 51.51396], [-0.079318, 51.514249], [-0.079126, 51.514172], [-0.079157, 51.514145], [-0.079104, 51.514122], [-0.079088, 51.514136], [-0.07902, 51.514106], [-0.079278, 51.513868], [-0.079435, 51.513918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1463, &quot;postcode&quot;: &quot;EC3A 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079697, 51.514429], [-0.079525, 51.514577], [-0.079501, 51.514626], [-0.079327, 51.514714], [-0.079312, 51.514791], [-0.079203, 51.514831], [-0.079159, 51.514779], [-0.079067, 51.514729], [-0.079256, 51.514542], [-0.079262, 51.514512], [-0.079233, 51.514482], [-0.07934, 51.514356], [-0.079381, 51.514346], [-0.079433, 51.514362], [-0.079476, 51.514359], [-0.079582, 51.514396], [-0.079648, 51.514392], [-0.079697, 51.514429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1033, &quot;postcode&quot;: &quot;EC3A 5AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079921, 51.514253], [-0.079875, 51.51427], [-0.079698, 51.514429], [-0.079511, 51.514373], [-0.079456, 51.514375], [-0.079357, 51.514336], [-0.079376, 51.514285], [-0.079318, 51.514249], [-0.079596, 51.513961], [-0.079625, 51.51395], [-0.079732, 51.514009], [-0.079701, 51.514066], [-0.079725, 51.514107], [-0.079868, 51.514174], [-0.079873, 51.514228], [-0.079921, 51.514253]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1198, &quot;postcode&quot;: &quot;EC3A 5AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081109, 51.514381], [-0.081056, 51.514459], [-0.080998, 51.514434], [-0.080931, 51.514455], [-0.080874, 51.514545], [-0.080837, 51.51457], [-0.080733, 51.514738], [-0.080738, 51.51477], [-0.0807, 51.514793], [-0.080675, 51.514849], [-0.080526, 51.51496], [-0.080407, 51.514948], [-0.080313, 51.514908], [-0.080145, 51.514877], [-0.080107, 51.51482], [-0.079887, 51.514741], [-0.079833, 51.51474], [-0.079791, 51.514761], [-0.079704, 51.514751], [-0.079694, 51.5147], [-0.079543, 51.514644], [-0.079476, 51.514655], [-0.079312, 51.514791], [-0.079315, 51.514717], [-0.079482, 51.514634], [-0.079516, 51.514573], [-0.079565, 51.51455], [-0.080107, 51.514079], [-0.080378, 51.514161], [-0.081052, 51.514314], [-0.081056, 51.51435], [-0.081109, 51.514381]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6108, &quot;postcode&quot;: &quot;EC3A 5AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078865, 51.513513], [-0.079121, 51.513525], [-0.079126, 51.513501], [-0.07922, 51.513506], [-0.079272, 51.513367], [-0.079324, 51.51337], [-0.079294, 51.513462], [-0.079338, 51.513468], [-0.079362, 51.513393], [-0.079392, 51.513376], [-0.079919, 51.513435], [-0.079914, 51.513445], [-0.079409, 51.513386], [-0.079382, 51.513398], [-0.079268, 51.513754], [-0.079698, 51.513918], [-0.079656, 51.51396], [-0.079576, 51.513926], [-0.079563, 51.513938], [-0.079485, 51.513906], [-0.079435, 51.513918], [-0.079278, 51.513868], [-0.079164, 51.513974], [-0.079148, 51.513967], [-0.079284, 51.513841], [-0.07912, 51.513788], [-0.079092, 51.513861], [-0.079022, 51.513875], [-0.078466, 51.51369], [-0.078516, 51.51363], [-0.078799, 51.513701], [-0.078865, 51.513513]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1792, &quot;postcode&quot;: &quot;EC3A 5AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079164, 51.513974], [-0.079057, 51.514072], [-0.07904, 51.514068], [-0.079148, 51.513968], [-0.079164, 51.513974]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC3A 5BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078515, 51.51363], [-0.078466, 51.51369], [-0.078088, 51.513559], [-0.078185, 51.513455], [-0.078302, 51.51349], [-0.078324, 51.513518], [-0.078385, 51.513544], [-0.078398, 51.513589], [-0.078515, 51.51363]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 316, &quot;postcode&quot;: &quot;EC3A 5BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078066, 51.513653], [-0.078058, 51.513686], [-0.078, 51.513739], [-0.07801, 51.513765], [-0.078059, 51.513795], [-0.077986, 51.513854], [-0.077888, 51.513832], [-0.077839, 51.513835], [-0.077533, 51.514021], [-0.07747, 51.514016], [-0.07742, 51.514042], [-0.076927, 51.513735], [-0.076999, 51.513715], [-0.077546, 51.51346], [-0.077617, 51.513447], [-0.078031, 51.513621], [-0.078066, 51.513653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2877, &quot;postcode&quot;: &quot;EC3A 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077671, 51.514189], [-0.07742, 51.514042], [-0.077479, 51.514025], [-0.077502, 51.514001], [-0.077533, 51.514021], [-0.077501, 51.514045], [-0.077505, 51.51408], [-0.077671, 51.514189]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 43, &quot;postcode&quot;: &quot;EC3A 5DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079402, 51.514283], [-0.079381, 51.514345], [-0.079325, 51.514374], [-0.079253, 51.514454], [-0.079254, 51.514485], [-0.079289, 51.514509], [-0.079029, 51.514756], [-0.078977, 51.514728], [-0.079, 51.514694], [-0.078984, 51.514665], [-0.078755, 51.51455], [-0.078682, 51.514548], [-0.078612, 51.514595], [-0.078576, 51.514575], [-0.079005, 51.51419], [-0.079104, 51.514123], [-0.079157, 51.514145], [-0.079181, 51.514194], [-0.079402, 51.514283]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1769, &quot;postcode&quot;: &quot;EC3A 5DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078625, 51.514532], [-0.078487, 51.514474], [-0.078456, 51.514452], [-0.078459, 51.514433], [-0.078788, 51.514276], [-0.078933, 51.514155], [-0.079017, 51.514196], [-0.078625, 51.514532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 494, &quot;postcode&quot;: &quot;EC3A 5EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079088, 51.514136], [-0.079022, 51.514191], [-0.07893, 51.514175], [-0.078865, 51.514211], [-0.07904, 51.514068], [-0.079056, 51.514073], [-0.079053, 51.514113], [-0.079088, 51.514136]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 72, &quot;postcode&quot;: &quot;EC3A 5EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082671, 51.515124], [-0.082217, 51.515547], [-0.082124, 51.515508], [-0.082114, 51.515477], [-0.082069, 51.515457], [-0.082154, 51.515322], [-0.082126, 51.515278], [-0.081526, 51.515144], [-0.08146, 51.51515], [-0.081279, 51.515113], [-0.081251, 51.515087], [-0.081183, 51.51507], [-0.081331, 51.514803], [-0.081419, 51.514821], [-0.081436, 51.514859], [-0.081485, 51.514876], [-0.082154, 51.514872], [-0.082213, 51.515028], [-0.082239, 51.515049], [-0.082312, 51.515073], [-0.08236, 51.515071], [-0.082439, 51.514999], [-0.082507, 51.515019], [-0.082526, 51.515069], [-0.082671, 51.515124]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3594, &quot;postcode&quot;: &quot;EC3A 6AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083007, 51.514086], [-0.082969, 51.514138], [-0.082727, 51.51435], [-0.082632, 51.514507], [-0.08264, 51.514537], [-0.082677, 51.514557], [-0.082585, 51.514646], [-0.082583, 51.514685], [-0.082389, 51.514727], [-0.082326, 51.514715], [-0.082254, 51.514655], [-0.082323, 51.514666], [-0.082368, 51.514656], [-0.082456, 51.514518], [-0.082556, 51.514528], [-0.082642, 51.51447], [-0.082642, 51.514436], [-0.082605, 51.514412], [-0.082578, 51.514404], [-0.082553, 51.514404], [-0.082524, 51.514399], [-0.082492, 51.514397], [-0.082434, 51.514389], [-0.082503, 51.514386], [-0.082597, 51.514322], [-0.08273, 51.514039], [-0.083007, 51.514086]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 975, &quot;postcode&quot;: &quot;EC3A 6AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082731, 51.514805], [-0.082684, 51.514831], [-0.082666, 51.51488], [-0.082578, 51.514971], [-0.082525, 51.514957], [-0.082471, 51.514967], [-0.082363, 51.51509], [-0.082203, 51.515034], [-0.08219, 51.514947], [-0.082121, 51.514881], [-0.081796, 51.514876], [-0.082422, 51.51484], [-0.08246, 51.514816], [-0.082465, 51.514767], [-0.082441, 51.514741], [-0.082388, 51.514727], [-0.082583, 51.514686], [-0.082714, 51.514751], [-0.082731, 51.514805]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 888, &quot;postcode&quot;: &quot;EC3A 6AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082679, 51.514145], [-0.082626, 51.514252], [-0.082468, 51.514319], [-0.082247, 51.514379], [-0.082147, 51.514487], [-0.082006, 51.514543], [-0.081978, 51.514573], [-0.081995, 51.514609], [-0.082136, 51.514678], [-0.082467, 51.514743], [-0.082465, 51.514839], [-0.081655, 51.514888], [-0.081613, 51.514876], [-0.081424, 51.514876], [-0.081399, 51.514824], [-0.081325, 51.514815], [-0.081374, 51.514776], [-0.081375, 51.514732], [-0.081343, 51.514708], [-0.081264, 51.51469], [-0.081233, 51.514626], [-0.081332, 51.514624], [-0.081364, 51.514578], [-0.081329, 51.514546], [-0.08118, 51.514511], [-0.08122, 51.514433], [-0.081373, 51.514463], [-0.081961, 51.514459], [-0.082185, 51.514297], [-0.082366, 51.514257], [-0.082438, 51.514223], [-0.082486, 51.514145], [-0.082679, 51.514145]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3379, &quot;postcode&quot;: &quot;EC3A 6AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081203, 51.515033], [-0.081183, 51.51507], [-0.081203, 51.515033], [-0.081203, 51.515033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3A 6DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082176, 51.515286], [-0.08208, 51.515439], [-0.081734, 51.515353], [-0.081667, 51.515359], [-0.081482, 51.515635], [-0.081362, 51.515603], [-0.08137, 51.515573], [-0.081347, 51.515547], [-0.080778, 51.515291], [-0.08085, 51.515152], [-0.080891, 51.515133], [-0.080811, 51.515273], [-0.080839, 51.515298], [-0.08091, 51.515315], [-0.080982, 51.515306], [-0.081123, 51.51508], [-0.081183, 51.51507], [-0.081288, 51.515093], [-0.081335, 51.515124], [-0.081416, 51.51514], [-0.081471, 51.515132], [-0.082176, 51.515286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2585, &quot;postcode&quot;: &quot;EC3A 6DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083466, 51.514344], [-0.082901, 51.514852], [-0.082733, 51.514781], [-0.08263, 51.514757], [-0.082448, 51.514665], [-0.082369, 51.514676], [-0.082214, 51.514648], [-0.082124, 51.514657], [-0.082257, 51.514384], [-0.082564, 51.514394], [-0.082647, 51.51442], [-0.082694, 51.51441], [-0.082734, 51.514377], [-0.082821, 51.514419], [-0.082587, 51.514642], [-0.082577, 51.514672], [-0.082615, 51.514713], [-0.082777, 51.514777], [-0.082831, 51.514779], [-0.082909, 51.514727], [-0.083066, 51.514697], [-0.083466, 51.514344]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1315, &quot;postcode&quot;: &quot;EC3A 6HX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081037, 51.516653], [-0.080966, 51.516749], [-0.080438, 51.516883], [-0.079936, 51.516737], [-0.079986, 51.516659], [-0.080049, 51.516646], [-0.080089, 51.516592], [-0.080065, 51.516556], [-0.079936, 51.516511], [-0.079937, 51.516475], [-0.080107, 51.516252], [-0.080155, 51.516233], [-0.080194, 51.516238], [-0.08047, 51.516348], [-0.080509, 51.516426], [-0.081037, 51.516653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3096, &quot;postcode&quot;: &quot;EC3A 7AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077189, 51.514773], [-0.077104, 51.514845], [-0.077104, 51.514845], [-0.077189, 51.514773]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3A 7AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079817, 51.514841], [-0.07977, 51.514824], [-0.079814, 51.514845], [-0.079782, 51.514878], [-0.080075, 51.514992], [-0.080008, 51.515045], [-0.079983, 51.515034], [-0.079785, 51.515224], [-0.079826, 51.51525], [-0.079799, 51.51529], [-0.079745, 51.515257], [-0.07984, 51.515316], [-0.079817, 51.515333], [-0.079931, 51.515396], [-0.080032, 51.515425], [-0.079972, 51.51547], [-0.079762, 51.515344], [-0.079599, 51.515401], [-0.079321, 51.515228], [-0.079378, 51.515138], [-0.078506, 51.514642], [-0.078481, 51.514656], [-0.078575, 51.514575], [-0.078621, 51.514588], [-0.079201, 51.514935], [-0.079194, 51.514912], [-0.079237, 51.514873], [-0.079215, 51.514831], [-0.079323, 51.514794], [-0.079506, 51.514627], [-0.079743, 51.514716], [-0.079704, 51.514751], [-0.079791, 51.514761], [-0.079817, 51.514841]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3517, &quot;postcode&quot;: &quot;EC3A 7BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079652, 51.515954], [-0.079149, 51.516322], [-0.078584, 51.516056], [-0.078611, 51.516012], [-0.078853, 51.515795], [-0.078933, 51.515777], [-0.078947, 51.515655], [-0.079034, 51.515602], [-0.079191, 51.515711], [-0.079284, 51.51574], [-0.079652, 51.515954]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3009, &quot;postcode&quot;: &quot;EC3A 7BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081187, 51.516613], [-0.081071, 51.516598], [-0.08019, 51.516237], [-0.079877, 51.516073], [-0.079831, 51.516066], [-0.07979, 51.516076], [-0.07962, 51.515977], [-0.079711, 51.515909], [-0.079716, 51.515872], [-0.07954, 51.515765], [-0.079492, 51.515759], [-0.079445, 51.515776], [-0.07948, 51.515742], [-0.079464, 51.515707], [-0.079763, 51.515503], [-0.080034, 51.515672], [-0.080185, 51.515724], [-0.079924, 51.515928], [-0.079912, 51.515954], [-0.07993, 51.515982], [-0.080129, 51.516102], [-0.081187, 51.516613]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2225, &quot;postcode&quot;: &quot;EC3A 7BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079034, 51.515602], [-0.078935, 51.515677], [-0.078837, 51.51571], [-0.078587, 51.515902], [-0.078605, 51.516073], [-0.078361, 51.515966], [-0.078314, 51.515968], [-0.078251, 51.515994], [-0.078042, 51.516006], [-0.077945, 51.51596], [-0.077939, 51.515786], [-0.077893, 51.515748], [-0.078363, 51.515417], [-0.078731, 51.515613], [-0.078803, 51.515608], [-0.078907, 51.515538], [-0.079034, 51.515602]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2886, &quot;postcode&quot;: &quot;EC3A 7BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079512, 51.515738], [-0.079443, 51.515777], [-0.079006, 51.515527], [-0.078956, 51.515527], [-0.078887, 51.515553], [-0.078767, 51.515634], [-0.078618, 51.515555], [-0.078728, 51.515475], [-0.078725, 51.515428], [-0.078815, 51.515434], [-0.078901, 51.515379], [-0.079512, 51.515738]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 682, &quot;postcode&quot;: &quot;EC3A 7BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078495, 51.51527], [-0.078728, 51.515426], [-0.078575, 51.515532], [-0.078404, 51.515439], [-0.078426, 51.515423], [-0.078377, 51.5154], [-0.078528, 51.515294], [-0.078484, 51.515265], [-0.078495, 51.51527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 329, &quot;postcode&quot;: &quot;EC3A 7BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078528, 51.515294], [-0.077898, 51.515737], [-0.077766, 51.515657], [-0.077691, 51.515655], [-0.077627, 51.515626], [-0.077609, 51.515561], [-0.07729, 51.515367], [-0.077287, 51.515333], [-0.077898, 51.514881], [-0.078528, 51.515294]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4220, &quot;postcode&quot;: &quot;EC3A 7BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079748, 51.515884], [-0.079652, 51.515954], [-0.079306, 51.515753], [-0.079201, 51.515731], [-0.079116, 51.515652], [-0.079032, 51.515649], [-0.078999, 51.515633], [-0.078991, 51.51558], [-0.0787, 51.515411], [-0.078354, 51.51517], [-0.077923, 51.514906], [-0.077846, 51.514919], [-0.077536, 51.515135], [-0.077264, 51.515351], [-0.077267, 51.515397], [-0.077425, 51.515502], [-0.077091, 51.515303], [-0.077148, 51.51531], [-0.077197, 51.515297], [-0.077783, 51.514849], [-0.077786, 51.514797], [-0.077684, 51.514737], [-0.077794, 51.51466], [-0.077875, 51.514704], [-0.077936, 51.514705], [-0.07821, 51.514535], [-0.079165, 51.51513], [-0.078875, 51.515318], [-0.07887, 51.515351], [-0.078901, 51.515379], [-0.078867, 51.515414], [-0.078879, 51.515447], [-0.0794, 51.515751], [-0.079461, 51.515759], [-0.079512, 51.515738], [-0.079748, 51.515884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5484, &quot;postcode&quot;: &quot;EC3A 7DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077745, 51.514694], [-0.07749, 51.514878], [-0.0775, 51.514919], [-0.077606, 51.51498], [-0.077184, 51.515307], [-0.077119, 51.515313], [-0.076864, 51.515155], [-0.076833, 51.515107], [-0.076848, 51.515064], [-0.07692, 51.514994], [-0.076874, 51.514915], [-0.076679, 51.514885], [-0.076573, 51.514844], [-0.076513, 51.514848], [-0.076357, 51.514726], [-0.076083, 51.514691], [-0.076105, 51.514459], [-0.076092, 51.514434], [-0.076142, 51.514411], [-0.076325, 51.514424], [-0.076397, 51.514476], [-0.076466, 51.514477], [-0.076522, 51.514441], [-0.076519, 51.514401], [-0.076648, 51.514363], [-0.076748, 51.514246], [-0.076885, 51.514281], [-0.076947, 51.514282], [-0.077636, 51.51471], [-0.077696, 51.514717], [-0.077745, 51.514694]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6535, &quot;postcode&quot;: &quot;EC3A 7DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076611, 51.514884], [-0.076454, 51.515115], [-0.076469, 51.515143], [-0.076574, 51.515203], [-0.075834, 51.515728], [-0.075784, 51.515719], [-0.075092, 51.515248], [-0.075098, 51.515227], [-0.075222, 51.515144], [-0.075218, 51.515095], [-0.075357, 51.514998], [-0.075362, 51.514949], [-0.075515, 51.514838], [-0.075617, 51.514843], [-0.07576, 51.514743], [-0.075798, 51.514738], [-0.075862, 51.51477], [-0.075911, 51.514772], [-0.076083, 51.514691], [-0.076362, 51.514726], [-0.076478, 51.514818], [-0.076547, 51.514826], [-0.076604, 51.514857], [-0.076611, 51.514884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7236, &quot;postcode&quot;: &quot;EC3A 7DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078816, 51.51482], [-0.078747, 51.51487], [-0.078653, 51.514811], [-0.078659, 51.514789], [-0.078699, 51.514751], [-0.078816, 51.51482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 73, &quot;postcode&quot;: &quot;EC3A 7JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079381, 51.515144], [-0.079321, 51.515228], [-0.078748, 51.51487], [-0.078752, 51.51485], [-0.078816, 51.51482], [-0.078973, 51.51491], [-0.07902, 51.514919], [-0.079071, 51.514904], [-0.079088, 51.514867], [-0.07913, 51.514846], [-0.079215, 51.514831], [-0.079234, 51.514875], [-0.079203, 51.514913], [-0.079218, 51.514946], [-0.079174, 51.514968], [-0.079168, 51.515001], [-0.079381, 51.515144]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 642, &quot;postcode&quot;: &quot;EC3A 7JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079203, 51.514831], [-0.079088, 51.514867], [-0.078671, 51.51463], [-0.078596, 51.514631], [-0.078563, 51.514675], [-0.078515, 51.51466], [-0.078464, 51.51467], [-0.078377, 51.514639], [-0.078176, 51.514513], [-0.078332, 51.514606], [-0.078451, 51.514647], [-0.078508, 51.514632], [-0.07862, 51.514536], [-0.078702, 51.514521], [-0.079027, 51.514685], [-0.079048, 51.514721], [-0.07919, 51.514791], [-0.079203, 51.514831]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 600, &quot;postcode&quot;: &quot;EC3A 7LH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081249, 51.516123], [-0.081237, 51.516132], [-0.080815, 51.516019], [-0.080662, 51.516067], [-0.080518, 51.516167], [-0.080506, 51.516197], [-0.080557, 51.516267], [-0.08073, 51.51636], [-0.080405, 51.516235], [-0.080155, 51.516114], [-0.079885, 51.515956], [-0.080185, 51.515724], [-0.080259, 51.51574], [-0.080319, 51.515713], [-0.08032, 51.515679], [-0.080219, 51.515549], [-0.080158, 51.515508], [-0.080231, 51.515538], [-0.080288, 51.515535], [-0.080279, 51.515562], [-0.0803, 51.515589], [-0.080608, 51.515767], [-0.080778, 51.515845], [-0.080693, 51.515878], [-0.080708, 51.515931], [-0.080884, 51.516017], [-0.081249, 51.516123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2463, &quot;postcode&quot;: &quot;EC3A 7LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07816, 51.514566], [-0.07821, 51.514535], [-0.07816, 51.514566], [-0.07816, 51.514566]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3A 7LN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078209, 51.514535], [-0.077909, 51.514726], [-0.077825, 51.514682], [-0.077747, 51.514693], [-0.077766, 51.514665], [-0.077748, 51.514633], [-0.077438, 51.514448], [-0.077389, 51.514435], [-0.077176, 51.514292], [-0.077509, 51.514098], [-0.078209, 51.514535]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2182, &quot;postcode&quot;: &quot;EC3A 7LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081517, 51.513592], [-0.081388, 51.513966], [-0.081016, 51.514531], [-0.081047, 51.514571], [-0.081233, 51.514626], [-0.081275, 51.514689], [-0.081378, 51.514714], [-0.081381, 51.514813], [-0.081312, 51.51484], [-0.081172, 51.51509], [-0.081103, 51.515115], [-0.080978, 51.51533], [-0.080694, 51.515277], [-0.080477, 51.515415], [-0.080408, 51.515407], [-0.080316, 51.515464], [-0.08022, 51.515455], [-0.080168, 51.515475], [-0.080158, 51.515505], [-0.080178, 51.515539], [-0.080227, 51.515565], [-0.080422, 51.515803], [-0.080036, 51.515673], [-0.079599, 51.515401], [-0.079802, 51.51534], [-0.07984, 51.515316], [-0.079921, 51.515361], [-0.079995, 51.515353], [-0.080462, 51.515007], [-0.080449, 51.514958], [-0.080319, 51.514904], [-0.08051, 51.514954], [-0.080664, 51.514854], [-0.080855, 51.514541], [-0.081116, 51.514234], [-0.081109, 51.514194], [-0.081222, 51.513983], [-0.08122, 51.513943], [-0.081314, 51.513941], [-0.081361, 51.513877], [-0.081399, 51.513696], [-0.081375, 51.513665], [-0.081315, 51.513649], [-0.081317, 51.513606], [-0.081517, 51.513592]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6402, &quot;postcode&quot;: &quot;EC3A 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081047, 51.514313], [-0.081018, 51.514305], [-0.081049, 51.514269], [-0.081047, 51.514313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5, &quot;postcode&quot;: &quot;EC3A 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081002, 51.51456], [-0.081389, 51.513965], [-0.081513, 51.513618], [-0.081549, 51.513595], [-0.081746, 51.513585], [-0.081746, 51.513573], [-0.081962, 51.513555], [-0.081965, 51.513796], [-0.081472, 51.513945], [-0.081136, 51.514595], [-0.081002, 51.51456]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1728, &quot;postcode&quot;: &quot;EC3A 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080462, 51.514048], [-0.080399, 51.514163], [-0.080388, 51.514176], [-0.08036, 51.514116], [-0.080425, 51.514043], [-0.080462, 51.514048]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 42, &quot;postcode&quot;: &quot;EC3A 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081388, 51.515565], [-0.081362, 51.515603], [-0.081309, 51.515589], [-0.08127, 51.515542], [-0.081147, 51.515535], [-0.080901, 51.5157], [-0.080852, 51.515757], [-0.080317, 51.515463], [-0.080428, 51.515386], [-0.080478, 51.515396], [-0.080521, 51.515385], [-0.080694, 51.515266], [-0.080993, 51.515386], [-0.081046, 51.515388], [-0.081085, 51.515369], [-0.081072, 51.515403], [-0.081092, 51.515431], [-0.081388, 51.515565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1748, &quot;postcode&quot;: &quot;EC3A 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079762, 51.515503], [-0.079465, 51.515706], [-0.079609, 51.515606], [-0.079609, 51.51556], [-0.079488, 51.515488], [-0.079419, 51.515486], [-0.0791, 51.515306], [-0.079264, 51.515192], [-0.079762, 51.515503]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 724, &quot;postcode&quot;: &quot;EC3A 8BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08122, 51.513943], [-0.081228, 51.513972], [-0.081108, 51.514194], [-0.081016, 51.514307], [-0.080398, 51.514164], [-0.080462, 51.514048], [-0.080651, 51.514077], [-0.080791, 51.513869], [-0.080912, 51.513883], [-0.081219, 51.513942], [-0.081284, 51.513956], [-0.08122, 51.513943]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1580, &quot;postcode&quot;: &quot;EC3A 8BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079262, 51.515193], [-0.0791, 51.515306], [-0.079419, 51.515486], [-0.079451, 51.515466], [-0.079648, 51.51558], [-0.079464, 51.515707], [-0.078839, 51.515338], [-0.079165, 51.51513], [-0.079262, 51.515193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1165, &quot;postcode&quot;: &quot;EC3A 8BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080351, 51.514905], [-0.080336, 51.514945], [-0.080216, 51.514891], [-0.080292, 51.514884], [-0.080351, 51.514905]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 33, &quot;postcode&quot;: &quot;EC3A 8BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081451, 51.51378], [-0.081418, 51.513873], [-0.081357, 51.513892], [-0.081315, 51.513963], [-0.080791, 51.513869], [-0.08085, 51.513654], [-0.080916, 51.513641], [-0.081209, 51.513687], [-0.081281, 51.513673], [-0.081315, 51.51365], [-0.081405, 51.513669], [-0.081395, 51.513747], [-0.081451, 51.51378]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1155, &quot;postcode&quot;: &quot;EC3A 8BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080271, 51.515265], [-0.080179, 51.515335], [-0.080172, 51.515333], [-0.080271, 51.515265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;EC3A 8BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082641, 51.514258], [-0.08262, 51.514301], [-0.082498, 51.514398], [-0.082355, 51.514384], [-0.08225, 51.514408], [-0.082124, 51.514656], [-0.081996, 51.514626], [-0.081812, 51.51463], [-0.081767, 51.514644], [-0.081362, 51.514636], [-0.081218, 51.514625], [-0.081137, 51.514595], [-0.081472, 51.513945], [-0.081965, 51.513796], [-0.081965, 51.514098], [-0.081986, 51.51413], [-0.082037, 51.514143], [-0.082499, 51.514145], [-0.08242, 51.51424], [-0.08243, 51.514282], [-0.0825, 51.5143], [-0.082604, 51.514242], [-0.082641, 51.514258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5323, &quot;postcode&quot;: &quot;EC3A 8EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081047, 51.514313], [-0.081049, 51.514269], [-0.081108, 51.514194], [-0.081143, 51.514201], [-0.081047, 51.514313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC3A 8EQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080526, 51.514979], [-0.080243, 51.515165], [-0.080004, 51.515048], [-0.08004, 51.515007], [-0.080017, 51.51497], [-0.079782, 51.514878], [-0.079813, 51.514834], [-0.079791, 51.514761], [-0.079843, 51.514725], [-0.080126, 51.514825], [-0.080145, 51.514864], [-0.080246, 51.514912], [-0.080304, 51.514922], [-0.080351, 51.514905], [-0.080513, 51.514954], [-0.080526, 51.514979]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1046, &quot;postcode&quot;: &quot;EC3A 8EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080371, 51.515182], [-0.080318, 51.515244], [-0.080274, 51.515265], [-0.080232, 51.515226], [-0.080158, 51.515229], [-0.079974, 51.515371], [-0.079926, 51.515369], [-0.079846, 51.515329], [-0.07976, 51.515347], [-0.079798, 51.515319], [-0.079812, 51.515265], [-0.079785, 51.515224], [-0.079983, 51.515034], [-0.080278, 51.515194], [-0.080331, 51.515199], [-0.080371, 51.515182]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 707, &quot;postcode&quot;: &quot;EC3A 8FR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087002, 51.511005], [-0.08697, 51.511064], [-0.086215, 51.510932], [-0.08572, 51.510794], [-0.085659, 51.510801], [-0.085621, 51.510842], [-0.085399, 51.510803], [-0.08541, 51.510739], [-0.085353, 51.510708], [-0.085253, 51.510713], [-0.085213, 51.510698], [-0.0851, 51.510697], [-0.084792, 51.510713], [-0.084464, 51.510692], [-0.084491, 51.510628], [-0.084637, 51.510633], [-0.084692, 51.51061], [-0.084797, 51.510319], [-0.085354, 51.510367], [-0.085496, 51.510517], [-0.085545, 51.510521], [-0.085582, 51.510508], [-0.085737, 51.510538], [-0.085788, 51.510526], [-0.086094, 51.510063], [-0.086338, 51.509634], [-0.086371, 51.509616], [-0.086404, 51.509557], [-0.086532, 51.509561], [-0.086328, 51.509926], [-0.086259, 51.510072], [-0.086263, 51.510104], [-0.086304, 51.510153], [-0.086468, 51.510184], [-0.086558, 51.510217], [-0.086605, 51.510218], [-0.086646, 51.510199], [-0.086868, 51.510252], [-0.086814, 51.510308], [-0.086776, 51.510409], [-0.086725, 51.510412], [-0.086692, 51.510434], [-0.086578, 51.510642], [-0.086559, 51.510633], [-0.086656, 51.510423], [-0.086629, 51.510377], [-0.086463, 51.510323], [-0.08623, 51.510276], [-0.086115, 51.510283], [-0.085903, 51.510683], [-0.085927, 51.510709], [-0.08599, 51.510727], [-0.085966, 51.51078], [-0.086007, 51.510815], [-0.086418, 51.510909], [-0.087002, 51.511005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5891, &quot;postcode&quot;: &quot;EC3M 1AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085257, 51.510767], [-0.085299, 51.510795], [-0.085399, 51.510803], [-0.085352, 51.51095], [-0.085214, 51.510918], [-0.085237, 51.510831], [-0.08521, 51.510774], [-0.085257, 51.510767]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 176, &quot;postcode&quot;: &quot;EC3M 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084797, 51.510319], [-0.084686, 51.510636], [-0.084522, 51.510633], [-0.084484, 51.510651], [-0.084464, 51.510692], [-0.084432, 51.51069], [-0.084421, 51.510648], [-0.084347, 51.510618], [-0.084397, 51.51058], [-0.084456, 51.51044], [-0.084512, 51.51045], [-0.084559, 51.510432], [-0.084626, 51.510313], [-0.084664, 51.510303], [-0.084797, 51.510319]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 665, &quot;postcode&quot;: &quot;EC3M 1AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084224, 51.510384], [-0.084257, 51.510298], [-0.084495, 51.510344], [-0.084389, 51.510601], [-0.08435, 51.510608], [-0.084351, 51.510628], [-0.084374, 51.51063], [-0.084353, 51.510687], [-0.084016, 51.51064], [-0.084036, 51.510583], [-0.084013, 51.510546], [-0.08401, 51.510366], [-0.084144, 51.510366], [-0.084147, 51.510379], [-0.084224, 51.510384]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1012, &quot;postcode&quot;: &quot;EC3M 1BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085209, 51.510774], [-0.085208, 51.510797], [-0.085122, 51.510798], [-0.085076, 51.510817], [-0.085041, 51.510942], [-0.084892, 51.510937], [-0.084859, 51.510913], [-0.084864, 51.510808], [-0.0851, 51.510801], [-0.085209, 51.510774]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 209, &quot;postcode&quot;: &quot;EC3M 1BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084897, 51.510937], [-0.08484, 51.511011], [-0.08478, 51.511015], [-0.084746, 51.511045], [-0.084678, 51.511047], [-0.084636, 51.511086], [-0.084582, 51.511077], [-0.084246, 51.510999], [-0.084289, 51.510911], [-0.084211, 51.510823], [-0.084242, 51.510773], [-0.084395, 51.510796], [-0.084869, 51.510807], [-0.084862, 51.510897], [-0.084897, 51.510937]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1122, &quot;postcode&quot;: &quot;EC3M 1BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082888, 51.510633], [-0.082802, 51.510761], [-0.082784, 51.510843], [-0.082717, 51.510868], [-0.082397, 51.510848], [-0.082352, 51.510822], [-0.082187, 51.510808], [-0.082248, 51.510552], [-0.082309, 51.510529], [-0.082386, 51.510393], [-0.082496, 51.510435], [-0.082579, 51.510497], [-0.08285, 51.510597], [-0.082888, 51.510633]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1642, &quot;postcode&quot;: &quot;EC3M 1DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083576, 51.510438], [-0.083392, 51.510411], [-0.083498, 51.510155], [-0.083568, 51.510167], [-0.083527, 51.510268], [-0.083819, 51.510307], [-0.083847, 51.510223], [-0.083907, 51.510228], [-0.083944, 51.510386], [-0.083932, 51.510628], [-0.083478, 51.510597], [-0.083554, 51.510565], [-0.083576, 51.510438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1231, &quot;postcode&quot;: &quot;EC3M 1EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083326, 51.510572], [-0.083392, 51.510411], [-0.083576, 51.510438], [-0.083559, 51.510534], [-0.083379, 51.510523], [-0.083555, 51.510534], [-0.083554, 51.510565], [-0.083478, 51.510597], [-0.083341, 51.510588], [-0.083326, 51.510572]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 265, &quot;postcode&quot;: &quot;EC3M 1EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083343, 51.510305], [-0.083233, 51.510582], [-0.083168, 51.510562], [-0.083079, 51.510562], [-0.083133, 51.510532], [-0.083121, 51.51049], [-0.082895, 51.51041], [-0.082822, 51.510414], [-0.082794, 51.510459], [-0.082772, 51.510442], [-0.082804, 51.510419], [-0.082807, 51.510392], [-0.082738, 51.510337], [-0.082776, 51.510254], [-0.083095, 51.510313], [-0.08316, 51.510286], [-0.083212, 51.510289], [-0.083279, 51.510269], [-0.083318, 51.510238], [-0.083343, 51.510305]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 792, &quot;postcode&quot;: &quot;EC3M 1HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083191, 51.510784], [-0.083102, 51.510916], [-0.083175, 51.511025], [-0.08314, 51.511228], [-0.082017, 51.511031], [-0.081962, 51.511048], [-0.081585, 51.511336], [-0.081553, 51.511225], [-0.081502, 51.511212], [-0.081423, 51.511227], [-0.081411, 51.511072], [-0.081512, 51.511071], [-0.08156, 51.511046], [-0.081575, 51.510906], [-0.081616, 51.510791], [-0.081656, 51.510807], [-0.081969, 51.510836], [-0.082103, 51.510838], [-0.082165, 51.510807], [-0.082401, 51.510824], [-0.082453, 51.510851], [-0.082648, 51.510863], [-0.082774, 51.510816], [-0.082832, 51.510705], [-0.082998, 51.510722], [-0.083035, 51.510701], [-0.083058, 51.510657], [-0.083196, 51.510673], [-0.083191, 51.510784]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4370, &quot;postcode&quot;: &quot;EC3M 1HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083221, 51.510497], [-0.083189, 51.510568], [-0.083015, 51.510555], [-0.082911, 51.51053], [-0.082771, 51.510441], [-0.082741, 51.510397], [-0.082748, 51.510355], [-0.083074, 51.510472], [-0.083221, 51.510497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 337, &quot;postcode&quot;: &quot;EC3M 1JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085214, 51.510918], [-0.085347, 51.510951], [-0.085108, 51.510998], [-0.085041, 51.510942], [-0.085059, 51.510797], [-0.085248, 51.510797], [-0.085214, 51.510918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 273, &quot;postcode&quot;: &quot;EC3M 1JT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083753, 51.5106], [-0.08374, 51.510594], [-0.083741, 51.510578], [-0.083763, 51.510579], [-0.083753, 51.5106]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3, &quot;postcode&quot;: &quot;EC3M 1NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081038, 51.512998], [-0.080943, 51.513415], [-0.080703, 51.513397], [-0.080746, 51.513246], [-0.080706, 51.513206], [-0.080428, 51.5132], [-0.080347, 51.513236], [-0.080361, 51.513026], [-0.080339, 51.51287], [-0.080288, 51.512837], [-0.080157, 51.512845], [-0.080112, 51.51264], [-0.080071, 51.512609], [-0.080062, 51.512542], [-0.080203, 51.512534], [-0.080252, 51.512504], [-0.080216, 51.512186], [-0.080294, 51.512168], [-0.080313, 51.512237], [-0.08036, 51.512273], [-0.080398, 51.512496], [-0.080447, 51.512553], [-0.080416, 51.512621], [-0.080526, 51.513062], [-0.080572, 51.513082], [-0.080708, 51.513082], [-0.080757, 51.51306], [-0.080767, 51.513016], [-0.081038, 51.512998]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2553, &quot;postcode&quot;: &quot;EC3M 2RY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084953, 51.511785], [-0.084907, 51.51187], [-0.084598, 51.511812], [-0.084526, 51.511834], [-0.084338, 51.511804], [-0.084293, 51.511772], [-0.083936, 51.511715], [-0.082939, 51.51163], [-0.082122, 51.511677], [-0.081854, 51.511718], [-0.081381, 51.511832], [-0.081336, 51.511823], [-0.081284, 51.511836], [-0.081291, 51.511738], [-0.081519, 51.511671], [-0.08154, 51.511619], [-0.0816, 51.511571], [-0.081569, 51.51136], [-0.081533, 51.511333], [-0.08143, 51.51131], [-0.081423, 51.511227], [-0.081473, 51.511216], [-0.08151, 51.511317], [-0.081594, 51.511324], [-0.081992, 51.511025], [-0.08314, 51.511228], [-0.083111, 51.511474], [-0.083193, 51.51154], [-0.083883, 51.511626], [-0.083978, 51.511626], [-0.084736, 51.51174], [-0.084953, 51.511785]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8114, &quot;postcode&quot;: &quot;EC3M 3BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084707, 51.511364], [-0.084573, 51.511715], [-0.083979, 51.511627], [-0.083864, 51.511624], [-0.083973, 51.511472], [-0.084037, 51.511463], [-0.084064, 51.511422], [-0.08441, 51.511471], [-0.084465, 51.511447], [-0.084521, 51.511327], [-0.084707, 51.511364]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1349, &quot;postcode&quot;: &quot;EC3M 3BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083986, 51.511313], [-0.083758, 51.511285], [-0.083716, 51.511414], [-0.083865, 51.511435], [-0.083886, 51.511373], [-0.08396, 51.51138], [-0.083884, 51.511577], [-0.083805, 51.511613], [-0.083191, 51.511541], [-0.08311, 51.511485], [-0.08314, 51.511228], [-0.083562, 51.511302], [-0.084017, 51.511213], [-0.083986, 51.511313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1787, &quot;postcode&quot;: &quot;EC3M 3BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081291, 51.511738], [-0.081281, 51.511841], [-0.081247, 51.511863], [-0.081211, 51.511864], [-0.080939, 51.511958], [-0.080916, 51.511898], [-0.080385, 51.512055], [-0.08035, 51.512004], [-0.080423, 51.511976], [-0.080325, 51.511865], [-0.080353, 51.511838], [-0.0802, 51.511607], [-0.081187, 51.511639], [-0.081444, 51.511443], [-0.081483, 51.511683], [-0.081291, 51.511738]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2763, &quot;postcode&quot;: &quot;EC3M 3JY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080353, 51.512008], [-0.080304, 51.512055], [-0.079932, 51.512153], [-0.079904, 51.51214], [-0.079626, 51.511734], [-0.079659, 51.511698], [-0.079615, 51.511582], [-0.079642, 51.511555], [-0.079632, 51.511512], [-0.079984, 51.511512], [-0.080015, 51.51155], [-0.080017, 51.51162], [-0.080172, 51.511804], [-0.080267, 51.511978], [-0.080299, 51.512], [-0.080353, 51.512008]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2096, &quot;postcode&quot;: &quot;EC3M 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079766, 51.512185], [-0.079617, 51.512243], [-0.079599, 51.512193], [-0.079651, 51.512182], [-0.079665, 51.512203], [-0.079759, 51.512177], [-0.079766, 51.512185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 31, &quot;postcode&quot;: &quot;EC3M 4AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079878, 51.512114], [-0.079848, 51.512154], [-0.079651, 51.512207], [-0.079617, 51.512243], [-0.079507, 51.512271], [-0.079368, 51.512143], [-0.079316, 51.512134], [-0.079246, 51.512154], [-0.079209, 51.512202], [-0.079325, 51.512318], [-0.079297, 51.512325], [-0.079178, 51.51222], [-0.079074, 51.512217], [-0.078994, 51.512112], [-0.079004, 51.512075], [-0.078823, 51.511758], [-0.078046, 51.511604], [-0.078181, 51.511328], [-0.078533, 51.511384], [-0.078577, 51.511403], [-0.079159, 51.511515], [-0.079379, 51.51153], [-0.079413, 51.51156], [-0.079491, 51.511574], [-0.079543, 51.511693], [-0.079573, 51.511723], [-0.079626, 51.511734], [-0.079758, 51.511979], [-0.079805, 51.512004], [-0.079878, 51.512114]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5855, &quot;postcode&quot;: &quot;EC3M 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079906, 51.512139], [-0.079875, 51.512177], [-0.079657, 51.512233], [-0.079809, 51.512159], [-0.079821, 51.512113], [-0.079879, 51.512114], [-0.079906, 51.512139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 63, &quot;postcode&quot;: &quot;EC3M 4AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079488, 51.512265], [-0.079343, 51.5123], [-0.079307, 51.512294], [-0.079177, 51.512178], [-0.079351, 51.512119], [-0.079446, 51.512194], [-0.079488, 51.512265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 244, &quot;postcode&quot;: &quot;EC3M 4BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079507, 51.512271], [-0.079342, 51.512315], [-0.079307, 51.512359], [-0.078963, 51.512481], [-0.078607, 51.512644], [-0.078682, 51.512604], [-0.078684, 51.512562], [-0.078439, 51.512363], [-0.078387, 51.512259], [-0.078072, 51.512], [-0.078598, 51.511709], [-0.07883, 51.511754], [-0.078994, 51.51206], [-0.079247, 51.512277], [-0.079349, 51.512295], [-0.079488, 51.512265], [-0.079507, 51.512271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4342, &quot;postcode&quot;: &quot;EC3M 4BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077607, 51.513253], [-0.077569, 51.513215], [-0.077516, 51.513205], [-0.077489, 51.51321], [-0.077386, 51.513252], [-0.077385, 51.513252], [-0.077312, 51.513276], [-0.077359, 51.513257], [-0.077376, 51.513229], [-0.077313, 51.513162], [-0.077199, 51.513138], [-0.077054, 51.513132], [-0.077049, 51.513079], [-0.07712, 51.513068], [-0.077152, 51.51303], [-0.077074, 51.512914], [-0.077016, 51.5127], [-0.077357, 51.51264], [-0.077651, 51.513038], [-0.077727, 51.513107], [-0.077576, 51.513178], [-0.077572, 51.513209], [-0.077607, 51.513253]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1935, &quot;postcode&quot;: &quot;EC3M 4BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0773, 51.512945], [-0.077377, 51.513044], [-0.077365, 51.513046], [-0.0773, 51.512945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC3M 4ST&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078931, 51.51229], [-0.078869, 51.512333], [-0.07885, 51.512315], [-0.078931, 51.51229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC3M 4TD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082193, 51.512635], [-0.082171, 51.512662], [-0.082118, 51.512662], [-0.082077, 51.512685], [-0.081927, 51.512914], [-0.081932, 51.512952], [-0.081885, 51.513018], [-0.081845, 51.513039], [-0.08172, 51.513216], [-0.081678, 51.513194], [-0.081309, 51.513116], [-0.081332, 51.513062], [-0.08131, 51.513029], [-0.081098, 51.512987], [-0.08081, 51.513015], [-0.080772, 51.513038], [-0.080764, 51.513084], [-0.080512, 51.513082], [-0.080515, 51.51298], [-0.080453, 51.512842], [-0.080471, 51.512807], [-0.080413, 51.512612], [-0.080447, 51.512553], [-0.080555, 51.512548], [-0.080692, 51.512595], [-0.08115, 51.512556], [-0.081366, 51.512576], [-0.081518, 51.512561], [-0.081573, 51.512519], [-0.082193, 51.512635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5989, &quot;postcode&quot;: &quot;EC3M 5AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081789, 51.512191], [-0.081971, 51.512218], [-0.081789, 51.512191], [-0.081751, 51.512344], [-0.081568, 51.512344], [-0.08155, 51.512325], [-0.081556, 51.512244], [-0.081459, 51.512381], [-0.081131, 51.512341], [-0.081286, 51.51234], [-0.08126, 51.51214], [-0.081459, 51.512101], [-0.081383, 51.512019], [-0.081416, 51.511998], [-0.08149, 51.512006], [-0.08157, 51.512089], [-0.081813, 51.512077], [-0.081789, 51.512191]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1070, &quot;postcode&quot;: &quot;EC3M 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081454, 51.512418], [-0.081516, 51.512409], [-0.081497, 51.512506], [-0.081573, 51.512519], [-0.081547, 51.512587], [-0.081528, 51.512584], [-0.081549, 51.512567], [-0.081235, 51.512575], [-0.081209, 51.512557], [-0.081307, 51.512555], [-0.081167, 51.512558], [-0.081152, 51.512573], [-0.081151, 51.51254], [-0.081113, 51.512547], [-0.081112, 51.512509], [-0.081234, 51.51251], [-0.081313, 51.512511], [-0.081284, 51.51251], [-0.081297, 51.512488], [-0.081421, 51.512488], [-0.081447, 51.512471], [-0.081454, 51.512418]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 268, &quot;postcode&quot;: &quot;EC3M 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081459, 51.512101], [-0.081308, 51.512131], [-0.08127, 51.512155], [-0.081286, 51.51234], [-0.081061, 51.512335], [-0.081012, 51.512352], [-0.080979, 51.512527], [-0.080919, 51.512543], [-0.080904, 51.512582], [-0.080681, 51.512596], [-0.080555, 51.51255], [-0.080416, 51.512555], [-0.080391, 51.5125], [-0.080329, 51.512482], [-0.080279, 51.512498], [-0.080262, 51.512532], [-0.080095, 51.512547], [-0.080069, 51.512573], [-0.080071, 51.512609], [-0.079689, 51.512643], [-0.079506, 51.512391], [-0.079587, 51.512359], [-0.079626, 51.512318], [-0.079664, 51.512337], [-0.079711, 51.512337], [-0.07986, 51.512281], [-0.080207, 51.512186], [-0.080351, 51.512008], [-0.08039, 51.512035], [-0.080446, 51.512037], [-0.080916, 51.511898], [-0.080945, 51.511925], [-0.080999, 51.511932], [-0.081247, 51.511863], [-0.081459, 51.512101]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6109, &quot;postcode&quot;: &quot;EC3M 5AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081048, 51.512301], [-0.08099, 51.512296], [-0.080615, 51.512368], [-0.080535, 51.51234], [-0.08047, 51.512157], [-0.080546, 51.512126], [-0.080552, 51.512082], [-0.080851, 51.511986], [-0.080928, 51.512106], [-0.080969, 51.512122], [-0.081032, 51.512121], [-0.081064, 51.512219], [-0.081048, 51.512301]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1133, &quot;postcode&quot;: &quot;EC3M 5BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082215, 51.512594], [-0.082146, 51.512658], [-0.082063, 51.512696], [-0.082021, 51.512667], [-0.081842, 51.512638], [-0.081795, 51.512557], [-0.082119, 51.512613], [-0.082215, 51.512594]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 193, &quot;postcode&quot;: &quot;EC3M 5BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081499, 51.511815], [-0.081404, 51.511838], [-0.081375, 51.511872], [-0.08149, 51.512006], [-0.081416, 51.511998], [-0.081321, 51.51195], [-0.081247, 51.511863], [-0.081285, 51.511829], [-0.081359, 51.511809], [-0.081401, 51.511821], [-0.081494, 51.511805], [-0.081499, 51.511815]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 161, &quot;postcode&quot;: &quot;EC3M 5DF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081954, 51.511699], [-0.082154, 51.511676], [-0.082158, 51.511765], [-0.082149, 51.51178], [-0.082093, 51.511786], [-0.082096, 51.511858], [-0.082182, 51.51186], [-0.082163, 51.5119], [-0.082096, 51.511899], [-0.082095, 51.511973], [-0.082167, 51.511971], [-0.082225, 51.512029], [-0.082264, 51.512032], [-0.082225, 51.512177], [-0.082176, 51.512238], [-0.082066, 51.512212], [-0.082054, 51.512229], [-0.081789, 51.512191], [-0.081813, 51.512077], [-0.08157, 51.512089], [-0.081353, 51.511865], [-0.081373, 51.511843], [-0.081499, 51.511815], [-0.081494, 51.511805], [-0.081732, 51.511748], [-0.081731, 51.511766], [-0.081779, 51.511755], [-0.081771, 51.511745], [-0.081834, 51.511717], [-0.081927, 51.511713], [-0.081927, 51.511724], [-0.081965, 51.511718], [-0.081954, 51.511699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2319, &quot;postcode&quot;: &quot;EC3M 5DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079689, 51.51303], [-0.079662, 51.513109], [-0.079562, 51.513115], [-0.079527, 51.51319], [-0.079549, 51.513009], [-0.079652, 51.512989], [-0.079689, 51.51303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 111, &quot;postcode&quot;: &quot;EC3M 5HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07897, 51.512653], [-0.078891, 51.512692], [-0.07884, 51.512718], [-0.07884, 51.512718], [-0.07897, 51.512653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3M 5JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078852, 51.512993], [-0.078629, 51.513028], [-0.078545, 51.51292], [-0.078462, 51.512909], [-0.07869, 51.512793], [-0.078852, 51.512993]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 337, &quot;postcode&quot;: &quot;EC3M 5JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080306, 51.512055], [-0.080216, 51.512186], [-0.079616, 51.512351], [-0.079541, 51.512379], [-0.079518, 51.512408], [-0.079461, 51.512409], [-0.079095, 51.512546], [-0.079076, 51.512595], [-0.079174, 51.512695], [-0.079101, 51.512628], [-0.079026, 51.512625], [-0.078791, 51.512742], [-0.078718, 51.512753], [-0.07869, 51.512793], [-0.078389, 51.512947], [-0.078345, 51.512931], [-0.078299, 51.512936], [-0.077923, 51.513117], [-0.077896, 51.513143], [-0.0779, 51.51317], [-0.077608, 51.513254], [-0.07755, 51.513184], [-0.077731, 51.513106], [-0.078444, 51.512718], [-0.078965, 51.512481], [-0.079269, 51.512372], [-0.079297, 51.512325], [-0.07982, 51.512191], [-0.07986, 51.512151], [-0.079978, 51.512141], [-0.080306, 51.512055]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2813, &quot;postcode&quot;: &quot;EC3M 5JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079175, 51.512695], [-0.079043, 51.512564], [-0.079301, 51.512468], [-0.079395, 51.512557], [-0.07943, 51.512635], [-0.079372, 51.512649], [-0.079452, 51.51277], [-0.079387, 51.512796], [-0.079259, 51.512816], [-0.079175, 51.512695]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 605, &quot;postcode&quot;: &quot;EC3M 5JF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079259, 51.512816], [-0.079309, 51.51281], [-0.079289, 51.51286], [-0.079259, 51.512816]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC3M 5JG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079801, 51.512803], [-0.079545, 51.512852], [-0.079503, 51.512849], [-0.079372, 51.512649], [-0.079407, 51.512617], [-0.079394, 51.512558], [-0.079302, 51.512468], [-0.079503, 51.512393], [-0.079801, 51.512803]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 882, &quot;postcode&quot;: &quot;EC3M 5JR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083716, 51.511717], [-0.083664, 51.511824], [-0.083374, 51.511757], [-0.083376, 51.511716], [-0.083341, 51.51169], [-0.08316, 51.511668], [-0.083186, 51.511643], [-0.083398, 51.511661], [-0.083696, 51.511696], [-0.083716, 51.511717]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 337, &quot;postcode&quot;: &quot;EC3M 6AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083185, 51.511643], [-0.083149, 51.511683], [-0.083115, 51.511843], [-0.08304, 51.511859], [-0.083011, 51.511932], [-0.0829, 51.511921], [-0.08293, 51.51163], [-0.083185, 51.511643]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 427, &quot;postcode&quot;: &quot;EC3M 6BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08279, 51.511638], [-0.08293, 51.51163], [-0.082935, 51.511647], [-0.082856, 51.511647], [-0.082936, 51.511647], [-0.0829, 51.511921], [-0.082925, 51.511924], [-0.082891, 51.511978], [-0.082754, 51.511966], [-0.082771, 51.511914], [-0.082687, 51.511905], [-0.082651, 51.512016], [-0.082428, 51.511993], [-0.082438, 51.511957], [-0.082265, 51.51194], [-0.082232, 51.511919], [-0.082233, 51.511766], [-0.082158, 51.511765], [-0.082154, 51.511676], [-0.082788, 51.511638], [-0.08277, 51.511648], [-0.082797, 51.511648], [-0.08279, 51.511638]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1720, &quot;postcode&quot;: &quot;EC3M 6BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08279, 51.511638], [-0.082788, 51.511648], [-0.082788, 51.511638], [-0.08279, 51.511638]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3M 6BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085108, 51.511901], [-0.085057, 51.511924], [-0.084999, 51.512012], [-0.084891, 51.512006], [-0.084903, 51.511965], [-0.084861, 51.511904], [-0.084794, 51.511878], [-0.084653, 51.511855], [-0.084734, 51.511838], [-0.084862, 51.51186], [-0.084921, 51.511848], [-0.085106, 51.511872], [-0.085108, 51.511901]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 240, &quot;postcode&quot;: &quot;EC3M 6DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083908, 51.511723], [-0.083824, 51.511869], [-0.083696, 51.512028], [-0.083655, 51.512038], [-0.083557, 51.512113], [-0.083476, 51.51215], [-0.083062, 51.512242], [-0.083024, 51.51227], [-0.083028, 51.512311], [-0.082945, 51.512328], [-0.082933, 51.512365], [-0.083007, 51.512489], [-0.082877, 51.512542], [-0.082831, 51.512583], [-0.082689, 51.512533], [-0.082534, 51.512544], [-0.082457, 51.512524], [-0.0824, 51.512541], [-0.082287, 51.512653], [-0.081996, 51.513027], [-0.081792, 51.513329], [-0.081777, 51.513444], [-0.081665, 51.513471], [-0.081696, 51.513308], [-0.081751, 51.513208], [-0.082182, 51.512632], [-0.08231, 51.512482], [-0.082453, 51.51237], [-0.082452, 51.512328], [-0.082519, 51.512319], [-0.082704, 51.512206], [-0.082764, 51.512206], [-0.082809, 51.512187], [-0.082832, 51.512118], [-0.082797, 51.512079], [-0.082806, 51.512053], [-0.082948, 51.512067], [-0.08295, 51.512146], [-0.083016, 51.512172], [-0.083272, 51.512124], [-0.083333, 51.512127], [-0.083486, 51.512064], [-0.083534, 51.512058], [-0.083567, 51.512033], [-0.083707, 51.511736], [-0.083696, 51.511696], [-0.083908, 51.511723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3105, &quot;postcode&quot;: &quot;EC3M 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081875, 51.51344], [-0.081774, 51.513445], [-0.081665, 51.513471], [-0.081163, 51.51346], [-0.08105, 51.513451], [-0.080999, 51.513423], [-0.080943, 51.513415], [-0.081044, 51.512978], [-0.081351, 51.513031], [-0.081326, 51.513091], [-0.081369, 51.513128], [-0.081674, 51.513192], [-0.08175, 51.513174], [-0.081782, 51.513229], [-0.081849, 51.513244], [-0.081792, 51.51333], [-0.081787, 51.513405], [-0.081818, 51.513429], [-0.081875, 51.51344]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2291, &quot;postcode&quot;: &quot;EC3M 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083476, 51.51215], [-0.083593, 51.512336], [-0.083615, 51.512431], [-0.083197, 51.512395], [-0.083181, 51.512358], [-0.083108, 51.512368], [-0.083105, 51.512363], [-0.083102, 51.512355], [-0.083085, 51.512322], [-0.08302, 51.512306], [-0.083003, 51.512253], [-0.083476, 51.51215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 812, &quot;postcode&quot;: &quot;EC3M 7AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082264, 51.512032], [-0.082801, 51.512079], [-0.082836, 51.512097], [-0.082822, 51.512182], [-0.082772, 51.512208], [-0.082704, 51.512206], [-0.082638, 51.512236], [-0.082514, 51.512324], [-0.082516, 51.512292], [-0.082402, 51.512238], [-0.082383, 51.512237], [-0.082338, 51.512286], [-0.082176, 51.512237], [-0.082225, 51.512177], [-0.082264, 51.512032]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 902, &quot;postcode&quot;: &quot;EC3M 7AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082466, 51.512521], [-0.082399, 51.512542], [-0.082157, 51.51282], [-0.082149, 51.512785], [-0.082087, 51.512763], [-0.082058, 51.512726], [-0.082063, 51.512696], [-0.082117, 51.512659], [-0.082102, 51.512618], [-0.081497, 51.512506], [-0.08152, 51.512388], [-0.082309, 51.512484], [-0.082327, 51.51251], [-0.08237, 51.512524], [-0.082449, 51.512499], [-0.082466, 51.512521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1125, &quot;postcode&quot;: &quot;EC3M 7AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082514, 51.512324], [-0.082309, 51.512484], [-0.081459, 51.512381], [-0.081556, 51.512244], [-0.081553, 51.512305], [-0.081579, 51.512334], [-0.081689, 51.512344], [-0.081739, 51.512332], [-0.081789, 51.512191], [-0.08201, 51.512223], [-0.082066, 51.512212], [-0.082298, 51.512272], [-0.082402, 51.512238], [-0.082516, 51.512292], [-0.082514, 51.512324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1342, &quot;postcode&quot;: &quot;EC3M 7AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083107, 51.51271], [-0.082943, 51.513114], [-0.082939, 51.513393], [-0.081778, 51.513438], [-0.08179, 51.513332], [-0.081852, 51.513228], [-0.081824, 51.513194], [-0.08175, 51.513173], [-0.0819, 51.512976], [-0.081902, 51.512948], [-0.082057, 51.512726], [-0.082111, 51.512775], [-0.082192, 51.51277], [-0.082412, 51.512528], [-0.08245, 51.512515], [-0.082835, 51.512651], [-0.083107, 51.51271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6579, &quot;postcode&quot;: &quot;EC3M 7DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082699, 51.512533], [-0.082643, 51.512541], [-0.082613, 51.512572], [-0.082534, 51.512544], [-0.082567, 51.512519], [-0.082616, 51.512528], [-0.082659, 51.512517], [-0.082699, 51.512533]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC3M 7DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084, 51.511725], [-0.083982, 51.511747], [-0.083897, 51.511754], [-0.083861, 51.511795], [-0.083876, 51.511747], [-0.083833, 51.511707], [-0.084, 51.511725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;EC3M 7HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083609, 51.511939], [-0.083565, 51.512047], [-0.083591, 51.512087], [-0.083568, 51.512108], [-0.083527, 51.512083], [-0.083469, 51.512077], [-0.083382, 51.512118], [-0.08328, 51.512139], [-0.083242, 51.512064], [-0.083278, 51.512008], [-0.083254, 51.511969], [-0.083282, 51.511875], [-0.083403, 51.511896], [-0.083448, 51.511887], [-0.083475, 51.511859], [-0.083572, 51.511876], [-0.083571, 51.511915], [-0.083609, 51.511939]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 544, &quot;postcode&quot;: &quot;EC3M 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083664, 51.511824], [-0.083609, 51.511939], [-0.083503, 51.511903], [-0.08345, 51.511907], [-0.083282, 51.511875], [-0.08331, 51.51178], [-0.083374, 51.511757], [-0.083664, 51.511824]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 325, &quot;postcode&quot;: &quot;EC3M 7HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083283, 51.512054], [-0.083242, 51.512064], [-0.083272, 51.512124], [-0.083, 51.512178], [-0.08294, 51.512161], [-0.082943, 51.512133], [-0.082971, 51.512114], [-0.083, 51.511975], [-0.083181, 51.511987], [-0.083185, 51.511964], [-0.083289, 51.511976], [-0.08327, 51.512031], [-0.083283, 51.512054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 403, &quot;postcode&quot;: &quot;EC3M 7HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08339, 51.511694], [-0.083362, 51.511785], [-0.0833, 51.511817], [-0.083253, 51.511969], [-0.083181, 51.511987], [-0.083058, 51.511979], [-0.083012, 51.511989], [-0.082988, 51.512016], [-0.082971, 51.512114], [-0.082943, 51.512133], [-0.082938, 51.512086], [-0.082891, 51.512062], [-0.082843, 51.51206], [-0.082801, 51.512079], [-0.082317, 51.512037], [-0.082259, 51.512053], [-0.08218, 51.511981], [-0.082095, 51.511973], [-0.082093, 51.511786], [-0.082158, 51.511765], [-0.082233, 51.511766], [-0.082232, 51.511902], [-0.082257, 51.511932], [-0.082389, 51.51195], [-0.082449, 51.511914], [-0.082439, 51.511962], [-0.082462, 51.511989], [-0.082604, 51.512009], [-0.082658, 51.511985], [-0.082687, 51.511905], [-0.082771, 51.511914], [-0.082783, 51.511956], [-0.082838, 51.511973], [-0.082901, 51.511955], [-0.082925, 51.511924], [-0.083004, 51.511912], [-0.083039, 51.511836], [-0.08309, 51.51183], [-0.083121, 51.511806], [-0.083152, 51.511667], [-0.08339, 51.511694]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1385, &quot;postcode&quot;: &quot;EC3M 7JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084584, 51.511073], [-0.084545, 51.511142], [-0.084454, 51.511127], [-0.08433, 51.511161], [-0.084298, 51.511208], [-0.084312, 51.511261], [-0.084259, 51.511262], [-0.08422, 51.511289], [-0.084155, 51.511282], [-0.084107, 51.511299], [-0.083984, 51.511627], [-0.083932, 51.511621], [-0.084006, 51.51135], [-0.083955, 51.511316], [-0.083859, 51.511327], [-0.083834, 51.511295], [-0.083936, 51.511305], [-0.083989, 51.511285], [-0.08404, 51.511186], [-0.084041, 51.511111], [-0.08415, 51.51102], [-0.084168, 51.510952], [-0.084135, 51.510929], [-0.084124, 51.510886], [-0.084065, 51.510866], [-0.08414, 51.510872], [-0.084211, 51.510823], [-0.084267, 51.510829], [-0.084266, 51.510869], [-0.084307, 51.510895], [-0.084268, 51.510965], [-0.084281, 51.510998], [-0.084584, 51.511073]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1116, &quot;postcode&quot;: &quot;EC3M 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084394, 51.511138], [-0.084479, 51.511128], [-0.084434, 51.511219], [-0.084476, 51.511226], [-0.084428, 51.511309], [-0.084407, 51.511305], [-0.084402, 51.511317], [-0.08422, 51.511289], [-0.084232, 51.511258], [-0.084312, 51.511261], [-0.084319, 51.511244], [-0.08427, 51.511236], [-0.084286, 51.511195], [-0.084307, 51.511189], [-0.084316, 51.511154], [-0.084388, 51.51115], [-0.084394, 51.511138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 222, &quot;postcode&quot;: &quot;EC3M 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084182, 51.510956], [-0.084146, 51.511028], [-0.084039, 51.511118], [-0.084053, 51.511206], [-0.083876, 51.511241], [-0.083835, 51.51127], [-0.083885, 51.511415], [-0.083973, 51.511472], [-0.083864, 51.511624], [-0.083634, 51.511593], [-0.083789, 51.51161], [-0.083863, 51.511587], [-0.083891, 51.511561], [-0.083913, 51.511459], [-0.083871, 51.511436], [-0.083716, 51.511414], [-0.083742, 51.511324], [-0.083704, 51.511288], [-0.083562, 51.511302], [-0.08314, 51.511228], [-0.083173, 51.511024], [-0.083098, 51.510928], [-0.083115, 51.510877], [-0.083153, 51.51084], [-0.0832, 51.510857], [-0.083238, 51.510897], [-0.083414, 51.510917], [-0.083472, 51.51089], [-0.083491, 51.510803], [-0.083722, 51.510822], [-0.083767, 51.510838], [-0.083861, 51.510829], [-0.084161, 51.510885], [-0.084154, 51.510916], [-0.084182, 51.510956]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3230, &quot;postcode&quot;: &quot;EC3M 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084707, 51.511363], [-0.084578, 51.511339], [-0.08453, 51.511347], [-0.084451, 51.511482], [-0.08413, 51.511432], [-0.084078, 51.511445], [-0.084055, 51.511478], [-0.083972, 51.511471], [-0.083924, 51.511412], [-0.083861, 51.511377], [-0.083859, 51.511327], [-0.084065, 51.511291], [-0.084109, 51.511271], [-0.084409, 51.511306], [-0.084707, 51.511363]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 740, &quot;postcode&quot;: &quot;EC3M 8AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076782, 51.514196], [-0.076643, 51.51437], [-0.076519, 51.5144], [-0.076327, 51.514239], [-0.076259, 51.514207], [-0.076196, 51.514212], [-0.076196, 51.514173], [-0.076136, 51.514135], [-0.076041, 51.514026], [-0.075966, 51.513999], [-0.075941, 51.51396], [-0.075878, 51.513948], [-0.076061, 51.51387], [-0.076162, 51.513846], [-0.076257, 51.513839], [-0.076341, 51.51385], [-0.076428, 51.513888], [-0.076761, 51.514147], [-0.076782, 51.514196]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1930, &quot;postcode&quot;: &quot;EC3N 1AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077509, 51.514098], [-0.077176, 51.514292], [-0.077163, 51.514262], [-0.076776, 51.513988], [-0.076454, 51.513712], [-0.076724, 51.513608], [-0.077509, 51.514098]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2147, &quot;postcode&quot;: &quot;EC3N 1AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07655, 51.514429], [-0.076471, 51.514477], [-0.076447, 51.514476], [-0.076329, 51.514383], [-0.07628, 51.514369], [-0.07613, 51.514416], [-0.076107, 51.514444], [-0.076083, 51.514691], [-0.075844, 51.51481], [-0.075811, 51.514794], [-0.075821, 51.514767], [-0.075799, 51.514738], [-0.075872, 51.514723], [-0.075882, 51.514677], [-0.075771, 51.514574], [-0.075667, 51.514546], [-0.075526, 51.514556], [-0.075452, 51.51464], [-0.07486, 51.514826], [-0.074679, 51.514726], [-0.074414, 51.514783], [-0.074256, 51.514666], [-0.074311, 51.514528], [-0.075023, 51.51426], [-0.07529, 51.514168], [-0.075342, 51.514163], [-0.075994, 51.513903], [-0.076049, 51.514002], [-0.076106, 51.514052], [-0.076095, 51.514087], [-0.076134, 51.514133], [-0.076375, 51.514269], [-0.07655, 51.514429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7549, &quot;postcode&quot;: &quot;EC3N 1AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077795, 51.51466], [-0.077684, 51.514737], [-0.077524, 51.514648], [-0.077467, 51.51464], [-0.077461, 51.514607], [-0.077377, 51.51454], [-0.076947, 51.514292], [-0.076888, 51.514303], [-0.076569, 51.514489], [-0.07641, 51.51454], [-0.076371, 51.514509], [-0.076374, 51.514465], [-0.076257, 51.514369], [-0.076167, 51.514253], [-0.076413, 51.514449], [-0.076463, 51.514463], [-0.076509, 51.514453], [-0.076833, 51.514285], [-0.076866, 51.514241], [-0.076819, 51.514187], [-0.076427, 51.513887], [-0.076303, 51.513843], [-0.07619, 51.513842], [-0.076039, 51.51388], [-0.075355, 51.514157], [-0.075024, 51.51426], [-0.074213, 51.514566], [-0.074116, 51.514325], [-0.074061, 51.514275], [-0.073951, 51.514229], [-0.073856, 51.514106], [-0.073958, 51.514089], [-0.074248, 51.513978], [-0.074308, 51.514021], [-0.074403, 51.514003], [-0.074494, 51.514123], [-0.074543, 51.514148], [-0.074592, 51.514148], [-0.074629, 51.514128], [-0.074637, 51.514094], [-0.074521, 51.513942], [-0.074718, 51.513903], [-0.074782, 51.513989], [-0.074842, 51.514008], [-0.074922, 51.514133], [-0.075002, 51.514148], [-0.076074, 51.51378], [-0.076105, 51.513753], [-0.076094, 51.513715], [-0.076228, 51.513691], [-0.076382, 51.513633], [-0.07644, 51.513601], [-0.076441, 51.51356], [-0.076573, 51.513514], [-0.076724, 51.513608], [-0.076506, 51.513693], [-0.076484, 51.513721], [-0.076496, 51.513751], [-0.076775, 51.513987], [-0.077192, 51.514283], [-0.077212, 51.514317], [-0.077795, 51.51466]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6586, &quot;postcode&quot;: &quot;EC3N 1AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075609, 51.509824], [-0.075467, 51.509886], [-0.075377, 51.510095], [-0.07538, 51.510171], [-0.075143, 51.510196], [-0.075149, 51.510157], [-0.075123, 51.510131], [-0.07491, 51.51008], [-0.074815, 51.509819], [-0.075524, 51.509737], [-0.075609, 51.509824]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1684, &quot;postcode&quot;: &quot;EC3N 1AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076129, 51.513762], [-0.074949, 51.514168], [-0.07472, 51.513905], [-0.074749, 51.51385], [-0.0748, 51.513884], [-0.074871, 51.513872], [-0.074993, 51.513727], [-0.074873, 51.513361], [-0.074919, 51.513218], [-0.074958, 51.513188], [-0.075135, 51.513135], [-0.075612, 51.513073], [-0.07563, 51.513037], [-0.075618, 51.512987], [-0.075588, 51.512963], [-0.075598, 51.512915], [-0.075549, 51.512821], [-0.075552, 51.512776], [-0.075635, 51.512768], [-0.075734, 51.513134], [-0.075763, 51.513163], [-0.075843, 51.513367], [-0.076129, 51.513762]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7178, &quot;postcode&quot;: &quot;EC3N 1BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07595, 51.513717], [-0.075818, 51.513753], [-0.075803, 51.513708], [-0.075724, 51.513693], [-0.075671, 51.513631], [-0.075515, 51.513636], [-0.07551, 51.513588], [-0.075549, 51.513544], [-0.075526, 51.513383], [-0.075463, 51.513348], [-0.075477, 51.513189], [-0.075607, 51.513166], [-0.075627, 51.513131], [-0.075601, 51.5131], [-0.07555, 51.513089], [-0.074929, 51.513142], [-0.074916, 51.512998], [-0.075022, 51.512974], [-0.075028, 51.512913], [-0.07511, 51.512864], [-0.075126, 51.512835], [-0.075088, 51.512795], [-0.074914, 51.512773], [-0.074924, 51.512686], [-0.07494, 51.512671], [-0.075047, 51.512653], [-0.075096, 51.512588], [-0.075268, 51.512638], [-0.075486, 51.512619], [-0.075475, 51.512734], [-0.075537, 51.512778], [-0.075498, 51.512799], [-0.075491, 51.512829], [-0.07557, 51.512979], [-0.075644, 51.513011], [-0.075707, 51.513009], [-0.07577, 51.513105], [-0.075851, 51.513105], [-0.075859, 51.513165], [-0.075802, 51.513153], [-0.075713, 51.513173], [-0.075686, 51.513198], [-0.075681, 51.513245], [-0.075802, 51.513498], [-0.07595, 51.513717]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3307, &quot;postcode&quot;: &quot;EC3N 1BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074718, 51.512079], [-0.074729, 51.512114], [-0.074756, 51.512112], [-0.074808, 51.51236], [-0.074643, 51.512363], [-0.074615, 51.512194], [-0.074557, 51.512094], [-0.074318, 51.512116], [-0.074277, 51.512052], [-0.074745, 51.512011], [-0.074801, 51.512052], [-0.074864, 51.512066], [-0.074718, 51.512079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 601, &quot;postcode&quot;: &quot;EC3N 1DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075345, 51.512013], [-0.075238, 51.511702], [-0.075227, 51.511565], [-0.075209, 51.511566], [-0.075092, 51.511092], [-0.074969, 51.510724], [-0.075228, 51.510762], [-0.075608, 51.51213], [-0.07586, 51.513143], [-0.07612, 51.51372], [-0.076093, 51.513715], [-0.075844, 51.513369], [-0.075763, 51.513163], [-0.075655, 51.512766], [-0.075545, 51.512777], [-0.075468, 51.512469], [-0.075242, 51.512489], [-0.075264, 51.512576], [-0.074888, 51.512604], [-0.074862, 51.512511], [-0.074847, 51.512512], [-0.074756, 51.512112], [-0.074729, 51.512114], [-0.074718, 51.512079], [-0.075345, 51.512013]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6829, &quot;postcode&quot;: &quot;EC3N 1DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075539, 51.512751], [-0.075499, 51.512843], [-0.075469, 51.512843], [-0.075479, 51.512671], [-0.075461, 51.512642], [-0.075404, 51.512627], [-0.075223, 51.512644], [-0.075193, 51.51261], [-0.075103, 51.512588], [-0.075236, 51.512565], [-0.075253, 51.512538], [-0.075242, 51.512489], [-0.075466, 51.512464], [-0.075539, 51.512751]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 409, &quot;postcode&quot;: &quot;EC3N 1DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07518, 51.514205], [-0.075129, 51.514223], [-0.07518, 51.514205], [-0.07518, 51.514205]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3N 1DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07561, 51.511542], [-0.07545, 51.511555], [-0.075409, 51.511404], [-0.075533, 51.51141], [-0.075599, 51.511468], [-0.07561, 51.511542]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 177, &quot;postcode&quot;: &quot;EC3N 1DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075345, 51.512013], [-0.075235, 51.512025], [-0.075238, 51.511958], [-0.075283, 51.511947], [-0.075307, 51.51192], [-0.075294, 51.511865], [-0.075345, 51.512013]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 55, &quot;postcode&quot;: &quot;EC3N 1DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075311, 51.511912], [-0.075304, 51.51195], [-0.074054, 51.512071], [-0.07403, 51.512061], [-0.074003, 51.511934], [-0.073941, 51.511907], [-0.073889, 51.511815], [-0.073936, 51.511762], [-0.075206, 51.511657], [-0.075227, 51.511669], [-0.075311, 51.511912]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3194, &quot;postcode&quot;: &quot;EC3N 1DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075233, 51.511592], [-0.07501, 51.511613], [-0.074975, 51.511635], [-0.074959, 51.511679], [-0.074945, 51.51164], [-0.074885, 51.511622], [-0.074823, 51.511644], [-0.074817, 51.511683], [-0.074565, 51.511706], [-0.074543, 51.511674], [-0.074493, 51.511661], [-0.073654, 51.511724], [-0.073656, 51.511706], [-0.074381, 51.511631], [-0.074403, 51.511599], [-0.074367, 51.511349], [-0.074322, 51.511319], [-0.074228, 51.511319], [-0.074245, 51.511297], [-0.074305, 51.511294], [-0.074343, 51.511276], [-0.074551, 51.511261], [-0.074582, 51.511239], [-0.074597, 51.511189], [-0.07477, 51.511233], [-0.075025, 51.511181], [-0.07511, 51.511191], [-0.075204, 51.511541], [-0.075227, 51.511566], [-0.075233, 51.511592]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2823, &quot;postcode&quot;: &quot;EC3N 1JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075159, 51.510138], [-0.075145, 51.510195], [-0.075098, 51.510232], [-0.075115, 51.510311], [-0.075097, 51.510253], [-0.075055, 51.51023], [-0.074941, 51.510234], [-0.074897, 51.510266], [-0.07496, 51.5107], [-0.075, 51.510728], [-0.075108, 51.510743], [-0.07504, 51.510739], [-0.074997, 51.510761], [-0.075015, 51.510886], [-0.074925, 51.510959], [-0.074633, 51.510841], [-0.074345, 51.510803], [-0.074269, 51.510667], [-0.074207, 51.510645], [-0.074089, 51.510646], [-0.074043, 51.510671], [-0.074027, 51.510928], [-0.073862, 51.510931], [-0.073542, 51.510706], [-0.073645, 51.510651], [-0.073649, 51.510621], [-0.073622, 51.510596], [-0.073575, 51.510587], [-0.073016, 51.510609], [-0.072994, 51.510545], [-0.072887, 51.510525], [-0.072908, 51.510298], [-0.073009, 51.510214], [-0.073113, 51.510164], [-0.073178, 51.510152], [-0.073941, 51.510175], [-0.073989, 51.510162], [-0.074013, 51.510131], [-0.07413, 51.510129], [-0.074172, 51.510088], [-0.07411, 51.5099], [-0.074814, 51.509819], [-0.074913, 51.510073], [-0.075159, 51.510138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11030, &quot;postcode&quot;: &quot;EC3N 1JL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075562, 51.511163], [-0.075354, 51.511197], [-0.075228, 51.510777], [-0.075167, 51.510744], [-0.07521, 51.510712], [-0.075202, 51.510657], [-0.075299, 51.510668], [-0.075292, 51.510846], [-0.075326, 51.510881], [-0.075344, 51.510952], [-0.075374, 51.510976], [-0.075482, 51.511], [-0.075562, 51.511163]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 474, &quot;postcode&quot;: &quot;EC3N 1LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078298, 51.512807], [-0.07771, 51.513115], [-0.077349, 51.512631], [-0.07751, 51.51259], [-0.077533, 51.512555], [-0.077512, 51.51251], [-0.077637, 51.51247], [-0.077668, 51.512521], [-0.077723, 51.512537], [-0.077919, 51.512475], [-0.078298, 51.512807]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2523, &quot;postcode&quot;: &quot;EC3N 1LH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076389, 51.513324], [-0.076434, 51.513443], [-0.076368, 51.513453], [-0.076471, 51.513599], [-0.076261, 51.513671], [-0.076268, 51.513681], [-0.07612, 51.51372], [-0.075966, 51.513391], [-0.076389, 51.513324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 965, &quot;postcode&quot;: &quot;EC3N 1LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075096, 51.512588], [-0.075052, 51.51266], [-0.074969, 51.512669], [-0.074932, 51.512687], [-0.074913, 51.512773], [-0.074252, 51.512695], [-0.074232, 51.512618], [-0.074523, 51.51258], [-0.074545, 51.512549], [-0.074522, 51.51245], [-0.074632, 51.512429], [-0.074644, 51.512363], [-0.074808, 51.51236], [-0.074842, 51.51249], [-0.074901, 51.512589], [-0.074947, 51.5126], [-0.075096, 51.512588]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1291, &quot;postcode&quot;: &quot;EC3N 1LQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076262, 51.513071], [-0.076196, 51.513084], [-0.076165, 51.513139], [-0.07625, 51.513346], [-0.075966, 51.513391], [-0.075829, 51.513035], [-0.075786, 51.513014], [-0.075725, 51.513021], [-0.075673, 51.513], [-0.075578, 51.513001], [-0.075499, 51.512843], [-0.075539, 51.512751], [-0.075583, 51.51277], [-0.075706, 51.512771], [-0.075751, 51.512752], [-0.075763, 51.512722], [-0.076068, 51.512694], [-0.076096, 51.51283], [-0.076079, 51.512878], [-0.07614, 51.512907], [-0.076159, 51.513007], [-0.076202, 51.513027], [-0.076255, 51.513023], [-0.076262, 51.513071]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2124, &quot;postcode&quot;: &quot;EC3N 1LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07615, 51.512486], [-0.076089, 51.51246], [-0.075934, 51.512483], [-0.0759, 51.512519], [-0.075925, 51.512621], [-0.075738, 51.512637], [-0.075657, 51.512325], [-0.075723, 51.512347], [-0.076, 51.512321], [-0.076035, 51.512427], [-0.076079, 51.512447], [-0.076135, 51.512441], [-0.07615, 51.512486]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 626, &quot;postcode&quot;: &quot;EC3N 1NT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075601, 51.512113], [-0.075763, 51.512098], [-0.07578, 51.512156], [-0.075923, 51.512147], [-0.075951, 51.512158], [-0.076, 51.512321], [-0.075664, 51.512353], [-0.075601, 51.512113]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 546, &quot;postcode&quot;: &quot;EC3N 1NU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075413, 51.51226], [-0.075422, 51.512294], [-0.075413, 51.51226], [-0.075413, 51.51226]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3N 1PE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077607, 51.513254], [-0.07756, 51.513293], [-0.077593, 51.513335], [-0.077526, 51.513359], [-0.077501, 51.513386], [-0.077547, 51.51346], [-0.076927, 51.513735], [-0.076837, 51.513678], [-0.076818, 51.513613], [-0.076773, 51.5136], [-0.076724, 51.513608], [-0.076573, 51.513514], [-0.076631, 51.513492], [-0.076655, 51.513466], [-0.076628, 51.513314], [-0.0767, 51.513299], [-0.076748, 51.513238], [-0.0768, 51.513216], [-0.076809, 51.513157], [-0.077147, 51.513141], [-0.077221, 51.513119], [-0.077281, 51.513134], [-0.077405, 51.513223], [-0.077455, 51.513222], [-0.077549, 51.513184], [-0.077607, 51.513254]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3005, &quot;postcode&quot;: &quot;EC3N 1RE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078906, 51.51109], [-0.078891, 51.5111], [-0.07863, 51.511142], [-0.078729, 51.511122], [-0.078906, 51.51109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC3N 2AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078949, 51.511181], [-0.079003, 51.511485], [-0.078646, 51.511417], [-0.078595, 51.511378], [-0.078457, 51.511381], [-0.078222, 51.511339], [-0.078162, 51.511367], [-0.078072, 51.51155], [-0.078043, 51.511537], [-0.078012, 51.511452], [-0.078032, 51.511363], [-0.078066, 51.511331], [-0.078112, 51.511334], [-0.078435, 51.51128], [-0.078602, 51.511238], [-0.078626, 51.511245], [-0.078558, 51.511284], [-0.078561, 51.511344], [-0.078605, 51.511371], [-0.078676, 51.51137], [-0.078715, 51.511352], [-0.078727, 51.511323], [-0.078708, 51.511268], [-0.078663, 51.511245], [-0.078949, 51.511181]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 953, &quot;postcode&quot;: &quot;EC3N 2AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076185, 51.512599], [-0.076044, 51.512136], [-0.076149, 51.512126], [-0.076113, 51.511899], [-0.076136, 51.511897], [-0.076132, 51.511879], [-0.076231, 51.511873], [-0.076177, 51.511658], [-0.07628, 51.511654], [-0.076364, 51.512583], [-0.076185, 51.512599]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1328, &quot;postcode&quot;: &quot;EC3N 2AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078043, 51.511538], [-0.077948, 51.511586], [-0.077878, 51.511577], [-0.077804, 51.511594], [-0.077697, 51.511537], [-0.077628, 51.511539], [-0.077666, 51.511504], [-0.077822, 51.511433], [-0.078032, 51.511363], [-0.078013, 51.511452], [-0.078043, 51.511538]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 392, &quot;postcode&quot;: &quot;EC3N 2AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077905, 51.511288], [-0.077729, 51.511332], [-0.077702, 51.511312], [-0.0774, 51.511211], [-0.07742, 51.51112], [-0.077684, 51.510872], [-0.077791, 51.511237], [-0.077818, 51.511262], [-0.077905, 51.511288]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 800, &quot;postcode&quot;: &quot;EC3N 2AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077681, 51.511306], [-0.07766, 51.511349], [-0.077407, 51.511414], [-0.077301, 51.511463], [-0.077283, 51.511491], [-0.077299, 51.511564], [-0.077281, 51.511503], [-0.077236, 51.51148], [-0.077256, 51.511435], [-0.077322, 51.511444], [-0.077383, 51.511414], [-0.077357, 51.511327], [-0.077388, 51.5113], [-0.077423, 51.511214], [-0.077681, 51.511306]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 296, &quot;postcode&quot;: &quot;EC3N 2AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076921, 51.510713], [-0.076889, 51.510719], [-0.076971, 51.510807], [-0.077098, 51.511022], [-0.076791, 51.511065], [-0.076216, 51.510954], [-0.076174, 51.510489], [-0.076215, 51.510484], [-0.076238, 51.510559], [-0.076808, 51.51049], [-0.07686, 51.510647], [-0.076921, 51.510713]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2892, &quot;postcode&quot;: &quot;EC3N 2BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076129, 51.512827], [-0.07614, 51.512907], [-0.076023, 51.512916], [-0.076017, 51.512886], [-0.075803, 51.512906], [-0.075792, 51.512857], [-0.076129, 51.512827]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 156, &quot;postcode&quot;: &quot;EC3N 2DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077909, 51.51229], [-0.077955, 51.512332], [-0.078001, 51.5123], [-0.078121, 51.512359], [-0.078033, 51.51244], [-0.077777, 51.512405], [-0.077779, 51.51239], [-0.077822, 51.512376], [-0.077755, 51.512313], [-0.077797, 51.512276], [-0.077845, 51.51232], [-0.077909, 51.51229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 266, &quot;postcode&quot;: &quot;EC3N 2EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077552, 51.512526], [-0.077531, 51.512588], [-0.077356, 51.51264], [-0.076957, 51.512704], [-0.076973, 51.512611], [-0.077273, 51.512551], [-0.07729, 51.512519], [-0.077258, 51.512471], [-0.0773, 51.512523], [-0.07734, 51.512539], [-0.077512, 51.51251], [-0.077552, 51.512526]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 414, &quot;postcode&quot;: &quot;EC3N 2ES&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076361, 51.512642], [-0.076402, 51.512667], [-0.076471, 51.512669], [-0.076445, 51.512727], [-0.076384, 51.512762], [-0.076392, 51.512884], [-0.076422, 51.512914], [-0.076568, 51.512954], [-0.076628, 51.513314], [-0.07649, 51.513324], [-0.076438, 51.513272], [-0.076371, 51.513264], [-0.076321, 51.513179], [-0.076261, 51.513156], [-0.076243, 51.513121], [-0.076233, 51.51307], [-0.076257, 51.513033], [-0.076235, 51.512884], [-0.076207, 51.512838], [-0.076195, 51.512685], [-0.076294, 51.512677], [-0.076361, 51.512642]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1263, &quot;postcode&quot;: &quot;EC3N 2ET&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077321, 51.51255], [-0.077011, 51.512606], [-0.076967, 51.512641], [-0.076975, 51.512674], [-0.077015, 51.5127], [-0.077076, 51.512915], [-0.077179, 51.51306], [-0.077098, 51.513085], [-0.077083, 51.513129], [-0.07677, 51.513161], [-0.076715, 51.512909], [-0.076716, 51.512422], [-0.07679, 51.512404], [-0.076862, 51.512298], [-0.07697, 51.512275], [-0.077025, 51.512341], [-0.077036, 51.512419], [-0.077091, 51.51248], [-0.077154, 51.512495], [-0.077257, 51.51247], [-0.077321, 51.51255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2267, &quot;postcode&quot;: &quot;EC3N 2EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076248, 51.512594], [-0.076185, 51.512599], [-0.076119, 51.512582], [-0.076061, 51.512609], [-0.075925, 51.512621], [-0.075891, 51.512483], [-0.076042, 51.512469], [-0.076082, 51.512558], [-0.076127, 51.512571], [-0.076174, 51.512563], [-0.076201, 51.512586], [-0.076248, 51.512594]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 189, &quot;postcode&quot;: &quot;EC3N 2HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077822, 51.512376], [-0.077766, 51.512419], [-0.077548, 51.512502], [-0.077321, 51.51255], [-0.077244, 51.512485], [-0.077114, 51.512508], [-0.077017, 51.512398], [-0.077005, 51.512321], [-0.076963, 51.51229], [-0.076887, 51.512293], [-0.076834, 51.512341], [-0.076718, 51.512366], [-0.076704, 51.512334], [-0.076663, 51.512317], [-0.07659, 51.512332], [-0.076482, 51.512327], [-0.076447, 51.512284], [-0.076381, 51.511804], [-0.076448, 51.511774], [-0.076447, 51.511689], [-0.076399, 51.511653], [-0.07628, 51.511654], [-0.076268, 51.511519], [-0.077182, 51.511497], [-0.077278, 51.511479], [-0.077303, 51.511624], [-0.077244, 51.511648], [-0.077232, 51.511691], [-0.076926, 51.511998], [-0.076923, 51.512036], [-0.076967, 51.512062], [-0.077021, 51.512059], [-0.077213, 51.511905], [-0.077274, 51.511921], [-0.077514, 51.512117], [-0.077528, 51.512184], [-0.077657, 51.512232], [-0.077822, 51.512376]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6823, &quot;postcode&quot;: &quot;EC3N 2HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076278, 51.511654], [-0.076216, 51.511664], [-0.076188, 51.511693], [-0.07623, 51.511868], [-0.076122, 51.511888], [-0.076098, 51.511937], [-0.07602, 51.511943], [-0.075964, 51.5117], [-0.076001, 51.511666], [-0.076278, 51.511654]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 413, &quot;postcode&quot;: &quot;EC3N 2JY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076148, 51.511342], [-0.076129, 51.511277], [-0.076097, 51.511254], [-0.076123, 51.511252], [-0.076148, 51.511342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC3N 2LB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07581, 51.511526], [-0.075611, 51.511542], [-0.075599, 51.51147], [-0.075533, 51.51141], [-0.075591, 51.511376], [-0.075756, 51.511378], [-0.07581, 51.511526]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 245, &quot;postcode&quot;: &quot;EC3N 2LR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076267, 51.511519], [-0.076191, 51.511523], [-0.076135, 51.511296], [-0.076111, 51.511269], [-0.076059, 51.511259], [-0.075909, 51.511274], [-0.075883, 51.511179], [-0.075802, 51.511147], [-0.075735, 51.511153], [-0.075705, 51.511191], [-0.075589, 51.511165], [-0.075655, 51.511027], [-0.075703, 51.511018], [-0.07573, 51.510993], [-0.075695, 51.510851], [-0.075899, 51.510884], [-0.075938, 51.510868], [-0.075988, 51.510805], [-0.076199, 51.510772], [-0.076267, 51.511519]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1853, &quot;postcode&quot;: &quot;EC3N 2LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075756, 51.511377], [-0.075597, 51.51138], [-0.075533, 51.51141], [-0.075409, 51.511404], [-0.075354, 51.511197], [-0.075562, 51.511163], [-0.075705, 51.511191], [-0.075756, 51.511377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 584, &quot;postcode&quot;: &quot;EC3N 2LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076426, 51.513259], [-0.076428, 51.513329], [-0.07625, 51.513346], [-0.076153, 51.513119], [-0.076168, 51.513087], [-0.076133, 51.512862], [-0.076096, 51.51283], [-0.076063, 51.512719], [-0.076002, 51.512701], [-0.075763, 51.512722], [-0.075738, 51.512637], [-0.076023, 51.512612], [-0.076071, 51.51257], [-0.075955, 51.512177], [-0.075902, 51.51215], [-0.07578, 51.512156], [-0.075721, 51.511967], [-0.075845, 51.511952], [-0.075884, 51.511923], [-0.075844, 51.511715], [-0.075826, 51.511691], [-0.075783, 51.511677], [-0.075491, 51.511694], [-0.07545, 51.511555], [-0.07575, 51.51153], [-0.075788, 51.51151], [-0.075798, 51.51148], [-0.075626, 51.510938], [-0.075557, 51.510889], [-0.075426, 51.510904], [-0.075352, 51.510876], [-0.0754, 51.510696], [-0.075356, 51.510671], [-0.075202, 51.510657], [-0.075087, 51.510202], [-0.075353, 51.510163], [-0.075456, 51.509879], [-0.075608, 51.509824], [-0.075733, 51.509968], [-0.0755, 51.51001], [-0.075483, 51.510042], [-0.075509, 51.510126], [-0.075578, 51.510151], [-0.075866, 51.510122], [-0.076172, 51.510477], [-0.076199, 51.510772], [-0.075996, 51.510807], [-0.075918, 51.510895], [-0.075774, 51.510872], [-0.075732, 51.510887], [-0.075715, 51.51092], [-0.075777, 51.511131], [-0.075882, 51.511165], [-0.075902, 51.511238], [-0.075933, 51.511261], [-0.076123, 51.511252], [-0.076186, 51.511489], [-0.076218, 51.511513], [-0.076267, 51.511519], [-0.07628, 51.511654], [-0.07605, 51.511666], [-0.075986, 51.511708], [-0.075973, 51.511737], [-0.076012, 51.511866], [-0.076053, 51.511883], [-0.076132, 51.51188], [-0.076119, 51.511927], [-0.076149, 51.512126], [-0.07608, 51.51214], [-0.076057, 51.512177], [-0.076174, 51.512562], [-0.076233, 51.512593], [-0.076364, 51.512583], [-0.076373, 51.512674], [-0.07624, 51.512686], [-0.076202, 51.512729], [-0.07626, 51.513095], [-0.076358, 51.513238], [-0.076426, 51.513259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9744, &quot;postcode&quot;: &quot;EC3N 2LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077746, 51.510814], [-0.077684, 51.510871], [-0.077654, 51.510809], [-0.077546, 51.510788], [-0.077102, 51.510823], [-0.076966, 51.510572], [-0.076983, 51.5105], [-0.076962, 51.510449], [-0.076987, 51.510432], [-0.077006, 51.510473], [-0.077066, 51.510489], [-0.077666, 51.51044], [-0.07771, 51.510741], [-0.077695, 51.510777], [-0.077746, 51.510814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1794, &quot;postcode&quot;: &quot;EC3N 2NR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077629, 51.51085], [-0.077634, 51.510918], [-0.077302, 51.51123], [-0.077146, 51.510896], [-0.077212, 51.510853], [-0.07721, 51.510814], [-0.077245, 51.510811], [-0.077325, 51.510861], [-0.077589, 51.510842], [-0.077629, 51.51085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 818, &quot;postcode&quot;: &quot;EC3N 2NU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075721, 51.511966], [-0.075735, 51.512009], [-0.075571, 51.512026], [-0.075523, 51.511826], [-0.075865, 51.511809], [-0.075893, 51.511939], [-0.075872, 51.511952], [-0.075721, 51.511966]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 449, &quot;postcode&quot;: &quot;EC3N 2PU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075655, 51.511027], [-0.075589, 51.511165], [-0.075562, 51.511163], [-0.075483, 51.511], [-0.075551, 51.510963], [-0.075544, 51.510929], [-0.075486, 51.510895], [-0.075505, 51.510828], [-0.075573, 51.510755], [-0.0756, 51.510929], [-0.075633, 51.510957], [-0.075655, 51.511027]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 282, &quot;postcode&quot;: &quot;EC3N 2PX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077932, 51.512075], [-0.078225, 51.512313], [-0.078121, 51.512359], [-0.078001, 51.5123], [-0.077955, 51.512332], [-0.077909, 51.51229], [-0.077845, 51.51232], [-0.077733, 51.512217], [-0.07778, 51.51219], [-0.077717, 51.51214], [-0.077932, 51.512075]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 573, &quot;postcode&quot;: &quot;EC3N 3AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077713, 51.511945], [-0.077523, 51.512056], [-0.077483, 51.512042], [-0.077423, 51.512045], [-0.077269, 51.511924], [-0.077213, 51.511905], [-0.077392, 51.511748], [-0.077713, 51.511945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 603, &quot;postcode&quot;: &quot;EC3N 3AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077834, 51.511709], [-0.077691, 51.511772], [-0.077489, 51.511651], [-0.077655, 51.51151], [-0.077804, 51.511594], [-0.077881, 51.511574], [-0.077959, 51.511686], [-0.077834, 51.511709]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 486, &quot;postcode&quot;: &quot;EC3N 3AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078237, 51.51164], [-0.078596, 51.511709], [-0.078072, 51.512], [-0.077876, 51.511883], [-0.078237, 51.51164]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 891, &quot;postcode&quot;: &quot;EC3N 3AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078608, 51.512644], [-0.078323, 51.512778], [-0.078197, 51.512671], [-0.078125, 51.51266], [-0.077974, 51.51253], [-0.078025, 51.512433], [-0.078121, 51.512359], [-0.078225, 51.512313], [-0.078288, 51.512416], [-0.078546, 51.51263], [-0.078608, 51.512644]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1043, &quot;postcode&quot;: &quot;EC3N 3DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077717, 51.51214], [-0.07778, 51.51219], [-0.077733, 51.512217], [-0.077797, 51.512276], [-0.077745, 51.512316], [-0.077659, 51.512233], [-0.077607, 51.512203], [-0.077557, 51.512207], [-0.077491, 51.512156], [-0.077516, 51.512145], [-0.077514, 51.512117], [-0.077423, 51.512045], [-0.0775, 51.512036], [-0.077523, 51.512056], [-0.077713, 51.511945], [-0.077932, 51.512075], [-0.077717, 51.51214]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 592, &quot;postcode&quot;: &quot;EC3N 3DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0775, 51.511657], [-0.078072, 51.512], [-0.07838, 51.512253], [-0.078439, 51.512363], [-0.078721, 51.51259], [-0.07858, 51.512657], [-0.078259, 51.512392], [-0.078274, 51.512387], [-0.078238, 51.512324], [-0.077932, 51.512075], [-0.077392, 51.511748], [-0.0775, 51.511657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1667, &quot;postcode&quot;: &quot;EC3N 3ED&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078237, 51.51164], [-0.077876, 51.511883], [-0.077691, 51.511772], [-0.07775, 51.511738], [-0.07792, 51.511682], [-0.077931, 51.511648], [-0.077881, 51.511575], [-0.077953, 51.511579], [-0.078043, 51.511538], [-0.078072, 51.51155], [-0.078065, 51.511583], [-0.07809, 51.511609], [-0.078237, 51.51164]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 577, &quot;postcode&quot;: &quot;EC3N 3EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078773, 51.509636], [-0.078781, 51.509695], [-0.078876, 51.509696], [-0.078872, 51.509893], [-0.078797, 51.509898], [-0.078596, 51.509818], [-0.078576, 51.50984], [-0.078543, 51.509833], [-0.078397, 51.509767], [-0.078274, 51.509866], [-0.078299, 51.509879], [-0.078161, 51.509995], [-0.07801, 51.509938], [-0.078523, 51.509609], [-0.078741, 51.509603], [-0.078773, 51.509636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1061, &quot;postcode&quot;: &quot;EC3N 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078737, 51.510662], [-0.078595, 51.510785], [-0.078822, 51.510772], [-0.078867, 51.511097], [-0.078146, 51.511233], [-0.078035, 51.511269], [-0.078029, 51.511259], [-0.077904, 51.511288], [-0.077797, 51.511259], [-0.077684, 51.510871], [-0.077746, 51.510814], [-0.077881, 51.510806], [-0.077886, 51.510828], [-0.078058, 51.510817], [-0.078124, 51.510697], [-0.078737, 51.510662]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3964, &quot;postcode&quot;: &quot;EC3N 4AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078737, 51.510662], [-0.079179, 51.510642], [-0.079177, 51.510609], [-0.07919, 51.510616], [-0.079192, 51.510642], [-0.079222, 51.510663], [-0.079253, 51.51097], [-0.079208, 51.51098], [-0.07919, 51.51075], [-0.079211, 51.51102], [-0.079195, 51.511037], [-0.078867, 51.511097], [-0.078822, 51.510772], [-0.078595, 51.510785], [-0.078737, 51.510662]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1403, &quot;postcode&quot;: &quot;EC3N 4AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07919, 51.510462], [-0.07917, 51.51049], [-0.079179, 51.510642], [-0.078163, 51.510695], [-0.078114, 51.510716], [-0.078058, 51.510817], [-0.077886, 51.510828], [-0.077815, 51.51081], [-0.077776, 51.510496], [-0.07772, 51.510282], [-0.077637, 51.510266], [-0.077612, 51.510234], [-0.077564, 51.51022], [-0.077021, 51.510267], [-0.076973, 51.5103], [-0.076959, 51.510443], [-0.076889, 51.510451], [-0.076851, 51.510154], [-0.077897, 51.509993], [-0.078321, 51.509734], [-0.078065, 51.509904], [-0.078066, 51.509955], [-0.078117, 51.509977], [-0.078172, 51.509975], [-0.078274, 51.509897], [-0.078381, 51.509941], [-0.078669, 51.509924], [-0.078716, 51.509903], [-0.078797, 51.509898], [-0.079198, 51.510057], [-0.07919, 51.510462]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9494, &quot;postcode&quot;: &quot;EC3N 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078383, 51.509941], [-0.078274, 51.509897], [-0.078299, 51.509879], [-0.078274, 51.509866], [-0.078397, 51.509767], [-0.078543, 51.509833], [-0.078576, 51.50984], [-0.078596, 51.509818], [-0.078797, 51.509898], [-0.078716, 51.509903], [-0.078719, 51.509921], [-0.078383, 51.509941]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 383, &quot;postcode&quot;: &quot;EC3N 4AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07962, 51.510106], [-0.079571, 51.510339], [-0.079303, 51.510337], [-0.079246, 51.510319], [-0.079187, 51.510337], [-0.079198, 51.510057], [-0.079251, 51.510096], [-0.079398, 51.510132], [-0.079447, 51.510127], [-0.079478, 51.510104], [-0.07962, 51.510106]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 706, &quot;postcode&quot;: &quot;EC3N 4AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079778, 51.510677], [-0.0794, 51.510675], [-0.079349, 51.510689], [-0.079329, 51.510722], [-0.079341, 51.511011], [-0.07928, 51.511032], [-0.079275, 51.510993], [-0.079247, 51.51097], [-0.079223, 51.510672], [-0.079177, 51.510608], [-0.079169, 51.510462], [-0.079189, 51.510435], [-0.079212, 51.510083], [-0.07919, 51.510055], [-0.079132, 51.510031], [-0.079289, 51.509873], [-0.079345, 51.509773], [-0.079545, 51.509519], [-0.079693, 51.509488], [-0.079661, 51.509529], [-0.07961, 51.509535], [-0.079578, 51.509557], [-0.079467, 51.509715], [-0.079472, 51.509748], [-0.079409, 51.509857], [-0.07937, 51.509877], [-0.079353, 51.50991], [-0.079542, 51.510193], [-0.079415, 51.510144], [-0.079348, 51.510149], [-0.079317, 51.510182], [-0.079317, 51.510291], [-0.079369, 51.510335], [-0.079525, 51.510334], [-0.07979, 51.510362], [-0.0798, 51.510617], [-0.079778, 51.510677]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2733, &quot;postcode&quot;: &quot;EC3N 4AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077766, 51.510479], [-0.077719, 51.510482], [-0.077685, 51.510505], [-0.077687, 51.510581], [-0.07767, 51.510477], [-0.077614, 51.510446], [-0.076997, 51.510496], [-0.076975, 51.510287], [-0.077024, 51.510266], [-0.077498, 51.510225], [-0.077677, 51.510229], [-0.077738, 51.510267], [-0.077766, 51.510479]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1359, &quot;postcode&quot;: &quot;EC3N 4DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077794, 51.510768], [-0.077746, 51.510813], [-0.077695, 51.510832], [-0.077684, 51.510871], [-0.077633, 51.51092], [-0.077623, 51.510871], [-0.077552, 51.510845], [-0.077238, 51.510862], [-0.07717, 51.51089], [-0.077161, 51.510924], [-0.077281, 51.511151], [-0.077273, 51.511182], [-0.077301, 51.51123], [-0.077263, 51.511267], [-0.076985, 51.510672], [-0.076939, 51.510646], [-0.07686, 51.510647], [-0.076801, 51.510514], [-0.07674, 51.510499], [-0.076238, 51.510559], [-0.07622, 51.510511], [-0.076173, 51.510477], [-0.076852, 51.510468], [-0.076947, 51.510429], [-0.076954, 51.510338], [-0.076971, 51.510336], [-0.076987, 51.510432], [-0.076969, 51.510574], [-0.077098, 51.510803], [-0.077155, 51.510818], [-0.077551, 51.510785], [-0.077604, 51.510751], [-0.077674, 51.51074], [-0.077703, 51.510712], [-0.077637, 51.510266], [-0.077685, 51.510262], [-0.077794, 51.510768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1360, &quot;postcode&quot;: &quot;EC3N 4DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074888, 51.510233], [-0.074725, 51.5102], [-0.074724, 51.510145], [-0.074672, 51.510108], [-0.074497, 51.510117], [-0.074396, 51.510086], [-0.074225, 51.510105], [-0.074181, 51.510136], [-0.074051, 51.510135], [-0.074003, 51.510177], [-0.073176, 51.510152], [-0.07311, 51.510166], [-0.073011, 51.510213], [-0.072908, 51.510301], [-0.07274, 51.510183], [-0.07323, 51.510002], [-0.07411, 51.5099], [-0.074172, 51.510073], [-0.074214, 51.510094], [-0.074276, 51.510092], [-0.074367, 51.510051], [-0.074397, 51.509982], [-0.074537, 51.509899], [-0.074559, 51.509914], [-0.074485, 51.509965], [-0.074492, 51.510007], [-0.074684, 51.510107], [-0.074781, 51.510111], [-0.074833, 51.510091], [-0.074888, 51.510233]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2302, &quot;postcode&quot;: &quot;EC3N 4DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079209, 51.5095], [-0.079164, 51.509531], [-0.07897, 51.509529], [-0.078741, 51.509603], [-0.078524, 51.509609], [-0.078839, 51.509414], [-0.078887, 51.50935], [-0.078859, 51.509424], [-0.078887, 51.509459], [-0.079104, 51.509494], [-0.079172, 51.509476], [-0.079209, 51.5095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 389, &quot;postcode&quot;: &quot;EC3N 4EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082834, 51.50976], [-0.08282, 51.509892], [-0.082779, 51.509923], [-0.082754, 51.510047], [-0.08271, 51.51006], [-0.082689, 51.510088], [-0.082705, 51.51012], [-0.082756, 51.510138], [-0.082734, 51.510217], [-0.082777, 51.510251], [-0.082709, 51.510326], [-0.081924, 51.510045], [-0.081906, 51.510023], [-0.081956, 51.510003], [-0.082145, 51.509777], [-0.08232, 51.509785], [-0.082304, 51.509831], [-0.08233, 51.509862], [-0.082563, 51.509913], [-0.082622, 51.50989], [-0.082633, 51.509843], [-0.082747, 51.5098], [-0.082774, 51.509752], [-0.082834, 51.50976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2148, &quot;postcode&quot;: &quot;EC3R 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085429, 51.510708], [-0.085399, 51.510803], [-0.0852, 51.510787], [-0.084788, 51.510811], [-0.084389, 51.510796], [-0.084151, 51.510749], [-0.083259, 51.510681], [-0.082888, 51.510633], [-0.082833, 51.510615], [-0.082803, 51.51058], [-0.082559, 51.510489], [-0.082488, 51.510431], [-0.081874, 51.510203], [-0.081781, 51.510197], [-0.081779, 51.510164], [-0.081746, 51.510142], [-0.081697, 51.510137], [-0.081655, 51.510152], [-0.080902, 51.509866], [-0.080762, 51.509834], [-0.080682, 51.50985], [-0.080625, 51.509774], [-0.080648, 51.509659], [-0.080566, 51.509612], [-0.080595, 51.509561], [-0.080493, 51.509512], [-0.080566, 51.509533], [-0.080625, 51.50952], [-0.080691, 51.509443], [-0.080704, 51.509378], [-0.080666, 51.509354], [-0.080551, 51.509333], [-0.0805, 51.509354], [-0.080422, 51.509452], [-0.080365, 51.509405], [-0.080424, 51.509348], [-0.080473, 51.509352], [-0.080517, 51.509333], [-0.080514, 51.509281], [-0.080567, 51.509222], [-0.080628, 51.509229], [-0.080718, 51.509206], [-0.080858, 51.509295], [-0.08139, 51.50943], [-0.081114, 51.509709], [-0.081137, 51.50975], [-0.08128, 51.509799], [-0.081344, 51.509784], [-0.081426, 51.509698], [-0.081508, 51.509665], [-0.081588, 51.509584], [-0.081795, 51.509442], [-0.082083, 51.509525], [-0.081957, 51.509672], [-0.081982, 51.509707], [-0.082064, 51.509732], [-0.081858, 51.509976], [-0.081861, 51.510014], [-0.082682, 51.510307], [-0.08273, 51.510341], [-0.082725, 51.510409], [-0.082864, 51.51051], [-0.082964, 51.510543], [-0.083279, 51.51058], [-0.083326, 51.510572], [-0.083376, 51.51059], [-0.083868, 51.510624], [-0.083929, 51.510604], [-0.083941, 51.510551], [-0.084013, 51.510546], [-0.084055, 51.51064], [-0.084283, 51.510677], [-0.084349, 51.510666], [-0.084383, 51.510616], [-0.084458, 51.510626], [-0.08446, 51.510673], [-0.084515, 51.510695], [-0.084794, 51.510713], [-0.085098, 51.510697], [-0.085429, 51.510708]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9131, &quot;postcode&quot;: &quot;EC3R 5AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081425, 51.509698], [-0.081341, 51.509799], [-0.081407, 51.50986], [-0.081084, 51.509731], [-0.0812, 51.509617], [-0.081425, 51.509698]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 285, &quot;postcode&quot;: &quot;EC3R 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080684, 51.509583], [-0.080632, 51.509635], [-0.080577, 51.509636], [-0.080539, 51.509661], [-0.080527, 51.509757], [-0.080575, 51.509779], [-0.080651, 51.509771], [-0.080654, 51.509799], [-0.080556, 51.509784], [-0.080503, 51.509805], [-0.080435, 51.510025], [-0.07994, 51.50998], [-0.079885, 51.510004], [-0.079861, 51.510082], [-0.079706, 51.510068], [-0.079644, 51.510106], [-0.079478, 51.510104], [-0.079349, 51.50992], [-0.079376, 51.509853], [-0.079428, 51.509824], [-0.079452, 51.509737], [-0.079594, 51.509534], [-0.079659, 51.509522], [-0.079693, 51.509488], [-0.080155, 51.509392], [-0.080684, 51.509583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4746, &quot;postcode&quot;: &quot;EC3R 5AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081426, 51.509169], [-0.081392, 51.509241], [-0.081413, 51.509277], [-0.081316, 51.509392], [-0.081284, 51.509404], [-0.080846, 51.509292], [-0.080798, 51.509292], [-0.080758, 51.509314], [-0.080685, 51.509452], [-0.080594, 51.509546], [-0.080155, 51.509392], [-0.080533, 51.509313], [-0.080629, 51.509333], [-0.080708, 51.509279], [-0.080751, 51.50928], [-0.080795, 51.509259], [-0.081254, 51.509163], [-0.081426, 51.509169]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1283, &quot;postcode&quot;: &quot;EC3R 5AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082383, 51.510426], [-0.082306, 51.510533], [-0.082238, 51.510588], [-0.082187, 51.510808], [-0.082137, 51.51084], [-0.081933, 51.510835], [-0.081602, 51.510802], [-0.0817, 51.510417], [-0.081804, 51.510248], [-0.08185, 51.510237], [-0.081906, 51.510247], [-0.082383, 51.510426]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2408, &quot;postcode&quot;: &quot;EC3R 5AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079528, 51.509547], [-0.079344, 51.509775], [-0.079303, 51.509858], [-0.079132, 51.510031], [-0.078797, 51.509898], [-0.078841, 51.50989], [-0.07887, 51.509866], [-0.078875, 51.509736], [-0.078844, 51.509703], [-0.078782, 51.509695], [-0.078741, 51.509603], [-0.078882, 51.509552], [-0.079031, 51.509522], [-0.079084, 51.509498], [-0.079197, 51.5095], [-0.079254, 51.509487], [-0.079478, 51.50953], [-0.079545, 51.509519], [-0.079634, 51.509527], [-0.079682, 51.509502], [-0.079707, 51.509538], [-0.079578, 51.509532], [-0.079528, 51.509547]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1927, &quot;postcode&quot;: &quot;EC3R 5BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079633, 51.509207], [-0.079744, 51.509307], [-0.079858, 51.509277], [-0.080155, 51.509392], [-0.079484, 51.509531], [-0.079254, 51.509487], [-0.07921, 51.509499], [-0.079193, 51.509479], [-0.079224, 51.509483], [-0.07917, 51.509476], [-0.079161, 51.5095], [-0.078841, 51.509459], [-0.078887, 51.50935], [-0.079102, 51.509039], [-0.079212, 51.509048], [-0.079633, 51.509207]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2668, &quot;postcode&quot;: &quot;EC3R 5BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079011, 51.50854], [-0.078981, 51.508592], [-0.07898, 51.508593], [-0.078981, 51.508591], [-0.079011, 51.50854]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3R 5BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081257, 51.508946], [-0.081139, 51.509133], [-0.081173, 51.50918], [-0.080794, 51.509259], [-0.080725, 51.509221], [-0.080671, 51.509218], [-0.080561, 51.509249], [-0.080533, 51.509313], [-0.080155, 51.509392], [-0.078986, 51.508972], [-0.078804, 51.508868], [-0.079017, 51.50853], [-0.079052, 51.50851], [-0.079152, 51.508368], [-0.079209, 51.508345], [-0.079213, 51.508306], [-0.079307, 51.508306], [-0.079586, 51.50837], [-0.079606, 51.508395], [-0.079579, 51.508441], [-0.079619, 51.508471], [-0.080838, 51.50877], [-0.080942, 51.508811], [-0.081031, 51.50888], [-0.081257, 51.508946]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11113, &quot;postcode&quot;: &quot;EC3R 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079744, 51.509307], [-0.079633, 51.509207], [-0.079829, 51.509281], [-0.079744, 51.509307]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 44, &quot;postcode&quot;: &quot;EC3R 5BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083586, 51.509776], [-0.083567, 51.509808], [-0.08298, 51.509706], [-0.082912, 51.509722], [-0.082826, 51.510122], [-0.082743, 51.51033], [-0.082756, 51.510425], [-0.08272, 51.510443], [-0.082694, 51.510419], [-0.082721, 51.510347], [-0.082691, 51.510311], [-0.082743, 51.510169], [-0.082723, 51.510141], [-0.082683, 51.510128], [-0.082668, 51.510069], [-0.082615, 51.510046], [-0.082499, 51.510049], [-0.082465, 51.510015], [-0.082495, 51.509931], [-0.082464, 51.509893], [-0.082108, 51.509826], [-0.08218, 51.509764], [-0.082279, 51.509613], [-0.082424, 51.509492], [-0.082677, 51.509527], [-0.082744, 51.509569], [-0.082743, 51.509612], [-0.082782, 51.509637], [-0.083586, 51.509776]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2619, &quot;postcode&quot;: &quot;EC3R 5DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085846, 51.509373], [-0.085822, 51.509451], [-0.085742, 51.509461], [-0.085677, 51.509549], [-0.08572, 51.509468], [-0.085667, 51.509426], [-0.085195, 51.509383], [-0.08502, 51.509476], [-0.084901, 51.509472], [-0.084563, 51.509337], [-0.084368, 51.509319], [-0.084364, 51.509264], [-0.08439, 51.509222], [-0.084346, 51.509185], [-0.08454, 51.508959], [-0.084525, 51.508926], [-0.08445, 51.508885], [-0.084494, 51.508696], [-0.084779, 51.508698], [-0.084828, 51.50872], [-0.085306, 51.508756], [-0.085233, 51.50929], [-0.085284, 51.509313], [-0.085612, 51.509332], [-0.085846, 51.509373]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4720, &quot;postcode&quot;: &quot;EC3R 6AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080331, 51.508073], [-0.080024, 51.508476], [-0.079093, 51.508255], [-0.079441, 51.507813], [-0.080331, 51.508073]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3595, &quot;postcode&quot;: &quot;EC3R 6AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079307, 51.508306], [-0.07921, 51.508305], [-0.079094, 51.508255], [-0.079139, 51.508264], [-0.079307, 51.508306]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC3R 6AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086421, 51.509524], [-0.08636, 51.509638], [-0.086323, 51.509659], [-0.086321, 51.509664], [-0.086295, 51.509708], [-0.086264, 51.509759], [-0.086273, 51.509721], [-0.086227, 51.509665], [-0.086086, 51.509638], [-0.086134, 51.509514], [-0.086421, 51.509524]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 322, &quot;postcode&quot;: &quot;EC3R 6AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080331, 51.508073], [-0.081316, 51.508347], [-0.081308, 51.508406], [-0.081048, 51.508748], [-0.080025, 51.508476], [-0.080331, 51.508073]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3668, &quot;postcode&quot;: &quot;EC3R 6AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079964, 51.508461], [-0.07995, 51.508471], [-0.079607, 51.508395], [-0.079586, 51.50837], [-0.079964, 51.508461]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 49, &quot;postcode&quot;: &quot;EC3R 6AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081377, 51.508329], [-0.081388, 51.50835], [-0.081536, 51.508366], [-0.08154, 51.508347], [-0.081584, 51.508351], [-0.081574, 51.508378], [-0.08137, 51.508356], [-0.081315, 51.508362], [-0.081316, 51.508347], [-0.08123, 51.508323], [-0.081219, 51.508306], [-0.081317, 51.508331], [-0.081318, 51.508321], [-0.081377, 51.508329]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 45, &quot;postcode&quot;: &quot;EC3R 6AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08594, 51.510275], [-0.085776, 51.510562], [-0.08574, 51.510541], [-0.085637, 51.51052], [-0.085569, 51.510533], [-0.085554, 51.510454], [-0.085517, 51.510426], [-0.0856, 51.510161], [-0.085923, 51.510257], [-0.08594, 51.510275]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 815, &quot;postcode&quot;: &quot;EC3R 6BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086261, 51.510068], [-0.086281, 51.510118], [-0.086376, 51.510144], [-0.086307, 51.510155], [-0.086254, 51.510146], [-0.086261, 51.510068]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC3R 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084494, 51.509199], [-0.084482, 51.50927], [-0.084408, 51.509273], [-0.084334, 51.509323], [-0.083947, 51.509269], [-0.083884, 51.509283], [-0.08358, 51.509772], [-0.083546, 51.509768], [-0.083636, 51.509622], [-0.083622, 51.509583], [-0.08352, 51.509553], [-0.083472, 51.509558], [-0.083439, 51.509583], [-0.083152, 51.509535], [-0.083167, 51.509458], [-0.083146, 51.50943], [-0.082973, 51.509407], [-0.082937, 51.509324], [-0.082878, 51.509296], [-0.082861, 51.509249], [-0.082782, 51.509216], [-0.082663, 51.50921], [-0.082761, 51.509115], [-0.082732, 51.509064], [-0.081738, 51.508931], [-0.081452, 51.508867], [-0.081298, 51.508848], [-0.082753, 51.509007], [-0.082804, 51.509029], [-0.083371, 51.509096], [-0.083602, 51.509112], [-0.083597, 51.50915], [-0.083561, 51.50918], [-0.083568, 51.50921], [-0.083604, 51.509231], [-0.083708, 51.509245], [-0.084238, 51.509263], [-0.084289, 51.509247], [-0.084343, 51.509188], [-0.084494, 51.509199]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3785, &quot;postcode&quot;: &quot;EC3R 6DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087098, 51.509298], [-0.087026, 51.509391], [-0.086992, 51.509484], [-0.086926, 51.509515], [-0.086668, 51.509477], [-0.086484, 51.509524], [-0.086192, 51.509515], [-0.086146, 51.509525], [-0.08612, 51.50955], [-0.086108, 51.509622], [-0.086147, 51.509645], [-0.086232, 51.509655], [-0.08625, 51.509689], [-0.086294, 51.509708], [-0.086218, 51.509835], [-0.086126, 51.509812], [-0.086051, 51.509838], [-0.085937, 51.509819], [-0.085891, 51.509845], [-0.085884, 51.509898], [-0.085838, 51.509959], [-0.085776, 51.509944], [-0.085708, 51.509955], [-0.085668, 51.509944], [-0.085846, 51.509373], [-0.085924, 51.509384], [-0.085975, 51.509369], [-0.086043, 51.509212], [-0.086154, 51.509211], [-0.086197, 51.50914], [-0.0864, 51.509172], [-0.086464, 51.509157], [-0.086563, 51.508908], [-0.086554, 51.508875], [-0.086515, 51.508856], [-0.086029, 51.508789], [-0.086046, 51.508734], [-0.087082, 51.508977], [-0.087095, 51.509018], [-0.087032, 51.509199], [-0.087098, 51.509298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5314, &quot;postcode&quot;: &quot;EC3R 6DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082509, 51.509205], [-0.081897, 51.509185], [-0.081852, 51.509193], [-0.081823, 51.509222], [-0.081834, 51.509261], [-0.081937, 51.509355], [-0.081592, 51.509581], [-0.081489, 51.509687], [-0.08144, 51.509702], [-0.0812, 51.509617], [-0.081352, 51.509464], [-0.081341, 51.509426], [-0.081284, 51.509404], [-0.081387, 51.509308], [-0.081399, 51.509199], [-0.081341, 51.509166], [-0.081254, 51.509164], [-0.081174, 51.50918], [-0.081117, 51.509165], [-0.081235, 51.508961], [-0.081201, 51.50893], [-0.081041, 51.508884], [-0.081072, 51.508867], [-0.081211, 51.508903], [-0.08126, 51.508902], [-0.081401, 51.508952], [-0.08174, 51.509025], [-0.082108, 51.509062], [-0.082509, 51.509205]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3178, &quot;postcode&quot;: &quot;EC3R 6DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080025, 51.508476], [-0.081305, 51.508821], [-0.081296, 51.508848], [-0.081452, 51.508867], [-0.081736, 51.508931], [-0.082761, 51.509064], [-0.083598, 51.50915], [-0.083602, 51.509112], [-0.083631, 51.509132], [-0.083971, 51.509159], [-0.083987, 51.509192], [-0.084316, 51.509219], [-0.084276, 51.509264], [-0.083714, 51.509245], [-0.083373, 51.509203], [-0.083368, 51.509219], [-0.083342, 51.509216], [-0.083349, 51.509197], [-0.081746, 51.509026], [-0.081044, 51.508859], [-0.081027, 51.508877], [-0.080942, 51.508811], [-0.080616, 51.508706], [-0.079195, 51.508369], [-0.079042, 51.508343], [-0.079086, 51.508272], [-0.080016, 51.508486], [-0.080025, 51.508476]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3328, &quot;postcode&quot;: &quot;EC3R 6DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084913, 51.508546], [-0.084773, 51.508705], [-0.084553, 51.508698], [-0.084494, 51.50872], [-0.084405, 51.509118], [-0.084316, 51.509219], [-0.084261, 51.509217], [-0.083988, 51.509192], [-0.083926, 51.509156], [-0.083631, 51.509132], [-0.083542, 51.509105], [-0.083649, 51.508637], [-0.08361, 51.508594], [-0.081636, 51.508356], [-0.083615, 51.50859], [-0.083679, 51.508418], [-0.084913, 51.508546]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5239, &quot;postcode&quot;: &quot;EC3R 6DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08366, 51.508599], [-0.083541, 51.509105], [-0.083406, 51.5091], [-0.082753, 51.509023], [-0.082709, 51.509002], [-0.082447, 51.508971], [-0.081296, 51.508848], [-0.081298, 51.508813], [-0.081261, 51.508786], [-0.081141, 51.508774], [-0.080681, 51.508648], [-0.080993, 51.508729], [-0.081047, 51.508725], [-0.081305, 51.508409], [-0.081311, 51.508354], [-0.081523, 51.508371], [-0.081586, 51.508347], [-0.08366, 51.508599]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9686, &quot;postcode&quot;: &quot;EC3R 6EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086575, 51.508865], [-0.086464, 51.509182], [-0.086262, 51.509151], [-0.086207, 51.509159], [-0.086164, 51.509229], [-0.086085, 51.509221], [-0.086035, 51.509243], [-0.085975, 51.509395], [-0.085612, 51.509332], [-0.085182, 51.509303], [-0.085225, 51.509264], [-0.085294, 51.508776], [-0.085245, 51.50875], [-0.084794, 51.508718], [-0.084779, 51.508698], [-0.084916, 51.508546], [-0.085575, 51.508624], [-0.086045, 51.508734], [-0.086046, 51.508772], [-0.086089, 51.508798], [-0.086575, 51.508865]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6064, &quot;postcode&quot;: &quot;EC3R 6HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0816, 51.511528], [-0.081537, 51.511658], [-0.081483, 51.511683], [-0.08146, 51.511542], [-0.081398, 51.51151], [-0.08134, 51.511523], [-0.081187, 51.511639], [-0.080655, 51.511622], [-0.080625, 51.511471], [-0.080582, 51.511443], [-0.08051, 51.511441], [-0.08051, 51.511375], [-0.081038, 51.511345], [-0.08108, 51.511333], [-0.081385, 51.511326], [-0.08143, 51.511311], [-0.081528, 51.511341], [-0.081585, 51.511336], [-0.081574, 51.511437], [-0.0816, 51.511528]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2010, &quot;postcode&quot;: &quot;EC3R 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080269, 51.511122], [-0.080214, 51.51109], [-0.080244, 51.510973], [-0.080329, 51.510916], [-0.080269, 51.511122]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 87, &quot;postcode&quot;: &quot;EC3R 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081808, 51.510246], [-0.081778, 51.51027], [-0.081748, 51.510346], [-0.081645, 51.510322], [-0.081583, 51.510336], [-0.081615, 51.510221], [-0.081611, 51.510156], [-0.081581, 51.510127], [-0.081657, 51.510152], [-0.081657, 51.510185], [-0.08169, 51.510208], [-0.081738, 51.510213], [-0.081788, 51.510197], [-0.081808, 51.510246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 200, &quot;postcode&quot;: &quot;EC3R 7AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080508, 51.510199], [-0.080542, 51.510081], [-0.080596, 51.510023], [-0.080534, 51.510254], [-0.080508, 51.510199]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 53, &quot;postcode&quot;: &quot;EC3R 7AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081748, 51.510346], [-0.081678, 51.510507], [-0.081647, 51.510521], [-0.081663, 51.510434], [-0.081626, 51.510402], [-0.081565, 51.510399], [-0.081583, 51.510336], [-0.081646, 51.510358], [-0.081748, 51.510346]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 100, &quot;postcode&quot;: &quot;EC3R 7BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081501, 51.5114], [-0.081453, 51.511064], [-0.081411, 51.511072], [-0.081421, 51.510876], [-0.081433, 51.510838], [-0.081464, 51.510825], [-0.081451, 51.510957], [-0.081474, 51.510723], [-0.081476, 51.510701], [-0.081565, 51.5104], [-0.081701, 51.510069], [-0.081799, 51.510103], [-0.081781, 51.510197], [-0.08167, 51.510414], [-0.081578, 51.510832], [-0.081592, 51.510839], [-0.081559, 51.511141], [-0.081585, 51.511336], [-0.081501, 51.5114]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1211, &quot;postcode&quot;: &quot;EC3R 7BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079805, 51.512004], [-0.079733, 51.511983], [-0.079714, 51.511878], [-0.079646, 51.511823], [-0.07968, 51.511801], [-0.079692, 51.51176], [-0.079754, 51.511833], [-0.079724, 51.511854], [-0.079721, 51.511884], [-0.079805, 51.512004]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 69, &quot;postcode&quot;: &quot;EC3R 7JP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079477, 51.511519], [-0.079303, 51.511536], [-0.079303, 51.511517], [-0.079169, 51.511517], [-0.079003, 51.511485], [-0.078957, 51.511181], [-0.079493, 51.511075], [-0.07949, 51.511328], [-0.079509, 51.511327], [-0.079474, 51.511341], [-0.079475, 51.511442], [-0.079491, 51.511442], [-0.079477, 51.511519]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1511, &quot;postcode&quot;: &quot;EC3R 7LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079491, 51.511574], [-0.079383, 51.511558], [-0.07938, 51.51153], [-0.079476, 51.511519], [-0.079491, 51.511574]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 32, &quot;postcode&quot;: &quot;EC3R 7LQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080423, 51.511976], [-0.08035, 51.512004], [-0.080292, 51.511925], [-0.080232, 51.511909], [-0.080062, 51.511665], [-0.080087, 51.511634], [-0.080075, 51.511603], [-0.0802, 51.511607], [-0.08028, 51.511727], [-0.080317, 51.511747], [-0.080311, 51.511775], [-0.080353, 51.511838], [-0.080338, 51.51188], [-0.080423, 51.511976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 410, &quot;postcode&quot;: &quot;EC3R 7LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079509, 51.511327], [-0.079491, 51.511345], [-0.079474, 51.511345], [-0.079509, 51.511327]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC3R 7NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080136, 51.510927], [-0.080083, 51.511105], [-0.080061, 51.511082], [-0.080016, 51.51107], [-0.079796, 51.511076], [-0.079745, 51.511097], [-0.079739, 51.51131], [-0.079665, 51.511338], [-0.079658, 51.511438], [-0.079475, 51.511438], [-0.07949, 51.511132], [-0.079468, 51.511104], [-0.079416, 51.511092], [-0.078135, 51.511329], [-0.077844, 51.511424], [-0.077646, 51.511519], [-0.077538, 51.511609], [-0.077471, 51.511696], [-0.07694, 51.512137], [-0.076934, 51.512175], [-0.077011, 51.512258], [-0.076963, 51.512276], [-0.076912, 51.512228], [-0.076852, 51.51222], [-0.076811, 51.512237], [-0.076746, 51.512303], [-0.076717, 51.51237], [-0.076715, 51.512909], [-0.076784, 51.513235], [-0.076738, 51.513253], [-0.076699, 51.513308], [-0.076628, 51.513314], [-0.076529, 51.512667], [-0.07659, 51.512332], [-0.076724, 51.51217], [-0.076931, 51.511993], [-0.077295, 51.511626], [-0.077299, 51.511562], [-0.077262, 51.51148], [-0.077404, 51.511414], [-0.07798, 51.51127], [-0.078024, 51.511271], [-0.078117, 51.511239], [-0.079179, 51.511044], [-0.079208, 51.511018], [-0.079208, 51.51098], [-0.079302, 51.510963], [-0.079335, 51.510936], [-0.079327, 51.510676], [-0.079623, 51.510674], [-0.079708, 51.510935], [-0.079742, 51.510962], [-0.07979, 51.510966], [-0.07989, 51.510947], [-0.079911, 51.510919], [-0.079905, 51.510858], [-0.07998, 51.510853], [-0.079991, 51.51091], [-0.080028, 51.510937], [-0.080094, 51.510941], [-0.080136, 51.510927]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6392, &quot;postcode&quot;: &quot;EC3R 7NB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080658, 51.509654], [-0.080453, 51.510405], [-0.080352, 51.510692], [-0.080381, 51.510734], [-0.080329, 51.510915], [-0.080271, 51.510935], [-0.080247, 51.510962], [-0.080157, 51.511343], [-0.080167, 51.511606], [-0.080113, 51.511646], [-0.08035, 51.512004], [-0.080314, 51.512063], [-0.080176, 51.511809], [-0.080012, 51.511614], [-0.080039, 51.511334], [-0.080151, 51.510859], [-0.080103, 51.510828], [-0.079946, 51.510822], [-0.079904, 51.510859], [-0.079917, 51.510951], [-0.07972, 51.510975], [-0.079624, 51.510674], [-0.079972, 51.510685], [-0.080154, 51.510709], [-0.080218, 51.510688], [-0.080314, 51.510471], [-0.080402, 51.510138], [-0.080436, 51.510105], [-0.080477, 51.509957], [-0.080464, 51.509926], [-0.080553, 51.509607], [-0.080658, 51.509654]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2971, &quot;postcode&quot;: &quot;EC3R 7ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080511, 51.510347], [-0.080465, 51.510528], [-0.080415, 51.51055], [-0.080353, 51.510658], [-0.080352, 51.510718], [-0.08028, 51.510697], [-0.080212, 51.510719], [-0.079978, 51.510685], [-0.079778, 51.510677], [-0.079799, 51.510615], [-0.079788, 51.510386], [-0.079745, 51.510358], [-0.079571, 51.510339], [-0.079647, 51.510061], [-0.080402, 51.510136], [-0.080351, 51.510327], [-0.080398, 51.510357], [-0.080511, 51.510347]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3245, &quot;postcode&quot;: &quot;EC3R 7NE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08027, 51.510664], [-0.08023, 51.510666], [-0.080265, 51.510565], [-0.080256, 51.510637], [-0.08027, 51.510664]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14, &quot;postcode&quot;: &quot;EC3R 7NL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080269, 51.511122], [-0.0802, 51.511363], [-0.080114, 51.511324], [-0.080039, 51.511351], [-0.080013, 51.511547], [-0.079947, 51.511512], [-0.079682, 51.51152], [-0.079653, 51.511544], [-0.079658, 51.511584], [-0.079631, 51.511616], [-0.079668, 51.511723], [-0.079579, 51.511746], [-0.079478, 51.511549], [-0.079475, 51.511439], [-0.079601, 51.511437], [-0.079653, 51.51141], [-0.07966, 51.51131], [-0.079711, 51.511299], [-0.079736, 51.511272], [-0.079734, 51.511078], [-0.08009, 51.511068], [-0.080088, 51.51111], [-0.080128, 51.511139], [-0.080189, 51.511138], [-0.080235, 51.511107], [-0.080269, 51.511122]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1819, &quot;postcode&quot;: &quot;EC3R 7NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081621, 51.510199], [-0.081477, 51.510698], [-0.081464, 51.510825], [-0.081429, 51.510852], [-0.081408, 51.510945], [-0.081431, 51.511325], [-0.081117, 51.511332], [-0.080571, 51.511373], [-0.080519, 51.511395], [-0.08051, 51.511441], [-0.080187, 51.511445], [-0.080118, 51.511387], [-0.08007, 51.511384], [-0.080027, 51.511403], [-0.080057, 51.511239], [-0.08005, 51.511307], [-0.080079, 51.511336], [-0.080146, 51.511342], [-0.080216, 51.511306], [-0.080251, 51.511174], [-0.080181, 51.511119], [-0.080289, 51.511053], [-0.080372, 51.510766], [-0.080349, 51.510728], [-0.080422, 51.510523], [-0.080476, 51.510487], [-0.080637, 51.509864], [-0.080755, 51.509828], [-0.08087, 51.509854], [-0.081584, 51.510121], [-0.081621, 51.510199]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12151, &quot;postcode&quot;: &quot;EC3R 7PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080621, 51.509925], [-0.080596, 51.510023], [-0.080542, 51.510081], [-0.080422, 51.51007], [-0.080462, 51.50993], [-0.080538, 51.50994], [-0.080621, 51.509925]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 166, &quot;postcode&quot;: &quot;EC3R 7QH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080681, 51.50985], [-0.080637, 51.509875], [-0.080621, 51.509925], [-0.080573, 51.509921], [-0.080605, 51.509847], [-0.080591, 51.509817], [-0.080618, 51.5098], [-0.080654, 51.509799], [-0.080681, 51.50985]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 50, &quot;postcode&quot;: &quot;EC3R 7QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080534, 51.510254], [-0.080511, 51.510347], [-0.080407, 51.510325], [-0.080336, 51.510348], [-0.080389, 51.51018], [-0.080375, 51.510147], [-0.080328, 51.510129], [-0.079861, 51.510082], [-0.079891, 51.509973], [-0.080435, 51.510026], [-0.080425, 51.510167], [-0.080459, 51.510194], [-0.080508, 51.510199], [-0.080534, 51.510254]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 686, &quot;postcode&quot;: &quot;EC3R 7QR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085582, 51.510508], [-0.085562, 51.510546], [-0.085482, 51.510539], [-0.085517, 51.510426], [-0.085566, 51.510429], [-0.085556, 51.510478], [-0.085582, 51.510508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 58, &quot;postcode&quot;: &quot;EC3R 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083196, 51.509381], [-0.083154, 51.509526], [-0.082806, 51.509519], [-0.082759, 51.509537], [-0.082744, 51.509569], [-0.082669, 51.509527], [-0.082424, 51.509492], [-0.08237, 51.509465], [-0.082311, 51.509475], [-0.082259, 51.509522], [-0.081869, 51.509403], [-0.081922, 51.509346], [-0.082058, 51.509413], [-0.082217, 51.509455], [-0.082267, 51.509454], [-0.082591, 51.509269], [-0.082609, 51.509236], [-0.082589, 51.509208], [-0.082814, 51.509215], [-0.082857, 51.509244], [-0.082959, 51.509251], [-0.082948, 51.509329], [-0.082999, 51.509375], [-0.083044, 51.509387], [-0.083106, 51.509368], [-0.083196, 51.509381]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1598, &quot;postcode&quot;: &quot;EC3R 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084076, 51.510259], [-0.084074, 51.510236], [-0.084195, 51.510252], [-0.084179, 51.510283], [-0.084257, 51.510298], [-0.084224, 51.510384], [-0.084147, 51.510379], [-0.084144, 51.510366], [-0.08401, 51.510366], [-0.083989, 51.510293], [-0.084049, 51.510288], [-0.084046, 51.510259], [-0.084076, 51.510259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 200, &quot;postcode&quot;: &quot;EC3R 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085605, 51.510431], [-0.085406, 51.51042], [-0.085389, 51.51019], [-0.085444, 51.510041], [-0.085478, 51.510033], [-0.085597, 51.510086], [-0.085578, 51.510128], [-0.0856, 51.510161], [-0.085531, 51.510386], [-0.085552, 51.510418], [-0.085605, 51.510431]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 478, &quot;postcode&quot;: &quot;EC3R 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086094, 51.510063], [-0.08594, 51.510275], [-0.0859, 51.51025], [-0.085559, 51.510149], [-0.085593, 51.51013], [-0.085598, 51.510092], [-0.085629, 51.510066], [-0.085664, 51.509956], [-0.086001, 51.51005], [-0.086094, 51.510063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 704, &quot;postcode&quot;: &quot;EC3R 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086218, 51.509835], [-0.086094, 51.510063], [-0.086013, 51.510053], [-0.085717, 51.509971], [-0.085652, 51.509999], [-0.0856, 51.510161], [-0.085552, 51.510147], [-0.085585, 51.510099], [-0.085561, 51.510064], [-0.085495, 51.510048], [-0.085437, 51.51007], [-0.085357, 51.510227], [-0.085374, 51.510706], [-0.085321, 51.510709], [-0.085296, 51.510384], [-0.085265, 51.510317], [-0.085321, 51.510067], [-0.085298, 51.510035], [-0.085241, 51.51002], [-0.085294, 51.509976], [-0.08534, 51.509974], [-0.085375, 51.509954], [-0.08542, 51.509862], [-0.085461, 51.50984], [-0.085643, 51.509586], [-0.085774, 51.509602], [-0.085686, 51.509885], [-0.085718, 51.509927], [-0.085792, 51.50994], [-0.085841, 51.509926], [-0.08591, 51.509799], [-0.08601, 51.509823], [-0.086077, 51.509796], [-0.086218, 51.509835]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1883, &quot;postcode&quot;: &quot;EC3R 8AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086955, 51.509813], [-0.086902, 51.509959], [-0.086848, 51.509985], [-0.086753, 51.510199], [-0.086657, 51.510212], [-0.08662, 51.510232], [-0.086307, 51.510155], [-0.08625, 51.51009], [-0.086508, 51.509606], [-0.08648, 51.509525], [-0.086645, 51.50968], [-0.086925, 51.509739], [-0.08692, 51.509784], [-0.086955, 51.509813]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2151, &quot;postcode&quot;: &quot;EC3R 8BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085029, 51.510063], [-0.084916, 51.5101], [-0.084783, 51.510091], [-0.084723, 51.510078], [-0.084675, 51.510041], [-0.084309, 51.509978], [-0.084326, 51.509937], [-0.084363, 51.509912], [-0.08441, 51.509804], [-0.084479, 51.509783], [-0.084529, 51.509692], [-0.084653, 51.509699], [-0.084728, 51.509722], [-0.084793, 51.50971], [-0.084852, 51.509671], [-0.084856, 51.509625], [-0.084766, 51.509571], [-0.084904, 51.509643], [-0.084862, 51.509693], [-0.084858, 51.509771], [-0.084947, 51.509827], [-0.084926, 51.509909], [-0.085029, 51.510063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1436, &quot;postcode&quot;: &quot;EC3R 8BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084541, 51.509332], [-0.084474, 51.50944], [-0.084355, 51.509427], [-0.084303, 51.509446], [-0.084277, 51.509509], [-0.084317, 51.50956], [-0.084256, 51.509591], [-0.084237, 51.509622], [-0.084022, 51.509591], [-0.084055, 51.509438], [-0.084026, 51.509401], [-0.083931, 51.509392], [-0.083867, 51.509446], [-0.083919, 51.509356], [-0.083878, 51.509277], [-0.083888, 51.509252], [-0.084206, 51.509306], [-0.084369, 51.509282], [-0.084413, 51.509322], [-0.084541, 51.509332]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 948, &quot;postcode&quot;: &quot;EC3R 8BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084783, 51.510092], [-0.0847, 51.510133], [-0.084644, 51.510126], [-0.084597, 51.510147], [-0.084238, 51.510079], [-0.084292, 51.510015], [-0.084357, 51.510022], [-0.084406, 51.509996], [-0.084654, 51.510039], [-0.084686, 51.510071], [-0.084783, 51.510092]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 350, &quot;postcode&quot;: &quot;EC3R 8DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085277, 51.510266], [-0.085273, 51.510353], [-0.084931, 51.510335], [-0.084679, 51.510305], [-0.084624, 51.510317], [-0.084597, 51.510296], [-0.084819, 51.510219], [-0.084916, 51.5101], [-0.085029, 51.510063], [-0.085115, 51.510077], [-0.085277, 51.510266]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 835, &quot;postcode&quot;: &quot;EC3R 8DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084625, 51.510298], [-0.084596, 51.510382], [-0.0845, 51.510383], [-0.084456, 51.510439], [-0.08448, 51.510377], [-0.084468, 51.510348], [-0.084303, 51.510307], [-0.08434, 51.510227], [-0.084415, 51.510239], [-0.084467, 51.510225], [-0.084547, 51.510241], [-0.084562, 51.510272], [-0.084625, 51.510298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 245, &quot;postcode&quot;: &quot;EC3R 8DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084154, 51.510089], [-0.084229, 51.510092], [-0.084238, 51.510079], [-0.084597, 51.510147], [-0.084767, 51.50982], [-0.084848, 51.509616], [-0.084904, 51.509643], [-0.08465, 51.510248], [-0.0847, 51.510133], [-0.084783, 51.510092], [-0.084916, 51.5101], [-0.084831, 51.510214], [-0.084703, 51.510267], [-0.084896, 51.510295], [-0.084889, 51.510311], [-0.084632, 51.510276], [-0.084597, 51.510296], [-0.084639, 51.5103], [-0.084615, 51.510313], [-0.084494, 51.510601], [-0.08454, 51.51063], [-0.084383, 51.510616], [-0.084547, 51.510241], [-0.084467, 51.510225], [-0.084454, 51.51025], [-0.08434, 51.510227], [-0.084303, 51.510307], [-0.084179, 51.510283], [-0.084195, 51.510252], [-0.084022, 51.510228], [-0.08403, 51.510211], [-0.08396, 51.510214], [-0.084045, 51.510096], [-0.084141, 51.510117], [-0.084154, 51.510089]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1578, &quot;postcode&quot;: &quot;EC3R 8DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084154, 51.510089], [-0.084118, 51.510157], [-0.084065, 51.510197], [-0.084076, 51.510259], [-0.084049, 51.510288], [-0.083983, 51.510293], [-0.08396, 51.510214], [-0.084009, 51.510209], [-0.084043, 51.510188], [-0.084073, 51.510136], [-0.084045, 51.510096], [-0.084056, 51.510083], [-0.08409, 51.510072], [-0.084154, 51.510089]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 121, &quot;postcode&quot;: &quot;EC3R 8DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082776, 51.510254], [-0.082826, 51.510123], [-0.08324, 51.510182], [-0.083208, 51.510266], [-0.08325, 51.510274], [-0.083236, 51.510302], [-0.08316, 51.510286], [-0.083143, 51.510324], [-0.082776, 51.510254]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 469, &quot;postcode&quot;: &quot;EC3R 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084468, 51.509814], [-0.084408, 51.509833], [-0.084366, 51.509909], [-0.084364, 51.509965], [-0.084405, 51.509996], [-0.084381, 51.510036], [-0.084291, 51.510032], [-0.084229, 51.510092], [-0.08409, 51.510072], [-0.084083, 51.510049], [-0.084193, 51.509904], [-0.08426, 51.509763], [-0.084393, 51.509778], [-0.084418, 51.509802], [-0.084468, 51.509814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 472, &quot;postcode&quot;: &quot;EC3R 8DW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082826, 51.510123], [-0.082904, 51.509693], [-0.083502, 51.5098], [-0.0833, 51.510282], [-0.083208, 51.510266], [-0.08324, 51.510182], [-0.082826, 51.510123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1921, &quot;postcode&quot;: &quot;EC3R 8DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084875, 51.509491], [-0.084673, 51.509476], [-0.08465, 51.509511], [-0.084848, 51.509616], [-0.084797, 51.509743], [-0.084753, 51.509718], [-0.084724, 51.509736], [-0.084653, 51.509699], [-0.084637, 51.509708], [-0.084538, 51.509689], [-0.084468, 51.509814], [-0.084385, 51.5098], [-0.084393, 51.509778], [-0.084248, 51.50976], [-0.084341, 51.509424], [-0.084474, 51.50944], [-0.084554, 51.509333], [-0.084901, 51.509472], [-0.084875, 51.509491]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1299, &quot;postcode&quot;: &quot;EC3R 8DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08424, 51.509614], [-0.084308, 51.50942], [-0.084341, 51.509424], [-0.084233, 51.509838], [-0.084083, 51.510049], [-0.08409, 51.510072], [-0.084056, 51.510082], [-0.083958, 51.510204], [-0.08401, 51.510366], [-0.084013, 51.510546], [-0.083941, 51.510551], [-0.083944, 51.510386], [-0.083907, 51.510228], [-0.083847, 51.510223], [-0.083819, 51.510307], [-0.083527, 51.510268], [-0.083568, 51.510167], [-0.083498, 51.510155], [-0.083569, 51.509981], [-0.083714, 51.510005], [-0.083736, 51.509959], [-0.083858, 51.510008], [-0.083932, 51.509918], [-0.083876, 51.509905], [-0.083916, 51.509818], [-0.083934, 51.509798], [-0.083981, 51.509792], [-0.084063, 51.5096], [-0.08424, 51.509614]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2089, &quot;postcode&quot;: &quot;EC3R 8EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084063, 51.5096], [-0.083981, 51.509792], [-0.083941, 51.509804], [-0.083906, 51.509839], [-0.083893, 51.509886], [-0.083932, 51.509918], [-0.083858, 51.510008], [-0.083777, 51.509983], [-0.083714, 51.510005], [-0.083602, 51.509992], [-0.083554, 51.510015], [-0.083304, 51.510626], [-0.083219, 51.510617], [-0.083196, 51.510567], [-0.083208, 51.510537], [-0.083262, 51.510508], [-0.083278, 51.51046], [-0.083253, 51.510427], [-0.083265, 51.5104], [-0.083314, 51.510375], [-0.08334, 51.510312], [-0.083318, 51.510238], [-0.0835, 51.509827], [-0.083495, 51.509782], [-0.083446, 51.509749], [-0.082819, 51.509643], [-0.082834, 51.509519], [-0.083154, 51.509526], [-0.08339, 51.509574], [-0.083436, 51.509565], [-0.083466, 51.509538], [-0.083635, 51.50958], [-0.083683, 51.509579], [-0.083722, 51.509554], [-0.083878, 51.509277], [-0.083948, 51.509378], [-0.084061, 51.509404], [-0.08403, 51.509564], [-0.084063, 51.5096]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3438, &quot;postcode&quot;: &quot;EC3R 8EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082758, 51.509229], [-0.082723, 51.509282], [-0.082555, 51.509287], [-0.08247, 51.509328], [-0.082344, 51.509412], [-0.082336, 51.50945], [-0.082293, 51.50949], [-0.082262, 51.509466], [-0.08198, 51.509381], [-0.081838, 51.509267], [-0.081817, 51.509209], [-0.08185, 51.509183], [-0.082586, 51.509208], [-0.082758, 51.509229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1187, &quot;postcode&quot;: &quot;EC3R 8HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082889, 51.509246], [-0.082819, 51.509643], [-0.082758, 51.509644], [-0.082733, 51.509618], [-0.08276, 51.50949], [-0.082735, 51.509454], [-0.082586, 51.509439], [-0.082491, 51.509458], [-0.082354, 51.509544], [-0.082206, 51.509713], [-0.082213, 51.509758], [-0.082282, 51.50978], [-0.082175, 51.509779], [-0.082132, 51.509795], [-0.081923, 51.510044], [-0.081829, 51.510011], [-0.082033, 51.509767], [-0.082017, 51.509723], [-0.081927, 51.509694], [-0.082055, 51.509541], [-0.082021, 51.509505], [-0.081796, 51.509441], [-0.081862, 51.509397], [-0.081917, 51.509383], [-0.081937, 51.509355], [-0.081981, 51.509382], [-0.081968, 51.509415], [-0.081995, 51.509445], [-0.082251, 51.509509], [-0.082446, 51.509369], [-0.082605, 51.509374], [-0.082703, 51.509361], [-0.08276, 51.509325], [-0.082793, 51.509233], [-0.082889, 51.509246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1516, &quot;postcode&quot;: &quot;EC3R 8HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085178, 51.50938], [-0.085743, 51.509439], [-0.085681, 51.509549], [-0.085767, 51.50941], [-0.085809, 51.509422], [-0.085797, 51.509446], [-0.085822, 51.509451], [-0.085774, 51.509602], [-0.085695, 51.509611], [-0.085708, 51.509593], [-0.085643, 51.509586], [-0.085453, 51.509852], [-0.08542, 51.509862], [-0.085446, 51.509855], [-0.085347, 51.510014], [-0.085294, 51.509976], [-0.085241, 51.51002], [-0.085115, 51.510077], [-0.085029, 51.510063], [-0.084922, 51.509905], [-0.084948, 51.509827], [-0.084886, 51.5098], [-0.084835, 51.509813], [-0.084904, 51.509643], [-0.084662, 51.509526], [-0.084657, 51.509487], [-0.084705, 51.509471], [-0.085028, 51.50951], [-0.08502, 51.509476], [-0.085178, 51.50938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3296, &quot;postcode&quot;: &quot;EC3R 8LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08384, 51.512482], [-0.084336, 51.512612], [-0.084496, 51.512641], [-0.084363, 51.512844], [-0.084201, 51.512807], [-0.08396, 51.51278], [-0.08384, 51.512482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 992, &quot;postcode&quot;: &quot;EC3V 0AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084423, 51.51255], [-0.084423, 51.51257], [-0.084413, 51.512568], [-0.084423, 51.51255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC3V 0AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084088, 51.513356], [-0.083962, 51.513438], [-0.083868, 51.513394], [-0.083842, 51.513363], [-0.083783, 51.513353], [-0.084088, 51.513356]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 92, &quot;postcode&quot;: &quot;EC3V 0AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08414, 51.512252], [-0.084159, 51.512188], [-0.084173, 51.51217], [-0.084207, 51.512178], [-0.084229, 51.512137], [-0.084429, 51.51219], [-0.0844, 51.51224], [-0.084568, 51.512277], [-0.0846, 51.512226], [-0.084644, 51.512233], [-0.084646, 51.512249], [-0.08466, 51.512236], [-0.084761, 51.512253], [-0.084775, 51.512231], [-0.084832, 51.512238], [-0.084622, 51.512486], [-0.084343, 51.512409], [-0.084321, 51.512441], [-0.084274, 51.512428], [-0.084232, 51.512488], [-0.084032, 51.51244], [-0.084121, 51.512337], [-0.084163, 51.512258], [-0.08414, 51.512252]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1181, &quot;postcode&quot;: &quot;EC3V 0AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08447, 51.51302], [-0.084629, 51.512822], [-0.085273, 51.512921], [-0.08523, 51.513011], [-0.085231, 51.513075], [-0.085004, 51.513081], [-0.08447, 51.51302]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1064, &quot;postcode&quot;: &quot;EC3V 0AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08464, 51.51246], [-0.084643, 51.512462], [-0.084623, 51.512485], [-0.08464, 51.51246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3V 0AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086255, 51.51229], [-0.086006, 51.512598], [-0.085961, 51.512616], [-0.085866, 51.512616], [-0.08582, 51.512643], [-0.085779, 51.512746], [-0.085788, 51.512803], [-0.085521, 51.512727], [-0.085451, 51.512738], [-0.085324, 51.512709], [-0.085228, 51.512647], [-0.084843, 51.512552], [-0.085251, 51.511996], [-0.08535, 51.512041], [-0.085832, 51.512123], [-0.086255, 51.51229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5010, &quot;postcode&quot;: &quot;EC3V 0BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085376, 51.512711], [-0.085339, 51.512751], [-0.085355, 51.512823], [-0.085316, 51.512912], [-0.085273, 51.512921], [-0.084629, 51.512822], [-0.084842, 51.512552], [-0.085274, 51.512657], [-0.085298, 51.512685], [-0.085376, 51.512711]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1322, &quot;postcode&quot;: &quot;EC3V 0BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085041, 51.510942], [-0.085108, 51.510998], [-0.084969, 51.511025], [-0.084974, 51.511034], [-0.084891, 51.511041], [-0.084884, 51.511065], [-0.084892, 51.511101], [-0.085023, 51.511121], [-0.085033, 51.511138], [-0.08489, 51.511111], [-0.084878, 51.511136], [-0.084721, 51.511107], [-0.084735, 51.511071], [-0.084583, 51.511101], [-0.084582, 51.511077], [-0.084636, 51.511086], [-0.084675, 51.511032], [-0.084746, 51.511045], [-0.084763, 51.511002], [-0.08484, 51.511011], [-0.084898, 51.510937], [-0.085041, 51.510942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 325, &quot;postcode&quot;: &quot;EC3V 0BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086372, 51.511314], [-0.0863, 51.511399], [-0.086301, 51.511434], [-0.08625, 51.511519], [-0.086182, 51.511545], [-0.086184, 51.511592], [-0.086044, 51.511814], [-0.085983, 51.511806], [-0.085935, 51.511826], [-0.085827, 51.512034], [-0.085358, 51.51194], [-0.085284, 51.511958], [-0.084456, 51.513037], [-0.08438, 51.513154], [-0.08429, 51.513372], [-0.084241, 51.513355], [-0.084145, 51.513358], [-0.084293, 51.513015], [-0.084327, 51.512984], [-0.084301, 51.512929], [-0.084317, 51.512891], [-0.084357, 51.512868], [-0.084544, 51.512576], [-0.084858, 51.512202], [-0.084858, 51.512171], [-0.084828, 51.512149], [-0.084861, 51.512095], [-0.084904, 51.512083], [-0.084926, 51.512056], [-0.084889, 51.512011], [-0.084901, 51.511955], [-0.084921, 51.511929], [-0.084982, 51.511946], [-0.085029, 51.511941], [-0.085084, 51.511894], [-0.085166, 51.511888], [-0.085206, 51.511848], [-0.085233, 51.511796], [-0.085212, 51.511759], [-0.085254, 51.511528], [-0.085379, 51.511462], [-0.085648, 51.510887], [-0.085623, 51.510839], [-0.085655, 51.510787], [-0.085718, 51.510791], [-0.086067, 51.510898], [-0.085882, 51.510857], [-0.085812, 51.510876], [-0.085776, 51.511029], [-0.085786, 51.511083], [-0.085825, 51.511108], [-0.085886, 51.511106], [-0.086089, 51.511016], [-0.086264, 51.510964], [-0.086276, 51.510988], [-0.086239, 51.511063], [-0.086173, 51.511073], [-0.086142, 51.511115], [-0.08615, 51.511145], [-0.08619, 51.511166], [-0.086175, 51.51124], [-0.086208, 51.511268], [-0.086372, 51.511314]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8784, &quot;postcode&quot;: &quot;EC3V 0BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084728, 51.51305], [-0.084582, 51.513046], [-0.084552, 51.513074], [-0.084533, 51.513167], [-0.084416, 51.513158], [-0.084364, 51.513188], [-0.084458, 51.513035], [-0.084728, 51.51305]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 124, &quot;postcode&quot;: &quot;EC3V 0DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084287, 51.512996], [-0.084145, 51.513358], [-0.084088, 51.513356], [-0.084155, 51.513311], [-0.084166, 51.513285], [-0.084039, 51.512973], [-0.084234, 51.513004], [-0.084287, 51.512996]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 312, &quot;postcode&quot;: &quot;EC3V 0DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084611, 51.512845], [-0.084614, 51.51284], [-0.084629, 51.512822], [-0.084611, 51.512845]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3V 0DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085314, 51.511166], [-0.085283, 51.511161], [-0.085357, 51.511174], [-0.085398, 51.511148], [-0.085499, 51.511167], [-0.085333, 51.51139], [-0.085103, 51.51135], [-0.085117, 51.51132], [-0.08505, 51.511307], [-0.085041, 51.511327], [-0.084748, 51.511274], [-0.084707, 51.511363], [-0.084428, 51.511309], [-0.084476, 51.511226], [-0.084434, 51.511219], [-0.084479, 51.511128], [-0.084546, 51.511142], [-0.084567, 51.511104], [-0.084735, 51.511071], [-0.084721, 51.511107], [-0.084878, 51.511136], [-0.08489, 51.511111], [-0.085186, 51.511167], [-0.085074, 51.511146], [-0.085117, 51.511135], [-0.085211, 51.511149], [-0.085216, 51.511132], [-0.085305, 51.511144], [-0.085314, 51.511166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1555, &quot;postcode&quot;: &quot;EC3V 0EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085594, 51.511005], [-0.085521, 51.511171], [-0.085478, 51.511189], [-0.085464, 51.511214], [-0.085439, 51.511247], [-0.085452, 51.511205], [-0.085413, 51.511175], [-0.085316, 51.511167], [-0.085257, 51.511142], [-0.085074, 51.511146], [-0.084892, 51.511101], [-0.084891, 51.511041], [-0.085347, 51.510951], [-0.085594, 51.511005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 830, &quot;postcode&quot;: &quot;EC3V 0EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086296, 51.510948], [-0.086276, 51.510988], [-0.086214, 51.51098], [-0.086087, 51.511016], [-0.085883, 51.511109], [-0.085755, 51.511187], [-0.085785, 51.511111], [-0.085776, 51.511029], [-0.08581, 51.51084], [-0.086296, 51.510948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 609, &quot;postcode&quot;: &quot;EC3V 0EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085521, 51.511171], [-0.085374, 51.511476], [-0.085256, 51.511536], [-0.085227, 51.511744], [-0.085106, 51.511871], [-0.08492, 51.511847], [-0.084929, 51.511805], [-0.08489, 51.511776], [-0.084573, 51.511715], [-0.084748, 51.511274], [-0.08499, 51.511317], [-0.08505, 51.511307], [-0.085116, 51.511319], [-0.085157, 51.511358], [-0.08531, 51.51138], [-0.085358, 51.511356], [-0.085499, 51.511167], [-0.085521, 51.511171]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2426, &quot;postcode&quot;: &quot;EC3V 0HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084891, 51.512006], [-0.08494, 51.512027], [-0.084957, 51.51201], [-0.084998, 51.512012], [-0.084941, 51.512114], [-0.084861, 51.512095], [-0.084891, 51.512006]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 65, &quot;postcode&quot;: &quot;EC3V 0XL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083574, 51.512113], [-0.083614, 51.512141], [-0.083721, 51.512197], [-0.083634, 51.512166], [-0.083574, 51.512113]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC3V 1AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083296, 51.513371], [-0.083311, 51.513256], [-0.083062, 51.513224], [-0.083059, 51.513151], [-0.082935, 51.513146], [-0.083057, 51.512826], [-0.083417, 51.512887], [-0.083424, 51.51287], [-0.083544, 51.512888], [-0.083536, 51.512909], [-0.083627, 51.512924], [-0.083635, 51.512906], [-0.084039, 51.512972], [-0.084172, 51.513295], [-0.084088, 51.513356], [-0.083477, 51.513351], [-0.083296, 51.513371]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3607, &quot;postcode&quot;: &quot;EC3V 1LE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083591, 51.513352], [-0.083392, 51.51336], [-0.083116, 51.513394], [-0.082219, 51.513421], [-0.082903, 51.51339], [-0.082936, 51.513355], [-0.082935, 51.513146], [-0.083059, 51.513151], [-0.083064, 51.513201], [-0.0831, 51.513227], [-0.083311, 51.513256], [-0.083306, 51.513326], [-0.083342, 51.513356], [-0.083591, 51.513352]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 580, &quot;postcode&quot;: &quot;EC3V 1LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084147, 51.51299], [-0.083684, 51.512915], [-0.083625, 51.512924], [-0.083536, 51.512909], [-0.083484, 51.512879], [-0.083417, 51.512887], [-0.083057, 51.512826], [-0.083091, 51.512742], [-0.083067, 51.512705], [-0.082835, 51.512651], [-0.082607, 51.512567], [-0.082659, 51.512517], [-0.082776, 51.512562], [-0.082831, 51.512564], [-0.083007, 51.512489], [-0.083838, 51.512483], [-0.083831, 51.512547], [-0.083878, 51.51258], [-0.084031, 51.512951], [-0.084067, 51.512976], [-0.084147, 51.51299]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3121, &quot;postcode&quot;: &quot;EC3V 1LR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084894, 51.51204], [-0.084761, 51.512253], [-0.084637, 51.512241], [-0.084287, 51.512153], [-0.084239, 51.512157], [-0.084172, 51.512188], [-0.084144, 51.512218], [-0.084163, 51.512258], [-0.084121, 51.512336], [-0.083989, 51.512521], [-0.083899, 51.512522], [-0.083873, 51.512548], [-0.083877, 51.512579], [-0.08382, 51.51257], [-0.083825, 51.512514], [-0.08377, 51.512484], [-0.083004, 51.512489], [-0.082879, 51.512271], [-0.082955, 51.512257], [-0.083036, 51.512312], [-0.083124, 51.512355], [-0.083181, 51.512358], [-0.083231, 51.512397], [-0.083529, 51.512423], [-0.083575, 51.512414], [-0.083603, 51.512384], [-0.083594, 51.512338], [-0.083476, 51.51215], [-0.083716, 51.512004], [-0.083736, 51.511944], [-0.083821, 51.511872], [-0.083884, 51.511763], [-0.084, 51.511726], [-0.084158, 51.511751], [-0.084217, 51.511785], [-0.084826, 51.511886], [-0.084897, 51.511944], [-0.084894, 51.51204]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5408, &quot;postcode&quot;: &quot;EC3V 1LT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083989, 51.512521], [-0.084032, 51.51244], [-0.084232, 51.512488], [-0.084274, 51.512428], [-0.084321, 51.512441], [-0.084343, 51.512409], [-0.084622, 51.512486], [-0.084496, 51.512641], [-0.083989, 51.512521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 625, &quot;postcode&quot;: &quot;EC3V 1LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08466, 51.512236], [-0.084568, 51.512277], [-0.0844, 51.51224], [-0.084407, 51.512193], [-0.08466, 51.512236]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 85, &quot;postcode&quot;: &quot;EC3V 1LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083439, 51.513011], [-0.083439, 51.513011], [-0.083439, 51.513011], [-0.083439, 51.513011]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3V 1PJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087959, 51.513506], [-0.087921, 51.513431], [-0.08776, 51.513391], [-0.08788, 51.513389], [-0.087949, 51.513405], [-0.087959, 51.513506]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 38, &quot;postcode&quot;: &quot;EC3V 3DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086472, 51.513694], [-0.086478, 51.513738], [-0.086506, 51.513737], [-0.086511, 51.513753], [-0.086463, 51.513753], [-0.086447, 51.513694], [-0.086472, 51.513694]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13, &quot;postcode&quot;: &quot;EC3V 3LF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086575, 51.513454], [-0.08656, 51.51343], [-0.086636, 51.513433], [-0.086596, 51.513443], [-0.086575, 51.513454]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;EC3V 3LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088458, 51.513674], [-0.088073, 51.51377], [-0.088034, 51.513796], [-0.087463, 51.513968], [-0.08743, 51.51393], [-0.087437, 51.51388], [-0.087372, 51.513857], [-0.087206, 51.513869], [-0.086819, 51.513947], [-0.086685, 51.513956], [-0.08656, 51.513486], [-0.086622, 51.513437], [-0.08776, 51.513391], [-0.087862, 51.513416], [-0.087929, 51.513412], [-0.087988, 51.513589], [-0.08802, 51.513611], [-0.088066, 51.513616], [-0.088103, 51.513699], [-0.088133, 51.513722], [-0.088187, 51.513727], [-0.088357, 51.513681], [-0.088458, 51.513674]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5257, &quot;postcode&quot;: &quot;EC3V 3LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08667, 51.513426], [-0.086637, 51.513433], [-0.086617, 51.513428], [-0.086619, 51.513428], [-0.08667, 51.513426]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC3V 3LR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086305, 51.51356], [-0.086305, 51.513626], [-0.086254, 51.513886], [-0.086216, 51.513866], [-0.086169, 51.513865], [-0.086117, 51.513723], [-0.086034, 51.513692], [-0.086088, 51.513544], [-0.086305, 51.51356]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 447, &quot;postcode&quot;: &quot;EC3V 3LT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08628, 51.514109], [-0.086278, 51.51414], [-0.085827, 51.514108], [-0.085592, 51.514117], [-0.085566, 51.514038], [-0.085629, 51.513972], [-0.085754, 51.513989], [-0.085789, 51.513969], [-0.085809, 51.513923], [-0.085711, 51.513822], [-0.085488, 51.513759], [-0.08551, 51.513737], [-0.085624, 51.513746], [-0.085668, 51.513736], [-0.085751, 51.51362], [-0.085816, 51.513609], [-0.08584, 51.51357], [-0.085951, 51.513548], [-0.085993, 51.513492], [-0.086045, 51.513496], [-0.085988, 51.513649], [-0.086038, 51.513693], [-0.085933, 51.513844], [-0.085839, 51.514043], [-0.085909, 51.514075], [-0.086215, 51.514039], [-0.086226, 51.514078], [-0.08628, 51.514109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1247, &quot;postcode&quot;: &quot;EC3V 3NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084859, 51.51348], [-0.085416, 51.513435], [-0.085438, 51.51368], [-0.085203, 51.513695], [-0.085206, 51.513727], [-0.084934, 51.513815], [-0.08479, 51.513749], [-0.084758, 51.513714], [-0.084785, 51.513713], [-0.084661, 51.513713], [-0.084661, 51.513725], [-0.08456, 51.51371], [-0.08457, 51.513481], [-0.084859, 51.51348]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1813, &quot;postcode&quot;: &quot;EC3V 3NB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089108, 51.513434], [-0.088751, 51.513427], [-0.088151, 51.513611], [-0.088009, 51.513423], [-0.087872, 51.51339], [-0.086601, 51.513447], [-0.086549, 51.513431], [-0.086169, 51.513429], [-0.086115, 51.513461], [-0.086038, 51.513692], [-0.085995, 51.513695], [-0.085959, 51.513715], [-0.085803, 51.51395], [-0.086014, 51.513585], [-0.086051, 51.513476], [-0.086012, 51.513435], [-0.085446, 51.513434], [-0.084672, 51.513486], [-0.084253, 51.513467], [-0.084298, 51.513352], [-0.085663, 51.513318], [-0.085702, 51.513287], [-0.085743, 51.513036], [-0.085947, 51.513069], [-0.085939, 51.513114], [-0.08597, 51.513145], [-0.085981, 51.513199], [-0.085974, 51.513271], [-0.086015, 51.513303], [-0.086206, 51.513295], [-0.086293, 51.513137], [-0.08639, 51.513153], [-0.08645, 51.51312], [-0.086528, 51.513137], [-0.086527, 51.51327], [-0.086568, 51.513288], [-0.086634, 51.513285], [-0.086679, 51.513254], [-0.086707, 51.513127], [-0.086804, 51.512945], [-0.086877, 51.512946], [-0.086917, 51.512914], [-0.086963, 51.512928], [-0.087011, 51.51297], [-0.087071, 51.512975], [-0.087116, 51.512954], [-0.087236, 51.512984], [-0.087245, 51.513013], [-0.087282, 51.513032], [-0.087337, 51.513037], [-0.087377, 51.513022], [-0.087419, 51.512948], [-0.087416, 51.512916], [-0.087265, 51.51286], [-0.087338, 51.512747], [-0.088082, 51.512962], [-0.088137, 51.512964], [-0.088597, 51.513161], [-0.088641, 51.513211], [-0.088631, 51.51327], [-0.088663, 51.513303], [-0.089074, 51.513329], [-0.089108, 51.513434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11084, &quot;postcode&quot;: &quot;EC3V 3ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086715, 51.513111], [-0.086707, 51.513128], [-0.086681, 51.513123], [-0.086686, 51.513114], [-0.086715, 51.513111]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3, &quot;postcode&quot;: &quot;EC3V 3NF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086217, 51.51316], [-0.086174, 51.513268], [-0.086195, 51.513302], [-0.085954, 51.513311], [-0.085982, 51.513199], [-0.086087, 51.513143], [-0.086217, 51.51316]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 243, &quot;postcode&quot;: &quot;EC3V 3NG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08479, 51.513749], [-0.084488, 51.513775], [-0.084494, 51.513724], [-0.08446, 51.513696], [-0.084188, 51.51367], [-0.084209, 51.513584], [-0.084222, 51.513566], [-0.084253, 51.513466], [-0.084274, 51.513414], [-0.084278, 51.513445], [-0.084318, 51.513468], [-0.08457, 51.513481], [-0.084568, 51.513691], [-0.084622, 51.513715], [-0.084758, 51.513714], [-0.08479, 51.513749]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 696, &quot;postcode&quot;: &quot;EC3V 3NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086854, 51.513997], [-0.086374, 51.514121], [-0.086287, 51.514113], [-0.086218, 51.514078], [-0.086215, 51.514039], [-0.086331, 51.514017], [-0.086363, 51.513976], [-0.086254, 51.513886], [-0.086286, 51.513688], [-0.086199, 51.513656], [-0.086212, 51.513616], [-0.086192, 51.513567], [-0.086091, 51.513547], [-0.086124, 51.513429], [-0.08667, 51.513426], [-0.086594, 51.513451], [-0.086557, 51.513502], [-0.086665, 51.513864], [-0.08671, 51.513921], [-0.086788, 51.513946], [-0.086842, 51.513943], [-0.086854, 51.513997]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2122, &quot;postcode&quot;: &quot;EC3V 3NL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084661, 51.513761], [-0.084661, 51.513752], [-0.08479, 51.513749], [-0.084845, 51.513766], [-0.084842, 51.513891], [-0.084845, 51.513774], [-0.084934, 51.513815], [-0.084917, 51.513874], [-0.08479, 51.51401], [-0.084773, 51.513934], [-0.084714, 51.513939], [-0.08471, 51.513926], [-0.084478, 51.513913], [-0.08449, 51.513766], [-0.084661, 51.513761]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 560, &quot;postcode&quot;: &quot;EC3V 3NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088248, 51.513286], [-0.088249, 51.513291], [-0.088074, 51.513276], [-0.088248, 51.513286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC3V 3NR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085589, 51.513277], [-0.085571, 51.513325], [-0.084347, 51.513352], [-0.084297, 51.51337], [-0.084274, 51.513412], [-0.084264, 51.513371], [-0.084301, 51.513346], [-0.084381, 51.513152], [-0.084483, 51.513158], [-0.084533, 51.513128], [-0.084542, 51.513067], [-0.08451, 51.513044], [-0.084458, 51.513035], [-0.08447, 51.51302], [-0.085004, 51.513081], [-0.085231, 51.513075], [-0.085237, 51.513197], [-0.085305, 51.51326], [-0.085589, 51.513277]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2022, &quot;postcode&quot;: &quot;EC3V 3PD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085984, 51.51343], [-0.085961, 51.513548], [-0.085858, 51.513577], [-0.085827, 51.513632], [-0.085779, 51.51364], [-0.085714, 51.513684], [-0.085668, 51.513749], [-0.085532, 51.513744], [-0.085383, 51.513772], [-0.085206, 51.513727], [-0.085205, 51.513695], [-0.085345, 51.513686], [-0.085408, 51.513667], [-0.085431, 51.513644], [-0.085418, 51.513473], [-0.085389, 51.513448], [-0.085337, 51.51344], [-0.085984, 51.51343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1168, &quot;postcode&quot;: &quot;EC3V 3QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086508, 51.513292], [-0.086526, 51.513175], [-0.086542, 51.513188], [-0.086586, 51.513106], [-0.086707, 51.513128], [-0.086671, 51.513285], [-0.086508, 51.513292]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC3V 3SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083074, 51.514073], [-0.083007, 51.514086], [-0.082758, 51.514054], [-0.082713, 51.514076], [-0.082678, 51.514145], [-0.081965, 51.514143], [-0.081964, 51.5136], [-0.081944, 51.513574], [-0.081896, 51.513561], [-0.081977, 51.513538], [-0.082733, 51.513541], [-0.082709, 51.513881], [-0.082728, 51.51391], [-0.082784, 51.513928], [-0.082768, 51.513994], [-0.082805, 51.514019], [-0.082964, 51.514053], [-0.083074, 51.514059], [-0.083074, 51.514073]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3642, &quot;postcode&quot;: &quot;EC3V 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083961, 51.513438], [-0.083084, 51.514004], [-0.082706, 51.513912], [-0.082727, 51.513571], [-0.082672, 51.513544], [-0.08247, 51.513546], [-0.083021, 51.513526], [-0.083811, 51.513455], [-0.083859, 51.513433], [-0.083868, 51.513394], [-0.083961, 51.513438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2873, &quot;postcode&quot;: &quot;EC3V 4QT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089135, 51.513232], [-0.088956, 51.513304], [-0.088843, 51.513317], [-0.088563, 51.513303], [-0.088636, 51.513247], [-0.088628, 51.513193], [-0.088567, 51.513149], [-0.088209, 51.513006], [-0.08818, 51.512982], [-0.087454, 51.512786], [-0.087143, 51.512683], [-0.086645, 51.512449], [-0.085835, 51.512125], [-0.085342, 51.512032], [-0.085391, 51.511946], [-0.086032, 51.512081], [-0.086773, 51.512419], [-0.086832, 51.512428], [-0.087205, 51.512609], [-0.087364, 51.51267], [-0.087661, 51.512748], [-0.087805, 51.512806], [-0.08787, 51.512806], [-0.088121, 51.512889], [-0.088183, 51.51289], [-0.088242, 51.512872], [-0.088331, 51.512741], [-0.088384, 51.51272], [-0.088397, 51.512684], [-0.088466, 51.512698], [-0.088531, 51.512684], [-0.088631, 51.512576], [-0.088655, 51.512585], [-0.088624, 51.512613], [-0.088631, 51.512644], [-0.089135, 51.513232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4733, &quot;postcode&quot;: &quot;EC3V 9AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087124, 51.51204], [-0.086824, 51.512441], [-0.086564, 51.512334], [-0.086503, 51.512352], [-0.086491, 51.51239], [-0.086445, 51.512428], [-0.086435, 51.512386], [-0.086341, 51.512348], [-0.086286, 51.512301], [-0.086359, 51.512292], [-0.086391, 51.512217], [-0.086484, 51.512196], [-0.086628, 51.511999], [-0.086708, 51.512017], [-0.086754, 51.512009], [-0.086829, 51.511914], [-0.086916, 51.511937], [-0.086989, 51.512003], [-0.087124, 51.51204]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1660, &quot;postcode&quot;: &quot;EC3V 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085648, 51.51289], [-0.085772, 51.512913], [-0.085783, 51.512885], [-0.085775, 51.512905], [-0.085874, 51.512928], [-0.085846, 51.512962], [-0.085762, 51.512951], [-0.085768, 51.512927], [-0.085631, 51.51291], [-0.085648, 51.51289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 50, &quot;postcode&quot;: &quot;EC3V 9AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087886, 51.512002], [-0.08783, 51.512029], [-0.08784, 51.512088], [-0.087338, 51.512657], [-0.087211, 51.512614], [-0.08687, 51.512455], [-0.086944, 51.512367], [-0.086922, 51.512321], [-0.086968, 51.512256], [-0.087055, 51.512239], [-0.087205, 51.512078], [-0.087228, 51.51207], [-0.08751, 51.512145], [-0.087584, 51.512129], [-0.087685, 51.512148], [-0.087729, 51.512129], [-0.087858, 51.511977], [-0.087886, 51.512002]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2282, &quot;postcode&quot;: &quot;EC3V 9AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087742, 51.512631], [-0.087661, 51.512748], [-0.087349, 51.512672], [-0.087242, 51.512619], [-0.087329, 51.512624], [-0.087374, 51.512611], [-0.087566, 51.512403], [-0.087707, 51.512443], [-0.087738, 51.512492], [-0.087681, 51.512587], [-0.087742, 51.512631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 646, &quot;postcode&quot;: &quot;EC3V 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088051, 51.512953], [-0.088082, 51.512958], [-0.088098, 51.512966], [-0.088051, 51.512953]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC3V 9AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087038, 51.512937], [-0.086978, 51.512963], [-0.086904, 51.512928], [-0.087028, 51.512815], [-0.087038, 51.512828], [-0.087002, 51.512848], [-0.08698, 51.512893], [-0.087038, 51.512937]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 45, &quot;postcode&quot;: &quot;EC3V 9AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086598, 51.511617], [-0.086585, 51.511644], [-0.086325, 51.511573], [-0.086205, 51.511593], [-0.086168, 51.511616], [-0.086134, 51.511565], [-0.085738, 51.51149], [-0.08575, 51.511457], [-0.086058, 51.511511], [-0.086108, 51.511497], [-0.086146, 51.511457], [-0.086243, 51.511517], [-0.086598, 51.511617]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 299, &quot;postcode&quot;: &quot;EC3V 9BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087167, 51.511093], [-0.087021, 51.511398], [-0.086729, 51.511845], [-0.086743, 51.511886], [-0.086829, 51.511914], [-0.086774, 51.512001], [-0.086763, 51.512066], [-0.086664, 51.512035], [-0.0866, 51.512048], [-0.086431, 51.512267], [-0.086353, 51.512231], [-0.086292, 51.512235], [-0.08627, 51.512191], [-0.08598, 51.512066], [-0.086046, 51.511958], [-0.086014, 51.511925], [-0.085898, 51.511894], [-0.085947, 51.511794], [-0.086007, 51.511802], [-0.086056, 51.511787], [-0.086197, 51.511576], [-0.086248, 51.511577], [-0.086286, 51.511559], [-0.086584, 51.511644], [-0.086565, 51.511694], [-0.086599, 51.511726], [-0.086653, 51.511734], [-0.086698, 51.511721], [-0.087013, 51.511312], [-0.087104, 51.511087], [-0.087167, 51.511093]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3285, &quot;postcode&quot;: &quot;EC3V 9BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086072, 51.511939], [-0.08598, 51.512066], [-0.085827, 51.512034], [-0.085898, 51.511894], [-0.086072, 51.511939]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 196, &quot;postcode&quot;: &quot;EC3V 9BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086978, 51.512963], [-0.086955, 51.512991], [-0.086953, 51.513089], [-0.086946, 51.512986], [-0.086915, 51.512967], [-0.086844, 51.512957], [-0.086787, 51.512979], [-0.086711, 51.513119], [-0.086594, 51.513124], [-0.086542, 51.513188], [-0.086472, 51.513163], [-0.086421, 51.513165], [-0.086302, 51.513138], [-0.086449, 51.512877], [-0.086834, 51.512949], [-0.086882, 51.512942], [-0.086917, 51.512914], [-0.086935, 51.512946], [-0.086978, 51.512963]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 753, &quot;postcode&quot;: &quot;EC3V 9BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085956, 51.512855], [-0.08619, 51.512913], [-0.086161, 51.512968], [-0.085923, 51.512902], [-0.085956, 51.512855]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 103, &quot;postcode&quot;: &quot;EC3V 9DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085853, 51.512619], [-0.085774, 51.512762], [-0.085781, 51.512792], [-0.085813, 51.512811], [-0.085772, 51.512913], [-0.085568, 51.512875], [-0.085507, 51.512824], [-0.085349, 51.512797], [-0.085287, 51.512773], [-0.085324, 51.512709], [-0.085431, 51.512733], [-0.08552, 51.512726], [-0.085689, 51.512772], [-0.085737, 51.512771], [-0.085777, 51.512747], [-0.08582, 51.51264], [-0.085853, 51.512619]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 428, &quot;postcode&quot;: &quot;EC3V 9DF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086218, 51.513157], [-0.086087, 51.513143], [-0.086066, 51.513114], [-0.086149, 51.513129], [-0.086218, 51.513157]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC3V 9DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086188, 51.512913], [-0.086103, 51.512928], [-0.086062, 51.512999], [-0.086008, 51.512985], [-0.085957, 51.512997], [-0.085925, 51.513065], [-0.085816, 51.513044], [-0.085847, 51.51295], [-0.085828, 51.512923], [-0.085775, 51.512905], [-0.085802, 51.512836], [-0.08578, 51.512801], [-0.086175, 51.512894], [-0.086188, 51.512913]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 400, &quot;postcode&quot;: &quot;EC3V 9DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086087, 51.513143], [-0.086036, 51.513192], [-0.085965, 51.513193], [-0.08593, 51.513143], [-0.085924, 51.513054], [-0.085964, 51.512955], [-0.08606, 51.512975], [-0.086037, 51.513081], [-0.086087, 51.513143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 197, &quot;postcode&quot;: &quot;EC3V 9DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085909, 51.512929], [-0.085851, 51.512958], [-0.085816, 51.513044], [-0.085768, 51.513051], [-0.085738, 51.513075], [-0.085696, 51.51332], [-0.085571, 51.513325], [-0.085558, 51.513293], [-0.085509, 51.513275], [-0.085285, 51.513273], [-0.085238, 51.513226], [-0.08523, 51.513011], [-0.085278, 51.512911], [-0.085328, 51.512884], [-0.085343, 51.512843], [-0.085328, 51.512817], [-0.085349, 51.512797], [-0.085543, 51.512831], [-0.085564, 51.51287], [-0.085648, 51.51289], [-0.085688, 51.512916], [-0.085809, 51.51294], [-0.085909, 51.512929]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1696, &quot;postcode&quot;: &quot;EC3V 9DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086724, 51.512494], [-0.086562, 51.512698], [-0.08644, 51.512893], [-0.086266, 51.513186], [-0.086224, 51.513302], [-0.086158, 51.513303], [-0.086196, 51.51317], [-0.086115, 51.513125], [-0.086023, 51.513106], [-0.086113, 51.512923], [-0.086109, 51.512893], [-0.086075, 51.512871], [-0.08579, 51.512799], [-0.085777, 51.512755], [-0.085862, 51.512628], [-0.085967, 51.512636], [-0.086128, 51.512577], [-0.086141, 51.512527], [-0.086296, 51.512333], [-0.08647, 51.512394], [-0.086303, 51.51262], [-0.086333, 51.512669], [-0.086422, 51.512696], [-0.086483, 51.512686], [-0.086666, 51.512461], [-0.086724, 51.512494]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2484, &quot;postcode&quot;: &quot;EC3V 9DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086736, 51.512501], [-0.086674, 51.512494], [-0.086628, 51.512511], [-0.086492, 51.512692], [-0.086458, 51.51271], [-0.086272, 51.512649], [-0.086352, 51.512568], [-0.086479, 51.512386], [-0.086645, 51.512449], [-0.086736, 51.512501]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 499, &quot;postcode&quot;: &quot;EC3V 9EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087443, 51.512894], [-0.087341, 51.513145], [-0.087301, 51.513148], [-0.087307, 51.513051], [-0.087215, 51.513017], [-0.087173, 51.51298], [-0.087093, 51.512989], [-0.086939, 51.512953], [-0.086802, 51.51295], [-0.086454, 51.512878], [-0.086561, 51.512698], [-0.086729, 51.512497], [-0.08713, 51.512678], [-0.087338, 51.512746], [-0.087288, 51.512824], [-0.087291, 51.512854], [-0.087362, 51.512888], [-0.087443, 51.512894]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2227, &quot;postcode&quot;: &quot;EC3V 9LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097343, 51.512329], [-0.097254, 51.512665], [-0.097279, 51.512702], [-0.097268, 51.512745], [-0.097223, 51.512859], [-0.09716, 51.512875], [-0.097117, 51.512937], [-0.097047, 51.512936], [-0.096585, 51.51284], [-0.096599, 51.512796], [-0.096548, 51.512766], [-0.096603, 51.512762], [-0.096635, 51.512738], [-0.096794, 51.512282], [-0.097343, 51.512329]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2736, &quot;postcode&quot;: &quot;EC4M 5AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097223, 51.512859], [-0.097172, 51.513053], [-0.095209, 51.51266], [-0.095156, 51.512686], [-0.094976, 51.513041], [-0.094914, 51.513049], [-0.094853, 51.513125], [-0.094779, 51.513144], [-0.094409, 51.513098], [-0.094434, 51.512997], [-0.094389, 51.512961], [-0.094329, 51.512957], [-0.094289, 51.512973], [-0.094121, 51.512946], [-0.094111, 51.512904], [-0.09404, 51.512882], [-0.093991, 51.512886], [-0.093959, 51.512907], [-0.093708, 51.512875], [-0.093795, 51.512491], [-0.094398, 51.512549], [-0.094453, 51.512517], [-0.094456, 51.51242], [-0.095119, 51.512548], [-0.095177, 51.512537], [-0.095209, 51.512499], [-0.095193, 51.512558], [-0.09523, 51.51259], [-0.095298, 51.512591], [-0.095688, 51.512667], [-0.095762, 51.512639], [-0.095786, 51.512509], [-0.095875, 51.512521], [-0.095852, 51.512672], [-0.095895, 51.512709], [-0.096431, 51.512814], [-0.096485, 51.512804], [-0.096535, 51.512764], [-0.096588, 51.512775], [-0.096576, 51.512818], [-0.096612, 51.512849], [-0.097057, 51.512937], [-0.09713, 51.512918], [-0.097171, 51.512839], [-0.097223, 51.512859]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6898, &quot;postcode&quot;: &quot;EC4M 5SB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095985, 51.512082], [-0.095968, 51.512174], [-0.095935, 51.5122], [-0.095902, 51.512308], [-0.095875, 51.512521], [-0.095822, 51.512522], [-0.095786, 51.512542], [-0.095758, 51.512654], [-0.09571, 51.512672], [-0.095312, 51.512595], [-0.095267, 51.512604], [-0.095168, 51.51266], [-0.095139, 51.51264], [-0.095158, 51.512575], [-0.095105, 51.512546], [-0.095159, 51.512544], [-0.095193, 51.512523], [-0.095368, 51.512217], [-0.095428, 51.512189], [-0.095503, 51.512043], [-0.09556, 51.512033], [-0.095562, 51.512073], [-0.095619, 51.512097], [-0.095903, 51.512114], [-0.095985, 51.512082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2482, &quot;postcode&quot;: &quot;EC4M 6XD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095172, 51.512561], [-0.09442, 51.512415], [-0.094397, 51.512382], [-0.094426, 51.512357], [-0.095372, 51.512173], [-0.09538, 51.512197], [-0.095172, 51.512561]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1494, &quot;postcode&quot;: &quot;EC4M 6XH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101565, 51.513483], [-0.101549, 51.513572], [-0.101397, 51.513568], [-0.101351, 51.513647], [-0.101293, 51.513674], [-0.101272, 51.513729], [-0.101178, 51.513747], [-0.101139, 51.513717], [-0.101071, 51.513715], [-0.101033, 51.513741], [-0.10102, 51.513805], [-0.100793, 51.513784], [-0.100608, 51.513785], [-0.100579, 51.51377], [-0.100608, 51.513717], [-0.100598, 51.513687], [-0.100371, 51.513557], [-0.100405, 51.513447], [-0.100446, 51.513389], [-0.10078, 51.513424], [-0.100837, 51.513411], [-0.100885, 51.513296], [-0.101021, 51.513127], [-0.101166, 51.513151], [-0.101183, 51.513173], [-0.101151, 51.513225], [-0.101163, 51.513259], [-0.10126, 51.513289], [-0.101502, 51.513409], [-0.101565, 51.513483]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3352, &quot;postcode&quot;: &quot;EC4M 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101546, 51.513791], [-0.101228, 51.513753], [-0.101224, 51.51374], [-0.101248, 51.513727], [-0.101562, 51.513763], [-0.101546, 51.513791]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 72, &quot;postcode&quot;: &quot;EC4M 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100885, 51.514231], [-0.100836, 51.514391], [-0.100859, 51.514432], [-0.100765, 51.514379], [-0.100711, 51.514385], [-0.100681, 51.514411], [-0.100653, 51.514407], [-0.100702, 51.514228], [-0.100684, 51.514096], [-0.100732, 51.514284], [-0.100803, 51.514296], [-0.100856, 51.514262], [-0.100867, 51.514228], [-0.100844, 51.5142], [-0.100867, 51.514121], [-0.100885, 51.514231]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 187, &quot;postcode&quot;: &quot;EC4M 7AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101895, 51.513537], [-0.101845, 51.513662], [-0.101589, 51.513653], [-0.10155, 51.513682], [-0.101541, 51.51376], [-0.101276, 51.51373], [-0.101225, 51.51374], [-0.10122, 51.513724], [-0.101282, 51.513697], [-0.101303, 51.513642], [-0.101357, 51.513618], [-0.101381, 51.513554], [-0.101577, 51.513572], [-0.10162, 51.513557], [-0.10164, 51.513523], [-0.101609, 51.513424], [-0.101521, 51.513357], [-0.101338, 51.513271], [-0.101384, 51.513227], [-0.101428, 51.513214], [-0.101464, 51.513271], [-0.101633, 51.513329], [-0.101644, 51.51337], [-0.101895, 51.513537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 944, &quot;postcode&quot;: &quot;EC4M 7AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101523, 51.51527], [-0.101473, 51.515268], [-0.101454, 51.515241], [-0.10141, 51.515227], [-0.101325, 51.515227], [-0.101278, 51.515246], [-0.100999, 51.515247], [-0.100961, 51.515189], [-0.100844, 51.515184], [-0.100821, 51.515121], [-0.100841, 51.515089], [-0.100823, 51.514867], [-0.101039, 51.514865], [-0.101065, 51.514916], [-0.10119, 51.514945], [-0.101472, 51.514947], [-0.101477, 51.515028], [-0.101521, 51.515056], [-0.101505, 51.515198], [-0.101523, 51.51527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1607, &quot;postcode&quot;: &quot;EC4M 7BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101378, 51.515534], [-0.101305, 51.515808], [-0.101234, 51.515942], [-0.100651, 51.5158], [-0.10064, 51.515772], [-0.100602, 51.515753], [-0.100522, 51.515766], [-0.100451, 51.515748], [-0.10052, 51.51572], [-0.100673, 51.51546], [-0.100653, 51.514966], [-0.100714, 51.514984], [-0.100753, 51.51526], [-0.1008, 51.515287], [-0.100861, 51.515281], [-0.100868, 51.515306], [-0.100809, 51.515299], [-0.100764, 51.515319], [-0.100769, 51.515398], [-0.100831, 51.515417], [-0.100887, 51.515397], [-0.1009, 51.515433], [-0.100946, 51.515451], [-0.101187, 51.515458], [-0.101185, 51.515493], [-0.101214, 51.515518], [-0.101378, 51.515534]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2616, &quot;postcode&quot;: &quot;EC4M 7BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101745, 51.514586], [-0.102017, 51.514577], [-0.101622, 51.516101], [-0.101413, 51.516057], [-0.101356, 51.515988], [-0.101236, 51.515938], [-0.101305, 51.515807], [-0.101367, 51.515567], [-0.101322, 51.515532], [-0.101174, 51.515521], [-0.101172, 51.515488], [-0.101139, 51.515465], [-0.100925, 51.515449], [-0.10088, 51.51546], [-0.100837, 51.515549], [-0.100651, 51.5158], [-0.100523, 51.515766], [-0.1007, 51.515584], [-0.100757, 51.51545], [-0.100721, 51.515038], [-0.100697, 51.515012], [-0.100653, 51.515001], [-0.100652, 51.514879], [-0.10071, 51.514843], [-0.100714, 51.514717], [-0.100709, 51.514516], [-0.100662, 51.51447], [-0.100845, 51.513988], [-0.10086, 51.514171], [-0.10088, 51.5142], [-0.100816, 51.514385], [-0.100841, 51.514423], [-0.100974, 51.514436], [-0.101359, 51.514433], [-0.101501, 51.514472], [-0.101612, 51.514469], [-0.101656, 51.514489], [-0.101707, 51.514567], [-0.101745, 51.514586]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11592, &quot;postcode&quot;: &quot;EC4M 7BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101181, 51.51448], [-0.101135, 51.514626], [-0.10115, 51.514663], [-0.101058, 51.514663], [-0.101002, 51.514694], [-0.100864, 51.514695], [-0.100821, 51.51471], [-0.100781, 51.514686], [-0.100714, 51.514692], [-0.100653, 51.514675], [-0.100635, 51.514458], [-0.100738, 51.514506], [-0.100832, 51.514475], [-0.101181, 51.51448]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 807, &quot;postcode&quot;: &quot;EC4M 7BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102098, 51.514266], [-0.102018, 51.514576], [-0.101721, 51.51459], [-0.101658, 51.514494], [-0.101614, 51.514472], [-0.101504, 51.514474], [-0.101351, 51.514433], [-0.101058, 51.514435], [-0.101107, 51.514429], [-0.101139, 51.514407], [-0.101188, 51.514256], [-0.101295, 51.514255], [-0.101369, 51.514144], [-0.10148, 51.514153], [-0.101532, 51.514115], [-0.101629, 51.514128], [-0.101639, 51.514154], [-0.101678, 51.514173], [-0.101884, 51.514182], [-0.102071, 51.51421], [-0.10207, 51.514242], [-0.102098, 51.514266]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2248, &quot;postcode&quot;: &quot;EC4M 7DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102183, 51.513938], [-0.102098, 51.514266], [-0.102059, 51.514262], [-0.102054, 51.514225], [-0.102012, 51.514201], [-0.101616, 51.514169], [-0.101601, 51.514135], [-0.101532, 51.514115], [-0.10152, 51.514075], [-0.101477, 51.514053], [-0.101401, 51.514068], [-0.101369, 51.514144], [-0.10135, 51.514143], [-0.1014, 51.513956], [-0.101381, 51.513921], [-0.10094, 51.513869], [-0.100763, 51.513865], [-0.100752, 51.51378], [-0.101644, 51.513863], [-0.101703, 51.51385], [-0.101723, 51.513816], [-0.101828, 51.513831], [-0.101825, 51.513868], [-0.101863, 51.513892], [-0.102183, 51.513938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2072, &quot;postcode&quot;: &quot;EC4M 7DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.1016, 51.513858], [-0.101554, 51.513895], [-0.101572, 51.513934], [-0.101518, 51.514157], [-0.101402, 51.514162], [-0.101335, 51.514207], [-0.10131, 51.514267], [-0.101231, 51.514264], [-0.101189, 51.51428], [-0.101131, 51.514434], [-0.100859, 51.514432], [-0.100834, 51.514404], [-0.100829, 51.514328], [-0.100775, 51.514311], [-0.100722, 51.514325], [-0.100652, 51.513871], [-0.100608, 51.513785], [-0.100753, 51.51379], [-0.100763, 51.51384], [-0.100802, 51.513865], [-0.100964, 51.51387], [-0.101022, 51.513842], [-0.101025, 51.513786], [-0.101128, 51.513793], [-0.101167, 51.513774], [-0.101178, 51.513747], [-0.101222, 51.513748], [-0.101226, 51.51379], [-0.101265, 51.513815], [-0.1016, 51.513858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3280, &quot;postcode&quot;: &quot;EC4M 7DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100668, 51.515255], [-0.100654, 51.515017], [-0.100654, 51.515017], [-0.100653, 51.515002], [-0.100668, 51.515255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 7DW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101622, 51.516102], [-0.101597, 51.516198], [-0.100524, 51.515913], [-0.100436, 51.515886], [-0.100411, 51.515858], [-0.100314, 51.515831], [-0.100271, 51.515799], [-0.100112, 51.515759], [-0.10004, 51.515777], [-0.099578, 51.515652], [-0.0995, 51.515668], [-0.099468, 51.515752], [-0.099386, 51.515719], [-0.099457, 51.515619], [-0.09945, 51.515593], [-0.099415, 51.515572], [-0.099339, 51.515555], [-0.099281, 51.515573], [-0.098862, 51.515467], [-0.098743, 51.515487], [-0.098673, 51.515475], [-0.098677, 51.515437], [-0.098633, 51.515408], [-0.098251, 51.515327], [-0.098034, 51.515264], [-0.097978, 51.515266], [-0.097755, 51.515202], [-0.097527, 51.515164], [-0.097451, 51.515179], [-0.097485, 51.515103], [-0.097565, 51.515118], [-0.097612, 51.515112], [-0.097668, 51.515037], [-0.097707, 51.515027], [-0.097732, 51.515001], [-0.097694, 51.514757], [-0.09773, 51.514713], [-0.097683, 51.514435], [-0.097837, 51.514421], [-0.09787, 51.514398], [-0.097872, 51.51437], [-0.098148, 51.514355], [-0.098171, 51.514387], [-0.098229, 51.514399], [-0.098378, 51.514386], [-0.098416, 51.514341], [-0.098617, 51.514327], [-0.098599, 51.514176], [-0.098435, 51.514238], [-0.098402, 51.51424], [-0.098397, 51.514204], [-0.098497, 51.51418], [-0.098547, 51.514138], [-0.098557, 51.514096], [-0.098599, 51.514093], [-0.098638, 51.514207], [-0.098793, 51.514278], [-0.098807, 51.51437], [-0.098847, 51.514404], [-0.098943, 51.51442], [-0.09923, 51.5144], [-0.099268, 51.514382], [-0.09931, 51.514319], [-0.0993, 51.514258], [-0.09926, 51.514214], [-0.099276, 51.514042], [-0.099495, 51.514058], [-0.099421, 51.514114], [-0.099438, 51.514198], [-0.099479, 51.514227], [-0.099948, 51.514203], [-0.100003, 51.514171], [-0.099994, 51.514093], [-0.100375, 51.514067], [-0.100423, 51.51405], [-0.100439, 51.514022], [-0.100411, 51.513866], [-0.100646, 51.51385], [-0.100705, 51.51422], [-0.10066, 51.514377], [-0.100679, 51.514411], [-0.100635, 51.514505], [-0.100678, 51.515411], [-0.100651, 51.515523], [-0.10052, 51.515747], [-0.100561, 51.515776], [-0.101395, 51.515992], [-0.101395, 51.516021], [-0.101435, 51.51606], [-0.101622, 51.516102]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 31120, &quot;postcode&quot;: &quot;EC4M 7DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098828, 51.515312], [-0.097635, 51.515029], [-0.097644, 51.51498], [-0.097715, 51.515014], [-0.098828, 51.515312]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 176, &quot;postcode&quot;: &quot;EC4M 7DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102318, 51.513695], [-0.102676, 51.51369], [-0.102908, 51.513699], [-0.102304, 51.513744], [-0.102318, 51.513695]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 128, &quot;postcode&quot;: &quot;EC4M 7JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102351, 51.513743], [-0.10227, 51.513752], [-0.102232, 51.513771], [-0.10217, 51.513936], [-0.10196, 51.513907], [-0.101966, 51.513876], [-0.101944, 51.513853], [-0.101829, 51.513831], [-0.10188, 51.513831], [-0.10197, 51.513804], [-0.102012, 51.513731], [-0.10221, 51.51373], [-0.102315, 51.513707], [-0.102351, 51.513743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 389, &quot;postcode&quot;: &quot;EC4M 7JN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099447, 51.515637], [-0.099386, 51.515719], [-0.099087, 51.515704], [-0.099024, 51.515727], [-0.09873, 51.515711], [-0.098759, 51.515622], [-0.098729, 51.515536], [-0.098687, 51.515485], [-0.098601, 51.515446], [-0.098599, 51.515427], [-0.098652, 51.515413], [-0.098705, 51.515425], [-0.098768, 51.51541], [-0.098828, 51.515421], [-0.098867, 51.515467], [-0.099439, 51.515617], [-0.099447, 51.515637]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1104, &quot;postcode&quot;: &quot;EC4M 7LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098422, 51.514387], [-0.098159, 51.514404], [-0.098126, 51.51427], [-0.098052, 51.514245], [-0.097909, 51.514313], [-0.097828, 51.514387], [-0.097833, 51.514425], [-0.097683, 51.514435], [-0.097612, 51.514408], [-0.097387, 51.514448], [-0.097311, 51.514333], [-0.097307, 51.514268], [-0.097247, 51.514242], [-0.097317, 51.514212], [-0.097327, 51.514118], [-0.097581, 51.514002], [-0.098005, 51.513972], [-0.098048, 51.514014], [-0.098118, 51.514024], [-0.098146, 51.514108], [-0.098243, 51.51412], [-0.098296, 51.514179], [-0.098397, 51.514203], [-0.098422, 51.514387]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2755, &quot;postcode&quot;: &quot;EC4M 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099783, 51.513875], [-0.099651, 51.513884], [-0.099609, 51.5139], [-0.099564, 51.513978], [-0.099596, 51.514021], [-0.099575, 51.514032], [-0.099495, 51.514057], [-0.099333, 51.514048], [-0.099283, 51.51407], [-0.099271, 51.51416], [-0.099311, 51.514314], [-0.099258, 51.514399], [-0.098906, 51.514423], [-0.098816, 51.514384], [-0.098794, 51.514308], [-0.098725, 51.514244], [-0.098775, 51.514208], [-0.098776, 51.514158], [-0.098823, 51.514128], [-0.098794, 51.514078], [-0.098706, 51.514073], [-0.098593, 51.514102], [-0.098477, 51.514189], [-0.098351, 51.514198], [-0.098226, 51.514133], [-0.098138, 51.514133], [-0.098091, 51.514029], [-0.098013, 51.514024], [-0.097975, 51.513973], [-0.097478, 51.514009], [-0.097453, 51.513929], [-0.097347, 51.513873], [-0.09734, 51.513813], [-0.09742, 51.513749], [-0.097416, 51.513669], [-0.09792, 51.513642], [-0.097911, 51.513586], [-0.09801, 51.513573], [-0.097975, 51.513409], [-0.09802, 51.513424], [-0.098101, 51.513421], [-0.098199, 51.513363], [-0.098307, 51.513348], [-0.098478, 51.513396], [-0.098695, 51.513361], [-0.099145, 51.513373], [-0.099466, 51.513412], [-0.099554, 51.513514], [-0.099731, 51.513515], [-0.099783, 51.513875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12021, &quot;postcode&quot;: &quot;EC4M 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097529, 51.51347], [-0.097535, 51.513466], [-0.097541, 51.513463], [-0.097529, 51.51347]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099735, 51.513541], [-0.099731, 51.513515], [-0.099731, 51.513515], [-0.099735, 51.513541]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100579, 51.51377], [-0.100528, 51.513788], [-0.100508, 51.51383], [-0.100403, 51.513817], [-0.100353, 51.513826], [-0.100284, 51.513771], [-0.100206, 51.513758], [-0.100243, 51.513677], [-0.100151, 51.513597], [-0.099753, 51.513436], [-0.099533, 51.513399], [-0.09898, 51.513327], [-0.098268, 51.513349], [-0.09797, 51.513387], [-0.097955, 51.513293], [-0.097865, 51.513274], [-0.097846, 51.513229], [-0.097803, 51.513196], [-0.097683, 51.513152], [-0.097172, 51.513053], [-0.097223, 51.512859], [-0.097278, 51.51288], [-0.097251, 51.512956], [-0.097288, 51.512992], [-0.098233, 51.513186], [-0.098398, 51.513206], [-0.099217, 51.513223], [-0.099418, 51.51324], [-0.099566, 51.51327], [-0.100057, 51.513426], [-0.100204, 51.513522], [-0.100189, 51.513578], [-0.100269, 51.513633], [-0.100353, 51.513628], [-0.100393, 51.513568], [-0.100539, 51.51366], [-0.100631, 51.513681], [-0.100579, 51.51377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3496, &quot;postcode&quot;: &quot;EC4M 8AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097666, 51.512319], [-0.097443, 51.512311], [-0.097336, 51.512357], [-0.097284, 51.512323], [-0.096938, 51.512288], [-0.096947, 51.512271], [-0.097011, 51.512275], [-0.097055, 51.51226], [-0.097073, 51.512227], [-0.097044, 51.512194], [-0.097069, 51.512192], [-0.097341, 51.512234], [-0.097405, 51.512219], [-0.09741, 51.51226], [-0.097441, 51.512283], [-0.097666, 51.512319]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 331, &quot;postcode&quot;: &quot;EC4M 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100455, 51.51336], [-0.100425, 51.513449], [-0.100395, 51.513478], [-0.100377, 51.51354], [-0.100393, 51.513568], [-0.100344, 51.513671], [-0.1003, 51.513671], [-0.100262, 51.513689], [-0.100248, 51.513738], [-0.100212, 51.513757], [-0.100166, 51.513851], [-0.10013, 51.513875], [-0.099869, 51.513939], [-0.099827, 51.51398], [-0.099555, 51.514026], [-0.099493, 51.51407], [-0.099445, 51.514029], [-0.099305, 51.514033], [-0.099268, 51.514059], [-0.099245, 51.514145], [-0.099192, 51.514155], [-0.099174, 51.514097], [-0.099115, 51.514077], [-0.09882, 51.514147], [-0.098782, 51.514178], [-0.098787, 51.514233], [-0.098742, 51.514252], [-0.09873, 51.514281], [-0.09869, 51.514247], [-0.098622, 51.514245], [-0.098615, 51.514099], [-0.098669, 51.514075], [-0.099116, 51.514046], [-0.099161, 51.51402], [-0.099162, 51.51397], [-0.099551, 51.513943], [-0.099581, 51.513915], [-0.099574, 51.513851], [-0.099626, 51.513844], [-0.099684, 51.51388], [-0.099758, 51.513867], [-0.099779, 51.513835], [-0.099737, 51.513555], [-0.099707, 51.513526], [-0.09966, 51.513519], [-0.099609, 51.513528], [-0.099581, 51.513559], [-0.099525, 51.513559], [-0.09951, 51.513488], [-0.099476, 51.513467], [-0.09946, 51.513424], [-0.099414, 51.513406], [-0.099145, 51.513373], [-0.098668, 51.513361], [-0.098554, 51.513396], [-0.098478, 51.513398], [-0.098329, 51.513349], [-0.098978, 51.513326], [-0.099133, 51.513341], [-0.099748, 51.513434], [-0.100036, 51.513548], [-0.10012, 51.513537], [-0.100134, 51.513482], [-0.100054, 51.513425], [-0.099569, 51.513271], [-0.099169, 51.513208], [-0.099052, 51.513221], [-0.099178, 51.513172], [-0.09921, 51.513019], [-0.099238, 51.513005], [-0.100152, 51.513051], [-0.100172, 51.513067], [-0.10015, 51.513297], [-0.100188, 51.513315], [-0.100455, 51.51336]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5598, &quot;postcode&quot;: &quot;EC4M 8AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10067, 51.51385], [-0.100664, 51.513971], [-0.100657, 51.513922], [-0.100658, 51.513896], [-0.100627, 51.513863], [-0.100469, 51.513862], [-0.100419, 51.513902], [-0.100447, 51.514062], [-0.100039, 51.514094], [-0.100003, 51.514125], [-0.100013, 51.514198], [-0.099441, 51.514235], [-0.099404, 51.514093], [-0.099614, 51.514017], [-0.099802, 51.513983], [-0.099843, 51.51394], [-0.100131, 51.513874], [-0.100168, 51.513848], [-0.100232, 51.513725], [-0.100359, 51.513813], [-0.100464, 51.513821], [-0.100506, 51.513805], [-0.100522, 51.513779], [-0.100579, 51.51377], [-0.100607, 51.513784], [-0.100627, 51.513829], [-0.10067, 51.51385]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1942, &quot;postcode&quot;: &quot;EC4M 8BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099472, 51.513017], [-0.099276, 51.513007], [-0.099221, 51.513024], [-0.099182, 51.513184], [-0.099215, 51.513223], [-0.098331, 51.513202], [-0.097657, 51.513068], [-0.097691, 51.512924], [-0.098978, 51.512991], [-0.099033, 51.512975], [-0.099059, 51.512927], [-0.099139, 51.512922], [-0.09921, 51.512945], [-0.099211, 51.512979], [-0.099251, 51.513004], [-0.099472, 51.513017]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2680, &quot;postcode&quot;: &quot;EC4M 8BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097279, 51.512702], [-0.097267, 51.512695], [-0.09728, 51.512696], [-0.097279, 51.512702]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 8EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097119, 51.514055], [-0.096867, 51.514067], [-0.096681, 51.513919], [-0.096605, 51.513828], [-0.096543, 51.513713], [-0.096484, 51.513443], [-0.096604, 51.513434], [-0.096646, 51.5134], [-0.09701, 51.513424], [-0.09699, 51.513503], [-0.097119, 51.514055]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2271, &quot;postcode&quot;: &quot;EC4M 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095963, 51.513348], [-0.096322, 51.513375], [-0.096322, 51.513375], [-0.095963, 51.513348]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 9AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096776, 51.51342], [-0.096483, 51.513445], [-0.096539, 51.513703], [-0.096663, 51.513902], [-0.096867, 51.514067], [-0.097121, 51.514054], [-0.09713, 51.514094], [-0.096867, 51.514094], [-0.096956, 51.514149], [-0.097001, 51.514215], [-0.097047, 51.514359], [-0.097093, 51.514357], [-0.097125, 51.514382], [-0.097118, 51.514405], [-0.09699, 51.514392], [-0.096978, 51.514465], [-0.09708, 51.514479], [-0.097049, 51.514511], [-0.097006, 51.514524], [-0.096875, 51.514508], [-0.096844, 51.514587], [-0.096683, 51.514558], [-0.0967, 51.51447], [-0.096153, 51.514378], [-0.096112, 51.514458], [-0.095513, 51.514358], [-0.095522, 51.514285], [-0.094886, 51.51417], [-0.094839, 51.514246], [-0.094449, 51.514174], [-0.094622, 51.513865], [-0.094788, 51.513486], [-0.094877, 51.513202], [-0.09571, 51.513329], [-0.096646, 51.5134], [-0.096643, 51.513411], [-0.096776, 51.51342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 16718, &quot;postcode&quot;: &quot;EC4M 9AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094912, 51.513168], [-0.094869, 51.513227], [-0.094852, 51.513282], [-0.094795, 51.513247], [-0.094842, 51.513212], [-0.094842, 51.513162], [-0.094912, 51.513168]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 42, &quot;postcode&quot;: &quot;EC4M 9AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093811, 51.512526], [-0.093793, 51.512536], [-0.093783, 51.512545], [-0.093792, 51.512524], [-0.093811, 51.512526]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 9AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093662, 51.512795], [-0.093621, 51.512958], [-0.093514, 51.512938], [-0.093547, 51.512863], [-0.093461, 51.512845], [-0.093491, 51.512792], [-0.093662, 51.512795]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 165, &quot;postcode&quot;: &quot;EC4M 9AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094473, 51.513093], [-0.094458, 51.513107], [-0.094451, 51.513105], [-0.094462, 51.513101], [-0.094473, 51.513093]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 9BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094852, 51.513282], [-0.094788, 51.513486], [-0.094622, 51.513865], [-0.094596, 51.513911], [-0.094539, 51.513905], [-0.094743, 51.513475], [-0.094811, 51.513287], [-0.094784, 51.513246], [-0.094852, 51.513282]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 258, &quot;postcode&quot;: &quot;EC4M 9BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094414, 51.513179], [-0.094354, 51.513174], [-0.094311, 51.513189], [-0.094261, 51.513302], [-0.094185, 51.513291], [-0.094181, 51.513259], [-0.094141, 51.513236], [-0.094063, 51.513246], [-0.093926, 51.513228], [-0.093971, 51.513088], [-0.094166, 51.513114], [-0.094414, 51.513179]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 396, &quot;postcode&quot;: &quot;EC4M 9BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094976, 51.513042], [-0.095175, 51.512647], [-0.097172, 51.513053], [-0.097083, 51.51339], [-0.097019, 51.513386], [-0.097013, 51.513411], [-0.096656, 51.513381], [-0.09665, 51.5134], [-0.09571, 51.513329], [-0.094894, 51.513205], [-0.094912, 51.513168], [-0.094795, 51.513143], [-0.094859, 51.51312], [-0.094913, 51.513026], [-0.094976, 51.513042]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8324, &quot;postcode&quot;: &quot;EC4M 9BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09445, 51.513105], [-0.093813, 51.513011], [-0.093326, 51.512902], [-0.093321, 51.512847], [-0.093221, 51.512818], [-0.093399, 51.512855], [-0.093461, 51.512845], [-0.093547, 51.512863], [-0.093536, 51.512926], [-0.093612, 51.512956], [-0.093682, 51.51294], [-0.093708, 51.512875], [-0.09391, 51.5129], [-0.09399, 51.512875], [-0.094116, 51.512895], [-0.094183, 51.512955], [-0.094255, 51.512967], [-0.09431, 51.512952], [-0.094444, 51.512967], [-0.094418, 51.513069], [-0.09445, 51.513105]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 871, &quot;postcode&quot;: &quot;EC4M 9BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096646, 51.511998], [-0.096594, 51.512188], [-0.096661, 51.512195], [-0.096649, 51.512241], [-0.096716, 51.512247], [-0.096663, 51.512491], [-0.096643, 51.512499], [-0.096546, 51.512766], [-0.096454, 51.512818], [-0.095862, 51.512702], [-0.095849, 51.512677], [-0.095905, 51.512286], [-0.095937, 51.512181], [-0.095968, 51.512174], [-0.095985, 51.512082], [-0.095944, 51.512077], [-0.095935, 51.512054], [-0.096387, 51.511996], [-0.096602, 51.511983], [-0.096646, 51.511998]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4285, &quot;postcode&quot;: &quot;EC4M 9BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093041, 51.512635], [-0.093025, 51.512608], [-0.092795, 51.512662], [-0.092785, 51.512706], [-0.092656, 51.512661], [-0.092722, 51.512479], [-0.092771, 51.512495], [-0.093173, 51.512404], [-0.093211, 51.512368], [-0.093163, 51.512339], [-0.09372, 51.512465], [-0.09371, 51.512524], [-0.093657, 51.512488], [-0.093638, 51.51249], [-0.093397, 51.512533], [-0.093397, 51.512564], [-0.093295, 51.512582], [-0.093664, 51.512616], [-0.093691, 51.512632], [-0.093662, 51.512795], [-0.093491, 51.512792], [-0.09345, 51.512865], [-0.09299, 51.512769], [-0.09297, 51.512739], [-0.093076, 51.512626], [-0.093056, 51.512631], [-0.093051, 51.51262], [-0.093041, 51.512635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2344, &quot;postcode&quot;: &quot;EC4M 9BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092979, 51.512798], [-0.092993, 51.51277], [-0.093353, 51.512846], [-0.093326, 51.512902], [-0.093621, 51.512958], [-0.093617, 51.51297], [-0.093869, 51.513024], [-0.094072, 51.513054], [-0.094077, 51.513044], [-0.094145, 51.513053], [-0.09447, 51.513109], [-0.094473, 51.513093], [-0.094846, 51.513154], [-0.094836, 51.513173], [-0.094904, 51.513185], [-0.094894, 51.513205], [-0.094877, 51.513202], [-0.09487, 51.513225], [-0.094691, 51.5132], [-0.094321, 51.513133], [-0.093971, 51.513088], [-0.093974, 51.513078], [-0.093679, 51.513024], [-0.093623, 51.513017], [-0.093618, 51.513041], [-0.093568, 51.513018], [-0.09296, 51.512873], [-0.092246, 51.512633], [-0.092396, 51.512591], [-0.092388, 51.512606], [-0.092421, 51.5126], [-0.09264, 51.512698], [-0.092656, 51.512661], [-0.092964, 51.512762], [-0.092943, 51.512796], [-0.092979, 51.512798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1477, &quot;postcode&quot;: &quot;EC4M 9DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093546, 51.513298], [-0.093623, 51.513017], [-0.093679, 51.513024], [-0.093595, 51.513326], [-0.0933, 51.513883], [-0.093242, 51.513872], [-0.093308, 51.513748], [-0.093251, 51.513735], [-0.093302, 51.51365], [-0.093243, 51.51364], [-0.093285, 51.513542], [-0.093406, 51.513562], [-0.093546, 51.513298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 539, &quot;postcode&quot;: &quot;EC4M 9DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093474, 51.513536], [-0.093452, 51.513576], [-0.093452, 51.513577], [-0.093452, 51.513576], [-0.093474, 51.513536]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 9DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093561, 51.513238], [-0.093405, 51.513562], [-0.093327, 51.51355], [-0.093197, 51.513554], [-0.093154, 51.513569], [-0.093131, 51.513606], [-0.093029, 51.513598], [-0.093082, 51.513428], [-0.092962, 51.51337], [-0.092812, 51.513349], [-0.092814, 51.513282], [-0.092848, 51.513244], [-0.092809, 51.513175], [-0.092928, 51.513169], [-0.09298, 51.513127], [-0.093037, 51.51313], [-0.093137, 51.513204], [-0.093561, 51.513238]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1584, &quot;postcode&quot;: &quot;EC4M 9DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094218, 51.513611], [-0.094245, 51.513617], [-0.094219, 51.513679], [-0.094201, 51.513647], [-0.094218, 51.513611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC4M 9DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093188, 51.51293], [-0.093618, 51.513041], [-0.093561, 51.513238], [-0.093081, 51.513203], [-0.093085, 51.513161], [-0.093039, 51.51313], [-0.093143, 51.51313], [-0.093188, 51.51293]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 864, &quot;postcode&quot;: &quot;EC4M 9DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093747, 51.513053], [-0.093679, 51.513066], [-0.093652, 51.51312], [-0.093679, 51.513024], [-0.093747, 51.513039], [-0.093747, 51.513053]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15, &quot;postcode&quot;: &quot;EC4M 9EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094026, 51.513313], [-0.094019, 51.513333], [-0.093963, 51.513344], [-0.093914, 51.513388], [-0.093815, 51.513579], [-0.093731, 51.513564], [-0.09369, 51.513534], [-0.093516, 51.513496], [-0.093593, 51.513326], [-0.09367, 51.513054], [-0.093696, 51.513043], [-0.093974, 51.513078], [-0.093913, 51.513263], [-0.093943, 51.513292], [-0.094026, 51.513313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1227, &quot;postcode&quot;: &quot;EC4M 9EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094424, 51.513345], [-0.094306, 51.513628], [-0.094246, 51.513624], [-0.094199, 51.513648], [-0.093815, 51.513579], [-0.093949, 51.513325], [-0.0939, 51.51329], [-0.093699, 51.51327], [-0.093708, 51.513235], [-0.093803, 51.513243], [-0.093852, 51.513219], [-0.09401, 51.513239], [-0.094111, 51.513231], [-0.094274, 51.513268], [-0.094273, 51.513302], [-0.094304, 51.513325], [-0.094424, 51.513345]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1422, &quot;postcode&quot;: &quot;EC4M 9EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092367, 51.513233], [-0.092293, 51.51323], [-0.092277, 51.51323], [-0.09215, 51.513227], [-0.092254, 51.513222], [-0.092289, 51.513179], [-0.092336, 51.513195], [-0.092367, 51.513233]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 24, &quot;postcode&quot;: &quot;EC4N 1SE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092891, 51.513205], [-0.092889, 51.513248], [-0.092817, 51.513309], [-0.092784, 51.513436], [-0.092516, 51.51341], [-0.092545, 51.513253], [-0.092499, 51.513215], [-0.092545, 51.513194], [-0.092561, 51.513147], [-0.092615, 51.51318], [-0.092809, 51.513175], [-0.092838, 51.513198], [-0.092891, 51.513205]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 579, &quot;postcode&quot;: &quot;EC4N 1SP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092564, 51.513147], [-0.092562, 51.513143], [-0.092577, 51.513068], [-0.092564, 51.513147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4N 1SR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092624, 51.513776], [-0.092225, 51.513727], [-0.092315, 51.51326], [-0.092291, 51.51323], [-0.09241, 51.513235], [-0.092429, 51.513201], [-0.092305, 51.513193], [-0.092329, 51.513165], [-0.092386, 51.512858], [-0.092526, 51.512883], [-0.092552, 51.512752], [-0.092532, 51.512722], [-0.092629, 51.512768], [-0.09255, 51.513198], [-0.09269, 51.5132], [-0.092689, 51.513211], [-0.092572, 51.513217], [-0.09255, 51.513232], [-0.092515, 51.51341], [-0.092784, 51.513436], [-0.092624, 51.513776]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2201, &quot;postcode&quot;: &quot;EC4N 1SW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093188, 51.51293], [-0.093142, 51.51313], [-0.093011, 51.513132], [-0.09296, 51.513171], [-0.092558, 51.513183], [-0.092602, 51.51292], [-0.092567, 51.512889], [-0.092486, 51.512876], [-0.092534, 51.512843], [-0.092551, 51.512731], [-0.092958, 51.512872], [-0.093188, 51.51293]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1480, &quot;postcode&quot;: &quot;EC4N 1TX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09301, 51.51244], [-0.092942, 51.512455], [-0.09301, 51.51244], [-0.09301, 51.51244]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4N 4SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093211, 51.512368], [-0.093166, 51.512406], [-0.092773, 51.512495], [-0.092689, 51.51248], [-0.092642, 51.512488], [-0.092614, 51.512512], [-0.092561, 51.512657], [-0.092421, 51.5126], [-0.092478, 51.512591], [-0.092509, 51.512556], [-0.092513, 51.51252], [-0.092482, 51.512493], [-0.092582, 51.512187], [-0.09271, 51.512212], [-0.092685, 51.5123], [-0.092728, 51.512337], [-0.092912, 51.512364], [-0.09295, 51.512345], [-0.092987, 51.512287], [-0.093165, 51.51234], [-0.093211, 51.512368]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 951, &quot;postcode&quot;: &quot;EC4N 4SF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093426, 51.512354], [-0.093275, 51.512325], [-0.093297, 51.512282], [-0.09338, 51.512312], [-0.093426, 51.512354]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 37, &quot;postcode&quot;: &quot;EC4N 4SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095946, 51.512176], [-0.095927, 51.512239], [-0.095859, 51.51224], [-0.095811, 51.512282], [-0.095655, 51.512273], [-0.095551, 51.512291], [-0.095499, 51.512282], [-0.095369, 51.512216], [-0.095317, 51.512138], [-0.095214, 51.512078], [-0.095156, 51.512069], [-0.095147, 51.512034], [-0.095081, 51.511989], [-0.095125, 51.511931], [-0.095193, 51.511918], [-0.095203, 51.511959], [-0.095263, 51.511979], [-0.095656, 51.511911], [-0.095574, 51.512083], [-0.095586, 51.512118], [-0.095627, 51.512135], [-0.095829, 51.512155], [-0.095898, 51.51218], [-0.095946, 51.512176]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1168, &quot;postcode&quot;: &quot;EC4N 4SJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090986, 51.512965], [-0.0909, 51.512974], [-0.090864, 51.512998], [-0.090889, 51.512951], [-0.090965, 51.512933], [-0.090986, 51.512965]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 22, &quot;postcode&quot;: &quot;EC4N 4TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092526, 51.512883], [-0.092435, 51.512872], [-0.092384, 51.512898], [-0.092329, 51.513165], [-0.092305, 51.513193], [-0.092196, 51.513192], [-0.092138, 51.513227], [-0.09209, 51.513186], [-0.091913, 51.513177], [-0.091866, 51.513193], [-0.091846, 51.513225], [-0.091689, 51.51321], [-0.091664, 51.513167], [-0.091568, 51.513153], [-0.091546, 51.513131], [-0.091601, 51.512963], [-0.091588, 51.512934], [-0.091548, 51.512917], [-0.09157, 51.512838], [-0.091642, 51.51282], [-0.091661, 51.512769], [-0.091788, 51.512754], [-0.092246, 51.512633], [-0.092544, 51.512731], [-0.092526, 51.512883]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3155, &quot;postcode&quot;: &quot;EC4N 4TR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094695, 51.51208], [-0.094625, 51.512122], [-0.094628, 51.512171], [-0.094162, 51.512268], [-0.093984, 51.51223], [-0.094003, 51.512176], [-0.09408, 51.512148], [-0.094102, 51.512122], [-0.094096, 51.512093], [-0.094063, 51.512071], [-0.094046, 51.511996], [-0.094008, 51.51197], [-0.094038, 51.511899], [-0.094125, 51.511799], [-0.094215, 51.511806], [-0.094402, 51.511963], [-0.094393, 51.512003], [-0.094422, 51.512032], [-0.094695, 51.51208]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1334, &quot;postcode&quot;: &quot;EC4N 4UA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090874, 51.51298], [-0.090828, 51.51307], [-0.090778, 51.513086], [-0.090757, 51.513113], [-0.090772, 51.513146], [-0.090831, 51.513171], [-0.090575, 51.513224], [-0.090216, 51.513323], [-0.090183, 51.513364], [-0.090235, 51.513404], [-0.090227, 51.513423], [-0.089969, 51.513379], [-0.089833, 51.513372], [-0.089752, 51.513186], [-0.08996, 51.513056], [-0.090028, 51.512952], [-0.090021, 51.512914], [-0.090066, 51.512862], [-0.090026, 51.512815], [-0.090045, 51.512772], [-0.09012, 51.512771], [-0.090161, 51.512749], [-0.090494, 51.51224], [-0.090509, 51.512243], [-0.090438, 51.512365], [-0.090434, 51.512425], [-0.090391, 51.512496], [-0.090351, 51.512518], [-0.090248, 51.512689], [-0.090265, 51.512731], [-0.090245, 51.512796], [-0.090278, 51.512822], [-0.090557, 51.512899], [-0.090599, 51.51294], [-0.090796, 51.512983], [-0.090874, 51.51298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3266, &quot;postcode&quot;: &quot;EC4N 4XY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093723, 51.512411], [-0.093718, 51.512465], [-0.09305, 51.512306], [-0.093003, 51.512306], [-0.092965, 51.512325], [-0.09293, 51.512379], [-0.092818, 51.512356], [-0.092756, 51.51238], [-0.09264, 51.512698], [-0.092477, 51.512631], [-0.092418, 51.512643], [-0.092396, 51.512679], [-0.092365, 51.51263], [-0.092292, 51.512619], [-0.092034, 51.512684], [-0.091993, 51.51271], [-0.091695, 51.512772], [-0.091654, 51.512815], [-0.091608, 51.512816], [-0.09157, 51.512837], [-0.091491, 51.512819], [-0.090915, 51.512945], [-0.090874, 51.51298], [-0.090782, 51.512989], [-0.090746, 51.51301], [-0.090744, 51.513049], [-0.090798, 51.513077], [-0.090503, 51.513149], [-0.090481, 51.513103], [-0.090431, 51.513067], [-0.090396, 51.512952], [-0.090457, 51.512933], [-0.090462, 51.512887], [-0.090428, 51.512865], [-0.090268, 51.512821], [-0.090233, 51.512795], [-0.090304, 51.512651], [-0.090312, 51.512567], [-0.090286, 51.512538], [-0.090321, 51.512489], [-0.090365, 51.512489], [-0.090404, 51.512471], [-0.090521, 51.51229], [-0.090494, 51.51224], [-0.090518, 51.512197], [-0.090514, 51.512143], [-0.090598, 51.512131], [-0.090634, 51.512109], [-0.090771, 51.511841], [-0.090887, 51.511816], [-0.090936, 51.511823], [-0.091044, 51.511806], [-0.091167, 51.511877], [-0.092014, 51.512071], [-0.092093, 51.512053], [-0.092149, 51.512058], [-0.092273, 51.512122], [-0.0926, 51.512189], [-0.092648, 51.512183], [-0.092677, 51.512164], [-0.092729, 51.512171], [-0.092775, 51.512159], [-0.092814, 51.512066], [-0.092877, 51.512094], [-0.093342, 51.512194], [-0.093298, 51.512292], [-0.093319, 51.512328], [-0.093723, 51.512411]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15750, &quot;postcode&quot;: &quot;EC4N 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089652, 51.511569], [-0.08959, 51.511594], [-0.089524, 51.511745], [-0.089308, 51.511697], [-0.089398, 51.511526], [-0.089652, 51.511569]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 319, &quot;postcode&quot;: &quot;EC4N 5AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090632, 51.511786], [-0.090614, 51.511835], [-0.090577, 51.511853], [-0.0906, 51.511786], [-0.090567, 51.511744], [-0.090321, 51.511681], [-0.090559, 51.511724], [-0.090632, 51.511786]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 36, &quot;postcode&quot;: &quot;EC4N 5AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090051, 51.511636], [-0.090004, 51.51164], [-0.089971, 51.511661], [-0.089908, 51.511816], [-0.089929, 51.511855], [-0.090006, 51.511878], [-0.089984, 51.511907], [-0.089812, 51.511869], [-0.089768, 51.511881], [-0.089736, 51.511918], [-0.089759, 51.511874], [-0.089725, 51.511838], [-0.089585, 51.511807], [-0.089534, 51.51182], [-0.089507, 51.511854], [-0.089463, 51.511844], [-0.089388, 51.511807], [-0.089373, 51.511757], [-0.089287, 51.511734], [-0.089308, 51.511697], [-0.089465, 51.511729], [-0.089523, 51.511718], [-0.089604, 51.511561], [-0.090051, 51.511636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 962, &quot;postcode&quot;: &quot;EC4N 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087726, 51.511225], [-0.087708, 51.511258], [-0.087638, 51.511239], [-0.087637, 51.511202], [-0.087588, 51.511173], [-0.087703, 51.511196], [-0.087726, 51.511225]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 36, &quot;postcode&quot;: &quot;EC4N 5AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088739, 51.51189], [-0.088507, 51.511796], [-0.088553, 51.511642], [-0.088519, 51.511526], [-0.088679, 51.511556], [-0.088745, 51.511408], [-0.089023, 51.511458], [-0.088889, 51.511714], [-0.088869, 51.511708], [-0.088739, 51.51189]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1093, &quot;postcode&quot;: &quot;EC4N 5AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089377, 51.511522], [-0.089324, 51.511548], [-0.089176, 51.511794], [-0.088889, 51.511714], [-0.089023, 51.511458], [-0.089377, 51.511522]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 706, &quot;postcode&quot;: &quot;EC4N 5AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090809, 51.511534], [-0.090724, 51.511653], [-0.090732, 51.511693], [-0.090711, 51.511733], [-0.090616, 51.511733], [-0.088808, 51.51142], [-0.088735, 51.51144], [-0.088679, 51.511556], [-0.088519, 51.511526], [-0.088512, 51.511491], [-0.08848, 51.511468], [-0.08834, 51.511448], [-0.08835, 51.51142], [-0.088321, 51.511387], [-0.088327, 51.511354], [-0.088287, 51.511324], [-0.087655, 51.511185], [-0.08697, 51.511064], [-0.087003, 51.511003], [-0.087533, 51.511092], [-0.087585, 51.511071], [-0.087616, 51.51101], [-0.087732, 51.511053], [-0.087971, 51.511097], [-0.088085, 51.511089], [-0.088134, 51.511128], [-0.088595, 51.511219], [-0.088676, 51.511201], [-0.088754, 51.511202], [-0.088761, 51.51123], [-0.088798, 51.511251], [-0.089208, 51.511334], [-0.089275, 51.511322], [-0.08932, 51.511266], [-0.08931, 51.511322], [-0.089378, 51.511359], [-0.090253, 51.511505], [-0.090321, 51.511496], [-0.090395, 51.51151], [-0.090436, 51.511536], [-0.090679, 51.511578], [-0.090734, 51.511574], [-0.090785, 51.511528], [-0.090809, 51.511534]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4756, &quot;postcode&quot;: &quot;EC4N 5AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092254, 51.511748], [-0.092245, 51.511777], [-0.092199, 51.511775], [-0.092159, 51.511793], [-0.092099, 51.511898], [-0.0921, 51.511928], [-0.092136, 51.511953], [-0.092078, 51.512087], [-0.091154, 51.511877], [-0.091045, 51.511812], [-0.090939, 51.511828], [-0.090876, 51.511819], [-0.09077, 51.511842], [-0.090663, 51.511833], [-0.090834, 51.511487], [-0.090945, 51.511507], [-0.090989, 51.511544], [-0.091241, 51.511594], [-0.091301, 51.511585], [-0.091329, 51.511548], [-0.091328, 51.511591], [-0.091363, 51.511617], [-0.091876, 51.511715], [-0.091936, 51.511706], [-0.091974, 51.511664], [-0.09208, 51.511654], [-0.092157, 51.511732], [-0.092254, 51.511748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3456, &quot;postcode&quot;: &quot;EC4N 6AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090237, 51.511502], [-0.089705, 51.511409], [-0.089704, 51.511377], [-0.089851, 51.511086], [-0.08979, 51.511062], [-0.089794, 51.511041], [-0.089708, 51.510979], [-0.089679, 51.511], [-0.089673, 51.510957], [-0.089837, 51.510865], [-0.089982, 51.510757], [-0.090022, 51.510657], [-0.090054, 51.510654], [-0.090018, 51.510641], [-0.090106, 51.510584], [-0.090174, 51.510596], [-0.090073, 51.510657], [-0.090171, 51.510675], [-0.090269, 51.510469], [-0.090176, 51.510452], [-0.090222, 51.510356], [-0.090314, 51.510375], [-0.090806, 51.509259], [-0.091783, 51.509391], [-0.091352, 51.510135], [-0.091187, 51.510484], [-0.091218, 51.510496], [-0.091217, 51.51052], [-0.09099, 51.510954], [-0.090966, 51.510946], [-0.09095, 51.510978], [-0.090974, 51.510985], [-0.090909, 51.511065], [-0.090851, 51.511185], [-0.090843, 51.511202], [-0.090894, 51.511216], [-0.090913, 51.511268], [-0.090879, 51.51141], [-0.090749, 51.511572], [-0.090706, 51.511583], [-0.09038, 51.511527], [-0.090395, 51.51151], [-0.09032, 51.511495], [-0.090304, 51.511514], [-0.090269, 51.511508], [-0.090304, 51.511514], [-0.090237, 51.511502]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17513, &quot;postcode&quot;: &quot;EC4N 6AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087542, 51.510989], [-0.087509, 51.511064], [-0.087522, 51.511093], [-0.086916, 51.510987], [-0.086852, 51.510965], [-0.086912, 51.510861], [-0.086883, 51.510802], [-0.086977, 51.510782], [-0.087111, 51.510804], [-0.087157, 51.510786], [-0.087178, 51.510749], [-0.087263, 51.510753], [-0.087363, 51.510812], [-0.087346, 51.51085], [-0.087361, 51.510879], [-0.087482, 51.510913], [-0.087542, 51.510989]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1083, &quot;postcode&quot;: &quot;EC4N 6AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088892, 51.51101], [-0.088772, 51.511037], [-0.088669, 51.511216], [-0.088641, 51.511228], [-0.088128, 51.511127], [-0.08805, 51.51115], [-0.088011, 51.511105], [-0.087631, 51.511029], [-0.087616, 51.51101], [-0.087915, 51.510505], [-0.08817, 51.510553], [-0.088214, 51.510532], [-0.088268, 51.510444], [-0.088415, 51.510478], [-0.088241, 51.51076], [-0.08825, 51.510802], [-0.088389, 51.510843], [-0.088396, 51.510876], [-0.088433, 51.510896], [-0.088529, 51.510914], [-0.088588, 51.510892], [-0.088829, 51.51095], [-0.088839, 51.510991], [-0.088892, 51.51101]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3628, &quot;postcode&quot;: &quot;EC4N 6EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089464, 51.511048], [-0.089353, 51.511213], [-0.08916, 51.511163], [-0.089087, 51.511306], [-0.088738, 51.51124], [-0.088781, 51.51114], [-0.08886, 51.511022], [-0.088892, 51.51101], [-0.089273, 51.511071], [-0.089281, 51.511054], [-0.089316, 51.511064], [-0.089356, 51.511011], [-0.089464, 51.511048]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 963, &quot;postcode&quot;: &quot;EC4N 6HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08985, 51.511086], [-0.089705, 51.511409], [-0.089354, 51.511355], [-0.089544, 51.51106], [-0.089625, 51.510991], [-0.089708, 51.510979], [-0.08985, 51.511086]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 979, &quot;postcode&quot;: &quot;EC4N 6HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089345, 51.511225], [-0.089328, 51.511265], [-0.089373, 51.511303], [-0.089355, 51.511334], [-0.089279, 51.511346], [-0.089227, 51.511417], [-0.089252, 51.511374], [-0.089236, 51.511341], [-0.089086, 51.511308], [-0.08916, 51.511163], [-0.089213, 51.511177], [-0.0892, 51.511219], [-0.089244, 51.511253], [-0.089304, 51.511254], [-0.089345, 51.511225]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 199, &quot;postcode&quot;: &quot;EC4N 6HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094003, 51.512176], [-0.093984, 51.51223], [-0.094026, 51.512222], [-0.094162, 51.512268], [-0.093937, 51.512315], [-0.093817, 51.512302], [-0.093847, 51.512178], [-0.093973, 51.512134], [-0.094021, 51.512177], [-0.094003, 51.512176]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 245, &quot;postcode&quot;: &quot;EC4N 6JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093779, 51.512085], [-0.093727, 51.512372], [-0.093575, 51.51238], [-0.093426, 51.512354], [-0.093374, 51.512309], [-0.093302, 51.512282], [-0.093324, 51.512219], [-0.093294, 51.512186], [-0.092923, 51.512104], [-0.092943, 51.512061], [-0.092914, 51.512021], [-0.093026, 51.512032], [-0.093127, 51.511993], [-0.093192, 51.511887], [-0.093391, 51.511919], [-0.093364, 51.512047], [-0.093514, 51.51212], [-0.093583, 51.512123], [-0.093677, 51.512073], [-0.093779, 51.512085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1482, &quot;postcode&quot;: &quot;EC4N 6JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09208, 51.511917], [-0.092109, 51.511879], [-0.092089, 51.511916], [-0.092106, 51.511936], [-0.092345, 51.511979], [-0.092337, 51.511997], [-0.092608, 51.512051], [-0.09246, 51.512022], [-0.092481, 51.512023], [-0.092487, 51.512005], [-0.092581, 51.512021], [-0.092618, 51.512008], [-0.09266, 51.511948], [-0.092644, 51.51201], [-0.09276, 51.512049], [-0.092719, 51.512171], [-0.092563, 51.512143], [-0.092451, 51.512154], [-0.092307, 51.512127], [-0.092296, 51.512146], [-0.092206, 51.512079], [-0.092093, 51.512053], [-0.092136, 51.511953], [-0.0921, 51.511946], [-0.09208, 51.511917]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 676, &quot;postcode&quot;: &quot;EC4N 6LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09269, 51.51186], [-0.092618, 51.512008], [-0.092581, 51.512021], [-0.092108, 51.511937], [-0.092089, 51.511916], [-0.092162, 51.511782], [-0.092272, 51.511767], [-0.09234, 51.511716], [-0.092517, 51.511743], [-0.092538, 51.511812], [-0.092672, 51.51184], [-0.09269, 51.51186]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 893, &quot;postcode&quot;: &quot;EC4N 6NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086878, 51.511482], [-0.086687, 51.511747], [-0.086544, 51.511726], [-0.086582, 51.511644], [-0.086558, 51.511608], [-0.08625, 51.511519], [-0.086286, 51.511458], [-0.086277, 51.511427], [-0.086332, 51.511359], [-0.086815, 51.511481], [-0.086878, 51.511482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 900, &quot;postcode&quot;: &quot;EC4N 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088572, 51.512563], [-0.088459, 51.512694], [-0.088416, 51.512692], [-0.088217, 51.512435], [-0.08816, 51.512454], [-0.087993, 51.512268], [-0.088033, 51.512254], [-0.087984, 51.512183], [-0.088009, 51.512174], [-0.088174, 51.51237], [-0.088215, 51.51238], [-0.088521, 51.512017], [-0.08856, 51.512066], [-0.088336, 51.512348], [-0.088654, 51.512447], [-0.088764, 51.512318], [-0.088807, 51.512371], [-0.08863, 51.512577], [-0.089094, 51.512732], [-0.089671, 51.513479], [-0.089327, 51.513459], [-0.089296, 51.513403], [-0.088991, 51.513465], [-0.089002, 51.513489], [-0.088865, 51.513518], [-0.088822, 51.513427], [-0.089108, 51.513434], [-0.089074, 51.513329], [-0.088843, 51.513317], [-0.088956, 51.513304], [-0.089135, 51.513232], [-0.088572, 51.512563]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3851, &quot;postcode&quot;: &quot;EC4N 7AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088553, 51.511642], [-0.088483, 51.511715], [-0.088458, 51.511788], [-0.088469, 51.511819], [-0.088523, 51.511846], [-0.088472, 51.511824], [-0.088441, 51.511803], [-0.08832, 51.511767], [-0.088257, 51.511689], [-0.088306, 51.511612], [-0.08834, 51.511448], [-0.088509, 51.511461], [-0.088497, 51.511499], [-0.088553, 51.511642]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 533, &quot;postcode&quot;: &quot;EC4N 7BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087469, 51.511657], [-0.087268, 51.511956], [-0.087225, 51.51195], [-0.087182, 51.511963], [-0.087124, 51.51204], [-0.086944, 51.511992], [-0.086873, 51.511926], [-0.086704, 51.511882], [-0.087034, 51.511374], [-0.087093, 51.511376], [-0.087339, 51.511669], [-0.08741, 51.511685], [-0.087469, 51.511657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1996, &quot;postcode&quot;: &quot;EC4N 7BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087729, 51.512147], [-0.087704, 51.512155], [-0.087613, 51.512135], [-0.087558, 51.512159], [-0.087268, 51.512082], [-0.087208, 51.512086], [-0.08687, 51.512455], [-0.086824, 51.512442], [-0.087436, 51.511602], [-0.087479, 51.511642], [-0.087418, 51.51176], [-0.087729, 51.512147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1307, &quot;postcode&quot;: &quot;EC4N 7BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088408, 51.512682], [-0.088389, 51.512724], [-0.088314, 51.512767], [-0.088245, 51.512743], [-0.088204, 51.512706], [-0.088061, 51.512652], [-0.08798, 51.512652], [-0.087992, 51.512603], [-0.088078, 51.512573], [-0.088098, 51.512533], [-0.087845, 51.51222], [-0.087792, 51.512203], [-0.087729, 51.512217], [-0.087841, 51.512087], [-0.087887, 51.51211], [-0.087951, 51.512103], [-0.088034, 51.512206], [-0.088023, 51.512301], [-0.088134, 51.512423], [-0.088217, 51.512435], [-0.088408, 51.512682]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 971, &quot;postcode&quot;: &quot;EC4N 7BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08813, 51.512558], [-0.087988, 51.512611], [-0.08786, 51.512823], [-0.087603, 51.512731], [-0.087667, 51.512721], [-0.087715, 51.512666], [-0.087712, 51.512631], [-0.08766, 51.512598], [-0.087731, 51.512483], [-0.087698, 51.512442], [-0.087606, 51.512416], [-0.087552, 51.512425], [-0.087507, 51.512468], [-0.087725, 51.512197], [-0.087697, 51.512163], [-0.08758, 51.512134], [-0.087591, 51.512121], [-0.08769, 51.51215], [-0.087744, 51.512145], [-0.087775, 51.512122], [-0.08777, 51.512083], [-0.087805, 51.512043], [-0.087841, 51.512087], [-0.087792, 51.512147], [-0.087795, 51.512178], [-0.08813, 51.512558]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1444, &quot;postcode&quot;: &quot;EC4N 7BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08765, 51.51121], [-0.087495, 51.511508], [-0.087417, 51.51155], [-0.087436, 51.511602], [-0.087363, 51.511706], [-0.087122, 51.511411], [-0.087077, 51.511392], [-0.087023, 51.511397], [-0.087147, 51.511136], [-0.08711, 51.511088], [-0.087586, 51.511173], [-0.08765, 51.51121]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1588, &quot;postcode&quot;: &quot;EC4N 7BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088257, 51.511689], [-0.088216, 51.511615], [-0.088266, 51.511595], [-0.088311, 51.511605], [-0.088257, 51.511689]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;EC4N 7BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088708, 51.511878], [-0.08856, 51.512065], [-0.088469, 51.511928], [-0.088366, 51.511824], [-0.088455, 51.511767], [-0.088523, 51.511649], [-0.088486, 51.511473], [-0.088454, 51.511451], [-0.088352, 51.51143], [-0.088364, 51.511414], [-0.088548, 51.511448], [-0.088518, 51.511518], [-0.088553, 51.511642], [-0.088517, 51.511784], [-0.088542, 51.51181], [-0.088708, 51.511878]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 481, &quot;postcode&quot;: &quot;EC4N 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086992, 51.51133], [-0.086975, 51.511376], [-0.086867, 51.511496], [-0.086335, 51.51136], [-0.086372, 51.511314], [-0.086438, 51.511305], [-0.0865, 51.511246], [-0.086546, 51.511228], [-0.08676, 51.511287], [-0.086992, 51.51133]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 715, &quot;postcode&quot;: &quot;EC4N 7HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087107, 51.511088], [-0.087038, 51.511232], [-0.08706, 51.511319], [-0.087033, 51.511374], [-0.08696, 51.511373], [-0.086958, 51.511341], [-0.086925, 51.511319], [-0.086578, 51.511237], [-0.086487, 51.511263], [-0.086406, 51.511339], [-0.086305, 51.511292], [-0.086164, 51.51126], [-0.086178, 51.511189], [-0.086124, 51.511155], [-0.08617, 51.511053], [-0.08625, 51.511035], [-0.086296, 51.510948], [-0.08678, 51.511034], [-0.086841, 51.511015], [-0.086852, 51.510965], [-0.08694, 51.510993], [-0.086923, 51.511028], [-0.086951, 51.511058], [-0.087107, 51.511088]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1970, &quot;postcode&quot;: &quot;EC4N 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088521, 51.512017], [-0.08824, 51.512367], [-0.088197, 51.512381], [-0.088006, 51.512171], [-0.087993, 51.512128], [-0.087939, 51.512112], [-0.087873, 51.512126], [-0.087844, 51.512102], [-0.087797, 51.512094], [-0.087752, 51.512107], [-0.087721, 51.512138], [-0.087462, 51.511814], [-0.087423, 51.511795], [-0.087378, 51.511795], [-0.087468, 51.511649], [-0.087386, 51.51155], [-0.087494, 51.511506], [-0.08762, 51.511337], [-0.087676, 51.511315], [-0.08772, 51.511234], [-0.087703, 51.511196], [-0.088348, 51.511338], [-0.0883, 51.511427], [-0.088328, 51.511465], [-0.088307, 51.511602], [-0.088252, 51.511625], [-0.088243, 51.511668], [-0.088481, 51.511944], [-0.088521, 51.512017]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5949, &quot;postcode&quot;: &quot;EC4N 7TW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090712, 51.511733], [-0.090483, 51.512196], [-0.090497, 51.512233], [-0.090547, 51.512252], [-0.090395, 51.512487], [-0.090344, 51.512488], [-0.090308, 51.512508], [-0.090095, 51.512859], [-0.089947, 51.512967], [-0.089609, 51.513307], [-0.08954, 51.513293], [-0.089593, 51.513257], [-0.089642, 51.513187], [-0.090057, 51.512779], [-0.090222, 51.512498], [-0.09022, 51.512469], [-0.090389, 51.512208], [-0.090445, 51.512175], [-0.090609, 51.511802], [-0.090595, 51.511745], [-0.090544, 51.51172], [-0.090712, 51.511733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1150, &quot;postcode&quot;: &quot;EC4N 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089199, 51.511758], [-0.08901, 51.512048], [-0.088653, 51.512447], [-0.088336, 51.512348], [-0.088708, 51.511879], [-0.088763, 51.511856], [-0.08887, 51.511708], [-0.089122, 51.511778], [-0.089199, 51.511758]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2044, &quot;postcode&quot;: &quot;EC4N 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090605, 51.511781], [-0.090446, 51.512183], [-0.090389, 51.512208], [-0.090133, 51.512599], [-0.089752, 51.512506], [-0.08978, 51.512457], [-0.089594, 51.512412], [-0.089121, 51.512259], [-0.089214, 51.512151], [-0.089041, 51.512093], [-0.089115, 51.512004], [-0.089252, 51.512037], [-0.089373, 51.511834], [-0.089463, 51.511844], [-0.089455, 51.511856], [-0.089498, 51.511868], [-0.089475, 51.511902], [-0.089705, 51.511961], [-0.089781, 51.511855], [-0.089984, 51.511907], [-0.090006, 51.511878], [-0.089894, 51.51185], [-0.089984, 51.511625], [-0.090293, 51.511675], [-0.090562, 51.511737], [-0.090605, 51.511781]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6368, &quot;postcode&quot;: &quot;EC4N 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089499, 51.511867], [-0.089455, 51.511856], [-0.089463, 51.511844], [-0.089507, 51.511851], [-0.089499, 51.511867]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;EC4N 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089784, 51.511851], [-0.089705, 51.511961], [-0.089475, 51.511902], [-0.089435, 51.511869], [-0.089374, 51.511869], [-0.08934, 51.51189], [-0.089252, 51.512037], [-0.089133, 51.512017], [-0.089069, 51.512062], [-0.089087, 51.512106], [-0.089214, 51.512151], [-0.089149, 51.512232], [-0.089169, 51.512272], [-0.089598, 51.512413], [-0.089494, 51.512537], [-0.089336, 51.512484], [-0.089287, 51.512482], [-0.089199, 51.512545], [-0.089136, 51.512549], [-0.089094, 51.512583], [-0.089007, 51.512555], [-0.088953, 51.512561], [-0.088872, 51.512655], [-0.088692, 51.512597], [-0.088642, 51.512596], [-0.08852, 51.512702], [-0.088469, 51.512701], [-0.088335, 51.512744], [-0.088287, 51.512807], [-0.088222, 51.512715], [-0.08847, 51.512673], [-0.088572, 51.512563], [-0.088616, 51.512564], [-0.088656, 51.512545], [-0.088789, 51.512391], [-0.088796, 51.512362], [-0.088764, 51.512318], [-0.089013, 51.512044], [-0.089341, 51.511515], [-0.089397, 51.511526], [-0.089329, 51.511659], [-0.089342, 51.511696], [-0.089497, 51.511728], [-0.089539, 51.511705], [-0.089566, 51.511646], [-0.08954, 51.51172], [-0.089602, 51.511799], [-0.089784, 51.511851]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3228, &quot;postcode&quot;: &quot;EC4N 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09077, 51.511842], [-0.090626, 51.512125], [-0.090514, 51.512143], [-0.090663, 51.511834], [-0.09077, 51.511842]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 251, &quot;postcode&quot;: &quot;EC4N 8AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090514, 51.512143], [-0.09052, 51.512197], [-0.090493, 51.51224], [-0.090464, 51.512233], [-0.090514, 51.512143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC4N 8AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09006, 51.512775], [-0.089987, 51.512864], [-0.089991, 51.512895], [-0.090041, 51.512937], [-0.089958, 51.513059], [-0.089761, 51.513187], [-0.089834, 51.513373], [-0.089813, 51.513442], [-0.089749, 51.513346], [-0.089536, 51.513292], [-0.089292, 51.512985], [-0.089373, 51.512838], [-0.089351, 51.512794], [-0.089445, 51.512645], [-0.089502, 51.512657], [-0.089554, 51.512642], [-0.09006, 51.512775]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2643, &quot;postcode&quot;: &quot;EC4N 8BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089452, 51.512635], [-0.089338, 51.512794], [-0.089007, 51.51271], [-0.088878, 51.512654], [-0.088959, 51.512537], [-0.089086, 51.512566], [-0.089146, 51.512527], [-0.089216, 51.512523], [-0.089268, 51.512482], [-0.089232, 51.512521], [-0.089246, 51.512558], [-0.089452, 51.512635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 711, &quot;postcode&quot;: &quot;EC4N 8BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090306, 51.512652], [-0.090265, 51.512731], [-0.090217, 51.51274], [-0.090184, 51.512715], [-0.090129, 51.512711], [-0.090045, 51.512772], [-0.089606, 51.512656], [-0.089529, 51.512672], [-0.089199, 51.512545], [-0.089285, 51.512467], [-0.089583, 51.512565], [-0.089649, 51.512552], [-0.089693, 51.512492], [-0.090102, 51.512586], [-0.090154, 51.512566], [-0.09022, 51.51247], [-0.09024, 51.512517], [-0.090286, 51.512538], [-0.090268, 51.512576], [-0.090306, 51.512652]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1247, &quot;postcode&quot;: &quot;EC4N 8BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089594, 51.512412], [-0.08978, 51.512457], [-0.089752, 51.512506], [-0.089693, 51.512492], [-0.089635, 51.512585], [-0.089494, 51.512537], [-0.089594, 51.512412]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 189, &quot;postcode&quot;: &quot;EC4N 8BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095032, 51.512234], [-0.094817, 51.512278], [-0.094805, 51.51228], [-0.094817, 51.512278], [-0.095032, 51.512234]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4P 4LX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090269, 51.510469], [-0.090171, 51.510674], [-0.090083, 51.51066], [-0.090035, 51.510668], [-0.089982, 51.510757], [-0.089837, 51.510865], [-0.089748, 51.510865], [-0.089681, 51.510898], [-0.089659, 51.510927], [-0.089668, 51.511009], [-0.089601, 51.510983], [-0.089553, 51.510983], [-0.08945, 51.511049], [-0.089357, 51.511012], [-0.089403, 51.510947], [-0.08947, 51.510923], [-0.089473, 51.510885], [-0.089274, 51.510791], [-0.089272, 51.510751], [-0.089133, 51.510624], [-0.089311, 51.510663], [-0.08937, 51.51065], [-0.089657, 51.510332], [-0.090269, 51.510469]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2884, &quot;postcode&quot;: &quot;EC4R 0AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090367, 51.510264], [-0.09031, 51.510345], [-0.090314, 51.510375], [-0.090264, 51.510368], [-0.090219, 51.510381], [-0.090175, 51.510452], [-0.089746, 51.510354], [-0.089901, 51.510301], [-0.089982, 51.510241], [-0.09008, 51.51021], [-0.090248, 51.510245], [-0.090326, 51.510203], [-0.090325, 51.510239], [-0.090367, 51.510264]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 623, &quot;postcode&quot;: &quot;EC4R 0AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089193, 51.511171], [-0.089353, 51.511213], [-0.089258, 51.511357], [-0.089167, 51.511351], [-0.089217, 51.511239], [-0.089181, 51.511229], [-0.089213, 51.511177], [-0.089193, 51.511171]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 149, &quot;postcode&quot;: &quot;EC4R 0AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088829, 51.51095], [-0.088626, 51.510913], [-0.088656, 51.510861], [-0.088703, 51.510871], [-0.088756, 51.510807], [-0.088875, 51.510832], [-0.088829, 51.51095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 156, &quot;postcode&quot;: &quot;EC4R 0BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089926, 51.510282], [-0.089746, 51.510354], [-0.08963, 51.510326], [-0.089573, 51.510338], [-0.089287, 51.510658], [-0.088673, 51.510522], [-0.08873, 51.510434], [-0.088727, 51.510405], [-0.088689, 51.510381], [-0.088551, 51.510353], [-0.088702, 51.510053], [-0.089164, 51.510179], [-0.089221, 51.510166], [-0.089273, 51.510096], [-0.089346, 51.510072], [-0.089465, 51.510107], [-0.089712, 51.510233], [-0.08985, 51.510255], [-0.089926, 51.510282]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3418, &quot;postcode&quot;: &quot;EC4R 0BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088765, 51.510395], [-0.088695, 51.510494], [-0.08871, 51.510522], [-0.088752, 51.510539], [-0.08868, 51.510541], [-0.08864, 51.510581], [-0.088443, 51.510537], [-0.088443, 51.510498], [-0.088387, 51.510452], [-0.088439, 51.51043], [-0.088514, 51.5103], [-0.088543, 51.51035], [-0.088765, 51.510395]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 427, &quot;postcode&quot;: &quot;EC4R 0DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087634, 51.510798], [-0.087627, 51.510813], [-0.087605, 51.510856], [-0.087545, 51.510779], [-0.087602, 51.510779], [-0.087634, 51.510798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 26, &quot;postcode&quot;: &quot;EC4R 0DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088387, 51.510452], [-0.088414, 51.510479], [-0.088356, 51.510574], [-0.088392, 51.510494], [-0.088365, 51.510468], [-0.088306, 51.510457], [-0.088248, 51.510478], [-0.088196, 51.510567], [-0.087948, 51.510518], [-0.087897, 51.510539], [-0.08786, 51.510601], [-0.087914, 51.510506], [-0.088008, 51.510361], [-0.088003, 51.510331], [-0.087971, 51.51031], [-0.087999, 51.510265], [-0.087989, 51.510308], [-0.088051, 51.510374], [-0.088387, 51.510452]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 381, &quot;postcode&quot;: &quot;EC4R 0DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088266, 51.50996], [-0.08774, 51.510785], [-0.087574, 51.511102], [-0.087497, 51.511089], [-0.087557, 51.510919], [-0.087595, 51.510875], [-0.087581, 51.510837], [-0.087531, 51.51082], [-0.087478, 51.510831], [-0.087443, 51.510864], [-0.087441, 51.510904], [-0.087194, 51.510853], [-0.087204, 51.510834], [-0.08727, 51.510825], [-0.087293, 51.510798], [-0.087263, 51.510753], [-0.087294, 51.510645], [-0.087261, 51.51061], [-0.087329, 51.510526], [-0.08734, 51.510429], [-0.087589, 51.510411], [-0.087802, 51.510465], [-0.087869, 51.510456], [-0.088132, 51.510074], [-0.08819, 51.509949], [-0.088266, 51.50996]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2177, &quot;postcode&quot;: &quot;EC4R 0DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088765, 51.510789], [-0.088703, 51.510871], [-0.088564, 51.510931], [-0.088368, 51.51088], [-0.088341, 51.510839], [-0.088247, 51.510816], [-0.088187, 51.510835], [-0.088125, 51.510921], [-0.08821, 51.510799], [-0.088254, 51.510804], [-0.088297, 51.510789], [-0.088375, 51.510685], [-0.088757, 51.510755], [-0.088765, 51.510789]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 584, &quot;postcode&quot;: &quot;EC4R 0EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090013, 51.510646], [-0.089959, 51.510759], [-0.089545, 51.51106], [-0.089296, 51.511432], [-0.089227, 51.511418], [-0.08943, 51.511097], [-0.089536, 51.510968], [-0.089483, 51.51091], [-0.089315, 51.510826], [-0.089234, 51.510844], [-0.0891, 51.511045], [-0.088918, 51.511015], [-0.088857, 51.511032], [-0.088665, 51.511314], [-0.088629, 51.511306], [-0.088711, 51.511121], [-0.088832, 51.510945], [-0.08886, 51.51085], [-0.088832, 51.510825], [-0.088756, 51.510807], [-0.088756, 51.510772], [-0.088723, 51.51075], [-0.088388, 51.510697], [-0.088352, 51.510717], [-0.088126, 51.511021], [-0.088024, 51.511194], [-0.087957, 51.511182], [-0.088441, 51.510439], [-0.088638, 51.510035], [-0.088702, 51.510053], [-0.088466, 51.51052], [-0.088499, 51.510548], [-0.088579, 51.510567], [-0.088639, 51.510559], [-0.088673, 51.510522], [-0.08905, 51.510602], [-0.089009, 51.51069], [-0.08897, 51.510722], [-0.088971, 51.510832], [-0.088923, 51.510867], [-0.088901, 51.510943], [-0.088932, 51.510979], [-0.089021, 51.510994], [-0.089076, 51.510974], [-0.089288, 51.510657], [-0.089596, 51.510311], [-0.089657, 51.510332], [-0.089371, 51.510654], [-0.089293, 51.510766], [-0.089307, 51.510803], [-0.089574, 51.510919], [-0.089635, 51.510921], [-0.089812, 51.510818], [-0.089935, 51.510721], [-0.089925, 51.510674], [-0.089824, 51.51063], [-0.089908, 51.510547], [-0.089979, 51.51056], [-0.089955, 51.51061], [-0.090013, 51.510646]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2985, &quot;postcode&quot;: &quot;EC4R 0EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089238, 51.510731], [-0.089137, 51.510889], [-0.089195, 51.510962], [-0.089169, 51.511027], [-0.089187, 51.511059], [-0.0891, 51.511045], [-0.089058, 51.511002], [-0.08889, 51.510976], [-0.088955, 51.510812], [-0.088969, 51.51068], [-0.089012, 51.51066], [-0.08905, 51.510602], [-0.089133, 51.510624], [-0.089238, 51.510731]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 717, &quot;postcode&quot;: &quot;EC4R 0EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093144, 51.510271], [-0.093187, 51.51018], [-0.093197, 51.510159], [-0.093144, 51.510271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4R 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093281, 51.511576], [-0.09328, 51.511576], [-0.093281, 51.511573], [-0.093281, 51.511576]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4R 1AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093192, 51.511887], [-0.093132, 51.512012], [-0.093062, 51.512044], [-0.092972, 51.512045], [-0.092923, 51.512104], [-0.092827, 51.512104], [-0.092792, 51.51216], [-0.092814, 51.512066], [-0.09286, 51.512039], [-0.092925, 51.511861], [-0.093192, 51.511887]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 393, &quot;postcode&quot;: &quot;EC4R 1BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09337, 51.510388], [-0.093242, 51.51079], [-0.092974, 51.510754], [-0.09302, 51.510723], [-0.093144, 51.510271], [-0.093397, 51.509782], [-0.093698, 51.509855], [-0.09337, 51.510388]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2106, &quot;postcode&quot;: &quot;EC4R 1BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093582, 51.511218], [-0.093505, 51.511484], [-0.093316, 51.511499], [-0.093283, 51.511526], [-0.093281, 51.511534], [-0.093281, 51.511572], [-0.09328, 51.511573], [-0.093279, 51.511475], [-0.093253, 51.511446], [-0.093208, 51.511435], [-0.09315, 51.511453], [-0.093031, 51.511448], [-0.093131, 51.51118], [-0.093582, 51.511218]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1010, &quot;postcode&quot;: &quot;EC4R 1BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093282, 51.511611], [-0.093154, 51.511597], [-0.093108, 51.511608], [-0.093088, 51.51166], [-0.093179, 51.511694], [-0.093184, 51.511709], [-0.093056, 51.511825], [-0.092955, 51.511882], [-0.092926, 51.511854], [-0.092869, 51.511842], [-0.092865, 51.511798], [-0.092917, 51.511787], [-0.09296, 51.511743], [-0.093036, 51.511447], [-0.093112, 51.511448], [-0.093153, 51.511428], [-0.093278, 51.511435], [-0.093282, 51.511611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 657, &quot;postcode&quot;: &quot;EC4R 1BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093565, 51.511029], [-0.093472, 51.511031], [-0.093431, 51.511086], [-0.093429, 51.511153], [-0.093518, 51.511183], [-0.093199, 51.511154], [-0.09312, 51.511192], [-0.093097, 51.51124], [-0.093111, 51.511193], [-0.093095, 51.511164], [-0.092938, 51.511138], [-0.092831, 51.511026], [-0.092966, 51.510841], [-0.093252, 51.510911], [-0.093442, 51.510922], [-0.09357, 51.510908], [-0.093565, 51.511029]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1274, &quot;postcode&quot;: &quot;EC4R 1DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093122, 51.511164], [-0.092925, 51.511806], [-0.092869, 51.511806], [-0.092827, 51.511832], [-0.092788, 51.511813], [-0.092521, 51.511776], [-0.092517, 51.511743], [-0.092562, 51.511738], [-0.092594, 51.511714], [-0.092643, 51.511554], [-0.092497, 51.511493], [-0.092295, 51.511462], [-0.09247, 51.51111], [-0.092462, 51.511073], [-0.092424, 51.511054], [-0.092376, 51.511055], [-0.09219, 51.51114], [-0.092001, 51.511114], [-0.091837, 51.511044], [-0.091839, 51.510943], [-0.092013, 51.510941], [-0.092044, 51.510907], [-0.092019, 51.510867], [-0.092147, 51.510849], [-0.092226, 51.510815], [-0.092299, 51.510721], [-0.092347, 51.510719], [-0.092388, 51.510696], [-0.092681, 51.510759], [-0.092891, 51.510733], [-0.092966, 51.510841], [-0.092831, 51.511026], [-0.092774, 51.511053], [-0.092771, 51.511092], [-0.092814, 51.511118], [-0.093122, 51.511164]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5332, &quot;postcode&quot;: &quot;EC4R 1EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092925, 51.51185], [-0.092844, 51.512081], [-0.092804, 51.512111], [-0.092807, 51.512186], [-0.092718, 51.512176], [-0.092665, 51.512203], [-0.092579, 51.512195], [-0.092547, 51.512174], [-0.092451, 51.512154], [-0.092563, 51.512143], [-0.092674, 51.512159], [-0.092732, 51.512132], [-0.092745, 51.512056], [-0.092644, 51.51201], [-0.092684, 51.511869], [-0.092672, 51.51184], [-0.092771, 51.511852], [-0.092827, 51.511832], [-0.092925, 51.51185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 496, &quot;postcode&quot;: &quot;EC4R 1EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093553, 51.510905], [-0.093448, 51.510923], [-0.093198, 51.510909], [-0.093163, 51.510884], [-0.092966, 51.510841], [-0.092895, 51.510726], [-0.092967, 51.510738], [-0.09302, 51.510723], [-0.09307, 51.510767], [-0.093196, 51.510784], [-0.093247, 51.510775], [-0.093288, 51.510796], [-0.093499, 51.510821], [-0.093553, 51.510905]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 512, &quot;postcode&quot;: &quot;EC4R 1QS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092662, 51.511546], [-0.092578, 51.511752], [-0.092362, 51.511722], [-0.092245, 51.511776], [-0.09223, 51.511747], [-0.092178, 51.511729], [-0.092081, 51.511654], [-0.092092, 51.511642], [-0.09216, 51.511653], [-0.092209, 51.511638], [-0.092266, 51.511529], [-0.092352, 51.51155], [-0.092417, 51.511535], [-0.092446, 51.511513], [-0.092662, 51.511546]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 687, &quot;postcode&quot;: &quot;EC4R 2RA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092651, 51.511501], [-0.092628, 51.51154], [-0.09248, 51.511523], [-0.092363, 51.511577], [-0.092266, 51.511528], [-0.092295, 51.511462], [-0.092464, 51.511472], [-0.092557, 51.511499], [-0.092636, 51.511486], [-0.092651, 51.511501]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 172, &quot;postcode&quot;: &quot;EC4R 2RB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092116, 51.510955], [-0.091542, 51.510929], [-0.091486, 51.510942], [-0.091413, 51.510922], [-0.091398, 51.510898], [-0.09156, 51.510768], [-0.091624, 51.510752], [-0.091636, 51.510706], [-0.0917, 51.510655], [-0.091898, 51.510641], [-0.091939, 51.510648], [-0.091896, 51.510757], [-0.092116, 51.510955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 959, &quot;postcode&quot;: &quot;EC4R 2RH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093024, 51.511126], [-0.093014, 51.51115], [-0.092552, 51.511076], [-0.092489, 51.511089], [-0.092197, 51.511688], [-0.092207, 51.511719], [-0.092246, 51.511738], [-0.092831, 51.511819], [-0.092816, 51.511861], [-0.092245, 51.511777], [-0.092204, 51.511744], [-0.092017, 51.511712], [-0.091939, 51.511727], [-0.090987, 51.511544], [-0.090916, 51.511551], [-0.090945, 51.511507], [-0.091262, 51.511566], [-0.091328, 51.511553], [-0.091449, 51.511576], [-0.091501, 51.511566], [-0.091637, 51.511355], [-0.091521, 51.511246], [-0.091529, 51.511222], [-0.091606, 51.511213], [-0.09164, 51.511156], [-0.091755, 51.511173], [-0.091807, 51.511161], [-0.091839, 51.511102], [-0.091795, 51.511063], [-0.091837, 51.511044], [-0.092008, 51.511115], [-0.092165, 51.511136], [-0.092211, 51.51113], [-0.092439, 51.511025], [-0.092594, 51.510781], [-0.092636, 51.510797], [-0.092525, 51.510997], [-0.092536, 51.511035], [-0.092712, 51.511072], [-0.092762, 51.511057], [-0.092785, 51.51102], [-0.092831, 51.511026], [-0.092856, 51.511092], [-0.093024, 51.511126]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4124, &quot;postcode&quot;: &quot;EC4R 2RP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091758, 51.511513], [-0.091703, 51.511539], [-0.091679, 51.51162], [-0.091334, 51.511554], [-0.091339, 51.511509], [-0.091446, 51.51143], [-0.091521, 51.511246], [-0.091555, 51.511275], [-0.091646, 51.511293], [-0.091666, 51.511311], [-0.091642, 51.511358], [-0.091656, 51.511387], [-0.091615, 51.511405], [-0.09159, 51.511443], [-0.091599, 51.511478], [-0.091638, 51.511497], [-0.091758, 51.511513]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 549, &quot;postcode&quot;: &quot;EC4R 2RU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091135, 51.511471], [-0.091339, 51.511509], [-0.091321, 51.511578], [-0.091056, 51.511528], [-0.091135, 51.511471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 131, &quot;postcode&quot;: &quot;EC4R 2SH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091397, 51.511287], [-0.091059, 51.511235], [-0.091109, 51.511065], [-0.091426, 51.511079], [-0.091486, 51.510942], [-0.091397, 51.511287]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 526, &quot;postcode&quot;: &quot;EC4R 2SP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091109, 51.511065], [-0.091099, 51.511097], [-0.091054, 51.511084], [-0.091055, 51.511063], [-0.091109, 51.511065]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC4R 2ST&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091919, 51.510777], [-0.091818, 51.510857], [-0.09165, 51.510786], [-0.09156, 51.51078], [-0.091437, 51.510875], [-0.091446, 51.510905], [-0.091489, 51.510926], [-0.091839, 51.510943], [-0.091852, 51.511076], [-0.091811, 51.511183], [-0.091669, 51.511169], [-0.091632, 51.511188], [-0.09161, 51.511235], [-0.091529, 51.511248], [-0.091432, 51.51146], [-0.091358, 51.511513], [-0.091159, 51.511477], [-0.091114, 51.511487], [-0.091056, 51.511528], [-0.090896, 51.511498], [-0.090836, 51.511508], [-0.090732, 51.511692], [-0.090716, 51.511688], [-0.090791, 51.511557], [-0.090785, 51.511528], [-0.090881, 51.511403], [-0.090911, 51.511264], [-0.090891, 51.511223], [-0.090843, 51.511201], [-0.090909, 51.511065], [-0.090958, 51.511012], [-0.090965, 51.510947], [-0.091004, 51.510922], [-0.09122, 51.510509], [-0.091293, 51.510522], [-0.091343, 51.510565], [-0.091479, 51.510557], [-0.0917, 51.510654], [-0.091685, 51.510687], [-0.091712, 51.510717], [-0.091893, 51.510753], [-0.091919, 51.510777]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4889, &quot;postcode&quot;: &quot;EC4R 2SU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090791, 51.509296], [-0.090697, 51.509517], [-0.090656, 51.509524], [-0.090627, 51.509549], [-0.090336, 51.510167], [-0.090274, 51.510254], [-0.090091, 51.510215], [-0.089982, 51.510241], [-0.089893, 51.510231], [-0.08985, 51.510255], [-0.089685, 51.510231], [-0.089656, 51.510198], [-0.089463, 51.510107], [-0.08938, 51.510086], [-0.089262, 51.510121], [-0.089207, 51.510197], [-0.089101, 51.510158], [-0.089072, 51.510014], [-0.089101, 51.509958], [-0.089071, 51.509925], [-0.088796, 51.509851], [-0.088363, 51.509786], [-0.088572, 51.50928], [-0.088669, 51.50897], [-0.090765, 51.509254], [-0.090791, 51.509296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15884, &quot;postcode&quot;: &quot;EC4R 3AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087766, 51.509022], [-0.087767, 51.509022], [-0.087754, 51.509021], [-0.087766, 51.509022]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4R 3AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092388, 51.510696], [-0.092343, 51.510729], [-0.092299, 51.510721], [-0.092262, 51.51079], [-0.092182, 51.510828], [-0.092208, 51.51078], [-0.09216, 51.51087], [-0.092132, 51.510923], [-0.092069, 51.510896], [-0.092092, 51.510849], [-0.092019, 51.510867], [-0.091885, 51.510746], [-0.091971, 51.51059], [-0.09237, 51.510664], [-0.092387, 51.51063], [-0.092895, 51.510726], [-0.092688, 51.510761], [-0.092388, 51.510696]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 924, &quot;postcode&quot;: &quot;EC4R 3TA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093661, 51.509845], [-0.093452, 51.509799], [-0.093377, 51.509823], [-0.093357, 51.509772], [-0.093678, 51.509819], [-0.093661, 51.509845]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 36, &quot;postcode&quot;: &quot;EC4R 3TB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093396, 51.509782], [-0.093145, 51.510269], [-0.093118, 51.510412], [-0.093009, 51.510738], [-0.092447, 51.510642], [-0.09237, 51.510664], [-0.092022, 51.5106], [-0.091968, 51.510612], [-0.091939, 51.510648], [-0.091702, 51.510655], [-0.091482, 51.510559], [-0.09122, 51.510508], [-0.091187, 51.510484], [-0.091201, 51.510453], [-0.091244, 51.510448], [-0.091276, 51.510426], [-0.091458, 51.51006], [-0.091671, 51.509712], [-0.09174, 51.509721], [-0.091791, 51.509699], [-0.091941, 51.509423], [-0.093396, 51.509782]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14278, &quot;postcode&quot;: &quot;EC4R 3TD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091939, 51.509426], [-0.091773, 51.509733], [-0.091671, 51.509712], [-0.091703, 51.509641], [-0.091665, 51.509604], [-0.091681, 51.509576], [-0.091752, 51.509557], [-0.091794, 51.509484], [-0.09176, 51.509435], [-0.091783, 51.509391], [-0.091939, 51.509426]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 323, &quot;postcode&quot;: &quot;EC4R 3TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088252, 51.509828], [-0.088218, 51.509897], [-0.088149, 51.509914], [-0.088113, 51.509981], [-0.088036, 51.509926], [-0.087881, 51.509899], [-0.087837, 51.50987], [-0.087784, 51.509863], [-0.087742, 51.509877], [-0.087637, 51.50986], [-0.087625, 51.509829], [-0.087559, 51.509807], [-0.087478, 51.509717], [-0.087332, 51.509714], [-0.087359, 51.509672], [-0.087344, 51.50964], [-0.087205, 51.50961], [-0.087192, 51.509412], [-0.087146, 51.509391], [-0.087082, 51.509397], [-0.087052, 51.509422], [-0.087048, 51.509472], [-0.087036, 51.509379], [-0.087097, 51.509323], [-0.087425, 51.509466], [-0.087392, 51.509566], [-0.087428, 51.509606], [-0.087857, 51.509671], [-0.087944, 51.509713], [-0.087932, 51.509754], [-0.087965, 51.509783], [-0.088252, 51.509828]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1457, &quot;postcode&quot;: &quot;EC4R 3TJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089096, 51.509979], [-0.089072, 51.510014], [-0.088624, 51.510059], [-0.088583, 51.510021], [-0.088381, 51.509988], [-0.088104, 51.510059], [-0.088125, 51.510008], [-0.088036, 51.509926], [-0.08754, 51.509844], [-0.087559, 51.509807], [-0.087658, 51.509824], [-0.087703, 51.509851], [-0.087754, 51.50985], [-0.087888, 51.509882], [-0.087931, 51.509907], [-0.088106, 51.509924], [-0.088166, 51.509867], [-0.08816, 51.509828], [-0.088038, 51.509784], [-0.087925, 51.509779], [-0.087951, 51.509733], [-0.087894, 51.509684], [-0.088329, 51.509749], [-0.088371, 51.509726], [-0.088388, 51.509679], [-0.088357, 51.509647], [-0.088292, 51.509641], [-0.088309, 51.5096], [-0.088354, 51.509639], [-0.088422, 51.509642], [-0.088379, 51.50975], [-0.088409, 51.509789], [-0.08855, 51.509815], [-0.088606, 51.509803], [-0.088777, 51.509856], [-0.089074, 51.509908], [-0.089063, 51.509947], [-0.089096, 51.509979]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1754, &quot;postcode&quot;: &quot;EC4R 3TN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088619, 51.509143], [-0.088366, 51.509762], [-0.088286, 51.509767], [-0.088245, 51.509743], [-0.087972, 51.509699], [-0.088198, 51.509727], [-0.088258, 51.509709], [-0.088439, 51.509294], [-0.088489, 51.509269], [-0.088547, 51.509134], [-0.088619, 51.509143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 571, &quot;postcode&quot;: &quot;EC4R 3TT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090388, 51.510059], [-0.090339, 51.510179], [-0.090317, 51.510203], [-0.090388, 51.510059]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4R 3UE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090806, 51.509259], [-0.090368, 51.510264], [-0.090302, 51.510253], [-0.090769, 51.509254], [-0.090806, 51.509259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 479, &quot;postcode&quot;: &quot;EC4R 3UL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091836, 51.509406], [-0.091457, 51.510061], [-0.091281, 51.510417], [-0.091224, 51.510407], [-0.091353, 51.510135], [-0.091781, 51.509395], [-0.091836, 51.509406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 487, &quot;postcode&quot;: &quot;EC4R 3XJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088638, 51.510033], [-0.088424, 51.51046], [-0.088005, 51.510366], [-0.088036, 51.510302], [-0.088, 51.510264], [-0.088074, 51.510245], [-0.088125, 51.510172], [-0.088105, 51.510131], [-0.088038, 51.510119], [-0.088104, 51.51006], [-0.088404, 51.50998], [-0.088638, 51.510033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1498, &quot;postcode&quot;: &quot;EC4R 9AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086558, 51.510634], [-0.086538, 51.510671], [-0.086486, 51.510702], [-0.086273, 51.510773], [-0.086037, 51.51074], [-0.085976, 51.510766], [-0.085982, 51.51081], [-0.085846, 51.510778], [-0.0859, 51.510773], [-0.085931, 51.51075], [-0.085897, 51.510678], [-0.086068, 51.510348], [-0.086263, 51.510391], [-0.08629, 51.510426], [-0.086375, 51.510445], [-0.08634, 51.510525], [-0.086349, 51.510555], [-0.086407, 51.510605], [-0.086558, 51.510634]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1301, &quot;postcode&quot;: &quot;EC4R 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086713, 51.510395], [-0.086681, 51.510452], [-0.08663, 51.510479], [-0.086558, 51.510634], [-0.086309, 51.51058], [-0.086361, 51.510472], [-0.086333, 51.510417], [-0.086068, 51.510348], [-0.086106, 51.510279], [-0.08619, 51.510268], [-0.086482, 51.510326], [-0.086605, 51.51036], [-0.086657, 51.510393], [-0.086713, 51.510395]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 832, &quot;postcode&quot;: &quot;EC4R 9AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087342, 51.509696], [-0.087266, 51.509857], [-0.087176, 51.509893], [-0.087129, 51.510014], [-0.087144, 51.510048], [-0.087195, 51.510066], [-0.087145, 51.510211], [-0.087175, 51.510269], [-0.087098, 51.510384], [-0.087153, 51.510439], [-0.087029, 51.510435], [-0.08698, 51.510457], [-0.086872, 51.510717], [-0.086886, 51.510809], [-0.086959, 51.510889], [-0.086916, 51.510988], [-0.086416, 51.510908], [-0.085943, 51.510801], [-0.085991, 51.510727], [-0.086254, 51.510775], [-0.086495, 51.510698], [-0.086595, 51.510611], [-0.086713, 51.510394], [-0.086762, 51.51039], [-0.086792, 51.510371], [-0.086792, 51.510327], [-0.086834, 51.510282], [-0.086818, 51.510241], [-0.086725, 51.510209], [-0.086774, 51.510179], [-0.086859, 51.509952], [-0.086917, 51.509918], [-0.086943, 51.509843], [-0.086913, 51.509757], [-0.086872, 51.509729], [-0.086645, 51.509684], [-0.086485, 51.509525], [-0.086668, 51.509474], [-0.086903, 51.509501], [-0.086997, 51.509457], [-0.087035, 51.50938], [-0.087043, 51.50964], [-0.087154, 51.509673], [-0.087342, 51.509696]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4790, &quot;postcode&quot;: &quot;EC4R 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087386, 51.510541], [-0.087318, 51.510598], [-0.087287, 51.510714], [-0.087207, 51.510828], [-0.087017, 51.510794], [-0.086973, 51.510806], [-0.08694, 51.51084], [-0.086883, 51.510802], [-0.08687, 51.510757], [-0.086833, 51.510724], [-0.086851, 51.510685], [-0.086901, 51.510659], [-0.086943, 51.510542], [-0.086998, 51.510522], [-0.087091, 51.510391], [-0.087161, 51.510438], [-0.087263, 51.510447], [-0.087371, 51.510435], [-0.087334, 51.510502], [-0.087386, 51.510541]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1117, &quot;postcode&quot;: &quot;EC4R 9AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088007, 51.510134], [-0.088131, 51.510076], [-0.087863, 51.51048], [-0.087589, 51.510411], [-0.087362, 51.510432], [-0.087254, 51.510407], [-0.087322, 51.51031], [-0.087196, 51.510282], [-0.087144, 51.510216], [-0.087296, 51.50981], [-0.088045, 51.509925], [-0.088139, 51.510018], [-0.088075, 51.510095], [-0.088007, 51.510134]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3584, &quot;postcode&quot;: &quot;EC4R 9AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088612, 51.50897], [-0.088596, 51.509049], [-0.08853, 51.509082], [-0.088253, 51.509732], [-0.087378, 51.5096], [-0.0874, 51.50954], [-0.087421, 51.509478], [-0.08743, 51.509453], [-0.087426, 51.509466], [-0.087094, 51.509323], [-0.087098, 51.509298], [-0.087269, 51.509263], [-0.087488, 51.509291], [-0.087599, 51.509002], [-0.088013, 51.509057], [-0.088035, 51.508995], [-0.088088, 51.509001], [-0.0881, 51.508975], [-0.088612, 51.50897]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5274, &quot;postcode&quot;: &quot;EC4R 9EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093764, 51.512202], [-0.093742, 51.512291], [-0.093766, 51.512318], [-0.09381, 51.512329], [-0.093813, 51.512384], [-0.093677, 51.512984], [-0.093617, 51.51297], [-0.093746, 51.512337], [-0.093734, 51.512307], [-0.093744, 51.512219], [-0.093764, 51.512202]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 369, &quot;postcode&quot;: &quot;EC4V 2AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095348, 51.511256], [-0.095337, 51.511388], [-0.095239, 51.511639], [-0.095164, 51.512032], [-0.095183, 51.512063], [-0.095245, 51.51209], [-0.095144, 51.51211], [-0.094618, 51.512036], [-0.094783, 51.511527], [-0.094751, 51.511452], [-0.094938, 51.511481], [-0.094989, 51.511467], [-0.09501, 51.511438], [-0.095238, 51.511452], [-0.095275, 51.511426], [-0.095323, 51.511263], [-0.095348, 51.511256]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2567, &quot;postcode&quot;: &quot;EC4V 2AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093831, 51.510926], [-0.094028, 51.510898], [-0.094108, 51.510939], [-0.094252, 51.511169], [-0.094186, 51.511194], [-0.094093, 51.511197], [-0.094045, 51.511219], [-0.094049, 51.511164], [-0.093905, 51.511888], [-0.094597, 51.51201], [-0.09476, 51.511453], [-0.094805, 51.511458], [-0.094618, 51.512036], [-0.095143, 51.51211], [-0.094768, 51.51209], [-0.093988, 51.511958], [-0.093893, 51.511975], [-0.093798, 51.512379], [-0.093728, 51.512363], [-0.093803, 51.511982], [-0.093062, 51.511868], [-0.092925, 51.511861], [-0.092925, 51.51185], [-0.092826, 51.511836], [-0.092838, 51.511794], [-0.092925, 51.511806], [-0.092943, 51.511748], [-0.092938, 51.511803], [-0.093003, 51.511818], [-0.093762, 51.511923], [-0.09381, 51.511926], [-0.093846, 51.511908], [-0.093931, 51.511251], [-0.09312, 51.511176], [-0.093122, 51.511164], [-0.093014, 51.51115], [-0.093024, 51.511126], [-0.093197, 51.51115], [-0.093332, 51.511165], [-0.093525, 51.511184], [-0.093407, 51.511168], [-0.093454, 51.511019], [-0.093565, 51.511029], [-0.09357, 51.510908], [-0.093692, 51.510897], [-0.093831, 51.510926]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3419, &quot;postcode&quot;: &quot;EC4V 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095016, 51.51175], [-0.094996, 51.511792], [-0.094733, 51.511859], [-0.09468, 51.511847], [-0.094553, 51.511713], [-0.094571, 51.511672], [-0.094734, 51.511692], [-0.094779, 51.511679], [-0.094801, 51.511651], [-0.094868, 51.511656], [-0.094891, 51.511685], [-0.095016, 51.51175]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 450, &quot;postcode&quot;: &quot;EC4V 2AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09627, 51.511755], [-0.096264, 51.511826], [-0.095762, 51.51189], [-0.095203, 51.511993], [-0.095185, 51.511964], [-0.095224, 51.511747], [-0.095636, 51.511781], [-0.095706, 51.511757], [-0.096007, 51.511766], [-0.096063, 51.51174], [-0.09627, 51.511755]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1172, &quot;postcode&quot;: &quot;EC4V 2AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094125, 51.511799], [-0.093992, 51.511978], [-0.093922, 51.51197], [-0.093913, 51.51194], [-0.093876, 51.51192], [-0.093698, 51.511914], [-0.093703, 51.511831], [-0.093633, 51.511732], [-0.093577, 51.511705], [-0.093502, 51.511701], [-0.093353, 51.511751], [-0.093306, 51.511812], [-0.093212, 51.511847], [-0.093056, 51.511825], [-0.093192, 51.511675], [-0.093187, 51.511645], [-0.093149, 51.511622], [-0.093157, 51.511597], [-0.09323, 51.5116], [-0.093275, 51.511574], [-0.09328, 51.51149], [-0.093463, 51.511477], [-0.093511, 51.511453], [-0.093582, 51.511218], [-0.093964, 51.511255], [-0.094045, 51.511219], [-0.094021, 51.511295], [-0.09396, 51.511297], [-0.093926, 51.511324], [-0.093873, 51.511653], [-0.093915, 51.51169], [-0.094062, 51.5117], [-0.094062, 51.511731], [-0.094125, 51.511799]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2847, &quot;postcode&quot;: &quot;EC4V 2AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09411, 51.512134], [-0.094021, 51.512176], [-0.093973, 51.512134], [-0.093948, 51.512057], [-0.093859, 51.512036], [-0.0938, 51.51205], [-0.093779, 51.512085], [-0.093709, 51.512085], [-0.093668, 51.512113], [-0.093596, 51.512103], [-0.093626, 51.512034], [-0.093619, 51.511967], [-0.093641, 51.511957], [-0.093843, 51.511989], [-0.093922, 51.51197], [-0.094008, 51.51197], [-0.09406, 51.511996], [-0.09411, 51.512134]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 417, &quot;postcode&quot;: &quot;EC4V 2BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093378, 51.51196], [-0.093433, 51.511925], [-0.093618, 51.511954], [-0.093643, 51.512055], [-0.093616, 51.512052], [-0.093606, 51.512133], [-0.093519, 51.512122], [-0.09336, 51.512057], [-0.093378, 51.51196], [-0.093482, 51.511981], [-0.093378, 51.51196]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 320, &quot;postcode&quot;: &quot;EC4V 2BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093709, 51.511842], [-0.093698, 51.511914], [-0.093619, 51.511967], [-0.0936, 51.511909], [-0.093505, 51.511889], [-0.093454, 51.511902], [-0.093378, 51.51196], [-0.093392, 51.511906], [-0.093373, 51.511878], [-0.093212, 51.511847], [-0.093215, 51.511834], [-0.093303, 51.511807], [-0.093335, 51.511754], [-0.093513, 51.511696], [-0.093596, 51.511708], [-0.093638, 51.511732], [-0.093709, 51.511842]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 548, &quot;postcode&quot;: &quot;EC4V 2BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096342, 51.511283], [-0.096286, 51.511485], [-0.096297, 51.511753], [-0.096227, 51.511759], [-0.096187, 51.511743], [-0.096104, 51.511741], [-0.096035, 51.511767], [-0.09573, 51.511757], [-0.095659, 51.511785], [-0.095225, 51.511747], [-0.095246, 51.511615], [-0.095293, 51.511512], [-0.095264, 51.511471], [-0.095073, 51.511444], [-0.095021, 51.511455], [-0.094997, 51.511485], [-0.094852, 51.511476], [-0.094794, 51.511457], [-0.094721, 51.511465], [-0.094549, 51.511451], [-0.094574, 51.511276], [-0.094537, 51.511252], [-0.094397, 51.511225], [-0.094458, 51.511038], [-0.094799, 51.511074], [-0.094866, 51.511053], [-0.094878, 51.511012], [-0.094843, 51.510983], [-0.095041, 51.510449], [-0.095214, 51.510169], [-0.095243, 51.510175], [-0.095012, 51.510586], [-0.095034, 51.510589], [-0.095027, 51.510603], [-0.095153, 51.510621], [-0.095371, 51.510553], [-0.095548, 51.51058], [-0.095543, 51.510652], [-0.095654, 51.510682], [-0.095621, 51.510776], [-0.095631, 51.510814], [-0.095831, 51.510865], [-0.095842, 51.51121], [-0.095888, 51.51123], [-0.096342, 51.511283]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10343, &quot;postcode&quot;: &quot;EC4V 3AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099812, 51.511002], [-0.099739, 51.511265], [-0.099611, 51.511373], [-0.09955, 51.5114], [-0.099482, 51.511409], [-0.09945, 51.511449], [-0.099397, 51.511457], [-0.099368, 51.511486], [-0.099405, 51.511534], [-0.099615, 51.51156], [-0.099604, 51.511596], [-0.099092, 51.511541], [-0.099047, 51.511569], [-0.099034, 51.511648], [-0.098809, 51.511773], [-0.098686, 51.51177], [-0.098631, 51.511729], [-0.09878, 51.511228], [-0.09875, 51.511187], [-0.098621, 51.511152], [-0.098375, 51.511157], [-0.09834, 51.511202], [-0.098289, 51.511419], [-0.097904, 51.511365], [-0.097971, 51.511076], [-0.098021, 51.510959], [-0.09794, 51.510854], [-0.097933, 51.510713], [-0.098153, 51.510665], [-0.09892, 51.510762], [-0.09891, 51.510813], [-0.098953, 51.510845], [-0.099267, 51.510926], [-0.099812, 51.511002]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8711, &quot;postcode&quot;: &quot;EC4V 3AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093692, 51.510897], [-0.093553, 51.510905], [-0.093499, 51.510821], [-0.093711, 51.510843], [-0.093692, 51.510897]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 95, &quot;postcode&quot;: &quot;EC4V 3BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095213, 51.510169], [-0.095041, 51.510451], [-0.094932, 51.510744], [-0.094941, 51.510778], [-0.095, 51.510809], [-0.09495, 51.510805], [-0.094905, 51.510826], [-0.094834, 51.510983], [-0.094083, 51.510887], [-0.093831, 51.510926], [-0.093693, 51.510897], [-0.09369, 51.51086], [-0.09365, 51.510837], [-0.093267, 51.510793], [-0.093247, 51.510775], [-0.093379, 51.510364], [-0.093698, 51.509855], [-0.094393, 51.509979], [-0.095213, 51.510169]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11706, &quot;postcode&quot;: &quot;EC4V 3BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101828, 51.511227], [-0.101799, 51.511369], [-0.101713, 51.511408], [-0.101659, 51.511403], [-0.101729, 51.511224], [-0.101828, 51.511227]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 156, &quot;postcode&quot;: &quot;EC4V 3DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103106, 51.51115], [-0.102817, 51.511153], [-0.102735, 51.511189], [-0.102723, 51.511384], [-0.102655, 51.511398], [-0.102626, 51.511429], [-0.102695, 51.511528], [-0.102512, 51.511872], [-0.102587, 51.511948], [-0.102635, 51.511963], [-0.102915, 51.511888], [-0.102625, 51.511979], [-0.102492, 51.512087], [-0.102344, 51.512106], [-0.102295, 51.512149], [-0.10197, 51.512095], [-0.101919, 51.512108], [-0.101893, 51.512139], [-0.101786, 51.51214], [-0.101741, 51.51217], [-0.101721, 51.512141], [-0.101811, 51.512058], [-0.101845, 51.511979], [-0.101823, 51.511919], [-0.101782, 51.511898], [-0.101492, 51.511856], [-0.101583, 51.511603], [-0.10166, 51.511605], [-0.101705, 51.511578], [-0.10179, 51.511408], [-0.101829, 51.511227], [-0.102063, 51.511235], [-0.102069, 51.511392], [-0.102037, 51.511505], [-0.102063, 51.511536], [-0.102117, 51.511545], [-0.102173, 51.51152], [-0.102218, 51.511414], [-0.102214, 51.51124], [-0.102607, 51.511243], [-0.102719, 51.51119], [-0.102738, 51.51115], [-0.102817, 51.51115], [-0.102946, 51.511119], [-0.103085, 51.511117], [-0.103106, 51.51115]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5938, &quot;postcode&quot;: &quot;EC4V 3DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097076, 51.510507], [-0.096993, 51.510744], [-0.096936, 51.510743], [-0.096895, 51.510771], [-0.096823, 51.510944], [-0.096845, 51.510975], [-0.096899, 51.510988], [-0.096835, 51.510989], [-0.096792, 51.511012], [-0.096742, 51.5111], [-0.09677, 51.51114], [-0.096607, 51.511206], [-0.096498, 51.511218], [-0.096374, 51.511185], [-0.096169, 51.511035], [-0.096038, 51.511014], [-0.095971, 51.511033], [-0.095925, 51.511122], [-0.095807, 51.511088], [-0.095729, 51.511099], [-0.095792, 51.510956], [-0.095824, 51.510933], [-0.095932, 51.510966], [-0.09601, 51.510964], [-0.096195, 51.510993], [-0.096306, 51.510961], [-0.096337, 51.510925], [-0.096335, 51.510962], [-0.09639, 51.511004], [-0.096487, 51.511023], [-0.09654, 51.511016], [-0.096569, 51.510992], [-0.09681, 51.510469], [-0.097076, 51.510507]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2123, &quot;postcode&quot;: &quot;EC4V 3DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09534, 51.511223], [-0.095348, 51.511256], [-0.095326, 51.511262], [-0.09534, 51.511223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4V 3DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09568, 51.510557], [-0.095699, 51.510592], [-0.09567, 51.51065], [-0.09568, 51.510557]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC4V 3EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095824, 51.510874], [-0.095615, 51.510821], [-0.095636, 51.5107], [-0.095523, 51.510648], [-0.095548, 51.51058], [-0.095622, 51.510593], [-0.095673, 51.510565], [-0.095793, 51.510399], [-0.095982, 51.51033], [-0.096033, 51.510339], [-0.095824, 51.510874]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 999, &quot;postcode&quot;: &quot;EC4V 3EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098084, 51.511389], [-0.098078, 51.511463], [-0.097829, 51.511456], [-0.097334, 51.511409], [-0.097288, 51.511429], [-0.097275, 51.511481], [-0.097241, 51.511508], [-0.097089, 51.511467], [-0.097021, 51.511386], [-0.09698, 51.511368], [-0.096984, 51.511336], [-0.096957, 51.51131], [-0.096761, 51.511283], [-0.096807, 51.511225], [-0.096812, 51.511177], [-0.096791, 51.511148], [-0.09673, 51.511127], [-0.09691, 51.510728], [-0.096992, 51.510744], [-0.0969, 51.510988], [-0.096865, 51.511021], [-0.096854, 51.511244], [-0.096878, 51.511275], [-0.097076, 51.51129], [-0.097088, 51.511354], [-0.097205, 51.511394], [-0.097502, 51.511387], [-0.097561, 51.511352], [-0.097615, 51.511391], [-0.097868, 51.511392], [-0.097901, 51.511365], [-0.097939, 51.511229], [-0.097892, 51.511184], [-0.097843, 51.511184], [-0.097661, 51.511238], [-0.097562, 51.511338], [-0.097556, 51.511324], [-0.097737, 51.510895], [-0.09794, 51.510854], [-0.097991, 51.510922], [-0.097955, 51.511009], [-0.097985, 51.511045], [-0.097915, 51.511336], [-0.097957, 51.511371], [-0.098084, 51.511389]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1755, &quot;postcode&quot;: &quot;EC4V 3HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096829, 51.510474], [-0.096786, 51.510514], [-0.096552, 51.511029], [-0.096358, 51.511002], [-0.096316, 51.510975], [-0.096477, 51.510598], [-0.096514, 51.510576], [-0.096545, 51.510508], [-0.096517, 51.510469], [-0.096456, 51.510461], [-0.096499, 51.510378], [-0.096481, 51.510341], [-0.096824, 51.510419], [-0.096798, 51.510467], [-0.096829, 51.510474]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1330, &quot;postcode&quot;: &quot;EC4V 3PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096543, 51.510516], [-0.096505, 51.510602], [-0.096463, 51.510631], [-0.096315, 51.510976], [-0.096265, 51.510989], [-0.096019, 51.510947], [-0.095949, 51.510965], [-0.095844, 51.51095], [-0.095814, 51.510913], [-0.096034, 51.510338], [-0.096159, 51.510267], [-0.096516, 51.510349], [-0.096457, 51.510469], [-0.096483, 51.5105], [-0.096543, 51.510516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2659, &quot;postcode&quot;: &quot;EC4V 3PL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096549, 51.510485], [-0.096543, 51.510515], [-0.096437, 51.510494], [-0.096455, 51.510461], [-0.096519, 51.51044], [-0.096549, 51.510485]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 40, &quot;postcode&quot;: &quot;EC4V 3PQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096039, 51.510334], [-0.096058, 51.510341], [-0.096034, 51.510338], [-0.096039, 51.510334]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4V 3PT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096939, 51.51066], [-0.096918, 51.51071], [-0.096917, 51.510711], [-0.096918, 51.51071], [-0.096939, 51.51066]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4V 3QH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098159, 51.510666], [-0.097971, 51.511076], [-0.097901, 51.511364], [-0.098082, 51.511398], [-0.09733, 51.511386], [-0.097328, 51.511406], [-0.097071, 51.51137], [-0.097076, 51.51129], [-0.096851, 51.511284], [-0.096867, 51.510987], [-0.0969, 51.510988], [-0.09707, 51.510549], [-0.097809, 51.510668], [-0.097843, 51.51063], [-0.098159, 51.510666]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6442, &quot;postcode&quot;: &quot;EC4V 3QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095032, 51.511067], [-0.09502, 51.511102], [-0.094974, 51.511103], [-0.094938, 51.511123], [-0.094914, 51.511207], [-0.094857, 51.5112], [-0.094868, 51.511122], [-0.094835, 51.51109], [-0.094788, 51.511074], [-0.09452, 51.511045], [-0.094451, 51.511068], [-0.094412, 51.511178], [-0.094252, 51.511169], [-0.094112, 51.510946], [-0.094028, 51.510898], [-0.094043, 51.510881], [-0.094196, 51.510887], [-0.094246, 51.510911], [-0.094949, 51.510997], [-0.09501, 51.510986], [-0.094995, 51.511034], [-0.095032, 51.511067]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1060, &quot;postcode&quot;: &quot;EC4V 3RL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104234, 51.510858], [-0.103699, 51.510853], [-0.102898, 51.510848], [-0.102144, 51.510842], [-0.102098, 51.510852], [-0.102071, 51.510886], [-0.102063, 51.511235], [-0.101781, 51.511226], [-0.101722, 51.511247], [-0.10169, 51.511343], [-0.101737, 51.511374], [-0.101799, 51.511369], [-0.101789, 51.511414], [-0.101758, 51.511445], [-0.101671, 51.511659], [-0.101618, 51.511647], [-0.101564, 51.511665], [-0.101504, 51.511804], [-0.101511, 51.511841], [-0.101546, 51.511863], [-0.101844, 51.511906], [-0.101856, 51.511946], [-0.101821, 51.512048], [-0.101721, 51.512141], [-0.101543, 51.512123], [-0.101522, 51.512105], [-0.101526, 51.51205], [-0.101485, 51.512026], [-0.101209, 51.512007], [-0.101254, 51.511858], [-0.101216, 51.511818], [-0.100289, 51.511693], [-0.100242, 51.511697], [-0.100206, 51.511722], [-0.100161, 51.511899], [-0.099799, 51.511884], [-0.099752, 51.511895], [-0.099729, 51.511925], [-0.099521, 51.511911], [-0.099566, 51.511658], [-0.099839, 51.511694], [-0.099888, 51.511678], [-0.09991, 51.511641], [-0.099875, 51.511592], [-0.099653, 51.51156], [-0.099797, 51.511024], [-0.099754, 51.510996], [-0.099265, 51.510925], [-0.098898, 51.510835], [-0.098922, 51.510755], [-0.099178, 51.510783], [-0.10007, 51.51083], [-0.104233, 51.510849], [-0.104234, 51.510858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17752, &quot;postcode&quot;: &quot;EC4V 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09579, 51.511218], [-0.095861, 51.511113], [-0.095925, 51.511122], [-0.096052, 51.511138], [-0.095957, 51.511126], [-0.096198, 51.511062], [-0.096374, 51.511185], [-0.096498, 51.511218], [-0.096481, 51.511245], [-0.096389, 51.511243], [-0.09637, 51.511284], [-0.096451, 51.511293], [-0.09635, 51.511455], [-0.096293, 51.511459], [-0.096342, 51.511282], [-0.09579, 51.511218]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 763, &quot;postcode&quot;: &quot;EC4V 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097275, 51.511481], [-0.097273, 51.511512], [-0.097004, 51.511488], [-0.096968, 51.511508], [-0.096956, 51.51154], [-0.096879, 51.511552], [-0.096852, 51.511593], [-0.096681, 51.511521], [-0.096539, 51.511536], [-0.096351, 51.511455], [-0.096424, 51.511331], [-0.09641, 51.511301], [-0.09637, 51.511284], [-0.096389, 51.511243], [-0.096451, 51.511242], [-0.096519, 51.511213], [-0.096609, 51.511204], [-0.096772, 51.511139], [-0.096812, 51.511166], [-0.096808, 51.51127], [-0.096846, 51.51129], [-0.096997, 51.511313], [-0.096994, 51.511348], [-0.097077, 51.511458], [-0.0972, 51.511501], [-0.097275, 51.511481]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1484, &quot;postcode&quot;: &quot;EC4V 4AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097963, 51.511148], [-0.097937, 51.511236], [-0.097895, 51.511238], [-0.097858, 51.511258], [-0.097819, 51.511359], [-0.097569, 51.511326], [-0.097647, 51.511242], [-0.097963, 51.511148]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 289, &quot;postcode&quot;: &quot;EC4V 4AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095425, 51.512138], [-0.095357, 51.512273], [-0.095338, 51.51227], [-0.095349, 51.51221], [-0.095278, 51.512185], [-0.094482, 51.512348], [-0.094453, 51.512392], [-0.094497, 51.512427], [-0.094441, 51.512557], [-0.093795, 51.512491], [-0.093817, 51.512302], [-0.093947, 51.512312], [-0.094578, 51.512179], [-0.094605, 51.512128], [-0.094706, 51.512065], [-0.094688, 51.512001], [-0.094733, 51.51186], [-0.094996, 51.511792], [-0.095124, 51.511931], [-0.095095, 51.511974], [-0.09511, 51.512008], [-0.095287, 51.512123], [-0.095425, 51.512138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3194, &quot;postcode&quot;: &quot;EC4V 4AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094756, 51.511466], [-0.09469, 51.511685], [-0.094614, 51.511687], [-0.094577, 51.511723], [-0.09468, 51.511847], [-0.094631, 51.511885], [-0.094612, 51.511958], [-0.094636, 51.511989], [-0.094688, 51.512001], [-0.094695, 51.51208], [-0.094655, 51.512072], [-0.094657, 51.51204], [-0.094622, 51.512014], [-0.094398, 51.511979], [-0.094464, 51.511922], [-0.094469, 51.511802], [-0.094443, 51.511771], [-0.09439, 51.511761], [-0.094214, 51.511805], [-0.094125, 51.511799], [-0.094038, 51.51171], [-0.093941, 51.511694], [-0.094039, 51.511225], [-0.094093, 51.511197], [-0.09418, 51.511193], [-0.094587, 51.511246], [-0.094564, 51.511433], [-0.094612, 51.511456], [-0.094756, 51.511466]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3112, &quot;postcode&quot;: &quot;EC4V 4BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102945, 51.511918], [-0.10286, 51.51192], [-0.102817, 51.51194], [-0.102663, 51.5122], [-0.102679, 51.512492], [-0.102388, 51.512492], [-0.102325, 51.512524], [-0.102329, 51.512555], [-0.102381, 51.512611], [-0.102609, 51.512621], [-0.102572, 51.512828], [-0.101594, 51.512743], [-0.101587, 51.512698], [-0.101503, 51.512658], [-0.101693, 51.512522], [-0.101822, 51.512251], [-0.101846, 51.512239], [-0.102615, 51.512236], [-0.10265, 51.51221], [-0.102646, 51.512176], [-0.102492, 51.512087], [-0.102615, 51.511982], [-0.102915, 51.511888], [-0.102945, 51.511918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4116, &quot;postcode&quot;: &quot;EC4V 4BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098071, 51.512022], [-0.097673, 51.512011], [-0.097619, 51.512028], [-0.097379, 51.512275], [-0.097267, 51.512695], [-0.097246, 51.512693], [-0.097338, 51.51235], [-0.097325, 51.51232], [-0.097284, 51.512303], [-0.096993, 51.512275], [-0.096801, 51.512291], [-0.096598, 51.512847], [-0.096542, 51.512765], [-0.096666, 51.512475], [-0.096707, 51.512287], [-0.096691, 51.512257], [-0.096649, 51.512241], [-0.096636, 51.512204], [-0.096594, 51.512187], [-0.096635, 51.512033], [-0.096617, 51.512001], [-0.096556, 51.511986], [-0.096036, 51.512035], [-0.09599, 51.512059], [-0.095978, 51.512119], [-0.095568, 51.512094], [-0.09566, 51.51191], [-0.096266, 51.511826], [-0.096304, 51.511809], [-0.096359, 51.511824], [-0.096784, 51.51181], [-0.096836, 51.511798], [-0.096866, 51.51176], [-0.096849, 51.511732], [-0.096804, 51.511717], [-0.096813, 51.5116], [-0.096855, 51.511579], [-0.096878, 51.511532], [-0.096943, 51.511521], [-0.096969, 51.511477], [-0.097241, 51.511498], [-0.097275, 51.51147], [-0.097282, 51.511401], [-0.09735, 51.511407], [-0.097324, 51.511744], [-0.097338, 51.511773], [-0.097385, 51.511791], [-0.09772, 51.511804], [-0.097733, 51.511865], [-0.097819, 51.511878], [-0.097813, 51.511958], [-0.097834, 51.511985], [-0.098059, 51.512008], [-0.098071, 51.512022]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6887, &quot;postcode&quot;: &quot;EC4V 4BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099735, 51.511881], [-0.100161, 51.511899], [-0.100214, 51.511683], [-0.101266, 51.511823], [-0.101209, 51.512007], [-0.101146, 51.512004], [-0.101538, 51.512028], [-0.101488, 51.512215], [-0.101556, 51.512223], [-0.101094, 51.512195], [-0.101078, 51.512292], [-0.10106, 51.512286], [-0.101075, 51.512194], [-0.099898, 51.512127], [-0.099901, 51.512105], [-0.09916, 51.512067], [-0.099154, 51.511894], [-0.099347, 51.511885], [-0.099339, 51.511799], [-0.099358, 51.511773], [-0.099545, 51.511765], [-0.099521, 51.511911], [-0.099729, 51.511925], [-0.099735, 51.511881]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5682, &quot;postcode&quot;: &quot;EC4V 4BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098627, 51.511851], [-0.098651, 51.511852], [-0.098686, 51.51177], [-0.098809, 51.511773], [-0.099194, 51.511892], [-0.099153, 51.511897], [-0.09916, 51.512067], [-0.09943, 51.512081], [-0.099423, 51.512101], [-0.099162, 51.512086], [-0.099169, 51.512168], [-0.099088, 51.512168], [-0.099072, 51.511981], [-0.098995, 51.511976], [-0.099004, 51.512169], [-0.098914, 51.512169], [-0.098841, 51.51228], [-0.098712, 51.512283], [-0.098704, 51.512342], [-0.098427, 51.512239], [-0.098439, 51.512044], [-0.098405, 51.512041], [-0.098492, 51.51204], [-0.098533, 51.511945], [-0.098614, 51.511884], [-0.098627, 51.511851]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2087, &quot;postcode&quot;: &quot;EC4V 4BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101051, 51.512193], [-0.101004, 51.512383], [-0.100568, 51.512398], [-0.100497, 51.512413], [-0.100472, 51.512451], [-0.100421, 51.512451], [-0.100412, 51.512426], [-0.100505, 51.5124], [-0.100536, 51.512372], [-0.100531, 51.512311], [-0.100476, 51.512279], [-0.100468, 51.512236], [-0.100528, 51.512215], [-0.100542, 51.512164], [-0.101051, 51.512193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 866, &quot;postcode&quot;: &quot;EC4V 4BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104533, 51.511256], [-0.10447, 51.511901], [-0.104444, 51.5119], [-0.104435, 51.511865], [-0.104399, 51.511844], [-0.104196, 51.511819], [-0.104149, 51.511826], [-0.104119, 51.511854], [-0.104116, 51.511937], [-0.103987, 51.511941], [-0.103848, 51.512012], [-0.103826, 51.512039], [-0.103832, 51.512098], [-0.103749, 51.512084], [-0.103435, 51.512164], [-0.103414, 51.512195], [-0.103419, 51.512304], [-0.103366, 51.5123], [-0.10331, 51.512334], [-0.103285, 51.512328], [-0.10329, 51.512221], [-0.103262, 51.512195], [-0.103222, 51.512186], [-0.10299, 51.512211], [-0.102945, 51.512242], [-0.102708, 51.512242], [-0.102655, 51.51223], [-0.101873, 51.512239], [-0.101803, 51.512266], [-0.101928, 51.512085], [-0.102593, 51.512209], [-0.102647, 51.512204], [-0.102677, 51.512181], [-0.102776, 51.511988], [-0.102718, 51.511954], [-0.102611, 51.511975], [-0.102551, 51.511913], [-0.102805, 51.511842], [-0.102832, 51.511816], [-0.10283, 51.511779], [-0.103379, 51.511605], [-0.103411, 51.511555], [-0.10356, 51.511553], [-0.103654, 51.511523], [-0.103696, 51.511476], [-0.103896, 51.51147], [-0.103936, 51.511452], [-0.103961, 51.51141], [-0.104013, 51.511391], [-0.104056, 51.511401], [-0.104102, 51.511392], [-0.104128, 51.511366], [-0.104132, 51.51132], [-0.104078, 51.511249], [-0.104119, 51.511227], [-0.104138, 51.511175], [-0.104464, 51.51118], [-0.104473, 51.511232], [-0.104533, 51.511256]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8516, &quot;postcode&quot;: &quot;EC4V 4DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099739, 51.511265], [-0.099715, 51.511358], [-0.099685, 51.511451], [-0.099611, 51.511373], [-0.099739, 51.511265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 72, &quot;postcode&quot;: &quot;EC4V 4EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104572, 51.51085], [-0.104533, 51.511256], [-0.104483, 51.511241], [-0.104415, 51.511181], [-0.104206, 51.511176], [-0.104154, 51.511187], [-0.104105, 51.511252], [-0.104134, 51.511291], [-0.104123, 51.511478], [-0.104078, 51.511427], [-0.104029, 51.511412], [-0.103978, 51.511423], [-0.103923, 51.511473], [-0.10377, 51.511472], [-0.103706, 51.511199], [-0.103631, 51.511132], [-0.103408, 51.511115], [-0.102946, 51.511119], [-0.102767, 51.511158], [-0.102612, 51.511245], [-0.102282, 51.511241], [-0.102237, 51.511254], [-0.102216, 51.511282], [-0.102219, 51.511412], [-0.102079, 51.511766], [-0.101955, 51.511752], [-0.102069, 51.511392], [-0.102072, 51.510842], [-0.104572, 51.51085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7696, &quot;postcode&quot;: &quot;EC4V 4EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098289, 51.511419], [-0.098364, 51.511148], [-0.098628, 51.511152], [-0.09879, 51.511197], [-0.098631, 51.511729], [-0.098686, 51.51177], [-0.098651, 51.511852], [-0.098627, 51.511851], [-0.098614, 51.511884], [-0.098533, 51.511945], [-0.098492, 51.51204], [-0.098071, 51.512022], [-0.09806, 51.512008], [-0.097771, 51.511992], [-0.097814, 51.511945], [-0.09782, 51.51186], [-0.097862, 51.511812], [-0.09732, 51.511789], [-0.09735, 51.511407], [-0.098068, 51.511493], [-0.098082, 51.511398], [-0.098289, 51.511419]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5974, &quot;postcode&quot;: &quot;EC4V 4EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099538, 51.511802], [-0.099486, 51.511768], [-0.099382, 51.511772], [-0.099343, 51.511802], [-0.099347, 51.511885], [-0.099194, 51.511892], [-0.098809, 51.511773], [-0.099032, 51.511643], [-0.099032, 51.511599], [-0.098958, 51.511569], [-0.09895, 51.511529], [-0.099134, 51.511533], [-0.099173, 51.511508], [-0.0992, 51.511433], [-0.099408, 51.51144], [-0.09946, 51.511401], [-0.099549, 51.511398], [-0.099611, 51.511373], [-0.099685, 51.511451], [-0.099673, 51.511547], [-0.099708, 51.511567], [-0.099808, 51.511581], [-0.099897, 51.511676], [-0.099888, 51.511702], [-0.099638, 51.511669], [-0.09959, 51.511675], [-0.099557, 51.511704], [-0.099538, 51.511802]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2142, &quot;postcode&quot;: &quot;EC4V 4ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09635, 51.511455], [-0.096539, 51.511536], [-0.096672, 51.511514], [-0.096852, 51.511593], [-0.096813, 51.511599], [-0.096804, 51.511717], [-0.097193, 51.511722], [-0.097187, 51.511788], [-0.09681, 51.511805], [-0.096786, 51.511853], [-0.097134, 51.511925], [-0.097125, 51.511957], [-0.097075, 51.511981], [-0.096882, 51.511989], [-0.096812, 51.511978], [-0.096746, 51.511936], [-0.096755, 51.511917], [-0.09671, 51.511913], [-0.096778, 51.511845], [-0.096744, 51.511806], [-0.096264, 51.511829], [-0.096271, 51.511755], [-0.096298, 51.511753], [-0.096286, 51.511482], [-0.096293, 51.511459], [-0.09635, 51.511455]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1760, &quot;postcode&quot;: &quot;EC4V 4HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102661, 51.512242], [-0.102708, 51.51224], [-0.102708, 51.512242], [-0.102661, 51.512242]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC4V 4LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102683, 51.512234], [-0.102441, 51.512241], [-0.102458, 51.512211], [-0.102435, 51.512179], [-0.102295, 51.512149], [-0.102326, 51.512106], [-0.102492, 51.512088], [-0.102673, 51.512187], [-0.102683, 51.512234]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 264, &quot;postcode&quot;: &quot;EC4V 4QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100912, 51.513262], [-0.100843, 51.513431], [-0.100446, 51.513388], [-0.100403, 51.513349], [-0.100198, 51.513317], [-0.100151, 51.513323], [-0.100132, 51.513308], [-0.100141, 51.513257], [-0.100188, 51.513253], [-0.100222, 51.513231], [-0.100236, 51.513169], [-0.100397, 51.51318], [-0.100453, 51.513158], [-0.100745, 51.513184], [-0.100745, 51.513215], [-0.100774, 51.513239], [-0.100912, 51.513262]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1047, &quot;postcode&quot;: &quot;EC4V 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100752, 51.513239], [-0.100745, 51.513184], [-0.100453, 51.513158], [-0.100445, 51.513184], [-0.100265, 51.51317], [-0.100279, 51.513059], [-0.101021, 51.513127], [-0.100912, 51.513262], [-0.100752, 51.513239]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 581, &quot;postcode&quot;: &quot;EC4V 5AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099738, 51.51303], [-0.099927, 51.513039], [-0.099473, 51.513017], [-0.099738, 51.51303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4V 5AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101207, 51.513135], [-0.101183, 51.513173], [-0.10115, 51.513149], [-0.101046, 51.513129], [-0.100328, 51.513067], [-0.100278, 51.513094], [-0.100217, 51.513263], [-0.100141, 51.513257], [-0.100167, 51.513089], [-0.100151, 51.513064], [-0.100109, 51.513049], [-0.097269, 51.512903], [-0.097279, 51.512855], [-0.097497, 51.51286], [-0.098318, 51.51291], [-0.098377, 51.512902], [-0.098432, 51.512922], [-0.099015, 51.51295], [-0.099055, 51.512934], [-0.099072, 51.512906], [-0.099174, 51.5129], [-0.09921, 51.512861], [-0.099173, 51.512586], [-0.099239, 51.512556], [-0.099457, 51.512526], [-0.099643, 51.512529], [-0.099697, 51.51251], [-0.099805, 51.512503], [-0.09986, 51.512515], [-0.100464, 51.512478], [-0.100528, 51.512493], [-0.100551, 51.512518], [-0.100545, 51.512949], [-0.100565, 51.513001], [-0.100605, 51.513018], [-0.101157, 51.513084], [-0.101166, 51.513115], [-0.101207, 51.513135]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6728, &quot;postcode&quot;: &quot;EC4V 5AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101277, 51.51271], [-0.101214, 51.512753], [-0.101098, 51.512954], [-0.101011, 51.512952], [-0.100965, 51.512972], [-0.100948, 51.513058], [-0.100285, 51.512986], [-0.100481, 51.512997], [-0.100543, 51.512961], [-0.100549, 51.51252], [-0.100512, 51.512489], [-0.100438, 51.512479], [-0.100421, 51.512451], [-0.100441, 51.512409], [-0.100499, 51.512402], [-0.100534, 51.512376], [-0.100534, 51.512241], [-0.1006, 51.512241], [-0.100609, 51.512361], [-0.100644, 51.512393], [-0.100953, 51.512385], [-0.101009, 51.512355], [-0.101057, 51.512194], [-0.101048, 51.512261], [-0.101078, 51.512292], [-0.10106, 51.51243], [-0.101082, 51.512634], [-0.101189, 51.512694], [-0.101277, 51.51271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3011, &quot;postcode&quot;: &quot;EC4V 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100858, 51.512914], [-0.100954, 51.512932], [-0.100951, 51.512948], [-0.100844, 51.512946], [-0.100858, 51.512914]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 23, &quot;postcode&quot;: &quot;EC4V 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101074, 51.512657], [-0.101044, 51.512735], [-0.100945, 51.512738], [-0.100898, 51.512784], [-0.100805, 51.512789], [-0.100808, 51.512716], [-0.100915, 51.512644], [-0.100979, 51.512674], [-0.101033, 51.512674], [-0.101074, 51.512657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 163, &quot;postcode&quot;: &quot;EC4V 5AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099211, 51.512846], [-0.099149, 51.512867], [-0.099139, 51.512922], [-0.099059, 51.512927], [-0.099058, 51.512849], [-0.099023, 51.512827], [-0.098955, 51.512821], [-0.098937, 51.512731], [-0.099129, 51.5127], [-0.099143, 51.51275], [-0.099205, 51.512769], [-0.099211, 51.512846]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 271, &quot;postcode&quot;: &quot;EC4V 5AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100959, 51.512948], [-0.101098, 51.512954], [-0.101038, 51.513054], [-0.101009, 51.513065], [-0.100948, 51.513058], [-0.100959, 51.512948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 97, &quot;postcode&quot;: &quot;EC4V 5AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098704, 51.512342], [-0.098701, 51.51237], [-0.098711, 51.51237], [-0.098727, 51.512371], [-0.098708, 51.51238], [-0.098659, 51.512367], [-0.098621, 51.512474], [-0.098533, 51.51246], [-0.09854, 51.512352], [-0.098536, 51.512418], [-0.098418, 51.512384], [-0.098427, 51.512239], [-0.098704, 51.512342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 289, &quot;postcode&quot;: &quot;EC4V 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0993, 51.512938], [-0.100184, 51.512983], [-0.099215, 51.512945], [-0.099118, 51.512956], [-0.098373, 51.512919], [-0.09843, 51.512867], [-0.098453, 51.512674], [-0.0985, 51.512541], [-0.098481, 51.512509], [-0.098413, 51.512482], [-0.098415, 51.512433], [-0.098562, 51.512464], [-0.098625, 51.512445], [-0.098659, 51.512367], [-0.098702, 51.512339], [-0.098712, 51.512283], [-0.098839, 51.512271], [-0.098914, 51.512169], [-0.098962, 51.512164], [-0.098994, 51.512142], [-0.098995, 51.511976], [-0.099072, 51.511981], [-0.099088, 51.512132], [-0.099118, 51.512155], [-0.099168, 51.512161], [-0.099195, 51.512466], [-0.099248, 51.512534], [-0.099306, 51.512552], [-0.099206, 51.512592], [-0.099184, 51.512619], [-0.099214, 51.512849], [-0.099247, 51.512919], [-0.0993, 51.512938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4011, &quot;postcode&quot;: &quot;EC4V 5BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098892, 51.512572], [-0.098895, 51.512696], [-0.098867, 51.512698], [-0.098816, 51.512671], [-0.098636, 51.512664], [-0.098634, 51.512602], [-0.098515, 51.51256], [-0.098466, 51.512561], [-0.098408, 51.512584], [-0.098418, 51.512384], [-0.098536, 51.512418], [-0.098521, 51.51249], [-0.098554, 51.512523], [-0.098892, 51.512572]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 420, &quot;postcode&quot;: &quot;EC4V 5BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098416, 51.512584], [-0.098501, 51.512542], [-0.098467, 51.51263], [-0.098453, 51.5126], [-0.098416, 51.512584]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 20, &quot;postcode&quot;: &quot;EC4V 5BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101643, 51.513514], [-0.101617, 51.513647], [-0.101565, 51.513763], [-0.101528, 51.513758], [-0.101558, 51.513475], [-0.101477, 51.513396], [-0.101288, 51.513304], [-0.10122, 51.513305], [-0.101135, 51.513419], [-0.10109, 51.513671], [-0.101117, 51.513707], [-0.101182, 51.51372], [-0.10117, 51.513772], [-0.100976, 51.513755], [-0.101028, 51.513421], [-0.101206, 51.513138], [-0.101274, 51.513138], [-0.101314, 51.513216], [-0.101497, 51.513282], [-0.101482, 51.513332], [-0.101621, 51.513433], [-0.101643, 51.513514]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 949, &quot;postcode&quot;: &quot;EC4V 5BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100545, 51.512402], [-0.100467, 51.512424], [-0.100463, 51.512478], [-0.099809, 51.512518], [-0.099749, 51.512507], [-0.099695, 51.512526], [-0.099416, 51.512531], [-0.099239, 51.512556], [-0.099229, 51.512518], [-0.099197, 51.512498], [-0.099162, 51.512086], [-0.099375, 51.512098], [-0.099432, 51.512081], [-0.099899, 51.512105], [-0.099953, 51.51213], [-0.100542, 51.512164], [-0.100524, 51.512264], [-0.100545, 51.512402]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4087, &quot;postcode&quot;: &quot;EC4V 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101419, 51.512891], [-0.101391, 51.512953], [-0.101379, 51.513082], [-0.101288, 51.513136], [-0.101158, 51.513084], [-0.10126, 51.512867], [-0.101419, 51.512891]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 339, &quot;postcode&quot;: &quot;EC4V 5BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10126, 51.512866], [-0.101376, 51.512748], [-0.101474, 51.512753], [-0.101438, 51.512886], [-0.101421, 51.512887], [-0.101447, 51.512833], [-0.101419, 51.512891], [-0.10126, 51.512866]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 152, &quot;postcode&quot;: &quot;EC4V 5BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101893, 51.512139], [-0.10178, 51.512304], [-0.101695, 51.512521], [-0.101429, 51.512706], [-0.101409, 51.512747], [-0.101357, 51.512765], [-0.101265, 51.512861], [-0.101158, 51.513084], [-0.101009, 51.513065], [-0.101047, 51.51304], [-0.101219, 51.512735], [-0.101192, 51.512701], [-0.101074, 51.512658], [-0.101059, 51.512382], [-0.101012, 51.512344], [-0.101044, 51.512302], [-0.101051, 51.512194], [-0.101489, 51.512211], [-0.101522, 51.512267], [-0.101612, 51.512298], [-0.101668, 51.512276], [-0.101761, 51.512139], [-0.101773, 51.512077], [-0.101722, 51.512046], [-0.101815, 51.512048], [-0.101809, 51.512113], [-0.101843, 51.512134], [-0.101893, 51.512139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2780, &quot;postcode&quot;: &quot;EC4V 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101546, 51.512759], [-0.101442, 51.512963], [-0.101586, 51.512982], [-0.101594, 51.513035], [-0.10156, 51.513074], [-0.101493, 51.513052], [-0.101471, 51.513078], [-0.101395, 51.513054], [-0.101382, 51.513071], [-0.101394, 51.512976], [-0.101378, 51.512973], [-0.101475, 51.512803], [-0.101473, 51.512756], [-0.101502, 51.512745], [-0.101799, 51.51276], [-0.10184, 51.512806], [-0.101833, 51.512831], [-0.101787, 51.512831], [-0.101798, 51.51278], [-0.101546, 51.512759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 293, &quot;postcode&quot;: &quot;EC4V 5DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102098, 51.512787], [-0.10201, 51.512808], [-0.101887, 51.512803], [-0.101843, 51.512825], [-0.101791, 51.513118], [-0.101736, 51.51311], [-0.10174, 51.513048], [-0.101711, 51.51302], [-0.101645, 51.513012], [-0.101594, 51.513035], [-0.101548, 51.512981], [-0.101442, 51.512963], [-0.101546, 51.512759], [-0.101744, 51.512775], [-0.101799, 51.512761], [-0.102098, 51.512787]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 734, &quot;postcode&quot;: &quot;EC4V 5DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101769, 51.513123], [-0.101756, 51.513223], [-0.101684, 51.513239], [-0.101441, 51.513193], [-0.101312, 51.513138], [-0.101192, 51.513159], [-0.101142, 51.513117], [-0.101158, 51.513084], [-0.101272, 51.51312], [-0.101321, 51.513118], [-0.101395, 51.513054], [-0.10144, 51.513064], [-0.101551, 51.513056], [-0.10159, 51.513037], [-0.101603, 51.513007], [-0.101747, 51.513018], [-0.101739, 51.513092], [-0.101769, 51.513123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 568, &quot;postcode&quot;: &quot;EC4V 5DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10231, 51.513539], [-0.102268, 51.513696], [-0.10204, 51.513707], [-0.101975, 51.513823], [-0.101905, 51.513842], [-0.101639, 51.513803], [-0.101616, 51.513776], [-0.101565, 51.513763], [-0.101617, 51.513647], [-0.101708, 51.513659], [-0.101824, 51.513648], [-0.101858, 51.513627], [-0.101887, 51.513556], [-0.101872, 51.513522], [-0.101768, 51.513453], [-0.101787, 51.513317], [-0.101758, 51.513292], [-0.10171, 51.513285], [-0.101659, 51.513299], [-0.101633, 51.513329], [-0.101451, 51.513266], [-0.10142, 51.513245], [-0.101278, 51.513205], [-0.101274, 51.513138], [-0.101314, 51.513133], [-0.101414, 51.513184], [-0.101465, 51.513185], [-0.101602, 51.513228], [-0.101709, 51.513234], [-0.101754, 51.513258], [-0.102099, 51.513285], [-0.102149, 51.513303], [-0.102239, 51.513302], [-0.102293, 51.513334], [-0.102266, 51.513362], [-0.102248, 51.513503], [-0.10231, 51.513539]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2204, &quot;postcode&quot;: &quot;EC4V 5EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10195, 51.513324], [-0.101854, 51.513315], [-0.101803, 51.51333], [-0.101768, 51.513453], [-0.101621, 51.513355], [-0.101652, 51.51329], [-0.101709, 51.513234], [-0.101756, 51.513223], [-0.101818, 51.513257], [-0.101926, 51.51327], [-0.10195, 51.513324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 252, &quot;postcode&quot;: &quot;EC4V 5EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102391, 51.51355], [-0.102242, 51.51353], [-0.102264, 51.513374], [-0.102299, 51.513337], [-0.102374, 51.513362], [-0.102553, 51.51338], [-0.102522, 51.513483], [-0.102452, 51.513472], [-0.102423, 51.513541], [-0.102391, 51.51355]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 344, &quot;postcode&quot;: &quot;EC4V 5EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102095, 51.512791], [-0.102241, 51.512799], [-0.102252, 51.512828], [-0.10222, 51.512826], [-0.102184, 51.513037], [-0.102054, 51.513029], [-0.102069, 51.512918], [-0.101825, 51.512906], [-0.101842, 51.512796], [-0.10201, 51.512808], [-0.102095, 51.512791]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 466, &quot;postcode&quot;: &quot;EC4V 5EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102511, 51.513088], [-0.102486, 51.513244], [-0.102296, 51.513233], [-0.102274, 51.51317], [-0.102318, 51.51308], [-0.102511, 51.513088]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 241, &quot;postcode&quot;: &quot;EC4V 5EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10224, 51.513301], [-0.102274, 51.513171], [-0.102303, 51.513181], [-0.102296, 51.513233], [-0.102486, 51.513244], [-0.102499, 51.513161], [-0.102714, 51.513174], [-0.102683, 51.513352], [-0.102596, 51.513346], [-0.102537, 51.513378], [-0.102374, 51.513362], [-0.10224, 51.513301]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 533, &quot;postcode&quot;: &quot;EC4V 5EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102284, 51.513116], [-0.102251, 51.513302], [-0.102128, 51.513305], [-0.102082, 51.513283], [-0.101798, 51.513252], [-0.101756, 51.513222], [-0.101825, 51.512906], [-0.102069, 51.512918], [-0.102072, 51.513014], [-0.102147, 51.513034], [-0.102178, 51.51308], [-0.102268, 51.513091], [-0.102284, 51.513116]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1124, &quot;postcode&quot;: &quot;EC4V 5EQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097078, 51.51339], [-0.097172, 51.513053], [-0.097228, 51.51305], [-0.097265, 51.513019], [-0.097242, 51.51297], [-0.097267, 51.512894], [-0.097223, 51.512859], [-0.097255, 51.512739], [-0.097256, 51.512816], [-0.097293, 51.512845], [-0.097497, 51.51286], [-0.097507, 51.512897], [-0.097554, 51.512916], [-0.097806, 51.51292], [-0.097723, 51.512931], [-0.097687, 51.512952], [-0.097665, 51.51304], [-0.097702, 51.513077], [-0.097663, 51.513123], [-0.097686, 51.513151], [-0.09782, 51.513205], [-0.097865, 51.513274], [-0.097266, 51.513142], [-0.097373, 51.513213], [-0.097386, 51.513252], [-0.097368, 51.513309], [-0.097284, 51.513367], [-0.097078, 51.51339]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1613, &quot;postcode&quot;: &quot;EC4V 5ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102345, 51.512877], [-0.102327, 51.513011], [-0.102282, 51.513018], [-0.102317, 51.512832], [-0.102278, 51.513042], [-0.102184, 51.513037], [-0.10222, 51.512826], [-0.102252, 51.512828], [-0.102241, 51.512799], [-0.102456, 51.512818], [-0.102398, 51.512881], [-0.102345, 51.512877]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 274, &quot;postcode&quot;: &quot;EC4V 5EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103373, 51.512873], [-0.103318, 51.512983], [-0.10322, 51.512946], [-0.103044, 51.512964], [-0.103021, 51.512987], [-0.103013, 51.513051], [-0.102918, 51.513116], [-0.102767, 51.51311], [-0.102758, 51.513068], [-0.102706, 51.513048], [-0.10256, 51.513048], [-0.102511, 51.513088], [-0.102318, 51.51308], [-0.102345, 51.512878], [-0.102404, 51.512869], [-0.102456, 51.512818], [-0.102553, 51.512813], [-0.102584, 51.512765], [-0.102613, 51.512758], [-0.102943, 51.512709], [-0.102986, 51.512686], [-0.103301, 51.512688], [-0.10331, 51.512729], [-0.103263, 51.512777], [-0.103182, 51.51279], [-0.103166, 51.512831], [-0.103226, 51.512882], [-0.103274, 51.512882], [-0.103343, 51.512856], [-0.103373, 51.512873]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2164, &quot;postcode&quot;: &quot;EC4V 5EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099064, 51.512924], [-0.099046, 51.512935], [-0.098507, 51.512913], [-0.098153, 51.512884], [-0.097243, 51.512846], [-0.097364, 51.512328], [-0.097403, 51.5123], [-0.097405, 51.512247], [-0.097637, 51.512009], [-0.098439, 51.512044], [-0.098417, 51.51256], [-0.098494, 51.51259], [-0.098553, 51.51258], [-0.09866, 51.512591], [-0.098714, 51.512618], [-0.098784, 51.5126], [-0.098913, 51.512614], [-0.098922, 51.512642], [-0.098895, 51.51269], [-0.098937, 51.512731], [-0.09896, 51.512804], [-0.098994, 51.51282], [-0.099063, 51.512825], [-0.099064, 51.512924]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8350, &quot;postcode&quot;: &quot;EC4V 5EY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102139, 51.513082], [-0.102148, 51.513034], [-0.102278, 51.513042], [-0.102282, 51.513018], [-0.102327, 51.513011], [-0.10231, 51.513136], [-0.102278, 51.513151], [-0.102268, 51.513091], [-0.102139, 51.513082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 91, &quot;postcode&quot;: &quot;EC4V 5HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104101, 51.51275], [-0.104078, 51.512969], [-0.104046, 51.513012], [-0.103916, 51.513025], [-0.103838, 51.51301], [-0.103754, 51.51308], [-0.103719, 51.51308], [-0.103706, 51.512996], [-0.103816, 51.512997], [-0.10386, 51.51296], [-0.103811, 51.512656], [-0.103767, 51.512551], [-0.10379, 51.512399], [-0.103764, 51.51226], [-0.103779, 51.512233], [-0.103946, 51.512275], [-0.104099, 51.512275], [-0.10408, 51.512698], [-0.104101, 51.51275]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1680, &quot;postcode&quot;: &quot;EC4V 6BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104088, 51.512749], [-0.104095, 51.512881], [-0.104075, 51.512894], [-0.104094, 51.512866], [-0.104088, 51.512749]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC4V 6BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10447, 51.511901], [-0.10443, 51.512313], [-0.10433, 51.512282], [-0.104287, 51.512295], [-0.104266, 51.512322], [-0.104243, 51.513059], [-0.10413, 51.513063], [-0.104088, 51.513098], [-0.104136, 51.513598], [-0.104101, 51.513601], [-0.104017, 51.513122], [-0.103969, 51.513092], [-0.103822, 51.513079], [-0.103835, 51.513013], [-0.103934, 51.513025], [-0.104051, 51.512996], [-0.104077, 51.512969], [-0.104075, 51.512894], [-0.104106, 51.512864], [-0.1041, 51.512745], [-0.104066, 51.512693], [-0.104116, 51.512686], [-0.104148, 51.512658], [-0.10416, 51.512446], [-0.10411, 51.512406], [-0.104108, 51.512258], [-0.104044, 51.512226], [-0.104115, 51.511976], [-0.104087, 51.511937], [-0.104116, 51.511906], [-0.104119, 51.51181], [-0.104276, 51.511828], [-0.104272, 51.512039], [-0.104315, 51.512076], [-0.104376, 51.512075], [-0.104431, 51.512037], [-0.104444, 51.5119], [-0.10447, 51.511901]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2189, &quot;postcode&quot;: &quot;EC4V 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102025, 51.513699], [-0.102318, 51.513695], [-0.10221, 51.513732], [-0.102012, 51.513731], [-0.102025, 51.513699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 69, &quot;postcode&quot;: &quot;EC4V 6DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102861, 51.513625], [-0.102879, 51.513699], [-0.102739, 51.513699], [-0.102654, 51.513682], [-0.102599, 51.5137], [-0.102577, 51.513726], [-0.10252, 51.513731], [-0.102469, 51.513693], [-0.102552, 51.513674], [-0.102601, 51.513618], [-0.10268, 51.513634], [-0.102861, 51.513625]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 180, &quot;postcode&quot;: &quot;EC4V 6DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102621, 51.513691], [-0.10266, 51.513607], [-0.10265, 51.513628], [-0.102601, 51.513618], [-0.102581, 51.513656], [-0.102512, 51.513688], [-0.102268, 51.513696], [-0.10231, 51.513539], [-0.102391, 51.51355], [-0.102423, 51.513541], [-0.102452, 51.513472], [-0.10265, 51.513503], [-0.102663, 51.513387], [-0.102611, 51.513384], [-0.102596, 51.513354], [-0.102628, 51.513348], [-0.102755, 51.513401], [-0.102755, 51.513438], [-0.102863, 51.513363], [-0.103005, 51.51322], [-0.102941, 51.513213], [-0.102983, 51.51317], [-0.103133, 51.513121], [-0.103164, 51.513093], [-0.103203, 51.5131], [-0.103266, 51.512989], [-0.103471, 51.513031], [-0.103471, 51.513084], [-0.103269, 51.51304], [-0.103204, 51.51316], [-0.103058, 51.513225], [-0.102909, 51.51338], [-0.102768, 51.513477], [-0.102743, 51.513537], [-0.102846, 51.51355], [-0.102847, 51.513574], [-0.102893, 51.513582], [-0.102861, 51.513625], [-0.102703, 51.513633], [-0.102694, 51.513678], [-0.102739, 51.513699], [-0.102621, 51.513691]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1132, &quot;postcode&quot;: &quot;EC4V 6DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102683, 51.513352], [-0.102708, 51.513208], [-0.102933, 51.513239], [-0.102947, 51.513226], [-0.102961, 51.513264], [-0.102802, 51.513406], [-0.102766, 51.513413], [-0.102628, 51.513348], [-0.102683, 51.513352]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 294, &quot;postcode&quot;: &quot;EC4V 6DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102802, 51.513406], [-0.102772, 51.513427], [-0.10276, 51.513443], [-0.102766, 51.513414], [-0.102802, 51.513406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4V 6DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103334, 51.513003], [-0.103281, 51.513023], [-0.10325, 51.513076], [-0.103185, 51.513081], [-0.103083, 51.513142], [-0.10299, 51.513168], [-0.102972, 51.513216], [-0.102933, 51.513239], [-0.102708, 51.513208], [-0.102657, 51.513171], [-0.102499, 51.513161], [-0.102518, 51.513044], [-0.102658, 51.513036], [-0.10269, 51.512946], [-0.102794, 51.512952], [-0.102776, 51.513077], [-0.102834, 51.513113], [-0.102892, 51.513107], [-0.102973, 51.513067], [-0.103014, 51.513024], [-0.103024, 51.512949], [-0.103134, 51.512949], [-0.103172, 51.512901], [-0.103279, 51.512908], [-0.103271, 51.512951], [-0.103334, 51.513003]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 957, &quot;postcode&quot;: &quot;EC4V 6EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102917, 51.512773], [-0.102903, 51.512775], [-0.102919, 51.512735], [-0.102917, 51.512773]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4V 6EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103473, 51.513652], [-0.103018, 51.513689], [-0.103018, 51.513632], [-0.102996, 51.513604], [-0.102743, 51.513537], [-0.102768, 51.513477], [-0.102908, 51.51338], [-0.102976, 51.51331], [-0.102948, 51.513226], [-0.103092, 51.513211], [-0.103113, 51.513179], [-0.10309, 51.513127], [-0.103149, 51.513104], [-0.103182, 51.51307], [-0.103233, 51.513067], [-0.10327, 51.51304], [-0.103471, 51.513084], [-0.103473, 51.513652]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2420, &quot;postcode&quot;: &quot;EC4V 6EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103867, 51.513006], [-0.10374, 51.513011], [-0.103716, 51.513037], [-0.103719, 51.51308], [-0.103528, 51.513081], [-0.103471, 51.513115], [-0.103463, 51.513043], [-0.103334, 51.513003], [-0.103313, 51.512921], [-0.103172, 51.512901], [-0.103165, 51.512868], [-0.10313, 51.512847], [-0.102961, 51.512834], [-0.102956, 51.512797], [-0.102917, 51.512773], [-0.102919, 51.512735], [-0.10294, 51.512729], [-0.102998, 51.512759], [-0.103224, 51.512774], [-0.103283, 51.512756], [-0.103312, 51.512716], [-0.103293, 51.512456], [-0.103338, 51.512414], [-0.103326, 51.512388], [-0.103288, 51.51237], [-0.103285, 51.51233], [-0.10341, 51.512263], [-0.103411, 51.512164], [-0.103686, 51.512102], [-0.103699, 51.512276], [-0.103724, 51.512302], [-0.103774, 51.512317], [-0.103792, 51.512397], [-0.103768, 51.512553], [-0.103837, 51.512739], [-0.103867, 51.513006]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3560, &quot;postcode&quot;: &quot;EC4V 6ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104129, 51.513508], [-0.104126, 51.513511], [-0.104126, 51.513506], [-0.104129, 51.513508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4V 6JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104441, 51.51203], [-0.104406, 51.512084], [-0.104397, 51.512428], [-0.104416, 51.512461], [-0.104307, 51.513584], [-0.103473, 51.513652], [-0.103471, 51.51308], [-0.103738, 51.513076], [-0.103862, 51.512966], [-0.103914, 51.513025], [-0.103914, 51.513066], [-0.103964, 51.513089], [-0.104041, 51.513088], [-0.104084, 51.51306], [-0.104201, 51.513056], [-0.104243, 51.513024], [-0.104254, 51.512721], [-0.104225, 51.512696], [-0.104184, 51.512688], [-0.104121, 51.512705], [-0.1041, 51.512742], [-0.104078, 51.512718], [-0.104097, 51.51226], [-0.10407, 51.512235], [-0.104027, 51.512226], [-0.103873, 51.512109], [-0.103932, 51.512024], [-0.103961, 51.511936], [-0.104125, 51.511944], [-0.104056, 51.512191], [-0.104074, 51.51222], [-0.104112, 51.512234], [-0.104113, 51.512376], [-0.104169, 51.512409], [-0.104231, 51.512404], [-0.104264, 51.512371], [-0.104276, 51.511828], [-0.104444, 51.511849], [-0.104441, 51.51203]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5766, &quot;postcode&quot;: &quot;EC4V 6JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102861, 51.513625], [-0.102893, 51.513582], [-0.103018, 51.513602], [-0.103018, 51.51369], [-0.102879, 51.513699], [-0.102861, 51.513625]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 115, &quot;postcode&quot;: &quot;EC4V 6RN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103864, 51.512201], [-0.103802, 51.512215], [-0.10377, 51.512242], [-0.103774, 51.512317], [-0.103731, 51.512306], [-0.103738, 51.512268], [-0.103693, 51.512239], [-0.10369, 51.512214], [-0.103751, 51.512212], [-0.10379, 51.512182], [-0.103864, 51.512201]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 52, &quot;postcode&quot;: &quot;EC4Y 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097077, 51.505123], [-0.096867, 51.50522], [-0.096824, 51.505081], [-0.097077, 51.505123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 131, &quot;postcode&quot;: &quot;SE1 0AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09453, 51.506666], [-0.09445, 51.506655], [-0.094541, 51.506466], [-0.094392, 51.506439], [-0.094289, 51.506667], [-0.094222, 51.506654], [-0.094346, 51.506394], [-0.094956, 51.506564], [-0.095153, 51.506596], [-0.095162, 51.50664], [-0.094985, 51.507283], [-0.09462, 51.507945], [-0.094475, 51.507903], [-0.094503, 51.50786], [-0.094525, 51.507865], [-0.094858, 51.507306], [-0.094911, 51.507133], [-0.094854, 51.507128], [-0.094875, 51.507053], [-0.094542, 51.507027], [-0.094551, 51.506974], [-0.09469, 51.506946], [-0.094177, 51.506909], [-0.094205, 51.506707], [-0.094268, 51.506714], [-0.094192, 51.50688], [-0.094415, 51.50692], [-0.094616, 51.506479], [-0.09453, 51.506666]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3621, &quot;postcode&quot;: &quot;SE1 0AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09495, 51.506949], [-0.09495, 51.506993], [-0.09486, 51.506958], [-0.094916, 51.50696], [-0.09495, 51.506949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13, &quot;postcode&quot;: &quot;SE1 0EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097362, 51.505454], [-0.097385, 51.505501], [-0.097316, 51.505524], [-0.097294, 51.505482], [-0.097362, 51.505454]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 28, &quot;postcode&quot;: &quot;SE1 0ES&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098231, 51.506193], [-0.097913, 51.506205], [-0.09784, 51.506229], [-0.097835, 51.506254], [-0.097943, 51.506451], [-0.097702, 51.50615], [-0.098201, 51.506156], [-0.098231, 51.506193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 242, &quot;postcode&quot;: &quot;SE1 0FD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095529, 51.504215], [-0.095549, 51.504182], [-0.095722, 51.50423], [-0.09571, 51.504386], [-0.095529, 51.504215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 143, &quot;postcode&quot;: &quot;SE1 0NJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095529, 51.504215], [-0.09571, 51.504386], [-0.095671, 51.50493], [-0.095357, 51.504894], [-0.095186, 51.504679], [-0.095194, 51.504607], [-0.095329, 51.504639], [-0.095353, 51.504602], [-0.095348, 51.50452], [-0.095258, 51.504495], [-0.095296, 51.504409], [-0.095221, 51.504383], [-0.095225, 51.504343], [-0.095529, 51.504215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2029, &quot;postcode&quot;: &quot;SE1 0NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097696, 51.506137], [-0.097294, 51.506094], [-0.097379, 51.505972], [-0.097474, 51.505683], [-0.097696, 51.506137]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 617, &quot;postcode&quot;: &quot;SE1 0SW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096844, 51.505884], [-0.097157, 51.505821], [-0.097236, 51.50597], [-0.096743, 51.506023], [-0.096797, 51.506017], [-0.096807, 51.506043], [-0.096451, 51.506005], [-0.095974, 51.505919], [-0.095931, 51.505877], [-0.096107, 51.505908], [-0.095805, 51.505854], [-0.095926, 51.505514], [-0.096793, 51.505659], [-0.096747, 51.505792], [-0.096844, 51.505884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3240, &quot;postcode&quot;: &quot;SE1 0TL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09738, 51.505972], [-0.097293, 51.506094], [-0.097244, 51.506089], [-0.09726, 51.505686], [-0.097386, 51.505661], [-0.097316, 51.505524], [-0.097385, 51.505501], [-0.097474, 51.505683], [-0.09738, 51.505972]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 583, &quot;postcode&quot;: &quot;SE1 0TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096627, 51.506024], [-0.096739, 51.506035], [-0.096627, 51.506024], [-0.096627, 51.506024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;SE1 0TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092359, 51.503933], [-0.092224, 51.504184], [-0.091996, 51.504176], [-0.091866, 51.504044], [-0.091638, 51.504], [-0.09164, 51.503947], [-0.092359, 51.503933]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 853, &quot;postcode&quot;: &quot;SE1 1GJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090521, 51.50434], [-0.090814, 51.504104], [-0.090903, 51.504155], [-0.09093, 51.50428], [-0.090908, 51.504313], [-0.090832, 51.504292], [-0.090808, 51.504327], [-0.090707, 51.504387], [-0.090614, 51.504391], [-0.090521, 51.50434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 468, &quot;postcode&quot;: &quot;SE1 1NL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089514, 51.505779], [-0.089606, 51.505525], [-0.089709, 51.505475], [-0.089723, 51.505484], [-0.08965, 51.505536], [-0.089785, 51.505525], [-0.090226, 51.505815], [-0.090049, 51.505883], [-0.089514, 51.505779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1143, &quot;postcode&quot;: &quot;SE1 1PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092525, 51.504585], [-0.092234, 51.504706], [-0.092187, 51.504751], [-0.091808, 51.504751], [-0.09146, 51.504627], [-0.091408, 51.50464], [-0.091275, 51.504729], [-0.091026, 51.504726], [-0.090883, 51.504817], [-0.090805, 51.50482], [-0.090673, 51.504705], [-0.090636, 51.504629], [-0.090672, 51.504606], [-0.090732, 51.504601], [-0.090783, 51.504564], [-0.090902, 51.504542], [-0.090942, 51.504496], [-0.091142, 51.504474], [-0.091193, 51.504449], [-0.091271, 51.504458], [-0.091326, 51.504418], [-0.091437, 51.504443], [-0.091481, 51.504479], [-0.091544, 51.504477], [-0.091606, 51.504439], [-0.091646, 51.504344], [-0.091683, 51.504321], [-0.091746, 51.50422], [-0.091912, 51.504242], [-0.091996, 51.504176], [-0.092224, 51.504184], [-0.092089, 51.504436], [-0.092103, 51.504475], [-0.092525, 51.504585]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4119, &quot;postcode&quot;: &quot;SE1 1RQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094909, 51.504371], [-0.094975, 51.504359], [-0.095017, 51.504309], [-0.095225, 51.504343], [-0.095221, 51.504383], [-0.095296, 51.504409], [-0.095258, 51.504495], [-0.095348, 51.50452], [-0.095353, 51.504602], [-0.095329, 51.504639], [-0.095189, 51.504605], [-0.095186, 51.504679], [-0.095357, 51.504894], [-0.094804, 51.504829], [-0.095001, 51.505001], [-0.094675, 51.504963], [-0.094529, 51.504824], [-0.09413, 51.504714], [-0.094198, 51.504686], [-0.094224, 51.504688], [-0.094147, 51.50468], [-0.094123, 51.504658], [-0.094198, 51.504547], [-0.094399, 51.504598], [-0.094532, 51.504414], [-0.094609, 51.504421], [-0.094622, 51.504401], [-0.094971, 51.504365], [-0.094909, 51.504371]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3756, &quot;postcode&quot;: &quot;SE1 1RU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094523, 51.504017], [-0.094596, 51.503915], [-0.094738, 51.503955], [-0.094664, 51.503987], [-0.094617, 51.503983], [-0.094591, 51.504018], [-0.094523, 51.504017]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 77, &quot;postcode&quot;: &quot;SE1 1SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094576, 51.504039], [-0.094617, 51.503983], [-0.094664, 51.503987], [-0.094738, 51.503955], [-0.095549, 51.504182], [-0.095529, 51.504215], [-0.095225, 51.504343], [-0.095017, 51.504309], [-0.095071, 51.504243], [-0.094712, 51.504248], [-0.094709, 51.504189], [-0.094459, 51.504193], [-0.094536, 51.504092], [-0.094668, 51.504106], [-0.094622, 51.504051], [-0.094576, 51.504039]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1604, &quot;postcode&quot;: &quot;SE1 1TD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095071, 51.504243], [-0.094975, 51.504359], [-0.094539, 51.504423], [-0.094399, 51.504598], [-0.094256, 51.504562], [-0.094202, 51.504565], [-0.094136, 51.50464], [-0.094152, 51.504669], [-0.094197, 51.504686], [-0.09413, 51.504714], [-0.094028, 51.504707], [-0.094523, 51.504017], [-0.094591, 51.504018], [-0.094668, 51.504106], [-0.094583, 51.504093], [-0.094533, 51.504105], [-0.094503, 51.504148], [-0.094536, 51.504184], [-0.094709, 51.504189], [-0.094723, 51.504228], [-0.094769, 51.504247], [-0.095071, 51.504243]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1573, &quot;postcode&quot;: &quot;SE1 1TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092639, 51.505084], [-0.092387, 51.505002], [-0.092195, 51.504819], [-0.092237, 51.504794], [-0.092222, 51.504754], [-0.092187, 51.504751], [-0.092225, 51.50471], [-0.092525, 51.504585], [-0.093022, 51.504708], [-0.092833, 51.504965], [-0.092864, 51.504976], [-0.092639, 51.505084]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1991, &quot;postcode&quot;: &quot;SE1 1TU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091472, 51.504623], [-0.091808, 51.504751], [-0.092215, 51.504752], [-0.092237, 51.504794], [-0.091824, 51.504963], [-0.091449, 51.505096], [-0.091267, 51.505055], [-0.09127, 51.50504], [-0.090928, 51.504978], [-0.090951, 51.504934], [-0.090929, 51.504934], [-0.090925, 51.504897], [-0.090893, 51.504898], [-0.090881, 51.504799], [-0.090941, 51.504792], [-0.091009, 51.504724], [-0.091276, 51.504729], [-0.091415, 51.504636], [-0.091472, 51.504623]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2716, &quot;postcode&quot;: &quot;SE1 1TY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093863, 51.504761], [-0.093802, 51.504936], [-0.093742, 51.504949], [-0.093712, 51.50499], [-0.093743, 51.505052], [-0.093691, 51.505058], [-0.093662, 51.505082], [-0.093656, 51.505162], [-0.093657, 51.505096], [-0.093634, 51.50507], [-0.09341, 51.505031], [-0.093334, 51.505046], [-0.093297, 51.505114], [-0.093229, 51.5051], [-0.093198, 51.504966], [-0.09314, 51.504915], [-0.09308, 51.504895], [-0.093102, 51.50485], [-0.093108, 51.504713], [-0.093863, 51.504761]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1624, &quot;postcode&quot;: &quot;SE1 1UN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091124, 51.504192], [-0.090999, 51.504148], [-0.090903, 51.504155], [-0.090814, 51.504104], [-0.091336, 51.503687], [-0.091417, 51.503767], [-0.091354, 51.503847], [-0.091451, 51.503872], [-0.091437, 51.503892], [-0.091579, 51.503926], [-0.091601, 51.503947], [-0.091667, 51.503949], [-0.091638, 51.504], [-0.09187, 51.504041], [-0.091996, 51.504176], [-0.091916, 51.504258], [-0.091746, 51.50422], [-0.091674, 51.504348], [-0.091583, 51.504333], [-0.091598, 51.504291], [-0.091522, 51.504279], [-0.091536, 51.504254], [-0.091513, 51.504246], [-0.091411, 51.504257], [-0.091346, 51.50428], [-0.09124, 51.504256], [-0.091231, 51.504234], [-0.091117, 51.504204], [-0.091124, 51.504192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2684, &quot;postcode&quot;: &quot;SE1 1XF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091598, 51.504291], [-0.091583, 51.504333], [-0.091674, 51.504348], [-0.09169, 51.504306], [-0.091674, 51.504348], [-0.091646, 51.504344], [-0.091597, 51.504464], [-0.091571, 51.504461], [-0.091567, 51.504479], [-0.091492, 51.504502], [-0.091416, 51.50447], [-0.091438, 51.504443], [-0.091233, 51.504397], [-0.091233, 51.504348], [-0.091267, 51.504315], [-0.091447, 51.504359], [-0.091471, 51.50431], [-0.091346, 51.50428], [-0.091411, 51.504257], [-0.091513, 51.504246], [-0.091536, 51.504254], [-0.091522, 51.504279], [-0.091598, 51.504291]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 434, &quot;postcode&quot;: &quot;SE1 1XN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090719, 51.504378], [-0.090808, 51.504327], [-0.090832, 51.504292], [-0.090939, 51.504312], [-0.090889, 51.504402], [-0.090942, 51.504496], [-0.090915, 51.504544], [-0.090783, 51.504564], [-0.090727, 51.504626], [-0.090672, 51.504606], [-0.090636, 51.504629], [-0.090386, 51.504592], [-0.09018, 51.504613], [-0.090521, 51.50434], [-0.090614, 51.504391], [-0.090719, 51.504378]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1073, &quot;postcode&quot;: &quot;SE1 1XU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091219, 51.504251], [-0.091471, 51.50431], [-0.091447, 51.504359], [-0.091267, 51.504315], [-0.091233, 51.504348], [-0.091233, 51.504397], [-0.091326, 51.504418], [-0.091288, 51.504473], [-0.091164, 51.504442], [-0.091193, 51.504449], [-0.091159, 51.504472], [-0.090942, 51.504496], [-0.090888, 51.504417], [-0.090942, 51.504319], [-0.090908, 51.504313], [-0.09093, 51.50428], [-0.090903, 51.504155], [-0.090999, 51.504148], [-0.091097, 51.504177], [-0.091124, 51.504192], [-0.091117, 51.504204], [-0.091231, 51.504234], [-0.09124, 51.504256], [-0.091219, 51.504251]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 863, &quot;postcode&quot;: &quot;SE1 1XW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089888, 51.504846], [-0.09018, 51.504613], [-0.090386, 51.504592], [-0.090636, 51.504629], [-0.090673, 51.504705], [-0.090803, 51.50482], [-0.09031, 51.505041], [-0.089888, 51.504846]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1880, &quot;postcode&quot;: &quot;SE1 1YB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082077, 51.505187], [-0.082065, 51.505215], [-0.081969, 51.505191], [-0.082008, 51.505112], [-0.082077, 51.505187]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 44, &quot;postcode&quot;: &quot;SE1 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081184, 51.503962], [-0.082021, 51.50431], [-0.082075, 51.504354], [-0.082097, 51.504337], [-0.082369, 51.504433], [-0.082132, 51.504381], [-0.082018, 51.504565], [-0.082281, 51.504625], [-0.082391, 51.504438], [-0.083017, 51.504634], [-0.083289, 51.50474], [-0.083836, 51.504984], [-0.083845, 51.505], [-0.083482, 51.505326], [-0.083274, 51.505487], [-0.082978, 51.50535], [-0.082684, 51.505242], [-0.082021, 51.505084], [-0.081965, 51.505199], [-0.081532, 51.505713], [-0.08143, 51.505925], [-0.081394, 51.505919], [-0.081386, 51.505971], [-0.081161, 51.505939], [-0.081053, 51.505906], [-0.08106, 51.505892], [-0.080634, 51.505778], [-0.079709, 51.505496], [-0.080003, 51.504874], [-0.081184, 51.503962]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 31105, &quot;postcode&quot;: &quot;SE1 2AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08228, 51.504296], [-0.08242, 51.504276], [-0.082594, 51.504364], [-0.082724, 51.504537], [-0.082373, 51.504434], [-0.08228, 51.504296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 385, &quot;postcode&quot;: &quot;SE1 2AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082008, 51.505112], [-0.082021, 51.505084], [-0.082114, 51.505106], [-0.082077, 51.505187], [-0.082008, 51.505112]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 43, &quot;postcode&quot;: &quot;SE1 2BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083212, 51.504139], [-0.083108, 51.504081], [-0.083038, 51.503894], [-0.083125, 51.503844], [-0.083164, 51.503872], [-0.08325, 51.504121], [-0.083289, 51.504151], [-0.083212, 51.504139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 263, &quot;postcode&quot;: &quot;SE1 2EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082362, 51.503377], [-0.082861, 51.503646], [-0.083125, 51.503844], [-0.083038, 51.503894], [-0.082994, 51.503811], [-0.082903, 51.503803], [-0.082774, 51.50382], [-0.082732, 51.50376], [-0.082769, 51.503752], [-0.082773, 51.503735], [-0.082612, 51.503642], [-0.082583, 51.503583], [-0.082536, 51.503599], [-0.082435, 51.50354], [-0.082553, 51.503609], [-0.082468, 51.503622], [-0.082406, 51.503661], [-0.082372, 51.503665], [-0.082367, 51.503653], [-0.082185, 51.50362], [-0.082362, 51.503377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1044, &quot;postcode&quot;: &quot;SE1 2EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081617, 51.504035], [-0.081585, 51.504046], [-0.081537, 51.504021], [-0.081538, 51.504001], [-0.081617, 51.504035]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;SE1 2EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083004, 51.504231], [-0.083046, 51.504203], [-0.083147, 51.504188], [-0.083128, 51.504147], [-0.083164, 51.504123], [-0.083289, 51.504151], [-0.083347, 51.504301], [-0.083292, 51.504372], [-0.08308, 51.504342], [-0.08295, 51.504363], [-0.082909, 51.504295], [-0.082967, 51.504256], [-0.082962, 51.504237], [-0.082995, 51.504233], [-0.083038, 51.504226], [-0.083004, 51.504231]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 527, &quot;postcode&quot;: &quot;SE1 2ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083164, 51.504123], [-0.083138, 51.50415], [-0.083147, 51.504188], [-0.083045, 51.504206], [-0.082909, 51.504295], [-0.082844, 51.504259], [-0.082772, 51.504258], [-0.082681, 51.504225], [-0.082581, 51.504214], [-0.082534, 51.504225], [-0.082373, 51.504195], [-0.082359, 51.504177], [-0.08245, 51.504084], [-0.082444, 51.50405], [-0.082402, 51.504029], [-0.082185, 51.503998], [-0.082224, 51.50393], [-0.082302, 51.503888], [-0.082872, 51.503806], [-0.082975, 51.503807], [-0.083012, 51.503825], [-0.083104, 51.504068], [-0.083164, 51.504123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2304, &quot;postcode&quot;: &quot;SE1 2FB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083173, 51.505559], [-0.083482, 51.505326], [-0.083772, 51.505066], [-0.083828, 51.505163], [-0.083288, 51.505618], [-0.083173, 51.505559]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 631, &quot;postcode&quot;: &quot;SE1 2HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083231, 51.505591], [-0.082908, 51.505838], [-0.082831, 51.505839], [-0.082766, 51.50586], [-0.082671, 51.505995], [-0.082585, 51.506176], [-0.081386, 51.505971], [-0.081394, 51.505919], [-0.08143, 51.505925], [-0.081532, 51.505713], [-0.081969, 51.505191], [-0.082065, 51.505215], [-0.082114, 51.505106], [-0.082684, 51.505242], [-0.082978, 51.50535], [-0.083274, 51.505487], [-0.083173, 51.505559], [-0.083231, 51.505591]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9091, &quot;postcode&quot;: &quot;SE1 2HJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082946, 51.505812], [-0.082989, 51.505779], [-0.083047, 51.505734], [-0.082946, 51.505812]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;SE1 2HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082608, 51.506124], [-0.082587, 51.506173], [-0.082573, 51.506203], [-0.082551, 51.506199], [-0.082608, 51.506124]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;SE1 2HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082391, 51.504438], [-0.082281, 51.504625], [-0.082018, 51.504565], [-0.082111, 51.504405], [-0.082107, 51.504375], [-0.08201, 51.504308], [-0.081535, 51.504101], [-0.081585, 51.504046], [-0.081609, 51.504043], [-0.081924, 51.504163], [-0.082089, 51.504283], [-0.08228, 51.504296], [-0.082391, 51.504438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1013, &quot;postcode&quot;: &quot;SE1 2HZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084917, 51.50661], [-0.084624, 51.506592], [-0.084358, 51.506553], [-0.084422, 51.506523], [-0.084432, 51.506487], [-0.084214, 51.506447], [-0.084779, 51.506525], [-0.085207, 51.506531], [-0.085043, 51.506533], [-0.085041, 51.506575], [-0.085081, 51.506602], [-0.084917, 51.50661]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 417, &quot;postcode&quot;: &quot;SE1 2JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086479, 51.505896], [-0.086425, 51.505905], [-0.0864, 51.505935], [-0.086413, 51.505965], [-0.086523, 51.50602], [-0.086494, 51.506151], [-0.086808, 51.50626], [-0.086582, 51.506593], [-0.086224, 51.506545], [-0.085479, 51.506549], [-0.085475, 51.506527], [-0.08555, 51.506517], [-0.085526, 51.506117], [-0.085691, 51.506113], [-0.085935, 51.505849], [-0.085889, 51.50583], [-0.085937, 51.505801], [-0.085798, 51.505724], [-0.085766, 51.505779], [-0.085687, 51.505745], [-0.085688, 51.505712], [-0.085792, 51.505661], [-0.086018, 51.505649], [-0.086129, 51.505679], [-0.086159, 51.505802], [-0.086362, 51.505736], [-0.086512, 51.505786], [-0.086539, 51.505905], [-0.086479, 51.505896]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5965, &quot;postcode&quot;: &quot;SE1 2PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085937, 51.505801], [-0.085889, 51.50583], [-0.085739, 51.505754], [-0.085686, 51.505745], [-0.085337, 51.505601], [-0.085489, 51.50556], [-0.085542, 51.5056], [-0.085937, 51.505801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 298, &quot;postcode&quot;: &quot;SE1 2QF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088294, 51.506377], [-0.088284, 51.506402], [-0.088191, 51.5064], [-0.088167, 51.506389], [-0.088168, 51.506361], [-0.088294, 51.506377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 29, &quot;postcode&quot;: &quot;SE1 2QJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08401, 51.505058], [-0.084476, 51.505254], [-0.084531, 51.505237], [-0.084855, 51.505308], [-0.084972, 51.505461], [-0.085253, 51.505587], [-0.08531, 51.50559], [-0.085935, 51.505849], [-0.085691, 51.506113], [-0.085526, 51.506117], [-0.08555, 51.506517], [-0.085247, 51.506531], [-0.084779, 51.506525], [-0.084208, 51.506448], [-0.083758, 51.506357], [-0.083732, 51.506359], [-0.083718, 51.506403], [-0.083419, 51.506355], [-0.083383, 51.50633], [-0.083402, 51.506283], [-0.0833, 51.506252], [-0.083238, 51.506252], [-0.083212, 51.506301], [-0.083169, 51.506312], [-0.082573, 51.506203], [-0.082671, 51.505995], [-0.082766, 51.50586], [-0.082831, 51.505839], [-0.08291, 51.505838], [-0.08323, 51.505591], [-0.083288, 51.505618], [-0.083289, 51.505602], [-0.083384, 51.505543], [-0.083383, 51.505525], [-0.083421, 51.505514], [-0.083423, 51.505495], [-0.083457, 51.505486], [-0.08356, 51.505396], [-0.083554, 51.50538], [-0.083579, 51.50538], [-0.08393, 51.505076], [-0.083828, 51.505163], [-0.083772, 51.505066], [-0.083845, 51.505], [-0.083738, 51.504941], [-0.083836, 51.504937], [-0.083946, 51.504972], [-0.08401, 51.505058]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 22825, &quot;postcode&quot;: &quot;SE1 2QN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084111, 51.50498], [-0.084305, 51.505026], [-0.08433, 51.504997], [-0.084593, 51.505099], [-0.08453, 51.505149], [-0.084531, 51.505237], [-0.084476, 51.505254], [-0.08401, 51.505058], [-0.083946, 51.504972], [-0.084111, 51.50498]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 651, &quot;postcode&quot;: &quot;SE1 2QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082367, 51.503653], [-0.082415, 51.503762], [-0.082607, 51.503737], [-0.082629, 51.503775], [-0.082732, 51.50376], [-0.082774, 51.50382], [-0.082302, 51.503888], [-0.082263, 51.503909], [-0.082206, 51.503886], [-0.082072, 51.503789], [-0.082185, 51.50362], [-0.082367, 51.503653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 766, &quot;postcode&quot;: &quot;SE1 2RH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082776, 51.503743], [-0.082629, 51.503775], [-0.082607, 51.503737], [-0.082415, 51.503762], [-0.082372, 51.503665], [-0.082606, 51.503639], [-0.082776, 51.503743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 263, &quot;postcode&quot;: &quot;SE1 2RU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088075, 51.506229], [-0.08804, 51.506351], [-0.08801, 51.506348], [-0.087964, 51.506271], [-0.087817, 51.506189], [-0.08671, 51.506024], [-0.086652, 51.506037], [-0.08663, 51.506079], [-0.086413, 51.505965], [-0.0864, 51.505931], [-0.086423, 51.505906], [-0.086517, 51.505868], [-0.086512, 51.505786], [-0.086719, 51.505698], [-0.086753, 51.505577], [-0.087021, 51.505582], [-0.086803, 51.505677], [-0.086806, 51.50572], [-0.086892, 51.505762], [-0.086967, 51.505778], [-0.087016, 51.50577], [-0.087204, 51.505629], [-0.087405, 51.505758], [-0.087456, 51.505768], [-0.087724, 51.505753], [-0.088052, 51.505913], [-0.087781, 51.506028], [-0.087755, 51.506064], [-0.087796, 51.506103], [-0.088007, 51.50614], [-0.088075, 51.506229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4216, &quot;postcode&quot;: &quot;SE1 2SW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088415, 51.506092], [-0.088083, 51.506875], [-0.088037, 51.506896], [-0.08787, 51.506864], [-0.087863, 51.506814], [-0.087666, 51.506783], [-0.0878, 51.506791], [-0.087843, 51.506779], [-0.087875, 51.506718], [-0.08792, 51.506694], [-0.087947, 51.506628], [-0.087947, 51.506522], [-0.087986, 51.506502], [-0.087999, 51.506464], [-0.087937, 51.506421], [-0.087885, 51.506409], [-0.087839, 51.506337], [-0.087539, 51.506306], [-0.087446, 51.506349], [-0.087344, 51.506348], [-0.087248, 51.506407], [-0.087133, 51.50638], [-0.086494, 51.506151], [-0.086523, 51.50602], [-0.086583, 51.506036], [-0.086648, 51.506011], [-0.086699, 51.506013], [-0.087124, 51.506079], [-0.087182, 51.506056], [-0.087176, 51.506006], [-0.087204, 51.505989], [-0.087328, 51.506006], [-0.087383, 51.506039], [-0.087347, 51.506077], [-0.087383, 51.506117], [-0.08782, 51.506189], [-0.08796, 51.506267], [-0.088006, 51.506275], [-0.088068, 51.50625], [-0.088081, 51.506168], [-0.088059, 51.506136], [-0.087966, 51.506103], [-0.087995, 51.506014], [-0.088088, 51.506022], [-0.088251, 51.506011], [-0.088415, 51.506092]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4494, &quot;postcode&quot;: &quot;SE1 2SX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088686, 51.506116], [-0.088594, 51.506191], [-0.088585, 51.506259], [-0.088517, 51.506405], [-0.088438, 51.506415], [-0.088235, 51.506535], [-0.088207, 51.506581], [-0.088163, 51.506557], [-0.087959, 51.506531], [-0.088006, 51.506454], [-0.08809, 51.506442], [-0.088205, 51.506467], [-0.088262, 51.506445], [-0.088416, 51.506091], [-0.088482, 51.506034], [-0.088545, 51.506038], [-0.088542, 51.506073], [-0.088571, 51.506098], [-0.088686, 51.506116]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 881, &quot;postcode&quot;: &quot;SE1 2SY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082873, 51.503654], [-0.08235, 51.503373], [-0.082476, 51.503183], [-0.086847, 51.505323], [-0.086531, 51.505776], [-0.086362, 51.505736], [-0.086159, 51.505802], [-0.086129, 51.505679], [-0.086018, 51.505649], [-0.085788, 51.505663], [-0.085746, 51.505577], [-0.08577, 51.505583], [-0.085497, 51.505508], [-0.085489, 51.50556], [-0.085337, 51.505601], [-0.085253, 51.505587], [-0.084972, 51.505461], [-0.084855, 51.505308], [-0.084911, 51.505239], [-0.084767, 51.505165], [-0.08425, 51.504961], [-0.08433, 51.504997], [-0.084305, 51.505026], [-0.084111, 51.50498], [-0.083946, 51.504972], [-0.083836, 51.504937], [-0.083738, 51.504941], [-0.083289, 51.50474], [-0.082863, 51.504579], [-0.0833, 51.504504], [-0.083329, 51.504471], [-0.083292, 51.504372], [-0.083347, 51.504301], [-0.083297, 51.504162], [-0.08325, 51.504121], [-0.083164, 51.503872], [-0.082873, 51.503654]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 26442, &quot;postcode&quot;: &quot;SE1 2TF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083329, 51.504471], [-0.0833, 51.504504], [-0.082863, 51.504579], [-0.082724, 51.504537], [-0.082594, 51.504366], [-0.082441, 51.504287], [-0.082099, 51.504295], [-0.081925, 51.504163], [-0.081987, 51.504113], [-0.081996, 51.504075], [-0.082115, 51.503996], [-0.082154, 51.503938], [-0.082134, 51.503892], [-0.082023, 51.503863], [-0.082072, 51.503789], [-0.082204, 51.503885], [-0.082263, 51.503909], [-0.082211, 51.503953], [-0.082233, 51.503998], [-0.082343, 51.504026], [-0.082469, 51.504027], [-0.08245, 51.504113], [-0.082386, 51.504157], [-0.08241, 51.5042], [-0.082476, 51.504217], [-0.082543, 51.5042], [-0.082768, 51.50424], [-0.082892, 51.50424], [-0.082889, 51.504277], [-0.082958, 51.504348], [-0.08308, 51.504342], [-0.083292, 51.504372], [-0.083329, 51.504471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2448, &quot;postcode&quot;: &quot;SE1 2TH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08218, 51.503899], [-0.082116, 51.503996], [-0.08201, 51.504066], [-0.081995, 51.504108], [-0.081925, 51.504163], [-0.081637, 51.504056], [-0.081575, 51.504064], [-0.081535, 51.504101], [-0.081194, 51.503965], [-0.081277, 51.50389], [-0.081537, 51.504001], [-0.08157, 51.504028], [-0.081818, 51.504108], [-0.081875, 51.504085], [-0.082023, 51.503864], [-0.08218, 51.503899]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 612, &quot;postcode&quot;: &quot;SE1 2TU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091549, 51.50537], [-0.091482, 51.505432], [-0.091271, 51.505388], [-0.091122, 51.505388], [-0.091073, 51.505364], [-0.091011, 51.50537], [-0.090966, 51.50535], [-0.090619, 51.505304], [-0.090577, 51.505249], [-0.090408, 51.505135], [-0.09031, 51.505041], [-0.090803, 51.50482], [-0.090883, 51.504817], [-0.090893, 51.504874], [-0.090977, 51.504977], [-0.09127, 51.50504], [-0.091305, 51.505063], [-0.09141, 51.505087], [-0.091366, 51.505198], [-0.091392, 51.505243], [-0.091549, 51.50537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3013, &quot;postcode&quot;: &quot;SE1 9AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092477, 51.505471], [-0.092256, 51.505471], [-0.092262, 51.505423], [-0.092172, 51.505357], [-0.092066, 51.505309], [-0.091991, 51.505302], [-0.091939, 51.505328], [-0.091928, 51.505383], [-0.091814, 51.505449], [-0.091764, 51.505397], [-0.091712, 51.505384], [-0.091475, 51.505457], [-0.091433, 51.505484], [-0.091368, 51.505598], [-0.091122, 51.505388], [-0.091263, 51.505386], [-0.091396, 51.505412], [-0.091447, 51.5054], [-0.09147, 51.505369], [-0.091461, 51.505308], [-0.091368, 51.505275], [-0.091386, 51.505242], [-0.091358, 51.505183], [-0.09141, 51.505087], [-0.091463, 51.50509], [-0.091573, 51.505054], [-0.092195, 51.504819], [-0.092387, 51.505002], [-0.092261, 51.505317], [-0.092477, 51.505471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3403, &quot;postcode&quot;: &quot;SE1 9AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091508, 51.505448], [-0.091742, 51.505367], [-0.091814, 51.505449], [-0.091849, 51.505437], [-0.091865, 51.505432], [-0.091847, 51.505411], [-0.091928, 51.505383], [-0.091936, 51.505361], [-0.091896, 51.505315], [-0.091958, 51.505293], [-0.092071, 51.505309], [-0.092142, 51.505348], [-0.092006, 51.505586], [-0.092105, 51.505862], [-0.092095, 51.505953], [-0.092139, 51.505955], [-0.092422, 51.506741], [-0.092679, 51.506774], [-0.092657, 51.506849], [-0.092737, 51.506925], [-0.092702, 51.507063], [-0.092114, 51.507052], [-0.0921, 51.506942], [-0.091923, 51.506934], [-0.091929, 51.506906], [-0.091787, 51.506893], [-0.091791, 51.506866], [-0.091491, 51.506811], [-0.091551, 51.506686], [-0.091681, 51.505995], [-0.091667, 51.50582], [-0.091636, 51.50582], [-0.091538, 51.505732], [-0.09144, 51.505682], [-0.091434, 51.505655], [-0.091368, 51.505598], [-0.091428, 51.505514], [-0.091459, 51.505543], [-0.09141, 51.505497], [-0.091416, 51.50548], [-0.091507, 51.505449], [-0.091463, 51.505463], [-0.091482, 51.505436], [-0.091508, 51.505448]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8546, &quot;postcode&quot;: &quot;SE1 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091089, 51.505705], [-0.091415, 51.505675], [-0.091426, 51.505664], [-0.091538, 51.505732], [-0.091636, 51.50582], [-0.091498, 51.505955], [-0.09106, 51.505918], [-0.091065, 51.505897], [-0.090695, 51.505799], [-0.090928, 51.505689], [-0.090963, 51.505689], [-0.090963, 51.505674], [-0.091089, 51.505705]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1299, &quot;postcode&quot;: &quot;SE1 9AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091086, 51.506244], [-0.091071, 51.506305], [-0.091003, 51.506312], [-0.090556, 51.506293], [-0.090568, 51.50621], [-0.090601, 51.506212], [-0.090591, 51.506136], [-0.090357, 51.506109], [-0.090456, 51.50576], [-0.090651, 51.50579], [-0.090938, 51.505858], [-0.091065, 51.505897], [-0.09106, 51.505918], [-0.091498, 51.505955], [-0.091666, 51.506133], [-0.091603, 51.506449], [-0.091523, 51.506433], [-0.091503, 51.506539], [-0.091355, 51.506531], [-0.091368, 51.50649], [-0.091078, 51.506509], [-0.091086, 51.506244]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4617, &quot;postcode&quot;: &quot;SE1 9AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091434, 51.505655], [-0.091415, 51.505675], [-0.091321, 51.505689], [-0.091089, 51.505705], [-0.091007, 51.505686], [-0.090932, 51.505691], [-0.090695, 51.505799], [-0.090507, 51.50577], [-0.090457, 51.505786], [-0.090439, 51.50582], [-0.090345, 51.505799], [-0.090226, 51.505815], [-0.089801, 51.505537], [-0.08965, 51.505536], [-0.0897, 51.505499], [-0.089717, 51.505455], [-0.089697, 51.505423], [-0.089652, 51.505409], [-0.089711, 51.505364], [-0.089709, 51.505325], [-0.089755, 51.505266], [-0.089629, 51.505053], [-0.089888, 51.504846], [-0.09031, 51.505041], [-0.090631, 51.505302], [-0.091011, 51.505362], [-0.091078, 51.505351], [-0.091434, 51.505655]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6877, &quot;postcode&quot;: &quot;SE1 9AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099286, 51.506209], [-0.09928, 51.506662], [-0.100059, 51.506602], [-0.100021, 51.506655], [-0.099461, 51.506686], [-0.099454, 51.506722], [-0.099461, 51.506686], [-0.099065, 51.506712], [-0.099008, 51.506635], [-0.099174, 51.506626], [-0.099206, 51.50661], [-0.099214, 51.506233], [-0.099227, 51.506218], [-0.099286, 51.506209]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 630, &quot;postcode&quot;: &quot;SE1 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091467, 51.506223], [-0.091424, 51.506277], [-0.091267, 51.506252], [-0.091124, 51.506256], [-0.091087, 51.506281], [-0.091081, 51.506326], [-0.091071, 51.506305], [-0.091107, 51.506202], [-0.091238, 51.506246], [-0.091291, 51.506236], [-0.091316, 51.506208], [-0.091467, 51.506223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 111, &quot;postcode&quot;: &quot;SE1 9AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096823, 51.506823], [-0.096803, 51.506865], [-0.096564, 51.506998], [-0.096522, 51.507073], [-0.096145, 51.507002], [-0.096206, 51.506867], [-0.09619, 51.506839], [-0.096143, 51.50682], [-0.096309, 51.50677], [-0.096594, 51.50684], [-0.096652, 51.506819], [-0.096682, 51.506763], [-0.096823, 51.506823]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 960, &quot;postcode&quot;: &quot;SE1 9AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095647, 51.507304], [-0.096017, 51.507316], [-0.096008, 51.507421], [-0.09598, 51.507553], [-0.095665, 51.507714], [-0.09557, 51.507693], [-0.095583, 51.507388], [-0.095647, 51.507304]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1076, &quot;postcode&quot;: &quot;SE1 9AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089741, 51.505441], [-0.089584, 51.505542], [-0.089514, 51.505779], [-0.089385, 51.505777], [-0.089049, 51.505544], [-0.089351, 51.505283], [-0.089508, 51.505348], [-0.089487, 51.505394], [-0.089543, 51.505432], [-0.089603, 51.505437], [-0.089652, 51.505409], [-0.089741, 51.505441]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1321, &quot;postcode&quot;: &quot;SE1 9AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090826, 51.506883], [-0.090811, 51.507041], [-0.090768, 51.507121], [-0.090344, 51.507087], [-0.090353, 51.507063], [-0.090447, 51.507058], [-0.090486, 51.506993], [-0.090578, 51.506966], [-0.090627, 51.506875], [-0.090722, 51.506892], [-0.09079, 51.506873], [-0.090826, 51.506883]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 525, &quot;postcode&quot;: &quot;SE1 9BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087968, 51.506568], [-0.08791, 51.506723], [-0.087875, 51.506718], [-0.087851, 51.5068], [-0.087341, 51.506741], [-0.087241, 51.506703], [-0.087233, 51.506712], [-0.087059, 51.506705], [-0.086981, 51.506681], [-0.086964, 51.506696], [-0.086584, 51.506591], [-0.086808, 51.50626], [-0.087293, 51.506436], [-0.087484, 51.506467], [-0.087546, 51.506411], [-0.087614, 51.506396], [-0.087956, 51.506418], [-0.087952, 51.506432], [-0.08801, 51.506439], [-0.087981, 51.506525], [-0.087941, 51.506521], [-0.087929, 51.506563], [-0.087968, 51.506568]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3354, &quot;postcode&quot;: &quot;SE1 9BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091006, 51.506393], [-0.090703, 51.506401], [-0.090706, 51.506299], [-0.091003, 51.506312], [-0.091006, 51.506393]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 213, &quot;postcode&quot;: &quot;SE1 9BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090989, 51.506596], [-0.091012, 51.506544], [-0.091003, 51.506312], [-0.091071, 51.506305], [-0.091075, 51.506547], [-0.090989, 51.506596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 143, &quot;postcode&quot;: &quot;SE1 9BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093195, 51.507005], [-0.09306, 51.507044], [-0.092961, 51.507016], [-0.092912, 51.507019], [-0.092877, 51.50704], [-0.09285, 51.507105], [-0.092268, 51.507275], [-0.092095, 51.507228], [-0.092037, 51.506944], [-0.0921, 51.506942], [-0.092112, 51.507023], [-0.092157, 51.50705], [-0.092668, 51.507061], [-0.09272, 51.507032], [-0.092736, 51.506935], [-0.092661, 51.506836], [-0.093195, 51.507005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1350, &quot;postcode&quot;: &quot;SE1 9BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086861, 51.505578], [-0.086753, 51.505577], [-0.086758, 51.505449], [-0.086847, 51.505323], [-0.086871, 51.505335], [-0.086861, 51.505578]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 171, &quot;postcode&quot;: &quot;SE1 9BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090582, 51.506136], [-0.090523, 51.506194], [-0.090415, 51.506184], [-0.090371, 51.506194], [-0.09034, 51.506251], [-0.090106, 51.506182], [-0.090027, 51.506202], [-0.090004, 51.506344], [-0.090027, 51.506376], [-0.090002, 51.506423], [-0.090033, 51.506451], [-0.090113, 51.506472], [-0.090001, 51.506681], [-0.089956, 51.506713], [-0.089857, 51.506714], [-0.089843, 51.506674], [-0.08981, 51.506653], [-0.089536, 51.506605], [-0.089137, 51.506655], [-0.089129, 51.506628], [-0.089092, 51.506608], [-0.088552, 51.506521], [-0.088494, 51.50655], [-0.088378, 51.506864], [-0.088331, 51.506864], [-0.088308, 51.506924], [-0.088038, 51.506896], [-0.088095, 51.506846], [-0.088225, 51.506541], [-0.088515, 51.506382], [-0.088543, 51.506337], [-0.088534, 51.506298], [-0.088733, 51.506311], [-0.088815, 51.506283], [-0.088851, 51.506224], [-0.088892, 51.506199], [-0.088901, 51.506172], [-0.08888, 51.506144], [-0.08872, 51.506098], [-0.088725, 51.506058], [-0.088701, 51.506031], [-0.088528, 51.505994], [-0.089049, 51.505544], [-0.089394, 51.505775], [-0.089514, 51.505779], [-0.090031, 51.505878], [-0.090235, 51.505812], [-0.090353, 51.505797], [-0.090439, 51.50582], [-0.090372, 51.506087], [-0.090414, 51.506115], [-0.090582, 51.506136]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11357, &quot;postcode&quot;: &quot;SE1 9DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088631, 51.50653], [-0.089152, 51.506618], [-0.089084, 51.506796], [-0.089072, 51.506933], [-0.088785, 51.50692], [-0.088378, 51.506864], [-0.088509, 51.506513], [-0.08854, 51.506518], [-0.088546, 51.506503], [-0.088603, 51.506525], [-0.088618, 51.50649], [-0.088646, 51.506495], [-0.088631, 51.50653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1833, &quot;postcode&quot;: &quot;SE1 9DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091234, 51.506733], [-0.091173, 51.506854], [-0.091086, 51.506859], [-0.09104, 51.506927], [-0.090816, 51.506882], [-0.090746, 51.506898], [-0.09067, 51.506885], [-0.090625, 51.506895], [-0.090589, 51.506976], [-0.090486, 51.507006], [-0.090465, 51.507049], [-0.090477, 51.507076], [-0.090451, 51.507081], [-0.090389, 51.507073], [-0.090344, 51.507087], [-0.090206, 51.507076], [-0.090161, 51.507059], [-0.090077, 51.507066], [-0.090085, 51.507051], [-0.089325, 51.50696], [-0.090111, 51.507049], [-0.09018, 51.507026], [-0.090181, 51.506983], [-0.09035, 51.5066], [-0.090287, 51.506414], [-0.09026, 51.506388], [-0.090213, 51.506379], [-0.090168, 51.506391], [-0.090113, 51.506472], [-0.089993, 51.506442], [-0.090023, 51.506157], [-0.090284, 51.506228], [-0.090334, 51.506212], [-0.090354, 51.506176], [-0.090503, 51.506189], [-0.090591, 51.506136], [-0.090597, 51.506212], [-0.090567, 51.506234], [-0.090566, 51.506265], [-0.090609, 51.506293], [-0.090706, 51.506299], [-0.090706, 51.506362], [-0.090729, 51.506388], [-0.090773, 51.506399], [-0.091006, 51.506393], [-0.091011, 51.506544], [-0.090969, 51.506641], [-0.09098, 51.506675], [-0.091234, 51.506733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4538, &quot;postcode&quot;: &quot;SE1 9DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090154, 51.507043], [-0.090119, 51.50705], [-0.089072, 51.506933], [-0.089084, 51.506796], [-0.089137, 51.506655], [-0.089532, 51.506604], [-0.089842, 51.506658], [-0.089857, 51.506714], [-0.089697, 51.506686], [-0.089877, 51.506718], [-0.089884, 51.506719], [-0.089945, 51.506716], [-0.090002, 51.50668], [-0.090193, 51.50634], [-0.09026, 51.506343], [-0.090353, 51.506607], [-0.090154, 51.507043]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3623, &quot;postcode&quot;: &quot;SE1 9DF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092043, 51.507024], [-0.091452, 51.507051], [-0.091381, 51.507041], [-0.091332, 51.507057], [-0.090794, 51.507081], [-0.090811, 51.507042], [-0.091224, 51.506963], [-0.091324, 51.506975], [-0.091379, 51.506934], [-0.091763, 51.506861], [-0.09183, 51.506895], [-0.091929, 51.506906], [-0.091964, 51.506934], [-0.092036, 51.506944], [-0.092043, 51.507024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1022, &quot;postcode&quot;: &quot;SE1 9DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09145, 51.507051], [-0.092043, 51.507024], [-0.092094, 51.507228], [-0.091289, 51.507157], [-0.091345, 51.507031], [-0.09145, 51.507051]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 919, &quot;postcode&quot;: &quot;SE1 9DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097074, 51.507722], [-0.096483, 51.507849], [-0.096328, 51.50774], [-0.096341, 51.507665], [-0.096316, 51.507634], [-0.096002, 51.507606], [-0.09595, 51.507632], [-0.095882, 51.507762], [-0.095897, 51.507795], [-0.095947, 51.507813], [-0.095875, 51.507813], [-0.095833, 51.507851], [-0.095757, 51.507836], [-0.095786, 51.507779], [-0.095772, 51.507746], [-0.095666, 51.507714], [-0.095975, 51.507551], [-0.096019, 51.507317], [-0.096529, 51.507333], [-0.096525, 51.50743], [-0.096544, 51.507457], [-0.096596, 51.507485], [-0.096829, 51.507545], [-0.097074, 51.507722]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2698, &quot;postcode&quot;: &quot;SE1 9DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096035, 51.507829], [-0.096046, 51.507865], [-0.096302, 51.507874], [-0.096293, 51.507926], [-0.096299, 51.50789], [-0.096395, 51.507893], [-0.0963, 51.50817], [-0.095965, 51.508327], [-0.09555, 51.508209], [-0.095553, 51.508197], [-0.095585, 51.508203], [-0.095757, 51.507836], [-0.095833, 51.507851], [-0.095803, 51.507907], [-0.095861, 51.507797], [-0.096035, 51.507829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2165, &quot;postcode&quot;: &quot;SE1 9DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097675, 51.508343], [-0.097494, 51.508358], [-0.097441, 51.508349], [-0.097133, 51.508376], [-0.097053, 51.508396], [-0.096139, 51.508377], [-0.095965, 51.508327], [-0.096295, 51.508168], [-0.096395, 51.507893], [-0.096491, 51.507833], [-0.096558, 51.507834], [-0.097066, 51.507732], [-0.097082, 51.507787], [-0.097131, 51.507809], [-0.097468, 51.507817], [-0.097618, 51.507804], [-0.097637, 51.50794], [-0.097598, 51.507959], [-0.097588, 51.507988], [-0.097646, 51.508294], [-0.097675, 51.508343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6004, &quot;postcode&quot;: &quot;SE1 9DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096483, 51.507849], [-0.096395, 51.507893], [-0.096299, 51.50789], [-0.096249, 51.50787], [-0.096046, 51.507865], [-0.096009, 51.507825], [-0.095862, 51.507797], [-0.095967, 51.507599], [-0.09635, 51.507628], [-0.096336, 51.507741], [-0.096483, 51.507849]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 885, &quot;postcode&quot;: &quot;SE1 9DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097147, 51.507255], [-0.097181, 51.507257], [-0.097177, 51.507354], [-0.096939, 51.507347], [-0.097147, 51.507255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;SE1 9DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09494, 51.506477], [-0.094416, 51.506378], [-0.094346, 51.506394], [-0.094025, 51.506305], [-0.093955, 51.506319], [-0.093938, 51.506359], [-0.094101, 51.5068], [-0.09418, 51.506822], [-0.094235, 51.506786], [-0.094417, 51.506765], [-0.094457, 51.506827], [-0.094436, 51.506901], [-0.09447, 51.506927], [-0.094526, 51.506935], [-0.094551, 51.506974], [-0.094542, 51.507027], [-0.094043, 51.507022], [-0.093899, 51.507267], [-0.093931, 51.507322], [-0.093677, 51.507393], [-0.093402, 51.506994], [-0.093441, 51.506895], [-0.093426, 51.506861], [-0.093266, 51.506803], [-0.093036, 51.506789], [-0.093013, 51.506728], [-0.092897, 51.506704], [-0.092883, 51.50659], [-0.092851, 51.506567], [-0.092807, 51.506561], [-0.092807, 51.506462], [-0.092823, 51.506233], [-0.092878, 51.506157], [-0.092919, 51.505862], [-0.092898, 51.505803], [-0.092772, 51.505651], [-0.093565, 51.505665], [-0.093621, 51.505649], [-0.093639, 51.505621], [-0.093659, 51.505066], [-0.093753, 51.504922], [-0.093771, 51.504928], [-0.093731, 51.505123], [-0.093768, 51.505219], [-0.093854, 51.505279], [-0.093968, 51.505307], [-0.093968, 51.505336], [-0.093996, 51.50536], [-0.094199, 51.505392], [-0.094177, 51.505436], [-0.094235, 51.50547], [-0.094181, 51.50563], [-0.094192, 51.50566], [-0.09423, 51.505678], [-0.094384, 51.505699], [-0.094361, 51.505777], [-0.094398, 51.505813], [-0.094829, 51.505872], [-0.09494, 51.506477]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 18775, &quot;postcode&quot;: &quot;SE1 9EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096253, 51.507229], [-0.096065, 51.507318], [-0.095647, 51.507304], [-0.095715, 51.5072], [-0.095687, 51.50717], [-0.095614, 51.507155], [-0.095603, 51.507087], [-0.095903, 51.507111], [-0.095956, 51.507101], [-0.095997, 51.50713], [-0.096161, 51.507162], [-0.096253, 51.507229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 777, &quot;postcode&quot;: &quot;SE1 9ED&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093272, 51.506804], [-0.093448, 51.506875], [-0.093402, 51.506994], [-0.093677, 51.507393], [-0.093569, 51.507646], [-0.092268, 51.507276], [-0.09285, 51.507105], [-0.092901, 51.506997], [-0.09306, 51.507044], [-0.093195, 51.507005], [-0.092661, 51.506836], [-0.092679, 51.506774], [-0.093109, 51.506831], [-0.092929, 51.506807], [-0.093063, 51.506785], [-0.093272, 51.506804]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4579, &quot;postcode&quot;: &quot;SE1 9EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0933, 51.505107], [-0.093341, 51.505019], [-0.093659, 51.505066], [-0.093637, 51.505666], [-0.092772, 51.505651], [-0.092662, 51.505571], [-0.09275, 51.505527], [-0.092696, 51.50548], [-0.092933, 51.50535], [-0.093053, 51.505196], [-0.093387, 51.505154], [-0.09326, 51.505111], [-0.0933, 51.505107]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3320, &quot;postcode&quot;: &quot;SE1 9EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09594, 51.505516], [-0.095813, 51.505831], [-0.095518, 51.505789], [-0.0955, 51.505752], [-0.095443, 51.505735], [-0.095454, 51.50547], [-0.095506, 51.505445], [-0.09594, 51.505516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1078, &quot;postcode&quot;: &quot;SE1 9EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097107, 51.505715], [-0.09726, 51.505686], [-0.097244, 51.506089], [-0.096807, 51.506043], [-0.096797, 51.506017], [-0.097236, 51.50597], [-0.097157, 51.505821], [-0.096844, 51.505884], [-0.096747, 51.505792], [-0.096793, 51.505659], [-0.097017, 51.505696], [-0.096867, 51.50522], [-0.097077, 51.505123], [-0.097211, 51.505144], [-0.097362, 51.505454], [-0.097294, 51.505482], [-0.097207, 51.505313], [-0.097322, 51.505537], [-0.097362, 51.505613], [-0.097386, 51.505661], [-0.097316, 51.505675], [-0.097107, 51.505715]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2488, &quot;postcode&quot;: &quot;SE1 9EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092919, 51.50586], [-0.09288, 51.505897], [-0.092901, 51.505992], [-0.092879, 51.506163], [-0.092824, 51.506221], [-0.092807, 51.50656], [-0.092781, 51.506599], [-0.092733, 51.506609], [-0.092703, 51.506637], [-0.092366, 51.506584], [-0.092352, 51.506546], [-0.0924, 51.506401], [-0.092422, 51.506225], [-0.092442, 51.505825], [-0.092426, 51.505796], [-0.092346, 51.505744], [-0.092521, 51.505651], [-0.092541, 51.505615], [-0.092432, 51.50553], [-0.092473, 51.505498], [-0.092465, 51.50546], [-0.092225, 51.505301], [-0.092479, 51.505269], [-0.092538, 51.505275], [-0.092648, 51.505248], [-0.092661, 51.505254], [-0.092589, 51.505319], [-0.092535, 51.505326], [-0.092507, 51.505351], [-0.092499, 51.505412], [-0.092561, 51.505442], [-0.092607, 51.505435], [-0.092873, 51.505302], [-0.092932, 51.505349], [-0.092735, 51.505463], [-0.092723, 51.505493], [-0.09275, 51.505527], [-0.092698, 51.505575], [-0.092899, 51.505804], [-0.092919, 51.50586]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4057, &quot;postcode&quot;: &quot;SE1 9EQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095813, 51.505831], [-0.095805, 51.505854], [-0.095931, 51.505877], [-0.095974, 51.505919], [-0.096451, 51.506005], [-0.096171, 51.505975], [-0.095675, 51.506316], [-0.095387, 51.506254], [-0.095331, 51.506101], [-0.095458, 51.505982], [-0.095451, 51.506006], [-0.095459, 51.505979], [-0.095383, 51.50581], [-0.095415, 51.505759], [-0.095443, 51.505735], [-0.095532, 51.505749], [-0.095518, 51.505789], [-0.095813, 51.505831]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2132, &quot;postcode&quot;: &quot;SE1 9EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091334, 51.507057], [-0.091289, 51.507157], [-0.091039, 51.507111], [-0.091008, 51.507141], [-0.090768, 51.507122], [-0.090794, 51.507082], [-0.091334, 51.507057]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 259, &quot;postcode&quot;: &quot;SE1 9FE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092781, 51.5066], [-0.092901, 51.506803], [-0.092679, 51.506774], [-0.092722, 51.506639], [-0.092703, 51.506637], [-0.092703, 51.506605], [-0.092781, 51.5066]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 198, &quot;postcode&quot;: &quot;SE1 9FJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094933, 51.507736], [-0.095086, 51.507779], [-0.095068, 51.507807], [-0.095244, 51.507849], [-0.095392, 51.507653], [-0.095359, 51.507709], [-0.095393, 51.507713], [-0.095333, 51.507818], [-0.095422, 51.507662], [-0.095806, 51.507745], [-0.095585, 51.508203], [-0.095547, 51.508196], [-0.09555, 51.508209], [-0.094798, 51.507995], [-0.094933, 51.507736]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2456, &quot;postcode&quot;: &quot;SE1 9HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09537, 51.506803], [-0.095334, 51.506949], [-0.095248, 51.506911], [-0.095268, 51.506768], [-0.09523, 51.506748], [-0.095135, 51.506739], [-0.095153, 51.506596], [-0.095196, 51.506507], [-0.095337, 51.506541], [-0.095289, 51.506756], [-0.095313, 51.506788], [-0.09537, 51.506803]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 375, &quot;postcode&quot;: &quot;SE1 9HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094541, 51.506466], [-0.094417, 51.506765], [-0.094215, 51.506794], [-0.094189, 51.506821], [-0.094177, 51.506909], [-0.094137, 51.506907], [-0.093907, 51.506272], [-0.094346, 51.506394], [-0.094385, 51.506437], [-0.094541, 51.506466]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1553, &quot;postcode&quot;: &quot;SE1 9HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09583, 51.50621], [-0.095915, 51.506395], [-0.095908, 51.506409], [-0.09586, 51.506399], [-0.095933, 51.506427], [-0.095804, 51.506666], [-0.095331, 51.506571], [-0.095337, 51.506541], [-0.095196, 51.506507], [-0.095216, 51.506426], [-0.095375, 51.50636], [-0.095368, 51.506393], [-0.095386, 51.5063], [-0.0957, 51.506363], [-0.095479, 51.506316], [-0.095547, 51.506288], [-0.095675, 51.506316], [-0.09583, 51.50621]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1515, &quot;postcode&quot;: &quot;SE1 9HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094258, 51.505407], [-0.094235, 51.50547], [-0.09389, 51.505511], [-0.093834, 51.505504], [-0.093825, 51.505472], [-0.094101, 51.505439], [-0.094199, 51.505392], [-0.094258, 51.505407]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 172, &quot;postcode&quot;: &quot;SE1 9HG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09509, 51.505079], [-0.095508, 51.505444], [-0.095215, 51.505586], [-0.095454, 51.50547], [-0.095443, 51.505735], [-0.095383, 51.50581], [-0.095459, 51.505979], [-0.095331, 51.506101], [-0.095387, 51.506254], [-0.095547, 51.506288], [-0.095479, 51.506316], [-0.095386, 51.5063], [-0.095375, 51.50636], [-0.095216, 51.506426], [-0.095173, 51.5066], [-0.094956, 51.506564], [-0.094812, 51.50578], [-0.094981, 51.505699], [-0.094839, 51.50568], [-0.094774, 51.505527], [-0.094924, 51.505547], [-0.094847, 51.505478], [-0.094847, 51.505442], [-0.094645, 51.505413], [-0.094687, 51.505343], [-0.09439, 51.505274], [-0.094372, 51.505303], [-0.094309, 51.505288], [-0.094429, 51.50509], [-0.094935, 51.505213], [-0.09509, 51.505079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6346, &quot;postcode&quot;: &quot;SE1 9HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093889, 51.507284], [-0.094028, 51.50702], [-0.094016, 51.507012], [-0.09446, 51.507022], [-0.094875, 51.507053], [-0.094854, 51.507128], [-0.094911, 51.507133], [-0.094858, 51.507306], [-0.094525, 51.507865], [-0.094503, 51.50786], [-0.094475, 51.507903], [-0.093569, 51.507646], [-0.093677, 51.507393], [-0.093932, 51.507322], [-0.093889, 51.507284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5930, &quot;postcode&quot;: &quot;SE1 9HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094956, 51.506563], [-0.094346, 51.506394], [-0.094359, 51.506367], [-0.09494, 51.506477], [-0.094956, 51.506563]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 261, &quot;postcode&quot;: &quot;SE1 9HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09294, 51.504906], [-0.092971, 51.504865], [-0.093172, 51.50492], [-0.093101, 51.505057], [-0.092884, 51.504983], [-0.092907, 51.504952], [-0.092859, 51.504929], [-0.09291, 51.504861], [-0.092961, 51.504879], [-0.09294, 51.504906]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 279, &quot;postcode&quot;: &quot;SE1 9HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095334, 51.506949], [-0.095221, 51.507168], [-0.095193, 51.50729], [-0.094985, 51.507283], [-0.095081, 51.506934], [-0.095052, 51.506894], [-0.094979, 51.50689], [-0.095011, 51.506754], [-0.095064, 51.50677], [-0.095135, 51.506739], [-0.095288, 51.506753], [-0.095255, 51.506896], [-0.095334, 51.506949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 966, &quot;postcode&quot;: &quot;SE1 9HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093387, 51.505154], [-0.093061, 51.505199], [-0.092929, 51.505347], [-0.092883, 51.505322], [-0.092822, 51.505328], [-0.092636, 51.505421], [-0.09254, 51.505508], [-0.092477, 51.505471], [-0.092514, 51.505323], [-0.092497, 51.50529], [-0.092441, 51.505275], [-0.092261, 51.505295], [-0.092387, 51.505002], [-0.092605, 51.505072], [-0.092652, 51.505074], [-0.092815, 51.504998], [-0.09286, 51.504929], [-0.09289, 51.504921], [-0.092921, 51.504991], [-0.093045, 51.505035], [-0.093119, 51.505017], [-0.093158, 51.504943], [-0.093199, 51.504954], [-0.093232, 51.505093], [-0.093387, 51.505154]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2134, &quot;postcode&quot;: &quot;SE1 9HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095747, 51.507177], [-0.095584, 51.507389], [-0.09557, 51.507693], [-0.095475, 51.507674], [-0.095422, 51.507683], [-0.095393, 51.507713], [-0.095334, 51.507731], [-0.095244, 51.507849], [-0.095068, 51.507807], [-0.09504, 51.50777], [-0.09493, 51.507741], [-0.095183, 51.507329], [-0.095253, 51.507095], [-0.095747, 51.507177]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2480, &quot;postcode&quot;: &quot;SE1 9HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094981, 51.505699], [-0.094825, 51.505779], [-0.094829, 51.505872], [-0.094348, 51.505808], [-0.094371, 51.505734], [-0.094355, 51.505705], [-0.094167, 51.50567], [-0.094238, 51.505414], [-0.094197, 51.505392], [-0.093953, 51.505358], [-0.093944, 51.505314], [-0.09381, 51.505254], [-0.09374, 51.505171], [-0.093733, 51.505035], [-0.093771, 51.504928], [-0.093814, 51.5049], [-0.093863, 51.504761], [-0.093973, 51.50476], [-0.094028, 51.504707], [-0.09413, 51.504714], [-0.094529, 51.504824], [-0.094685, 51.504962], [-0.095002, 51.505002], [-0.09509, 51.505079], [-0.094935, 51.505213], [-0.094469, 51.505103], [-0.09441, 51.505125], [-0.09435, 51.505235], [-0.09439, 51.505274], [-0.094687, 51.505343], [-0.09467, 51.505387], [-0.094699, 51.505417], [-0.094847, 51.505442], [-0.094857, 51.505486], [-0.094924, 51.505547], [-0.094855, 51.505543], [-0.094811, 51.505564], [-0.09483, 51.505657], [-0.094868, 51.505683], [-0.094981, 51.505699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6187, &quot;postcode&quot;: &quot;SE1 9HW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096712, 51.506663], [-0.096639, 51.506852], [-0.096323, 51.506774], [-0.096143, 51.50682], [-0.096068, 51.506809], [-0.096038, 51.506798], [-0.096057, 51.506756], [-0.096034, 51.506725], [-0.095805, 51.506666], [-0.095919, 51.506451], [-0.095915, 51.506395], [-0.096485, 51.506516], [-0.096584, 51.506561], [-0.096712, 51.506663]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1925, &quot;postcode&quot;: &quot;SE1 9HZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099461, 51.506686], [-0.09939, 51.507185], [-0.098362, 51.507132], [-0.098303, 51.507153], [-0.098286, 51.507199], [-0.097838, 51.507176], [-0.097768, 51.507128], [-0.098253, 51.506763], [-0.098244, 51.50668], [-0.098092, 51.506638], [-0.097926, 51.50643], [-0.097832, 51.506243], [-0.097879, 51.506212], [-0.098068, 51.506192], [-0.098244, 51.506193], [-0.098536, 51.506159], [-0.098987, 51.506164], [-0.099137, 51.506198], [-0.099215, 51.506199], [-0.099206, 51.506608], [-0.099169, 51.506639], [-0.099166, 51.50667], [-0.099229, 51.506701], [-0.099461, 51.506686]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10009, &quot;postcode&quot;: &quot;SE1 9JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099034, 51.508377], [-0.09883, 51.50837], [-0.098786, 51.508385], [-0.098821, 51.508179], [-0.098896, 51.508173], [-0.098899, 51.508249], [-0.098928, 51.50825], [-0.098928, 51.508263], [-0.099176, 51.508246], [-0.099177, 51.508147], [-0.099254, 51.50815], [-0.09928, 51.508171], [-0.099399, 51.508175], [-0.099416, 51.508163], [-0.099409, 51.508444], [-0.099053, 51.508437], [-0.099075, 51.508407], [-0.099034, 51.508377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 964, &quot;postcode&quot;: &quot;SE1 9JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097675, 51.507745], [-0.09765, 51.507757], [-0.097688, 51.508024], [-0.097862, 51.508049], [-0.097941, 51.508228], [-0.098119, 51.508202], [-0.098114, 51.508188], [-0.098263, 51.508112], [-0.098771, 51.508125], [-0.098809, 51.508151], [-0.098916, 51.508157], [-0.09893, 51.508143], [-0.099114, 51.508146], [-0.099176, 51.508246], [-0.098928, 51.508263], [-0.098928, 51.50825], [-0.098899, 51.508249], [-0.098896, 51.508173], [-0.098821, 51.508179], [-0.098786, 51.508385], [-0.09883, 51.50837], [-0.099034, 51.508377], [-0.099075, 51.508407], [-0.099053, 51.508437], [-0.097055, 51.508396], [-0.09713, 51.508376], [-0.097491, 51.508345], [-0.097494, 51.508358], [-0.097675, 51.508343], [-0.097669, 51.508319], [-0.097009, 51.508369], [-0.097033, 51.508302], [-0.097082, 51.508299], [-0.097104, 51.508317], [-0.097258, 51.508311], [-0.097273, 51.508291], [-0.097303, 51.508289], [-0.097305, 51.508301], [-0.097388, 51.508294], [-0.097384, 51.508282], [-0.097435, 51.508278], [-0.097439, 51.50829], [-0.097651, 51.508266], [-0.09758, 51.507943], [-0.097637, 51.50794], [-0.097618, 51.507804], [-0.097468, 51.507817], [-0.097283, 51.507805], [-0.09728, 51.507819], [-0.097081, 51.507806], [-0.097066, 51.507732], [-0.09775, 51.507493], [-0.097845, 51.507425], [-0.097808, 51.507753], [-0.097675, 51.507745]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4796, &quot;postcode&quot;: &quot;SE1 9JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096932, 51.506508], [-0.09706, 51.506517], [-0.097056, 51.506615], [-0.097016, 51.506612], [-0.096932, 51.506508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 64, &quot;postcode&quot;: &quot;SE1 9JX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097617, 51.506129], [-0.097818, 51.506569], [-0.096924, 51.506507], [-0.096536, 51.506434], [-0.096485, 51.506516], [-0.095915, 51.506395], [-0.09583, 51.50621], [-0.096171, 51.505975], [-0.097617, 51.506129]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6187, &quot;postcode&quot;: &quot;SE1 9JY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096536, 51.506434], [-0.096932, 51.506508], [-0.097016, 51.506612], [-0.096978, 51.50661], [-0.097056, 51.506615], [-0.09706, 51.506517], [-0.097822, 51.506567], [-0.097617, 51.506129], [-0.097578, 51.506125], [-0.097696, 51.506137], [-0.098154, 51.506715], [-0.097403, 51.507265], [-0.097147, 51.507255], [-0.096994, 51.507062], [-0.096714, 51.507043], [-0.096821, 51.506813], [-0.096682, 51.506763], [-0.096712, 51.506663], [-0.096584, 51.506561], [-0.096488, 51.506529], [-0.096485, 51.506516], [-0.096536, 51.506434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6337, &quot;postcode&quot;: &quot;SE1 9JZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091355, 51.506531], [-0.091503, 51.506539], [-0.091522, 51.506438], [-0.091603, 51.506449], [-0.091551, 51.506686], [-0.091491, 51.506811], [-0.091763, 51.506861], [-0.091379, 51.506934], [-0.091351, 51.506988], [-0.091224, 51.506963], [-0.090811, 51.507042], [-0.090826, 51.506883], [-0.09104, 51.506927], [-0.091084, 51.506838], [-0.091173, 51.506854], [-0.091234, 51.506732], [-0.090947, 51.506687], [-0.090989, 51.506596], [-0.091075, 51.506547], [-0.091078, 51.506509], [-0.091368, 51.50649], [-0.091355, 51.506531]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1918, &quot;postcode&quot;: &quot;SE1 9LB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092353, 51.506546], [-0.092006, 51.505586], [-0.092156, 51.505325], [-0.092177, 51.505328], [-0.092193, 51.505376], [-0.092329, 51.505464], [-0.092478, 51.505472], [-0.092501, 51.505489], [-0.092465, 51.505517], [-0.092467, 51.505548], [-0.092582, 51.505626], [-0.092404, 51.505713], [-0.09238, 51.505739], [-0.092391, 51.505772], [-0.092443, 51.505802], [-0.09242, 51.506249], [-0.0924, 51.506401], [-0.092353, 51.506546]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2361, &quot;postcode&quot;: &quot;SE1 9PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089907, 51.505413], [-0.089843, 51.505405], [-0.089788, 51.505434], [-0.089698, 51.50545], [-0.089617, 51.5055], [-0.089579, 51.50557], [-0.089561, 51.505547], [-0.089612, 51.505504], [-0.089609, 51.50547], [-0.089458, 51.505393], [-0.089479, 51.505361], [-0.089463, 51.505332], [-0.089351, 51.505283], [-0.089629, 51.505053], [-0.08977, 51.505297], [-0.089846, 51.50534], [-0.089907, 51.505413]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 857, &quot;postcode&quot;: &quot;SE1 9QG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089005, 51.506088], [-0.088931, 51.506118], [-0.088808, 51.506307], [-0.088746, 51.506325], [-0.088561, 51.506294], [-0.088538, 51.506261], [-0.088479, 51.506242], [-0.088531, 51.506076], [-0.088482, 51.506034], [-0.088528, 51.505994], [-0.08876, 51.506039], [-0.088745, 51.506091], [-0.088815, 51.506123], [-0.088886, 51.506112], [-0.088905, 51.506068], [-0.089005, 51.506088]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 735, &quot;postcode&quot;: &quot;SE1 9QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087885, 51.506409], [-0.087833, 51.506416], [-0.087606, 51.506397], [-0.087544, 51.506413], [-0.087493, 51.506455], [-0.087293, 51.506436], [-0.087135, 51.50638], [-0.087256, 51.506395], [-0.087358, 51.506336], [-0.087468, 51.506342], [-0.087517, 51.506301], [-0.087717, 51.50632], [-0.087749, 51.506345], [-0.087867, 51.506381], [-0.087885, 51.506409]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 401, &quot;postcode&quot;: &quot;SE1 9RA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097712, 51.507504], [-0.097074, 51.507722], [-0.096829, 51.507545], [-0.096775, 51.507341], [-0.097249, 51.507356], [-0.0973, 51.507341], [-0.097712, 51.507504]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1645, &quot;postcode&quot;: &quot;SE1 9RW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092448, 51.506603], [-0.092451, 51.506601], [-0.092491, 51.506609], [-0.092448, 51.506603]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;SE1 9RZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087074, 51.505458], [-0.087093, 51.505444], [-0.087724, 51.505753], [-0.087448, 51.505769], [-0.087401, 51.505758], [-0.087204, 51.505629], [-0.087168, 51.505496], [-0.087272, 51.505539], [-0.087074, 51.505458]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 480, &quot;postcode&quot;: &quot;SE1 9SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097146, 51.507255], [-0.097053, 51.507295], [-0.097046, 51.507341], [-0.096545, 51.507231], [-0.096487, 51.5072], [-0.096526, 51.507095], [-0.096452, 51.50706], [-0.096519, 51.507052], [-0.096558, 51.507], [-0.096803, 51.506865], [-0.096737, 51.506996], [-0.096744, 51.507025], [-0.096793, 51.507048], [-0.096994, 51.507062], [-0.097146, 51.507255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1181, &quot;postcode&quot;: &quot;SE1 9SH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087168, 51.505496], [-0.087164, 51.505518], [-0.087021, 51.505581], [-0.086781, 51.505575], [-0.086745, 51.505607], [-0.08674, 51.505697], [-0.086512, 51.505786], [-0.08644, 51.505755], [-0.0865, 51.505764], [-0.086551, 51.505744], [-0.086758, 51.505449], [-0.08682, 51.505453], [-0.086862, 51.50543], [-0.086871, 51.505335], [-0.087168, 51.505496]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 668, &quot;postcode&quot;: &quot;SE1 9SP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086742, 51.505695], [-0.087164, 51.505518], [-0.087204, 51.505629], [-0.086997, 51.505789], [-0.086888, 51.505762], [-0.086742, 51.505695]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 444, &quot;postcode&quot;: &quot;SE1 9SS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099177, 51.508147], [-0.099176, 51.508238], [-0.099114, 51.508146], [-0.09893, 51.508143], [-0.098916, 51.508157], [-0.098809, 51.508151], [-0.098771, 51.508125], [-0.098263, 51.508112], [-0.098114, 51.508188], [-0.098119, 51.508202], [-0.097941, 51.508228], [-0.097862, 51.508049], [-0.097688, 51.508024], [-0.09765, 51.507757], [-0.097675, 51.507745], [-0.097808, 51.507753], [-0.097858, 51.507435], [-0.097732, 51.507338], [-0.097797, 51.507306], [-0.097662, 51.507204], [-0.097768, 51.507128], [-0.097838, 51.507176], [-0.098288, 51.5072], [-0.098298, 51.507129], [-0.09939, 51.507185], [-0.099461, 51.506686], [-0.100021, 51.506655], [-0.099433, 51.50749], [-0.099416, 51.508163], [-0.099399, 51.508175], [-0.09928, 51.508171], [-0.099238, 51.50815], [-0.099254, 51.50815], [-0.099177, 51.508147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14484, &quot;postcode&quot;: &quot;SE1 9TG&quot;}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});\n",
"\n",
" \n",
" \n",
" geo_json_5210499814c971a437948e4cf51f22dc.bindTooltip(\n",
" function(layer){\n",
" let div = L.DomUtil.create(&#x27;div&#x27;);\n",
" \n",
" let handleObject = feature =&gt; {\n",
" if (feature === null) {\n",
" return &#x27;&#x27;;\n",
" } else if (typeof(feature)==&#x27;object&#x27;) {\n",
" return JSON.stringify(feature);\n",
" } else {\n",
" return feature;\n",
" }\n",
" }\n",
" let fields = [&quot;postcode&quot;, &quot;area_sqm&quot;];\n",
" let aliases = [&quot;Postcode&quot;, &quot;Area (sqm)&quot;];\n",
" let table = &#x27;&lt;table&gt;&#x27; +\n",
" String(\n",
" fields.map(\n",
" (v,i)=&gt;\n",
" `&lt;tr&gt;\n",
" &lt;th&gt;${aliases[i]}&lt;/th&gt;\n",
" \n",
" &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;\n",
" &lt;/tr&gt;`).join(&#x27;&#x27;))\n",
" +&#x27;&lt;/table&gt;&#x27;;\n",
" div.innerHTML=table;\n",
" \n",
" return div\n",
" }\n",
" ,{\n",
" &quot;sticky&quot;: true,\n",
" &quot;className&quot;: &quot;foliumtooltip&quot;,\n",
"});\n",
" \n",
" \n",
" geo_json_5210499814c971a437948e4cf51f22dc.addTo(map_61e38f06abc51af1ee136601f70476c5);\n",
" \n",
" \n",
" var marker_3a4823c748a131d0d214e470415e7c0b = L.marker(\n",
" [51.5133, -0.0886],\n",
" {\n",
"}\n",
" ).addTo(map_61e38f06abc51af1ee136601f70476c5);\n",
" \n",
" \n",
" var icon_d06980f5abfadbb1a9e1c9ff3655e77d = L.AwesomeMarkers.icon(\n",
" {\n",
" &quot;markerColor&quot;: &quot;red&quot;,\n",
" &quot;iconColor&quot;: &quot;white&quot;,\n",
" &quot;icon&quot;: &quot;info-sign&quot;,\n",
" &quot;prefix&quot;: &quot;glyphicon&quot;,\n",
" &quot;extraClasses&quot;: &quot;fa-rotate-0&quot;,\n",
"}\n",
" );\n",
" \n",
" \n",
" var popup_996376e84e8c06f55ec164e3a3b45a8c = L.popup({\n",
" &quot;maxWidth&quot;: &quot;100%&quot;,\n",
"});\n",
"\n",
" \n",
" \n",
" var html_6b4c8175b103683edf9cae1f1dbe34de = $(`&lt;div id=&quot;html_6b4c8175b103683edf9cae1f1dbe34de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bank Station&lt;/div&gt;`)[0];\n",
" popup_996376e84e8c06f55ec164e3a3b45a8c.setContent(html_6b4c8175b103683edf9cae1f1dbe34de);\n",
" \n",
" \n",
"\n",
" marker_3a4823c748a131d0d214e470415e7c0b.bindPopup(popup_996376e84e8c06f55ec164e3a3b45a8c)\n",
" ;\n",
"\n",
" \n",
" \n",
" \n",
" marker_3a4823c748a131d0d214e470415e7c0b.setIcon(icon_d06980f5abfadbb1a9e1c9ff3655e77d);\n",
" \n",
" \n",
" var layer_control_f7b22722436cc616a45bd3871fca1ec7_layers = {\n",
" base_layers : {\n",
" &quot;cartodbpositron&quot; : tile_layer_12d51afab019603ba494dc9d0a4501ba,\n",
" &quot;Satellite&quot; : tile_layer_7227afcc789c2811b7158e5e5b441577,\n",
" },\n",
" overlays : {\n",
" &quot;Postcodes (greenspace removed)&quot; : geo_json_5210499814c971a437948e4cf51f22dc,\n",
" },\n",
" };\n",
" let layer_control_f7b22722436cc616a45bd3871fca1ec7 = L.control.layers(\n",
" layer_control_f7b22722436cc616a45bd3871fca1ec7_layers.base_layers,\n",
" layer_control_f7b22722436cc616a45bd3871fca1ec7_layers.overlays,\n",
" {\n",
" &quot;position&quot;: &quot;topright&quot;,\n",
" &quot;collapsed&quot;: false,\n",
" &quot;autoZIndex&quot;: true,\n",
"}\n",
" ).addTo(map_61e38f06abc51af1ee136601f70476c5);\n",
"\n",
" \n",
"&lt;/script&gt;\n",
"&lt;/html&gt;\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>"
],
"text/plain": [
"<folium.folium.Map at 0x7f018ab282f0>"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"m2 = folium.Map(location=BANK, zoom_start=16, tiles=\"cartodbpositron\")\n",
"\n",
"# Satellite tile layer\n",
"folium.TileLayer(\n",
" tiles=\"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}\",\n",
" attr=\"Esri\",\n",
" name=\"Satellite\",\n",
").add_to(m2)\n",
"\n",
"# Postcode boundaries with greenspace removed\n",
"folium.GeoJson(\n",
" with_green,\n",
" name=\"Postcodes (greenspace removed)\",\n",
" style_function=lambda f: {\n",
" \"fillColor\": \"#00d4aa\",\n",
" \"color\": \"white\",\n",
" \"weight\": 1.5,\n",
" \"fillOpacity\": 0.35,\n",
" },\n",
" tooltip=folium.GeoJsonTooltip(\n",
" fields=[\"postcode\", \"area_sqm\"],\n",
" aliases=[\"Postcode\", \"Area (sqm)\"],\n",
" ),\n",
").add_to(m2)\n",
"\n",
"# Bank station marker\n",
"folium.Marker(BANK, popup=\"Bank Station\", icon=folium.Icon(color=\"red\")).add_to(m2)\n",
"\n",
"folium.LayerControl(collapsed=False).add_to(m2)\n",
"m2"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Highlight postcodes most affected by greenspace subtraction"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"execution": {
"iopub.execute_input": "2026-02-10T21:00:05.090898Z",
"iopub.status.busy": "2026-02-10T21:00:05.090833Z",
"iopub.status.idle": "2026-02-10T21:00:05.093987Z",
"shell.execute_reply": "2026-02-10T21:00:05.093756Z"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Postcode Before After Removed\n",
"----------------------------------------\n",
"EC2Y 8DP 3092 313 89.9%\n",
"EC2Y 8DN 1886 235 87.5%\n",
"EC4R 3TB 221 36 83.7%\n",
"SE1 2JH 1757 417 76.3%\n",
"EC2Y 8ND 3416 1079 68.4%\n",
"EC4V 3PA 3320 1330 59.9%\n",
"EC2Y 8BD 3567 1547 56.6%\n",
"EC4V 3PT 2 1 50.0%\n",
"EC3R 6AP 79 45 43.0%\n",
"EC3R 6DX 8746 5239 40.1%\n",
"EC4V 5ER 2682 1613 39.9%\n",
"EC2Y 8BB 8918 5459 38.8%\n",
"EC2Y 8BT 630 413 34.4%\n",
"EC4M 8AP 5087 3496 31.3%\n",
"EC2Y 8BE 9339 7143 23.5%\n",
"SE1 9DE 5091 4538 10.9%\n",
"EC4M 9AD 2492 2271 8.9%\n",
"EC4M 8AD 12942 12021 7.1%\n",
"EC4M 9AH 17851 16718 6.3%\n",
"EC2Y 8BX 8080 7611 5.8%\n"
]
}
],
"source": [
"# Build area lookup from both sets\n",
"areas_before = {f[\"properties\"][\"postcode\"]: f[\"properties\"][\"area_sqm\"] for f in no_green[\"features\"]}\n",
"areas_after = {f[\"properties\"][\"postcode\"]: f[\"properties\"][\"area_sqm\"] for f in with_green[\"features\"]}\n",
"\n",
"# Compute percentage removed\n",
"diffs = []\n",
"for pc, before in areas_before.items():\n",
" after = areas_after.get(pc, 0)\n",
" if before > 0:\n",
" pct = 100 * (before - after) / before\n",
" if pct > 1:\n",
" diffs.append((pc, before, after, pct))\n",
"diffs.sort(key=lambda x: -x[3])\n",
"\n",
"print(f\"{'Postcode':<12} {'Before':>8} {'After':>8} {'Removed':>8}\")\n",
"print(\"-\" * 40)\n",
"for pc, before, after, pct in diffs[:20]:\n",
" print(f\"{pc:<12} {before:>7} {after:>7} {pct:>5.1f}%\")"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"execution": {
"iopub.execute_input": "2026-02-10T21:00:05.094670Z",
"iopub.status.busy": "2026-02-10T21:00:05.094606Z",
"iopub.status.idle": "2026-02-10T21:00:05.149304Z",
"shell.execute_reply": "2026-02-10T21:00:05.149003Z"
}
},
"outputs": [
{
"data": {
"text/html": [
"<div style=\"width:100%;\"><div style=\"position:relative;width:100%;height:0;padding-bottom:60%;\"><span style=\"color:#565656\">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc=\"&lt;!DOCTYPE html&gt;\n",
"&lt;html&gt;\n",
"&lt;head&gt;\n",
" \n",
" &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;\n",
" &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;\n",
" &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;\n",
" &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;\n",
" &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;\n",
" \n",
" &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,\n",
" initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;\n",
" &lt;style&gt;\n",
" #map_f9989a28ed9e0882d445f10655b7b235 {\n",
" position: relative;\n",
" width: 100.0%;\n",
" height: 100.0%;\n",
" left: 0.0%;\n",
" top: 0.0%;\n",
" }\n",
" .leaflet-container { font-size: 1rem; }\n",
" &lt;/style&gt;\n",
"\n",
" &lt;style&gt;html, body {\n",
" width: 100%;\n",
" height: 100%;\n",
" margin: 0;\n",
" padding: 0;\n",
" }\n",
" &lt;/style&gt;\n",
"\n",
" &lt;style&gt;#map {\n",
" position:absolute;\n",
" top:0;\n",
" bottom:0;\n",
" right:0;\n",
" left:0;\n",
" }\n",
" &lt;/style&gt;\n",
"\n",
" &lt;script&gt;\n",
" L_NO_TOUCH = false;\n",
" L_DISABLE_3D = false;\n",
" &lt;/script&gt;\n",
"\n",
" \n",
" \n",
" &lt;style&gt;\n",
" .foliumtooltip {\n",
" \n",
" }\n",
" .foliumtooltip table{\n",
" margin: auto;\n",
" }\n",
" .foliumtooltip tr{\n",
" text-align: left;\n",
" }\n",
" .foliumtooltip th{\n",
" padding: 2px; padding-right: 8px;\n",
" }\n",
" &lt;/style&gt;\n",
" \n",
" &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js&quot;&gt;&lt;/script&gt;\n",
"&lt;/head&gt;\n",
"&lt;body&gt;\n",
" \n",
" \n",
" &lt;div class=&quot;folium-map&quot; id=&quot;map_f9989a28ed9e0882d445f10655b7b235&quot; &gt;&lt;/div&gt;\n",
" \n",
"&lt;/body&gt;\n",
"&lt;script&gt;\n",
" \n",
" \n",
" var map_f9989a28ed9e0882d445f10655b7b235 = L.map(\n",
" &quot;map_f9989a28ed9e0882d445f10655b7b235&quot;,\n",
" {\n",
" center: [51.5133, -0.0886],\n",
" crs: L.CRS.EPSG3857,\n",
" ...{\n",
" &quot;zoom&quot;: 15,\n",
" &quot;zoomControl&quot;: true,\n",
" &quot;preferCanvas&quot;: false,\n",
"}\n",
"\n",
" }\n",
" );\n",
"\n",
" \n",
"\n",
" \n",
" \n",
" var tile_layer_e02dd8eb868ce7a59d7b4fd05b6f3415 = L.tileLayer(\n",
" &quot;https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png&quot;,\n",
" {\n",
" &quot;minZoom&quot;: 0,\n",
" &quot;maxZoom&quot;: 20,\n",
" &quot;maxNativeZoom&quot;: 20,\n",
" &quot;noWrap&quot;: false,\n",
" &quot;attribution&quot;: &quot;\\u0026copy; \\u003ca href=\\&quot;https://www.openstreetmap.org/copyright\\&quot;\\u003eOpenStreetMap\\u003c/a\\u003e contributors \\u0026copy; \\u003ca href=\\&quot;https://carto.com/attributions\\&quot;\\u003eCARTO\\u003c/a\\u003e&quot;,\n",
" &quot;subdomains&quot;: &quot;abcd&quot;,\n",
" &quot;detectRetina&quot;: false,\n",
" &quot;tms&quot;: false,\n",
" &quot;opacity&quot;: 1,\n",
"}\n",
"\n",
" );\n",
" \n",
" \n",
" tile_layer_e02dd8eb868ce7a59d7b4fd05b6f3415.addTo(map_f9989a28ed9e0882d445f10655b7b235);\n",
" \n",
" \n",
" function geo_json_cd5071f492bfe49e621f3cf97bb9bdc9_styler(feature) {\n",
" switch(feature.properties.postcode) {\n",
" case &quot;E1 6AH&quot;: case &quot;E1 6AN&quot;: case &quot;E1 6DB&quot;: case &quot;E1 6GN&quot;: case &quot;E1 6HQ&quot;: case &quot;E1 7AA&quot;: case &quot;E1 7AB&quot;: case &quot;E1 7AW&quot;: case &quot;E1 7AX&quot;: case &quot;E1 7BH&quot;: case &quot;E1 7BN&quot;: case &quot;E1 7BS&quot;: case &quot;E1 7DA&quot;: case &quot;E1 7DB&quot;: case &quot;E1 7DJ&quot;: case &quot;E1 7EA&quot;: case &quot;E1 7EB&quot;: case &quot;E1 7ED&quot;: case &quot;E1 7EE&quot;: case &quot;E1 7EX&quot;: case &quot;E1 7EZ&quot;: case &quot;E1 7HP&quot;: case &quot;E1 7HQ&quot;: case &quot;E1 7HR&quot;: case &quot;E1 7HS&quot;: case &quot;E1 7HW&quot;: case &quot;E1 7HY&quot;: case &quot;E1 7JF&quot;: case &quot;E1 7JJ&quot;: case &quot;E1 7LA&quot;: case &quot;E1 7LB&quot;: case &quot;E1 7LE&quot;: case &quot;E1 7LF&quot;: case &quot;E1 7LG&quot;: case &quot;E1 7LJ&quot;: case &quot;E1 7LL&quot;: case &quot;E1 7LP&quot;: case &quot;E1 7LQ&quot;: case &quot;E1 7LS&quot;: case &quot;E1 7NA&quot;: case &quot;E1 7PN&quot;: case &quot;E1 7QD&quot;: case &quot;E1 7TB&quot;: case &quot;E1 7TF&quot;: case &quot;E1 7TP&quot;: case &quot;E1 8AA&quot;: case &quot;E1 8AH&quot;: case &quot;E1 8AL&quot;: case &quot;E1 8AN&quot;: case &quot;E1 8AT&quot;: case &quot;E1 8AX&quot;: case &quot;E1 8BL&quot;: case &quot;E1 8BQ&quot;: case &quot;E1 8BT&quot;: case &quot;E1 8BZ&quot;: case &quot;E1 8RB&quot;: case &quot;EC1A 1HQ&quot;: case &quot;EC1A 4AE&quot;: case &quot;EC1A 4AS&quot;: case &quot;EC1A 4EN&quot;: case &quot;EC1A 4ER&quot;: case &quot;EC1A 4HD&quot;: case &quot;EC1A 4HJ&quot;: case &quot;EC1A 4HT&quot;: case &quot;EC1A 4HU&quot;: case &quot;EC1A 4HY&quot;: case &quot;EC1A 4JA&quot;: case &quot;EC1A 4JE&quot;: case &quot;EC1A 4JP&quot;: case &quot;EC1A 4JQ&quot;: case &quot;EC1A 4LA&quot;: case &quot;EC1A 7AA&quot;: case &quot;EC1A 7AE&quot;: case &quot;EC1A 7AZ&quot;: case &quot;EC1A 7BA&quot;: case &quot;EC1A 7BB&quot;: case &quot;EC1A 7BD&quot;: case &quot;EC1A 7BE&quot;: case &quot;EC1A 7BF&quot;: case &quot;EC1A 7BG&quot;: case &quot;EC1A 7BH&quot;: case &quot;EC1A 7BL&quot;: case &quot;EC1A 7BN&quot;: case &quot;EC1A 7BT&quot;: case &quot;EC1A 7BU&quot;: case &quot;EC1A 7BW&quot;: case &quot;EC1A 7BX&quot;: case &quot;EC1A 7DH&quot;: case &quot;EC1A 7ES&quot;: case &quot;EC1A 7HF&quot;: case &quot;EC1A 7HH&quot;: case &quot;EC1A 7HN&quot;: case &quot;EC1A 7HP&quot;: case &quot;EC1A 7HT&quot;: case &quot;EC1A 7HU&quot;: case &quot;EC1A 7JN&quot;: case &quot;EC1A 9HF&quot;: case &quot;EC1M 6AD&quot;: case &quot;EC1M 6EA&quot;: case &quot;EC1M 6EB&quot;: case &quot;EC1V 2PR&quot;: case &quot;EC1Y 0AB&quot;: case &quot;EC1Y 0RR&quot;: case &quot;EC1Y 1AA&quot;: case &quot;EC1Y 1AG&quot;: case &quot;EC1Y 2AY&quot;: case &quot;EC1Y 4AB&quot;: case &quot;EC1Y 4AG&quot;: case &quot;EC1Y 4GR&quot;: case &quot;EC1Y 4SA&quot;: case &quot;EC1Y 4SB&quot;: case &quot;EC1Y 4SE&quot;: case &quot;EC1Y 4SF&quot;: case &quot;EC1Y 4TW&quot;: case &quot;EC1Y 4TY&quot;: case &quot;EC1Y 4UP&quot;: case &quot;EC1Y 4UQ&quot;: case &quot;EC1Y 4YY&quot;: case &quot;EC1Y 8AA&quot;: case &quot;EC1Y 8AB&quot;: case &quot;EC1Y 8HQ&quot;: case &quot;EC1Y 8LE&quot;: case &quot;EC1Y 8LX&quot;: case &quot;EC1Y 8NX&quot;: case &quot;EC1Y 8TE&quot;: case &quot;EC1Y 8TZ&quot;: case &quot;EC1Y 8YY&quot;: case &quot;EC1Y 8YZ&quot;: case &quot;EC2A 1AE&quot;: case &quot;EC2A 1AF&quot;: case &quot;EC2A 1AG&quot;: case &quot;EC2A 1AH&quot;: case &quot;EC2A 1AL&quot;: case &quot;EC2A 1AT&quot;: case &quot;EC2A 1DS&quot;: case &quot;EC2A 1DX&quot;: case &quot;EC2A 1HD&quot;: case &quot;EC2A 1NQ&quot;: case &quot;EC2A 1NS&quot;: case &quot;EC2A 1NT&quot;: case &quot;EC2A 1PX&quot;: case &quot;EC2A 1RR&quot;: case &quot;EC2A 1RS&quot;: case &quot;EC2A 1SA&quot;: case &quot;EC2A 2AF&quot;: case &quot;EC2A 2AG&quot;: case &quot;EC2A 2AH&quot;: case &quot;EC2A 2BA&quot;: case &quot;EC2A 2BB&quot;: case &quot;EC2A 2BR&quot;: case &quot;EC2A 2BS&quot;: case &quot;EC2A 2DH&quot;: case &quot;EC2A 2DQ&quot;: case &quot;EC2A 2DX&quot;: case &quot;EC2A 2EF&quot;: case &quot;EC2A 2EG&quot;: case &quot;EC2A 2EH&quot;: case &quot;EC2A 2EP&quot;: case &quot;EC2A 2ER&quot;: case &quot;EC2A 2EW&quot;: case &quot;EC2A 2EX&quot;: case &quot;EC2A 2FA&quot;: case &quot;EC2A 2UT&quot;: case &quot;EC2A 3PR&quot;: case &quot;EC2A 4LU&quot;: case &quot;EC2A 4NA&quot;: case &quot;EC2M 1JB&quot;: case &quot;EC2M 1JD&quot;: case &quot;EC2M 1JH&quot;: case &quot;EC2M 1JJ&quot;: case &quot;EC2M 1NH&quot;: case &quot;EC2M 1PR&quot;: case &quot;EC2M 1QP&quot;: case &quot;EC2M 1QS&quot;: case &quot;EC2M 1RP&quot;: case &quot;EC2M 1RQ&quot;: case &quot;EC2M 1RX&quot;: case &quot;EC2M 2AB&quot;: case &quot;EC2M 2AF&quot;: case &quot;EC2M 2AQ&quot;: case &quot;EC2M 2AS&quot;: case &quot;EC2M 2AT&quot;: case &quot;EC2M 2AU&quot;: case &quot;EC2M 2DD&quot;: case &quot;EC2M 2EF&quot;: case &quot;EC2M 2PA&quot;: case &quot;EC2M 2PF&quot;: case &quot;EC2M 2PJ&quot;: case &quot;EC2M 2PY&quot;: case &quot;EC2M 2QS&quot;: case &quot;EC2M 2RB&quot;: case &quot;EC2M 2SJ&quot;: case &quot;EC2M 2SN&quot;: case &quot;EC2M 2TE&quot;: case &quot;EC2M 3AB&quot;: case &quot;EC2M 3AE&quot;: case &quot;EC2M 3AF&quot;: case &quot;EC2M 3AN&quot;: case &quot;EC2M 3NS&quot;: case &quot;EC2M 3TL&quot;: case &quot;EC2M 3TP&quot;: case &quot;EC2M 3TQ&quot;: case &quot;EC2M 3TY&quot;: case &quot;EC2M 3UE&quot;: case &quot;EC2M 3WA&quot;: case &quot;EC2M 3XD&quot;: case &quot;EC2M 3XU&quot;: case &quot;EC2M 3YD&quot;: case &quot;EC2M 3YX&quot;: case &quot;EC2M 4AE&quot;: case &quot;EC2M 4AF&quot;: case &quot;EC2M 4AH&quot;: case &quot;EC2M 4AJ&quot;: case &quot;EC2M 4LN&quot;: case &quot;EC2M 4LX&quot;: case &quot;EC2M 4NP&quot;: case &quot;EC2M 4NQ&quot;: case &quot;EC2M 4NR&quot;: case &quot;EC2M 4NS&quot;: case &quot;EC2M 4PT&quot;: case &quot;EC2M 4QD&quot;: case &quot;EC2M 4QH&quot;: case &quot;EC2M 4RH&quot;: case &quot;EC2M 4SQ&quot;: case &quot;EC2M 4TE&quot;: case &quot;EC2M 4TH&quot;: case &quot;EC2M 4TP&quot;: case &quot;EC2M 4TR&quot;: case &quot;EC2M 4UJ&quot;: case &quot;EC2M 4WD&quot;: case &quot;EC2M 4YA&quot;: case &quot;EC2M 4YE&quot;: case &quot;EC2M 4YN&quot;: case &quot;EC2M 4YT&quot;: case &quot;EC2M 4YW&quot;: case &quot;EC2M 5ND&quot;: case &quot;EC2M 5NG&quot;: case &quot;EC2M 5PD&quot;: case &quot;EC2M 5PP&quot;: case &quot;EC2M 5QA&quot;: case &quot;EC2M 5QD&quot;: case &quot;EC2M 5QQ&quot;: case &quot;EC2M 5QX&quot;: case &quot;EC2M 5TB&quot;: case &quot;EC2M 5TE&quot;: case &quot;EC2M 5TF&quot;: case &quot;EC2M 5TN&quot;: case &quot;EC2M 5TP&quot;: case &quot;EC2M 5TQ&quot;: case &quot;EC2M 5TR&quot;: case &quot;EC2M 5TU&quot;: case &quot;EC2M 6SA&quot;: case &quot;EC2M 6SE&quot;: case &quot;EC2M 6TX&quot;: case &quot;EC2M 6UR&quot;: case &quot;EC2M 6XB&quot;: case &quot;EC2M 6XQ&quot;: case &quot;EC2M 7AD&quot;: case &quot;EC2M 7AJ&quot;: case &quot;EC2M 7EA&quot;: case &quot;EC2M 7EB&quot;: case &quot;EC2M 7JH&quot;: case &quot;EC2M 7LS&quot;: case &quot;EC2M 7NH&quot;: case &quot;EC2M 7NX&quot;: case &quot;EC2M 7PD&quot;: case &quot;EC2M 7PN&quot;: case &quot;EC2M 7PP&quot;: case &quot;EC2M 7PR&quot;: case &quot;EC2M 7PY&quot;: case &quot;EC2M 7QA&quot;: case &quot;EC2M 7QN&quot;: case &quot;EC2N 1AP&quot;: case &quot;EC2N 1AR&quot;: case &quot;EC2N 1DP&quot;: case &quot;EC2N 1DS&quot;: case &quot;EC2N 1DW&quot;: case &quot;EC2N 1DX&quot;: case &quot;EC2N 1ER&quot;: case &quot;EC2N 1HQ&quot;: case &quot;EC2N 1HT&quot;: case &quot;EC2N 1HU&quot;: case &quot;EC2N 1HW&quot;: case &quot;EC2N 1HZ&quot;: case &quot;EC2N 2AD&quot;: case &quot;EC2N 2AE&quot;: case &quot;EC2N 2AN&quot;: case &quot;EC2N 2AQ&quot;: case &quot;EC2N 2AT&quot;: case &quot;EC2N 2AX&quot;: case &quot;EC2N 2BY&quot;: case &quot;EC2N 2DG&quot;: case &quot;EC2N 2DL&quot;: case &quot;EC2N 2DQ&quot;: case &quot;EC2N 2HA&quot;: case &quot;EC2N 2HD&quot;: case &quot;EC2N 2HE&quot;: case &quot;EC2N 2HG&quot;: case &quot;EC2N 2JA&quot;: case &quot;EC2N 2JJ&quot;: case &quot;EC2N 2QP&quot;: case &quot;EC2N 2QQ&quot;: case &quot;EC2N 3AQ&quot;: case &quot;EC2N 3AR&quot;: case &quot;EC2N 3AS&quot;: case &quot;EC2N 4AA&quot;: case &quot;EC2N 4AG&quot;: case &quot;EC2N 4AH&quot;: case &quot;EC2N 4AJ&quot;: case &quot;EC2N 4AY&quot;: case &quot;EC2N 4BQ&quot;: case &quot;EC2R 5AA&quot;: case &quot;EC2R 5AL&quot;: case &quot;EC2R 5AN&quot;: case &quot;EC2R 5AR&quot;: case &quot;EC2R 5BB&quot;: case &quot;EC2R 5BJ&quot;: case &quot;EC2R 5BT&quot;: case &quot;EC2R 5BX&quot;: case &quot;EC2R 5EH&quot;: case &quot;EC2R 6AB&quot;: case &quot;EC2R 6AD&quot;: case &quot;EC2R 6AF&quot;: case &quot;EC2R 6AG&quot;: case &quot;EC2R 6AR&quot;: case &quot;EC2R 6AY&quot;: case &quot;EC2R 6BH&quot;: case &quot;EC2R 6DA&quot;: case &quot;EC2R 6EA&quot;: case &quot;EC2R 6EJ&quot;: case &quot;EC2R 6EL&quot;: case &quot;EC2R 6JJ&quot;: case &quot;EC2R 6LL&quot;: case &quot;EC2R 6PP&quot;: case &quot;EC2R 7AF&quot;: case &quot;EC2R 7AH&quot;: case &quot;EC2R 7AP&quot;: case &quot;EC2R 7AR&quot;: case &quot;EC2R 7AS&quot;: case &quot;EC2R 7BH&quot;: case &quot;EC2R 7BP&quot;: case &quot;EC2R 7BS&quot;: case &quot;EC2R 7DA&quot;: case &quot;EC2R 7DB&quot;: case &quot;EC2R 7DJ&quot;: case &quot;EC2R 7DN&quot;: case &quot;EC2R 7EF&quot;: case &quot;EC2R 7HB&quot;: case &quot;EC2R 7HD&quot;: case &quot;EC2R 7HF&quot;: case &quot;EC2R 7HH&quot;: case &quot;EC2R 7HJ&quot;: case &quot;EC2R 7HP&quot;: case &quot;EC2R 7NH&quot;: case &quot;EC2R 7NJ&quot;: case &quot;EC2R 8AB&quot;: case &quot;EC2R 8AE&quot;: case &quot;EC2R 8AH&quot;: case &quot;EC2R 8AJ&quot;: case &quot;EC2R 8AL&quot;: case &quot;EC2R 8AQ&quot;: case &quot;EC2R 8AR&quot;: case &quot;EC2R 8AY&quot;: case &quot;EC2R 8BP&quot;: case &quot;EC2R 8DD&quot;: case &quot;EC2R 8DN&quot;: case &quot;EC2R 8DQ&quot;: case &quot;EC2R 8DU&quot;: case &quot;EC2R 8EJ&quot;: case &quot;EC2R 8EN&quot;: case &quot;EC2R 8HP&quot;: case &quot;EC2R 8JB&quot;: case &quot;EC2V 5AA&quot;: case &quot;EC2V 5AE&quot;: case &quot;EC2V 5AF&quot;: case &quot;EC2V 5AG&quot;: case &quot;EC2V 5AR&quot;: case &quot;EC2V 5AY&quot;: case &quot;EC2V 5BQ&quot;: case &quot;EC2V 5BR&quot;: case &quot;EC2V 5BT&quot;: case &quot;EC2V 5DD&quot;: case &quot;EC2V 5DE&quot;: case &quot;EC2V 5DH&quot;: case &quot;EC2V 5DS&quot;: case &quot;EC2V 5DX&quot;: case &quot;EC2V 5DZ&quot;: case &quot;EC2V 5HA&quot;: case &quot;EC2V 5HR&quot;: case &quot;EC2V 6AH&quot;: case &quot;EC2V 6AT&quot;: case &quot;EC2V 6AU&quot;: case &quot;EC2V 6AX&quot;: case &quot;EC2V 6AZ&quot;: case &quot;EC2V 6BJ&quot;: case &quot;EC2V 6BN&quot;: case &quot;EC2V 6BP&quot;: case &quot;EC2V 6BR&quot;: case &quot;EC2V 6BT&quot;: case &quot;EC2V 6DB&quot;: case &quot;EC2V 6DL&quot;: case &quot;EC2V 6DN&quot;: case &quot;EC2V 6DT&quot;: case &quot;EC2V 6EB&quot;: case &quot;EC2V 6EE&quot;: case &quot;EC2V 6EN&quot;: case &quot;EC2V 6ET&quot;: case &quot;EC2V 6HD&quot;: case &quot;EC2V 6HH&quot;: case &quot;EC2V 6HR&quot;: case &quot;EC2V 6JP&quot;: case &quot;EC2V 7AB&quot;: case &quot;EC2V 7AD&quot;: case &quot;EC2V 7AE&quot;: case &quot;EC2V 7AF&quot;: case &quot;EC2V 7AN&quot;: case &quot;EC2V 7AW&quot;: case &quot;EC2V 7AY&quot;: case &quot;EC2V 7BB&quot;: case &quot;EC2V 7BF&quot;: case &quot;EC2V 7BG&quot;: case &quot;EC2V 7BJ&quot;: case &quot;EC2V 7BX&quot;: case &quot;EC2V 7DA&quot;: case &quot;EC2V 7DE&quot;: case &quot;EC2V 7EE&quot;: case &quot;EC2V 7EH&quot;: case &quot;EC2V 7EL&quot;: case &quot;EC2V 7ER&quot;: case &quot;EC2V 7HH&quot;: case &quot;EC2V 7HN&quot;: case &quot;EC2V 7HR&quot;: case &quot;EC2V 7HS&quot;: case &quot;EC2V 7HY&quot;: case &quot;EC2V 7JB&quot;: case &quot;EC2V 7JD&quot;: case &quot;EC2V 7JE&quot;: case &quot;EC2V 7JN&quot;: case &quot;EC2V 7JQ&quot;: case &quot;EC2V 7JU&quot;: case &quot;EC2V 7JX&quot;: case &quot;EC2V 7NA&quot;: case &quot;EC2V 7NG&quot;: case &quot;EC2V 7NQ&quot;: case &quot;EC2V 7PG&quot;: case &quot;EC2V 7QP&quot;: case &quot;EC2V 7WS&quot;: case &quot;EC2V 8AE&quot;: case &quot;EC2V 8AF&quot;: case &quot;EC2V 8AQ&quot;: case &quot;EC2V 8AS&quot;: case &quot;EC2V 8AU&quot;: case &quot;EC2V 8BB&quot;: case &quot;EC2V 8BL&quot;: case &quot;EC2V 8EA&quot;: case &quot;EC2V 8EG&quot;: case &quot;EC2V 8EH&quot;: case &quot;EC2V 8EP&quot;: case &quot;EC2V 8EX&quot;: case &quot;EC2V 8EY&quot;: case &quot;EC2V 8HE&quot;: case &quot;EC2Y 5AG&quot;: case &quot;EC2Y 5AP&quot;: case &quot;EC2Y 5AS&quot;: case &quot;EC2Y 5AU&quot;: case &quot;EC2Y 5BD&quot;: case &quot;EC2Y 5BL&quot;: case &quot;EC2Y 5BN&quot;: case &quot;EC2Y 5DB&quot;: case &quot;EC2Y 5DE&quot;: case &quot;EC2Y 5EA&quot;: case &quot;EC2Y 5EJ&quot;: case &quot;EC2Y 5ET&quot;: case &quot;EC2Y 5HN&quot;: case &quot;EC2Y 5JA&quot;: case &quot;EC2Y 8AA&quot;: case &quot;EC2Y 8AD&quot;: case &quot;EC2Y 8AG&quot;: case &quot;EC2Y 8AT&quot;: case &quot;EC2Y 8AX&quot;: case &quot;EC2Y 8AY&quot;: case &quot;EC2Y 8BH&quot;: case &quot;EC2Y 8BJ&quot;: case &quot;EC2Y 8BL&quot;: case &quot;EC2Y 8BN&quot;: case &quot;EC2Y 8BP&quot;: case &quot;EC2Y 8BU&quot;: case &quot;EC2Y 8DA&quot;: case &quot;EC2Y 8DD&quot;: case &quot;EC2Y 8DE&quot;: case &quot;EC2Y 8DJ&quot;: case &quot;EC2Y 8DL&quot;: case &quot;EC2Y 8DQ&quot;: case &quot;EC2Y 8DR&quot;: case &quot;EC2Y 8DT&quot;: case &quot;EC2Y 8DU&quot;: case &quot;EC2Y 8DX&quot;: case &quot;EC2Y 8EA&quot;: case &quot;EC2Y 8HD&quot;: case &quot;EC2Y 8HQ&quot;: case &quot;EC2Y 8NA&quot;: case &quot;EC2Y 8NB&quot;: case &quot;EC2Y 8NQ&quot;: case &quot;EC2Y 9AA&quot;: case &quot;EC2Y 9AL&quot;: case &quot;EC2Y 9AN&quot;: case &quot;EC2Y 9AP&quot;: case &quot;EC2Y 9AQ&quot;: case &quot;EC2Y 9AW&quot;: case &quot;EC2Y 9BA&quot;: case &quot;EC2Y 9BH&quot;: case &quot;EC2Y 9DP&quot;: case &quot;EC2Y 9DT&quot;: case &quot;EC2Y 9HD&quot;: case &quot;EC2Y 9LY&quot;: case &quot;EC3A 1AT&quot;: case &quot;EC3A 2AD&quot;: case &quot;EC3A 2BG&quot;: case &quot;EC3A 2BJ&quot;: case &quot;EC3A 3BP&quot;: case &quot;EC3A 3DE&quot;: case &quot;EC3A 3DH&quot;: case &quot;EC3A 4AA&quot;: case &quot;EC3A 4AF&quot;: case &quot;EC3A 5AF&quot;: case &quot;EC3A 5AR&quot;: case &quot;EC3A 5AT&quot;: case &quot;EC3A 5AW&quot;: case &quot;EC3A 5AX&quot;: case &quot;EC3A 5AY&quot;: case &quot;EC3A 5BU&quot;: case &quot;EC3A 5BZ&quot;: case &quot;EC3A 5DE&quot;: case &quot;EC3A 5DH&quot;: case &quot;EC3A 5DQ&quot;: case &quot;EC3A 5EB&quot;: case &quot;EC3A 5EH&quot;: case &quot;EC3A 6AB&quot;: case &quot;EC3A 6AE&quot;: case &quot;EC3A 6AP&quot;: case &quot;EC3A 6AT&quot;: case &quot;EC3A 6DE&quot;: case &quot;EC3A 6DG&quot;: case &quot;EC3A 6HX&quot;: case &quot;EC3A 7AB&quot;: case &quot;EC3A 7AG&quot;: case &quot;EC3A 7BA&quot;: case &quot;EC3A 7BD&quot;: case &quot;EC3A 7BE&quot;: case &quot;EC3A 7BR&quot;: case &quot;EC3A 7BT&quot;: case &quot;EC3A 7BU&quot;: case &quot;EC3A 7BX&quot;: case &quot;EC3A 7DB&quot;: case &quot;EC3A 7DH&quot;: case &quot;EC3A 7DT&quot;: case &quot;EC3A 7JA&quot;: case &quot;EC3A 7JB&quot;: case &quot;EC3A 7LH&quot;: case &quot;EC3A 7LL&quot;: case &quot;EC3A 7LN&quot;: case &quot;EC3A 7LP&quot;: case &quot;EC3A 8AA&quot;: case &quot;EC3A 8AE&quot;: case &quot;EC3A 8AH&quot;: case &quot;EC3A 8AL&quot;: case &quot;EC3A 8AQ&quot;: case &quot;EC3A 8BE&quot;: case &quot;EC3A 8BF&quot;: case &quot;EC3A 8BG&quot;: case &quot;EC3A 8BH&quot;: case &quot;EC3A 8BN&quot;: case &quot;EC3A 8BY&quot;: case &quot;EC3A 8EE&quot;: case &quot;EC3A 8EQ&quot;: case &quot;EC3A 8EX&quot;: case &quot;EC3A 8FR&quot;: case &quot;EC3M 1AE&quot;: case &quot;EC3M 1AG&quot;: case &quot;EC3M 1AJ&quot;: case &quot;EC3M 1BD&quot;: case &quot;EC3M 1BN&quot;: case &quot;EC3M 1BU&quot;: case &quot;EC3M 1DT&quot;: case &quot;EC3M 1EB&quot;: case &quot;EC3M 1EU&quot;: case &quot;EC3M 1HD&quot;: case &quot;EC3M 1HS&quot;: case &quot;EC3M 1JA&quot;: case &quot;EC3M 1JT&quot;: case &quot;EC3M 1NP&quot;: case &quot;EC3M 2RY&quot;: case &quot;EC3M 3BD&quot;: case &quot;EC3M 3BE&quot;: case &quot;EC3M 3BY&quot;: case &quot;EC3M 3JY&quot;: case &quot;EC3M 4AB&quot;: case &quot;EC3M 4AD&quot;: case &quot;EC3M 4AJ&quot;: case &quot;EC3M 4AQ&quot;: case &quot;EC3M 4BE&quot;: case &quot;EC3M 4BR&quot;: case &quot;EC3M 4BY&quot;: case &quot;EC3M 4ST&quot;: case &quot;EC3M 4TD&quot;: case &quot;EC3M 5AD&quot;: case &quot;EC3M 5AF&quot;: case &quot;EC3M 5AG&quot;: case &quot;EC3M 5AL&quot;: case &quot;EC3M 5BN&quot;: case &quot;EC3M 5BS&quot;: case &quot;EC3M 5DF&quot;: case &quot;EC3M 5DJ&quot;: case &quot;EC3M 5HN&quot;: case &quot;EC3M 5JB&quot;: case &quot;EC3M 5JD&quot;: case &quot;EC3M 5JE&quot;: case &quot;EC3M 5JF&quot;: case &quot;EC3M 5JG&quot;: case &quot;EC3M 5JR&quot;: case &quot;EC3M 6AL&quot;: case &quot;EC3M 6BB&quot;: case &quot;EC3M 6BL&quot;: case &quot;EC3M 6BN&quot;: case &quot;EC3M 6DE&quot;: case &quot;EC3M 7AA&quot;: case &quot;EC3M 7AF&quot;: case &quot;EC3M 7AN&quot;: case &quot;EC3M 7AT&quot;: case &quot;EC3M 7AW&quot;: case &quot;EC3M 7AY&quot;: case &quot;EC3M 7DQ&quot;: case &quot;EC3M 7DX&quot;: case &quot;EC3M 7HB&quot;: case &quot;EC3M 7HR&quot;: case &quot;EC3M 7HS&quot;: case &quot;EC3M 7HT&quot;: case &quot;EC3M 7JJ&quot;: case &quot;EC3M 8AA&quot;: case &quot;EC3M 8AD&quot;: case &quot;EC3M 8AF&quot;: case &quot;EC3M 8AN&quot;: case &quot;EC3N 1AB&quot;: case &quot;EC3N 1AF&quot;: case &quot;EC3N 1AH&quot;: case &quot;EC3N 1AL&quot;: case &quot;EC3N 1AP&quot;: case &quot;EC3N 1BD&quot;: case &quot;EC3N 1BJ&quot;: case &quot;EC3N 1DB&quot;: case &quot;EC3N 1DD&quot;: case &quot;EC3N 1DE&quot;: case &quot;EC3N 1DL&quot;: case &quot;EC3N 1DR&quot;: case &quot;EC3N 1DT&quot;: case &quot;EC3N 1DY&quot;: case &quot;EC3N 1JJ&quot;: case &quot;EC3N 1JL&quot;: case &quot;EC3N 1LA&quot;: case &quot;EC3N 1LH&quot;: case &quot;EC3N 1LJ&quot;: case &quot;EC3N 1LQ&quot;: case &quot;EC3N 1LS&quot;: case &quot;EC3N 1NT&quot;: case &quot;EC3N 1NU&quot;: case &quot;EC3N 1PE&quot;: case &quot;EC3N 1RE&quot;: case &quot;EC3N 2AB&quot;: case &quot;EC3N 2AE&quot;: case &quot;EC3N 2AJ&quot;: case &quot;EC3N 2AP&quot;: case &quot;EC3N 2AR&quot;: case &quot;EC3N 2AU&quot;: case &quot;EC3N 2BQ&quot;: case &quot;EC3N 2DB&quot;: case &quot;EC3N 2EJ&quot;: case &quot;EC3N 2ES&quot;: case &quot;EC3N 2ET&quot;: case &quot;EC3N 2EX&quot;: case &quot;EC3N 2HS&quot;: case &quot;EC3N 2HT&quot;: case &quot;EC3N 2JY&quot;: case &quot;EC3N 2LB&quot;: case &quot;EC3N 2LR&quot;: case &quot;EC3N 2LS&quot;: case &quot;EC3N 2LU&quot;: case &quot;EC3N 2LY&quot;: case &quot;EC3N 2NR&quot;: case &quot;EC3N 2NU&quot;: case &quot;EC3N 2PU&quot;: case &quot;EC3N 2PX&quot;: case &quot;EC3N 3AA&quot;: case &quot;EC3N 3AE&quot;: case &quot;EC3N 3AJ&quot;: case &quot;EC3N 3AX&quot;: case &quot;EC3N 3DQ&quot;: case &quot;EC3N 3DS&quot;: case &quot;EC3N 3ED&quot;: case &quot;EC3N 3EL&quot;: case &quot;EC3N 4AA&quot;: case &quot;EC3N 4AF&quot;: case &quot;EC3N 4AH&quot;: case &quot;EC3N 4AJ&quot;: case &quot;EC3N 4AL&quot;: case &quot;EC3N 4AT&quot;: case &quot;EC3N 4AX&quot;: case &quot;EC3N 4DH&quot;: case &quot;EC3N 4DJ&quot;: case &quot;EC3N 4DX&quot;: case &quot;EC3N 4EE&quot;: case &quot;EC3R 5AA&quot;: case &quot;EC3R 5AQ&quot;: case &quot;EC3R 5AR&quot;: case &quot;EC3R 5AS&quot;: case &quot;EC3R 5AT&quot;: case &quot;EC3R 5AZ&quot;: case &quot;EC3R 5BA&quot;: case &quot;EC3R 5BJ&quot;: case &quot;EC3R 5BS&quot;: case &quot;EC3R 5BT&quot;: case &quot;EC3R 5BU&quot;: case &quot;EC3R 5DD&quot;: case &quot;EC3R 6AF&quot;: case &quot;EC3R 6AG&quot;: case &quot;EC3R 6AH&quot;: case &quot;EC3R 6AJ&quot;: case &quot;EC3R 6AL&quot;: case &quot;EC3R 6AN&quot;: case &quot;EC3R 6BR&quot;: case &quot;EC3R 6DB&quot;: case &quot;EC3R 6DL&quot;: case &quot;EC3R 6DN&quot;: case &quot;EC3R 6DP&quot;: case &quot;EC3R 6DT&quot;: case &quot;EC3R 6EA&quot;: case &quot;EC3R 6HD&quot;: case &quot;EC3R 7AE&quot;: case &quot;EC3R 7AF&quot;: case &quot;EC3R 7AG&quot;: case &quot;EC3R 7AT&quot;: case &quot;EC3R 7BB&quot;: case &quot;EC3R 7BD&quot;: case &quot;EC3R 7JP&quot;: case &quot;EC3R 7LP&quot;: case &quot;EC3R 7LQ&quot;: case &quot;EC3R 7LU&quot;: case &quot;EC3R 7NA&quot;: case &quot;EC3R 7NB&quot;: case &quot;EC3R 7ND&quot;: case &quot;EC3R 7NE&quot;: case &quot;EC3R 7NL&quot;: case &quot;EC3R 7NQ&quot;: case &quot;EC3R 7PP&quot;: case &quot;EC3R 7QH&quot;: case &quot;EC3R 7QQ&quot;: case &quot;EC3R 7QR&quot;: case &quot;EC3R 8AB&quot;: case &quot;EC3R 8AD&quot;: case &quot;EC3R 8AE&quot;: case &quot;EC3R 8AF&quot;: case &quot;EC3R 8AH&quot;: case &quot;EC3R 8AJ&quot;: case &quot;EC3R 8BG&quot;: case &quot;EC3R 8BT&quot;: case &quot;EC3R 8BU&quot;: case &quot;EC3R 8DE&quot;: case &quot;EC3R 8DJ&quot;: case &quot;EC3R 8DL&quot;: case &quot;EC3R 8DR&quot;: case &quot;EC3R 8DT&quot;: case &quot;EC3R 8DU&quot;: case &quot;EC3R 8DW&quot;: case &quot;EC3R 8DY&quot;: case &quot;EC3R 8DZ&quot;: case &quot;EC3R 8EB&quot;: case &quot;EC3R 8EE&quot;: case &quot;EC3R 8HL&quot;: case &quot;EC3R 8HN&quot;: case &quot;EC3R 8LJ&quot;: case &quot;EC3V 0AA&quot;: case &quot;EC3V 0AD&quot;: case &quot;EC3V 0AE&quot;: case &quot;EC3V 0AS&quot;: case &quot;EC3V 0AT&quot;: case &quot;EC3V 0AU&quot;: case &quot;EC3V 0BG&quot;: case &quot;EC3V 0BL&quot;: case &quot;EC3V 0BP&quot;: case &quot;EC3V 0BT&quot;: case &quot;EC3V 0DD&quot;: case &quot;EC3V 0DN&quot;: case &quot;EC3V 0DR&quot;: case &quot;EC3V 0EE&quot;: case &quot;EC3V 0EH&quot;: case &quot;EC3V 0EJ&quot;: case &quot;EC3V 0HR&quot;: case &quot;EC3V 0XL&quot;: case &quot;EC3V 1AY&quot;: case &quot;EC3V 1LE&quot;: case &quot;EC3V 1LP&quot;: case &quot;EC3V 1LR&quot;: case &quot;EC3V 1LT&quot;: case &quot;EC3V 1LU&quot;: case &quot;EC3V 1LY&quot;: case &quot;EC3V 1PJ&quot;: case &quot;EC3V 3DG&quot;: case &quot;EC3V 3LF&quot;: case &quot;EC3V 3LL&quot;: case &quot;EC3V 3LP&quot;: case &quot;EC3V 3LR&quot;: case &quot;EC3V 3LT&quot;: case &quot;EC3V 3NA&quot;: case &quot;EC3V 3NB&quot;: case &quot;EC3V 3ND&quot;: case &quot;EC3V 3NF&quot;: case &quot;EC3V 3NG&quot;: case &quot;EC3V 3NH&quot;: case &quot;EC3V 3NL&quot;: case &quot;EC3V 3NP&quot;: case &quot;EC3V 3NR&quot;: case &quot;EC3V 3PD&quot;: case &quot;EC3V 3QQ&quot;: case &quot;EC3V 3SG&quot;: case &quot;EC3V 4AB&quot;: case &quot;EC3V 4QT&quot;: case &quot;EC3V 9AA&quot;: case &quot;EC3V 9AD&quot;: case &quot;EC3V 9AE&quot;: case &quot;EC3V 9AH&quot;: case &quot;EC3V 9AN&quot;: case &quot;EC3V 9AY&quot;: case &quot;EC3V 9AZ&quot;: case &quot;EC3V 9BJ&quot;: case &quot;EC3V 9BQ&quot;: case &quot;EC3V 9BS&quot;: case &quot;EC3V 9BW&quot;: case &quot;EC3V 9DD&quot;: case &quot;EC3V 9DF&quot;: case &quot;EC3V 9DJ&quot;: case &quot;EC3V 9DL&quot;: case &quot;EC3V 9DR&quot;: case &quot;EC3V 9DS&quot;: case &quot;EC3V 9DU&quot;: case &quot;EC3V 9EA&quot;: case &quot;EC3V 9LJ&quot;: case &quot;EC4M 5AB&quot;: case &quot;EC4M 5SB&quot;: case &quot;EC4M 6XD&quot;: case &quot;EC4M 6XH&quot;: case &quot;EC4M 7AA&quot;: case &quot;EC4M 7AE&quot;: case &quot;EC4M 7AQ&quot;: case &quot;EC4M 7AS&quot;: case &quot;EC4M 7BP&quot;: case &quot;EC4M 7BR&quot;: case &quot;EC4M 7BU&quot;: case &quot;EC4M 7BY&quot;: case &quot;EC4M 7DD&quot;: case &quot;EC4M 7DE&quot;: case &quot;EC4M 7DR&quot;: case &quot;EC4M 7DW&quot;: case &quot;EC4M 7DZ&quot;: case &quot;EC4M 7JH&quot;: case &quot;EC4M 7JN&quot;: case &quot;EC4M 7LS&quot;: case &quot;EC4M 8AB&quot;: case &quot;EC4M 8AE&quot;: case &quot;EC4M 8AL&quot;: case &quot;EC4M 8AQ&quot;: case &quot;EC4M 8AY&quot;: case &quot;EC4M 8BU&quot;: case &quot;EC4M 8BX&quot;: case &quot;EC4M 8EN&quot;: case &quot;EC4M 9AF&quot;: case &quot;EC4M 9AJ&quot;: case &quot;EC4M 9AL&quot;: case &quot;EC4M 9AY&quot;: case &quot;EC4M 9BB&quot;: case &quot;EC4M 9BE&quot;: case &quot;EC4M 9BJ&quot;: case &quot;EC4M 9BP&quot;: case &quot;EC4M 9BR&quot;: case &quot;EC4M 9BT&quot;: case &quot;EC4M 9BW&quot;: case &quot;EC4M 9DD&quot;: case &quot;EC4M 9DJ&quot;: case &quot;EC4M 9DL&quot;: case &quot;EC4M 9DN&quot;: case &quot;EC4M 9DQ&quot;: case &quot;EC4M 9DT&quot;: case &quot;EC4M 9EB&quot;: case &quot;EC4M 9EE&quot;: case &quot;EC4M 9EH&quot;: case &quot;EC4N 1SE&quot;: case &quot;EC4N 1SP&quot;: case &quot;EC4N 1SR&quot;: case &quot;EC4N 1SW&quot;: case &quot;EC4N 1TX&quot;: case &quot;EC4N 4SA&quot;: case &quot;EC4N 4SF&quot;: case &quot;EC4N 4SG&quot;: case &quot;EC4N 4SJ&quot;: case &quot;EC4N 4TQ&quot;: case &quot;EC4N 4TR&quot;: case &quot;EC4N 4UA&quot;: case &quot;EC4N 4XY&quot;: case &quot;EC4N 5AA&quot;: case &quot;EC4N 5AD&quot;: case &quot;EC4N 5AE&quot;: case &quot;EC4N 5AG&quot;: case &quot;EC4N 5AJ&quot;: case &quot;EC4N 5AT&quot;: case &quot;EC4N 5AW&quot;: case &quot;EC4N 5AX&quot;: case &quot;EC4N 6AE&quot;: case &quot;EC4N 6AP&quot;: case &quot;EC4N 6AS&quot;: case &quot;EC4N 6EU&quot;: case &quot;EC4N 6HA&quot;: case &quot;EC4N 6HL&quot;: case &quot;EC4N 6HT&quot;: case &quot;EC4N 6JD&quot;: case &quot;EC4N 6JJ&quot;: case &quot;EC4N 6LY&quot;: case &quot;EC4N 6NP&quot;: case &quot;EC4N 7AE&quot;: case &quot;EC4N 7AR&quot;: case &quot;EC4N 7BA&quot;: case &quot;EC4N 7BE&quot;: case &quot;EC4N 7BG&quot;: case &quot;EC4N 7BJ&quot;: case &quot;EC4N 7BL&quot;: case &quot;EC4N 7BP&quot;: case &quot;EC4N 7BW&quot;: case &quot;EC4N 7DA&quot;: case &quot;EC4N 7HB&quot;: case &quot;EC4N 7HR&quot;: case &quot;EC4N 7TW&quot;: case &quot;EC4N 8AA&quot;: case &quot;EC4N 8AD&quot;: case &quot;EC4N 8AF&quot;: case &quot;EC4N 8AH&quot;: case &quot;EC4N 8AL&quot;: case &quot;EC4N 8AR&quot;: case &quot;EC4N 8AW&quot;: case &quot;EC4N 8BH&quot;: case &quot;EC4N 8BJ&quot;: case &quot;EC4N 8BN&quot;: case &quot;EC4N 8BS&quot;: case &quot;EC4P 4LX&quot;: case &quot;EC4R 0AN&quot;: case &quot;EC4R 0AT&quot;: case &quot;EC4R 0AW&quot;: case &quot;EC4R 0BE&quot;: case &quot;EC4R 0BR&quot;: case &quot;EC4R 0DA&quot;: case &quot;EC4R 0DJ&quot;: case &quot;EC4R 0DP&quot;: case &quot;EC4R 0DR&quot;: case &quot;EC4R 0EE&quot;: case &quot;EC4R 0EH&quot;: case &quot;EC4R 0EU&quot;: case &quot;EC4R 1AG&quot;: case &quot;EC4R 1AP&quot;: case &quot;EC4R 1BB&quot;: case &quot;EC4R 1BE&quot;: case &quot;EC4R 1BN&quot;: case &quot;EC4R 1BR&quot;: case &quot;EC4R 1DD&quot;: case &quot;EC4R 1EB&quot;: case &quot;EC4R 1EE&quot;: case &quot;EC4R 1QS&quot;: case &quot;EC4R 2RA&quot;: case &quot;EC4R 2RB&quot;: case &quot;EC4R 2RH&quot;: case &quot;EC4R 2RP&quot;: case &quot;EC4R 2RU&quot;: case &quot;EC4R 2SH&quot;: case &quot;EC4R 2SP&quot;: case &quot;EC4R 2ST&quot;: case &quot;EC4R 2SU&quot;: case &quot;EC4R 3AB&quot;: case &quot;EC4R 3AE&quot;: case &quot;EC4R 3TA&quot;: case &quot;EC4R 3TD&quot;: case &quot;EC4R 3TE&quot;: case &quot;EC4R 3TJ&quot;: case &quot;EC4R 3TN&quot;: case &quot;EC4R 3TT&quot;: case &quot;EC4R 3UE&quot;: case &quot;EC4R 3UL&quot;: case &quot;EC4R 3XJ&quot;: case &quot;EC4R 9AB&quot;: case &quot;EC4R 9AD&quot;: case &quot;EC4R 9AF&quot;: case &quot;EC4R 9AN&quot;: case &quot;EC4R 9AT&quot;: case &quot;EC4R 9AY&quot;: case &quot;EC4R 9EL&quot;: case &quot;EC4V 2AB&quot;: case &quot;EC4V 2AD&quot;: case &quot;EC4V 2AF&quot;: case &quot;EC4V 2AN&quot;: case &quot;EC4V 2AR&quot;: case &quot;EC4V 2AU&quot;: case &quot;EC4V 2BA&quot;: case &quot;EC4V 2BB&quot;: case &quot;EC4V 2BH&quot;: case &quot;EC4V 3AL&quot;: case &quot;EC4V 3BG&quot;: case &quot;EC4V 3BJ&quot;: case &quot;EC4V 3DB&quot;: case &quot;EC4V 3DS&quot;: case &quot;EC4V 3DX&quot;: case &quot;EC4V 3EH&quot;: case &quot;EC4V 3EJ&quot;: case &quot;EC4V 3HT&quot;: case &quot;EC4V 3PL&quot;: case &quot;EC4V 3PQ&quot;: case &quot;EC4V 3QH&quot;: case &quot;EC4V 3RL&quot;: case &quot;EC4V 4AB&quot;: case &quot;EC4V 4AG&quot;: case &quot;EC4V 4AP&quot;: case &quot;EC4V 4AY&quot;: case &quot;EC4V 4BE&quot;: case &quot;EC4V 4BF&quot;: case &quot;EC4V 4BJ&quot;: case &quot;EC4V 4BQ&quot;: case &quot;EC4V 4BT&quot;: case &quot;EC4V 4BY&quot;: case &quot;EC4V 4DY&quot;: case &quot;EC4V 4EA&quot;: case &quot;EC4V 4EG&quot;: case &quot;EC4V 4EH&quot;: case &quot;EC4V 4ER&quot;: case &quot;EC4V 4HN&quot;: case &quot;EC4V 4LA&quot;: case &quot;EC4V 4QQ&quot;: case &quot;EC4V 5AA&quot;: case &quot;EC4V 5AB&quot;: case &quot;EC4V 5AD&quot;: case &quot;EC4V 5AE&quot;: case &quot;EC4V 5AF&quot;: case &quot;EC4V 5AG&quot;: case &quot;EC4V 5AH&quot;: case &quot;EC4V 5AJ&quot;: case &quot;EC4V 5AQ&quot;: case &quot;EC4V 5AR&quot;: case &quot;EC4V 5BD&quot;: case &quot;EC4V 5BH&quot;: case &quot;EC4V 5BJ&quot;: case &quot;EC4V 5BR&quot;: case &quot;EC4V 5BT&quot;: case &quot;EC4V 5BY&quot;: case &quot;EC4V 5BZ&quot;: case &quot;EC4V 5DE&quot;: case &quot;EC4V 5DR&quot;: case &quot;EC4V 5DT&quot;: case &quot;EC4V 5DY&quot;: case &quot;EC4V 5EA&quot;: case &quot;EC4V 5EF&quot;: case &quot;EC4V 5EG&quot;: case &quot;EC4V 5EH&quot;: case &quot;EC4V 5EN&quot;: case &quot;EC4V 5EP&quot;: case &quot;EC4V 5EQ&quot;: case &quot;EC4V 5EU&quot;: case &quot;EC4V 5EX&quot;: case &quot;EC4V 5EY&quot;: case &quot;EC4V 5HB&quot;: case &quot;EC4V 6BJ&quot;: case &quot;EC4V 6BW&quot;: case &quot;EC4V 6DB&quot;: case &quot;EC4V 6DE&quot;: case &quot;EC4V 6DR&quot;: case &quot;EC4V 6DU&quot;: case &quot;EC4V 6DX&quot;: case &quot;EC4V 6DY&quot;: case &quot;EC4V 6EB&quot;: case &quot;EC4V 6EJ&quot;: case &quot;EC4V 6EP&quot;: case &quot;EC4V 6ER&quot;: case &quot;EC4V 6JA&quot;: case &quot;EC4V 6JJ&quot;: case &quot;EC4V 6RN&quot;: case &quot;EC4Y 8DU&quot;: case &quot;SE1 0AL&quot;: case &quot;SE1 0AT&quot;: case &quot;SE1 0EF&quot;: case &quot;SE1 0ES&quot;: case &quot;SE1 0FD&quot;: case &quot;SE1 0NJ&quot;: case &quot;SE1 0NQ&quot;: case &quot;SE1 0SW&quot;: case &quot;SE1 0TL&quot;: case &quot;SE1 0TP&quot;: case &quot;SE1 0TQ&quot;: case &quot;SE1 1GJ&quot;: case &quot;SE1 1NL&quot;: case &quot;SE1 1PA&quot;: case &quot;SE1 1RQ&quot;: case &quot;SE1 1RU&quot;: case &quot;SE1 1SG&quot;: case &quot;SE1 1TD&quot;: case &quot;SE1 1TE&quot;: case &quot;SE1 1TU&quot;: case &quot;SE1 1TY&quot;: case &quot;SE1 1UN&quot;: case &quot;SE1 1XF&quot;: case &quot;SE1 1XN&quot;: case &quot;SE1 1XU&quot;: case &quot;SE1 1XW&quot;: case &quot;SE1 1YB&quot;: case &quot;SE1 2AF&quot;: case &quot;SE1 2AP&quot;: case &quot;SE1 2AT&quot;: case &quot;SE1 2BY&quot;: case &quot;SE1 2EG&quot;: case &quot;SE1 2EL&quot;: case &quot;SE1 2EN&quot;: case &quot;SE1 2ER&quot;: case &quot;SE1 2FB&quot;: case &quot;SE1 2HB&quot;: case &quot;SE1 2HJ&quot;: case &quot;SE1 2HL&quot;: case &quot;SE1 2HP&quot;: case &quot;SE1 2HZ&quot;: case &quot;SE1 2PR&quot;: case &quot;SE1 2QF&quot;: case &quot;SE1 2QJ&quot;: case &quot;SE1 2QN&quot;: case &quot;SE1 2QP&quot;: case &quot;SE1 2RH&quot;: case &quot;SE1 2RU&quot;: case &quot;SE1 2SW&quot;: case &quot;SE1 2SX&quot;: case &quot;SE1 2SY&quot;: case &quot;SE1 2TF&quot;: case &quot;SE1 2TH&quot;: case &quot;SE1 2TU&quot;: case &quot;SE1 9AA&quot;: case &quot;SE1 9AB&quot;: case &quot;SE1 9AD&quot;: case &quot;SE1 9AF&quot;: case &quot;SE1 9AG&quot;: case &quot;SE1 9AL&quot;: case &quot;SE1 9AN&quot;: case &quot;SE1 9AQ&quot;: case &quot;SE1 9AR&quot;: case &quot;SE1 9AS&quot;: case &quot;SE1 9AW&quot;: case &quot;SE1 9BB&quot;: case &quot;SE1 9BG&quot;: case &quot;SE1 9BN&quot;: case &quot;SE1 9BP&quot;: case &quot;SE1 9BU&quot;: case &quot;SE1 9BZ&quot;: case &quot;SE1 9DA&quot;: case &quot;SE1 9DD&quot;: case &quot;SE1 9DF&quot;: case &quot;SE1 9DG&quot;: case &quot;SE1 9DL&quot;: case &quot;SE1 9DR&quot;: case &quot;SE1 9DS&quot;: case &quot;SE1 9DT&quot;: case &quot;SE1 9DX&quot;: case &quot;SE1 9DZ&quot;: case &quot;SE1 9EA&quot;: case &quot;SE1 9ED&quot;: case &quot;SE1 9EF&quot;: case &quot;SE1 9EG&quot;: case &quot;SE1 9EJ&quot;: case &quot;SE1 9EP&quot;: case &quot;SE1 9EQ&quot;: case &quot;SE1 9EU&quot;: case &quot;SE1 9FJ&quot;: case &quot;SE1 9HA&quot;: case &quot;SE1 9HB&quot;: case &quot;SE1 9HD&quot;: case &quot;SE1 9HF&quot;: case &quot;SE1 9HG&quot;: case &quot;SE1 9HH&quot;: case &quot;SE1 9HL&quot;: case &quot;SE1 9HN&quot;: case &quot;SE1 9HP&quot;: case &quot;SE1 9HQ&quot;: case &quot;SE1 9HR&quot;: case &quot;SE1 9HS&quot;: case &quot;SE1 9HW&quot;: case &quot;SE1 9HZ&quot;: case &quot;SE1 9JA&quot;: case &quot;SE1 9JB&quot;: case &quot;SE1 9JE&quot;: case &quot;SE1 9JX&quot;: case &quot;SE1 9JY&quot;: case &quot;SE1 9JZ&quot;: case &quot;SE1 9LB&quot;: case &quot;SE1 9PA&quot;: case &quot;SE1 9QG&quot;: case &quot;SE1 9QQ&quot;: case &quot;SE1 9RA&quot;: case &quot;SE1 9RW&quot;: case &quot;SE1 9RZ&quot;: case &quot;SE1 9SG&quot;: case &quot;SE1 9SH&quot;: case &quot;SE1 9SP&quot;: case &quot;SE1 9SS&quot;: case &quot;SE1 9TG&quot;: \n",
" return {&quot;color&quot;: &quot;#999&quot;, &quot;fillColor&quot;: &quot;#cccccc&quot;, &quot;fillOpacity&quot;: 0.15, &quot;weight&quot;: 0.5};\n",
" case &quot;EC1Y 8LP&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#fff1bbff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC2V 6AA&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#fff0b9ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC2Y 8BB&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#f66b32ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC2Y 8BD&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#e6261fff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC2Y 8BE&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#fea65bff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC2Y 8BT&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#fa7c37ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC2Y 8BX&quot;: case &quot;EC2Y 8BY&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#ffe9b0ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC2Y 8DN&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#880225ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC2Y 8DP&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#800026ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC2Y 8DS&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#ffeab1ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC2Y 8ND&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#c7121eff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC3R 6AP&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#f25b2eff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC3R 6DX&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#f56631ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4M 7DX&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#fffbc6ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4M 8AD&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#ffe4aaff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4M 8AP&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#fc883aff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4M 9AD&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#ffdea2ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4M 9AH&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#ffe7aeff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4R 3TB&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#940524ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4V 3AD&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#fffac6ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4V 3DT&quot;: case &quot;SE1 9FE&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#fffbc7ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4V 3PA&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#e31a1cff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4V 3PT&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#ec4026ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4V 3QQ&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#fffac5ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4V 4AA&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#fff5bfff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;EC4V 5ER&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#f56731ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" case &quot;SE1 2JH&quot;: \n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#ad0b21ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" default:\n",
" return {&quot;color&quot;: &quot;white&quot;, &quot;fillColor&quot;: &quot;#ffd698ff&quot;, &quot;fillOpacity&quot;: 0.6, &quot;weight&quot;: 1};\n",
" }\n",
" }\n",
"\n",
" function geo_json_cd5071f492bfe49e621f3cf97bb9bdc9_onEachFeature(feature, layer) {\n",
"\n",
" layer.on({\n",
" });\n",
" };\n",
" var geo_json_cd5071f492bfe49e621f3cf97bb9bdc9 = L.geoJson(null, {\n",
" onEachFeature: geo_json_cd5071f492bfe49e621f3cf97bb9bdc9_onEachFeature,\n",
" \n",
" style: geo_json_cd5071f492bfe49e621f3cf97bb9bdc9_styler,\n",
" ...{\n",
"}\n",
" });\n",
"\n",
" function geo_json_cd5071f492bfe49e621f3cf97bb9bdc9_add (data) {\n",
" geo_json_cd5071f492bfe49e621f3cf97bb9bdc9\n",
" .addData(data);\n",
" }\n",
" geo_json_cd5071f492bfe49e621f3cf97bb9bdc9_add({&quot;features&quot;: [{&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077888, 51.518201], [-0.07778, 51.518409], [-0.077452, 51.518563], [-0.077386, 51.518572], [-0.077316, 51.518627], [-0.077305, 51.518664], [-0.077231, 51.518658], [-0.077186, 51.51867], [-0.077151, 51.518759], [-0.077068, 51.518743], [-0.07715, 51.51838], [-0.077141, 51.518349], [-0.077794, 51.518043], [-0.077888, 51.518201]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2024, &quot;postcode&quot;: &quot;E1 6AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078366, 51.518829], [-0.07884, 51.518815], [-0.078859, 51.518871], [-0.078845, 51.518883], [-0.078998, 51.518873], [-0.078996, 51.518884], [-0.078113, 51.518965], [-0.078067, 51.5188], [-0.078162, 51.518777], [-0.078158, 51.518875], [-0.078371, 51.518874], [-0.078366, 51.518829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 598, &quot;postcode&quot;: &quot;E1 6AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079222, 51.520918], [-0.079187, 51.521014], [-0.079203, 51.52105], [-0.079084, 51.521226], [-0.07905, 51.521235], [-0.078832, 51.521217], [-0.078735, 51.521275], [-0.078721, 51.521303], [-0.078599, 51.521366], [-0.078522, 51.521371], [-0.078745, 51.520749], [-0.078947, 51.520858], [-0.079009, 51.520875], [-0.079046, 51.520916], [-0.079105, 51.520924], [-0.079155, 51.520908], [-0.079222, 51.520918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1713, &quot;postcode&quot;: &quot;E1 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077151, 51.518759], [-0.077141, 51.518807], [-0.076875, 51.518839], [-0.076892, 51.51877], [-0.077058, 51.518786], [-0.077066, 51.518753], [-0.077151, 51.518759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 104, &quot;postcode&quot;: &quot;E1 6GN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077215, 51.518314], [-0.077156, 51.518356], [-0.077086, 51.518664], [-0.077147, 51.518757], [-0.077091, 51.518761], [-0.077058, 51.518786], [-0.076928, 51.518779], [-0.07689, 51.518798], [-0.076875, 51.518839], [-0.076706, 51.518859], [-0.076369, 51.518284], [-0.076628, 51.518171], [-0.077023, 51.518231], [-0.077215, 51.518314]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2849, &quot;postcode&quot;: &quot;E1 6HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075148, 51.515284], [-0.07582, 51.515731], [-0.076301, 51.515396], [-0.076395, 51.515413], [-0.075824, 51.515829], [-0.075119, 51.515306], [-0.075148, 51.515284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 693, &quot;postcode&quot;: &quot;E1 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076076, 51.517669], [-0.076116, 51.517639], [-0.076136, 51.517665], [-0.076076, 51.517669]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;E1 7AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076009, 51.515875], [-0.076009, 51.515875], [-0.075993, 51.515863], [-0.076009, 51.515875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;E1 7AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078765, 51.51545], [-0.078618, 51.515555], [-0.078509, 51.515496], [-0.078552, 51.515512], [-0.0786, 51.515509], [-0.078722, 51.515426], [-0.078765, 51.51545]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 67, &quot;postcode&quot;: &quot;E1 7AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077626, 51.515626], [-0.077088, 51.515355], [-0.077122, 51.515323], [-0.077167, 51.515349], [-0.077225, 51.515357], [-0.077309, 51.515317], [-0.07729, 51.515342], [-0.077299, 51.515371], [-0.077626, 51.515571], [-0.077626, 51.515626]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 258, &quot;postcode&quot;: &quot;E1 7BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075139, 51.51528], [-0.07511, 51.5153], [-0.074415, 51.514784], [-0.074408, 51.514744], [-0.074204, 51.514603], [-0.074211, 51.514583], [-0.074467, 51.51475], [-0.074527, 51.514756], [-0.074693, 51.514718], [-0.074863, 51.514844], [-0.074752, 51.514908], [-0.074743, 51.51495], [-0.074954, 51.515163], [-0.07502, 51.515197], [-0.075072, 51.515204], [-0.075076, 51.515239], [-0.075139, 51.51528]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 667, &quot;postcode&quot;: &quot;E1 7BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077334, 51.515472], [-0.077287, 51.51559], [-0.077229, 51.515603], [-0.07699, 51.51546], [-0.076996, 51.515425], [-0.077035, 51.515388], [-0.077022, 51.515351], [-0.076878, 51.515256], [-0.076806, 51.515228], [-0.076763, 51.515232], [-0.076721, 51.515257], [-0.076675, 51.515241], [-0.07662, 51.51525], [-0.076395, 51.515413], [-0.076408, 51.515321], [-0.076544, 51.515212], [-0.07653, 51.515179], [-0.076441, 51.515124], [-0.076611, 51.514884], [-0.076832, 51.514896], [-0.076936, 51.514941], [-0.076989, 51.514943], [-0.076903, 51.515021], [-0.076928, 51.515071], [-0.076871, 51.515122], [-0.076872, 51.515155], [-0.077096, 51.515299], [-0.077131, 51.515374], [-0.077334, 51.515472]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1661, &quot;postcode&quot;: &quot;E1 7BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077491, 51.517409], [-0.077433, 51.517403], [-0.077145, 51.516936], [-0.076927, 51.51665], [-0.076842, 51.51658], [-0.076521, 51.516518], [-0.076046, 51.516028], [-0.07604, 51.515941], [-0.075851, 51.51581], [-0.07588, 51.515788], [-0.076524, 51.516233], [-0.076869, 51.516546], [-0.076942, 51.516554], [-0.07704, 51.516508], [-0.077116, 51.516541], [-0.076996, 51.516633], [-0.076986, 51.516672], [-0.077168, 51.516885], [-0.077491, 51.517409]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1683, &quot;postcode&quot;: &quot;E1 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077957, 51.515829], [-0.077945, 51.51596], [-0.077888, 51.515945], [-0.077838, 51.515958], [-0.077349, 51.516352], [-0.07728, 51.516396], [-0.077198, 51.516382], [-0.077766, 51.515911], [-0.07775, 51.515879], [-0.077675, 51.515847], [-0.077695, 51.515713], [-0.077671, 51.51568], [-0.077619, 51.515667], [-0.077516, 51.515681], [-0.077428, 51.515722], [-0.077229, 51.515603], [-0.077292, 51.515575], [-0.077329, 51.515469], [-0.077939, 51.515769], [-0.077957, 51.515829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1187, &quot;postcode&quot;: &quot;E1 7DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079029, 51.515759], [-0.078943, 51.515846], [-0.078882, 51.515819], [-0.078815, 51.51583], [-0.078603, 51.51602], [-0.078577, 51.515908], [-0.078842, 51.515706], [-0.078935, 51.515677], [-0.078967, 51.515701], [-0.078975, 51.515739], [-0.079029, 51.515759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 379, &quot;postcode&quot;: &quot;E1 7DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076059, 51.515952], [-0.07605, 51.515967], [-0.076032, 51.515934], [-0.076059, 51.515952]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;E1 7EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077062, 51.515377], [-0.076996, 51.515425], [-0.077021, 51.515438], [-0.07699, 51.51546], [-0.077229, 51.515603], [-0.076733, 51.515719], [-0.076901, 51.515997], [-0.077428, 51.515722], [-0.077569, 51.515806], [-0.077728, 51.515868], [-0.077804, 51.5158], [-0.077864, 51.515832], [-0.07702, 51.516523], [-0.076889, 51.516571], [-0.076523, 51.516232], [-0.07588, 51.515788], [-0.076664, 51.515216], [-0.076721, 51.515257], [-0.076785, 51.515211], [-0.077062, 51.515377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8809, &quot;postcode&quot;: &quot;E1 7EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077703, 51.515661], [-0.077695, 51.515683], [-0.077675, 51.515847], [-0.077569, 51.515806], [-0.077428, 51.515722], [-0.077505, 51.515682], [-0.077703, 51.515661]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 231, &quot;postcode&quot;: &quot;E1 7ED&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077428, 51.515722], [-0.076901, 51.515997], [-0.076733, 51.515719], [-0.077229, 51.515603], [-0.077428, 51.515722]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1060, &quot;postcode&quot;: &quot;E1 7EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075148, 51.515284], [-0.075119, 51.515306], [-0.075103, 51.515261], [-0.075018, 51.5152], [-0.075083, 51.515193], [-0.075107, 51.515255], [-0.075148, 51.515284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 27, &quot;postcode&quot;: &quot;E1 7EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077287, 51.517309], [-0.077069, 51.517102], [-0.076998, 51.517105], [-0.076958, 51.517122], [-0.076946, 51.517156], [-0.076972, 51.517188], [-0.076807, 51.517227], [-0.076766, 51.517158], [-0.076735, 51.51714], [-0.076595, 51.517157], [-0.076373, 51.516843], [-0.076608, 51.516775], [-0.076681, 51.516731], [-0.07669, 51.516696], [-0.076628, 51.516659], [-0.076532, 51.516678], [-0.07632, 51.516477], [-0.07645, 51.516444], [-0.076529, 51.516513], [-0.077019, 51.51662], [-0.076966, 51.516666], [-0.076966, 51.516696], [-0.077353, 51.517262], [-0.077287, 51.517309]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2915, &quot;postcode&quot;: &quot;E1 7EZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078427, 51.518116], [-0.078623, 51.518134], [-0.078619, 51.518271], [-0.078415, 51.518275], [-0.078422, 51.518312], [-0.078239, 51.518327], [-0.078253, 51.51823], [-0.078171, 51.518226], [-0.077937, 51.518336], [-0.077895, 51.518188], [-0.077837, 51.518105], [-0.078427, 51.518116]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 963, &quot;postcode&quot;: &quot;E1 7HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077134, 51.517904], [-0.076921, 51.518044], [-0.076873, 51.517883], [-0.0771, 51.517887], [-0.077134, 51.517904]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 171, &quot;postcode&quot;: &quot;E1 7HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077662, 51.517827], [-0.077646, 51.517858], [-0.077516, 51.517896], [-0.077525, 51.51796], [-0.076989, 51.518044], [-0.07697, 51.518012], [-0.07752, 51.517649], [-0.077577, 51.517668], [-0.077662, 51.517827]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 902, &quot;postcode&quot;: &quot;E1 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076015, 51.517507], [-0.076329, 51.517412], [-0.07628, 51.517348], [-0.07674, 51.517243], [-0.076879, 51.517436], [-0.077067, 51.517396], [-0.077048, 51.517364], [-0.077233, 51.517327], [-0.077346, 51.517489], [-0.077454, 51.51757], [-0.077501, 51.517662], [-0.077134, 51.517904], [-0.0771, 51.517887], [-0.076875, 51.517889], [-0.076827, 51.517729], [-0.07607, 51.517716], [-0.076047, 51.517687], [-0.076076, 51.517669], [-0.076136, 51.517665], [-0.076015, 51.517507]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4280, &quot;postcode&quot;: &quot;E1 7HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079458, 51.518373], [-0.079452, 51.518409], [-0.079191, 51.51842], [-0.078237, 51.518531], [-0.078092, 51.518596], [-0.078011, 51.518594], [-0.077937, 51.518336], [-0.078171, 51.518226], [-0.078253, 51.51823], [-0.078239, 51.518327], [-0.078183, 51.518343], [-0.078164, 51.518375], [-0.078216, 51.518441], [-0.07827, 51.51846], [-0.079193, 51.51837], [-0.079458, 51.518373]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1114, &quot;postcode&quot;: &quot;E1 7HW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079582, 51.518108], [-0.079508, 51.518235], [-0.079239, 51.518203], [-0.079199, 51.518219], [-0.079182, 51.51825], [-0.079114, 51.518262], [-0.079087, 51.518302], [-0.078971, 51.518297], [-0.078966, 51.518257], [-0.0789, 51.518232], [-0.078897, 51.518182], [-0.078848, 51.518154], [-0.078756, 51.518146], [-0.078712, 51.518157], [-0.078688, 51.518183], [-0.078678, 51.518264], [-0.078619, 51.518271], [-0.078621, 51.518167], [-0.078574, 51.518132], [-0.07836, 51.518112], [-0.077837, 51.518105], [-0.077722, 51.517939], [-0.077433, 51.517403], [-0.077491, 51.517409], [-0.07782, 51.517591], [-0.07792, 51.517625], [-0.078138, 51.51765], [-0.078198, 51.517636], [-0.078269, 51.51764], [-0.07826, 51.517727], [-0.078291, 51.517767], [-0.07873, 51.517846], [-0.078715, 51.517944], [-0.078856, 51.518011], [-0.079025, 51.518051], [-0.07952, 51.518116], [-0.079582, 51.518108]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4664, &quot;postcode&quot;: &quot;E1 7HY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079455, 51.516968], [-0.079337, 51.5171], [-0.079008, 51.516984], [-0.078927, 51.516999], [-0.078664, 51.517389], [-0.078546, 51.517366], [-0.078486, 51.517401], [-0.078436, 51.517567], [-0.078468, 51.517589], [-0.078586, 51.517619], [-0.078641, 51.517619], [-0.078664, 51.517636], [-0.078348, 51.517784], [-0.078281, 51.517773], [-0.078195, 51.517659], [-0.077883, 51.517621], [-0.077848, 51.5176], [-0.077801, 51.517596], [-0.077778, 51.517563], [-0.077488, 51.51741], [-0.077371, 51.517396], [-0.077287, 51.517309], [-0.077353, 51.517262], [-0.077406, 51.517348], [-0.077519, 51.517412], [-0.078172, 51.517483], [-0.078226, 51.517475], [-0.07903, 51.516479], [-0.079254, 51.516548], [-0.079152, 51.516691], [-0.079078, 51.51672], [-0.079016, 51.516803], [-0.07902, 51.516839], [-0.079056, 51.51686], [-0.079455, 51.516968]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4085, &quot;postcode&quot;: &quot;E1 7JF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078961, 51.517861], [-0.078929, 51.51803], [-0.07876, 51.517972], [-0.078768, 51.517948], [-0.078961, 51.517861]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 143, &quot;postcode&quot;: &quot;E1 7JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07583, 51.517269], [-0.075888, 51.517344], [-0.075811, 51.517378], [-0.075741, 51.517286], [-0.07583, 51.517269]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 66, &quot;postcode&quot;: &quot;E1 7LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076764, 51.516769], [-0.076684, 51.516754], [-0.076247, 51.516877], [-0.076281, 51.516751], [-0.07618, 51.516588], [-0.076363, 51.516516], [-0.076517, 51.516657], [-0.076569, 51.516666], [-0.076645, 51.516647], [-0.076764, 51.516769]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 748, &quot;postcode&quot;: &quot;E1 7LB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076807, 51.517227], [-0.076506, 51.517297], [-0.076498, 51.51725], [-0.076408, 51.517215], [-0.076196, 51.517258], [-0.076197, 51.517091], [-0.076169, 51.517033], [-0.07622, 51.516999], [-0.076223, 51.516966], [-0.076162, 51.51689], [-0.076104, 51.516871], [-0.076052, 51.516873], [-0.075931, 51.516686], [-0.07593, 51.516651], [-0.075894, 51.516629], [-0.07582, 51.516512], [-0.075946, 51.516473], [-0.075962, 51.516519], [-0.07592, 51.516543], [-0.075912, 51.516573], [-0.075948, 51.516623], [-0.075996, 51.516638], [-0.076314, 51.516525], [-0.076322, 51.516533], [-0.076222, 51.516572], [-0.0762, 51.516599], [-0.076222, 51.51667], [-0.076292, 51.516745], [-0.076276, 51.516822], [-0.076316, 51.516845], [-0.076373, 51.516843], [-0.076494, 51.517007], [-0.07658, 51.517015], [-0.076532, 51.517059], [-0.07658, 51.51713], [-0.076638, 51.517145], [-0.076715, 51.51713], [-0.076795, 51.517195], [-0.076807, 51.517227]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1805, &quot;postcode&quot;: &quot;E1 7LE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077067, 51.517396], [-0.076879, 51.517436], [-0.07674, 51.517243], [-0.077101, 51.517157], [-0.077141, 51.517167], [-0.077235, 51.517326], [-0.077048, 51.517364], [-0.077067, 51.517396]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 622, &quot;postcode&quot;: &quot;E1 7LF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077007, 51.517103], [-0.076944, 51.517138], [-0.076872, 51.517098], [-0.076973, 51.517071], [-0.077007, 51.517103]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;E1 7LG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077794, 51.518043], [-0.077272, 51.518287], [-0.077215, 51.518261], [-0.077149, 51.518278], [-0.077023, 51.518231], [-0.077097, 51.518176], [-0.077081, 51.518031], [-0.077307, 51.517996], [-0.077374, 51.518047], [-0.077434, 51.518057], [-0.077673, 51.518031], [-0.077707, 51.518009], [-0.077711, 51.517978], [-0.077743, 51.517969], [-0.077794, 51.518043]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 917, &quot;postcode&quot;: &quot;E1 7LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075741, 51.517286], [-0.07553, 51.517011], [-0.07587, 51.516923], [-0.075905, 51.516975], [-0.075987, 51.516951], [-0.07601, 51.516958], [-0.076072, 51.51706], [-0.076169, 51.517051], [-0.0762, 51.517088], [-0.076189, 51.517247], [-0.076179, 51.517234], [-0.075861, 51.517308], [-0.07583, 51.517269], [-0.075741, 51.517286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1260, &quot;postcode&quot;: &quot;E1 7LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079244, 51.518415], [-0.079151, 51.51844], [-0.079149, 51.518506], [-0.078883, 51.518532], [-0.078856, 51.518562], [-0.078867, 51.518618], [-0.078843, 51.518583], [-0.078791, 51.518571], [-0.078323, 51.518626], [-0.078285, 51.518668], [-0.078219, 51.518668], [-0.078179, 51.518685], [-0.078162, 51.518777], [-0.078067, 51.5188], [-0.078009, 51.518594], [-0.078105, 51.51859], [-0.078153, 51.518552], [-0.078208, 51.518534], [-0.078513, 51.5185], [-0.078551, 51.518521], [-0.078598, 51.518524], [-0.078709, 51.518476], [-0.079244, 51.518415]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 925, &quot;postcode&quot;: &quot;E1 7LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076521, 51.517258], [-0.076506, 51.517297], [-0.076322, 51.517347], [-0.076308, 51.517376], [-0.076329, 51.517412], [-0.076052, 51.517501], [-0.076041, 51.517539], [-0.076116, 51.517639], [-0.076047, 51.517687], [-0.075811, 51.517378], [-0.075862, 51.517349], [-0.075861, 51.517308], [-0.076179, 51.517234], [-0.076241, 51.517247], [-0.076402, 51.51721], [-0.076521, 51.517258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1032, &quot;postcode&quot;: &quot;E1 7LQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079195, 51.51837], [-0.078855, 51.518405], [-0.078818, 51.51843], [-0.078819, 51.518463], [-0.078647, 51.518506], [-0.07858, 51.518546], [-0.078466, 51.518449], [-0.078236, 51.518464], [-0.078126, 51.518344], [-0.078369, 51.518312], [-0.078415, 51.518275], [-0.078646, 51.518265], [-0.07868, 51.518238], [-0.078695, 51.518139], [-0.07891, 51.51816], [-0.078913, 51.518209], [-0.078983, 51.518237], [-0.078997, 51.518276], [-0.079038, 51.518292], [-0.079094, 51.518285], [-0.079167, 51.518297], [-0.079195, 51.51837]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1476, &quot;postcode&quot;: &quot;E1 7LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077723, 51.518278], [-0.07742, 51.518421], [-0.077382, 51.518393], [-0.077663, 51.518262], [-0.077723, 51.518278]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 101, &quot;postcode&quot;: &quot;E1 7NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076117, 51.516317], [-0.076053, 51.516353], [-0.076067, 51.516406], [-0.076, 51.516444], [-0.075926, 51.51641], [-0.075846, 51.516428], [-0.075763, 51.51635], [-0.075808, 51.516318], [-0.076038, 51.516243], [-0.076117, 51.516317]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 298, &quot;postcode&quot;: &quot;E1 7PN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075801, 51.516087], [-0.075733, 51.515987], [-0.075692, 51.516], [-0.075672, 51.515969], [-0.075699, 51.515961], [-0.075759, 51.515984], [-0.075799, 51.515973], [-0.075833, 51.516026], [-0.075815, 51.516031], [-0.075832, 51.516068], [-0.075801, 51.516087]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 56, &quot;postcode&quot;: &quot;E1 7QD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075946, 51.516473], [-0.076067, 51.516406], [-0.07612, 51.516406], [-0.076328, 51.516325], [-0.07645, 51.516444], [-0.07632, 51.516477], [-0.076363, 51.516516], [-0.07624, 51.516551], [-0.075931, 51.516686], [-0.075894, 51.516629], [-0.07593, 51.516598], [-0.075902, 51.516553], [-0.075962, 51.516519], [-0.075946, 51.516473]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 699, &quot;postcode&quot;: &quot;E1 7TB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076243, 51.516359], [-0.07612, 51.516406], [-0.076036, 51.516412], [-0.075946, 51.516473], [-0.075819, 51.516512], [-0.075692, 51.516315], [-0.075629, 51.516251], [-0.075661, 51.516241], [-0.075728, 51.516315], [-0.075823, 51.516328], [-0.075794, 51.516373], [-0.075847, 51.51641], [-0.075992, 51.516393], [-0.076084, 51.516321], [-0.076068, 51.516273], [-0.076011, 51.51626], [-0.075955, 51.516276], [-0.075963, 51.516245], [-0.076114, 51.516244], [-0.076158, 51.516231], [-0.076221, 51.516284], [-0.076211, 51.516319], [-0.076243, 51.516359]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 423, &quot;postcode&quot;: &quot;E1 7TF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075692, 51.516], [-0.075652, 51.516012], [-0.075733, 51.515987], [-0.075749, 51.516001], [-0.075812, 51.516111], [-0.075669, 51.516189], [-0.075684, 51.516209], [-0.075609, 51.516231], [-0.075448, 51.516072], [-0.075507, 51.516055], [-0.075448, 51.516072], [-0.07542, 51.516045], [-0.075672, 51.515969], [-0.075692, 51.516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 437, &quot;postcode&quot;: &quot;E1 7TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074482, 51.514212], [-0.074415, 51.514229], [-0.074273, 51.514019], [-0.074218, 51.513995], [-0.074167, 51.514002], [-0.073916, 51.514097], [-0.073886, 51.514137], [-0.073797, 51.514155], [-0.073447, 51.513548], [-0.073522, 51.513517], [-0.073813, 51.513473], [-0.073818, 51.513504], [-0.073859, 51.513527], [-0.074032, 51.513512], [-0.074151, 51.513554], [-0.074254, 51.51357], [-0.074253, 51.513675], [-0.074358, 51.513794], [-0.074308, 51.513835], [-0.074403, 51.514003], [-0.074372, 51.514023], [-0.074366, 51.514054], [-0.074482, 51.514212]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3146, &quot;postcode&quot;: &quot;E1 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075096, 51.51398], [-0.074944, 51.514032], [-0.074908, 51.513989], [-0.074934, 51.513938], [-0.074895, 51.513909], [-0.074786, 51.513921], [-0.074708, 51.513905], [-0.074584, 51.513929], [-0.074552, 51.513953], [-0.074549, 51.513979], [-0.07467, 51.514131], [-0.074541, 51.514173], [-0.074329, 51.513883], [-0.07426, 51.513851], [-0.074256, 51.513819], [-0.074311, 51.5138], [-0.074327, 51.513771], [-0.07425, 51.513673], [-0.074237, 51.513576], [-0.074027, 51.513512], [-0.07378, 51.513547], [-0.073813, 51.513473], [-0.074106, 51.513418], [-0.074133, 51.513318], [-0.074094, 51.513282], [-0.074896, 51.512953], [-0.074947, 51.513072], [-0.074925, 51.513096], [-0.074928, 51.513142], [-0.074878, 51.513155], [-0.074855, 51.513182], [-0.07488, 51.513284], [-0.074874, 51.513364], [-0.074997, 51.513724], [-0.074991, 51.513759], [-0.075024, 51.513806], [-0.074993, 51.513854], [-0.075096, 51.51398]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5244, &quot;postcode&quot;: &quot;E1 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.072927, 51.511303], [-0.072929, 51.511327], [-0.073156, 51.511321], [-0.073088, 51.511362], [-0.073038, 51.511365], [-0.073113, 51.511777], [-0.073342, 51.511759], [-0.073357, 51.511822], [-0.07319, 51.511837], [-0.073251, 51.512181], [-0.073452, 51.512161], [-0.073373, 51.5122], [-0.07313, 51.512219], [-0.072902, 51.511313], [-0.072927, 51.511303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 981, &quot;postcode&quot;: &quot;E1 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.073326, 51.512586], [-0.073191, 51.512571], [-0.07313, 51.51222], [-0.073264, 51.512211], [-0.073326, 51.512586]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 391, &quot;postcode&quot;: &quot;E1 8AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075109, 51.511191], [-0.075036, 51.511182], [-0.074763, 51.511237], [-0.074638, 51.511207], [-0.074592, 51.511227], [-0.074575, 51.511265], [-0.074386, 51.511274], [-0.074228, 51.511319], [-0.073993, 51.511326], [-0.073927, 51.511302], [-0.072929, 51.511327], [-0.072912, 51.510996], [-0.073045, 51.510986], [-0.073073, 51.510962], [-0.073076, 51.510923], [-0.07325, 51.51091], [-0.073524, 51.510706], [-0.073827, 51.510903], [-0.073988, 51.510905], [-0.074029, 51.51087], [-0.074042, 51.510584], [-0.074171, 51.510587], [-0.074258, 51.510645], [-0.074334, 51.510782], [-0.074366, 51.510804], [-0.074632, 51.51084], [-0.074896, 51.510943], [-0.074951, 51.510935], [-0.075015, 51.510887], [-0.075109, 51.511191]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7475, &quot;postcode&quot;: &quot;E1 8AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.073951, 51.514229], [-0.074003, 51.514262], [-0.074042, 51.514247], [-0.074092, 51.514308], [-0.074165, 51.514283], [-0.07418, 51.514316], [-0.074122, 51.514335], [-0.074213, 51.514566], [-0.074311, 51.514528], [-0.074278, 51.514626], [-0.074219, 51.514583], [-0.074203, 51.514602], [-0.074266, 51.514648], [-0.074256, 51.514666], [-0.073969, 51.514453], [-0.073797, 51.514155], [-0.073886, 51.514137], [-0.073951, 51.514229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 633, &quot;postcode&quot;: &quot;E1 8AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.072983, 51.511094], [-0.072921, 51.511127], [-0.072927, 51.511303], [-0.072902, 51.511313], [-0.072764, 51.510803], [-0.07274, 51.510183], [-0.072772, 51.510212], [-0.072973, 51.510993], [-0.072936, 51.511042], [-0.072983, 51.511094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 885, &quot;postcode&quot;: &quot;E1 8BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074659, 51.512433], [-0.074573, 51.512447], [-0.074539, 51.512468], [-0.074554, 51.512584], [-0.074276, 51.512617], [-0.074244, 51.512645], [-0.074252, 51.512695], [-0.073327, 51.512587], [-0.073264, 51.51221], [-0.073372, 51.512199], [-0.07345, 51.512168], [-0.073532, 51.512184], [-0.073835, 51.512161], [-0.073871, 51.512141], [-0.073892, 51.512092], [-0.073994, 51.512076], [-0.074026, 51.512038], [-0.07409, 51.512067], [-0.074277, 51.512052], [-0.074307, 51.512095], [-0.074353, 51.512112], [-0.074557, 51.512094], [-0.074615, 51.512195], [-0.074659, 51.512433]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5049, &quot;postcode&quot;: &quot;E1 8BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.073993, 51.511326], [-0.074417, 51.511313], [-0.074423, 51.51135], [-0.074369, 51.511352], [-0.074408, 51.511635], [-0.073656, 51.511706], [-0.073654, 51.511724], [-0.073565, 51.51173], [-0.073572, 51.511765], [-0.073362, 51.511757], [-0.073383, 51.511748], [-0.073113, 51.511777], [-0.073038, 51.511365], [-0.073088, 51.511362], [-0.073137, 51.511328], [-0.073214, 51.511312], [-0.07399, 51.511301], [-0.073993, 51.511326]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4026, &quot;postcode&quot;: &quot;E1 8BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075207, 51.511567], [-0.074955, 51.511588], [-0.074903, 51.51162], [-0.074866, 51.511596], [-0.074844, 51.51149], [-0.074979, 51.511478], [-0.075042, 51.511499], [-0.075189, 51.511487], [-0.075207, 51.511567]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 252, &quot;postcode&quot;: &quot;E1 8BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075231, 51.511592], [-0.075238, 51.511701], [-0.07521, 51.511669], [-0.075156, 51.51166], [-0.07396, 51.511761], [-0.073923, 51.511787], [-0.073921, 51.511826], [-0.073944, 51.511882], [-0.074, 51.511902], [-0.074033, 51.512074], [-0.073906, 51.512096], [-0.073867, 51.51216], [-0.073521, 51.512185], [-0.073424, 51.512165], [-0.073251, 51.512181], [-0.07319, 51.511837], [-0.073318, 51.51182], [-0.073345, 51.511794], [-0.073343, 51.511759], [-0.073506, 51.511762], [-0.073567, 51.51173], [-0.074414, 51.511672], [-0.075231, 51.511592]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2985, &quot;postcode&quot;: &quot;E1 8RB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098718, 51.515914], [-0.098657, 51.516418], [-0.098671, 51.516672], [-0.097858, 51.5166], [-0.097959, 51.516473], [-0.098492, 51.516205], [-0.098558, 51.516138], [-0.098685, 51.51592], [-0.098718, 51.515914]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2114, &quot;postcode&quot;: &quot;EC1A 1HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097688, 51.520681], [-0.097638, 51.52071], [-0.097556, 51.520916], [-0.097541, 51.520901], [-0.097578, 51.520717], [-0.097688, 51.520681]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 61, &quot;postcode&quot;: &quot;EC1A 4AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097921, 51.516051], [-0.098118, 51.516076], [-0.097959, 51.516473], [-0.097858, 51.5166], [-0.098274, 51.516637], [-0.098053, 51.516784], [-0.097874, 51.516791], [-0.09789, 51.516875], [-0.097419, 51.51681], [-0.097439, 51.516663], [-0.097406, 51.516622], [-0.097379, 51.516624], [-0.097365, 51.516654], [-0.097384, 51.516781], [-0.097032, 51.516812], [-0.097038, 51.516795], [-0.097003, 51.516791], [-0.09703, 51.516707], [-0.097001, 51.516703], [-0.097006, 51.516678], [-0.097038, 51.516682], [-0.097224, 51.516135], [-0.09727, 51.516124], [-0.097588, 51.516144], [-0.097614, 51.51612], [-0.097921, 51.516051]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5063, &quot;postcode&quot;: &quot;EC1A 4AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097983, 51.515537], [-0.09792, 51.516054], [-0.097614, 51.51612], [-0.097389, 51.516052], [-0.097273, 51.516069], [-0.097081, 51.516302], [-0.097057, 51.516424], [-0.096996, 51.51643], [-0.096959, 51.516469], [-0.096835, 51.516446], [-0.096815, 51.516394], [-0.096483, 51.516258], [-0.096511, 51.51623], [-0.096736, 51.516317], [-0.096816, 51.516324], [-0.096925, 51.516305], [-0.096978, 51.516264], [-0.097063, 51.515775], [-0.096997, 51.51568], [-0.097009, 51.515629], [-0.097062, 51.515623], [-0.097095, 51.515594], [-0.097116, 51.515469], [-0.097053, 51.515431], [-0.097093, 51.51526], [-0.097151, 51.51524], [-0.097167, 51.515194], [-0.097148, 51.515162], [-0.0971, 51.515148], [-0.097076, 51.515084], [-0.097192, 51.515142], [-0.097215, 51.515187], [-0.097314, 51.515203], [-0.097983, 51.515537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5957, &quot;postcode&quot;: &quot;EC1A 4EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097439, 51.516663], [-0.097419, 51.51681], [-0.0973, 51.516893], [-0.097093, 51.516879], [-0.096973, 51.516839], [-0.097039, 51.516519], [-0.096995, 51.516476], [-0.096886, 51.516456], [-0.096832, 51.516467], [-0.096761, 51.516598], [-0.096367, 51.516621], [-0.096395, 51.516579], [-0.09645, 51.516555], [-0.096468, 51.516473], [-0.096504, 51.516455], [-0.09657, 51.516367], [-0.09682, 51.516444], [-0.096916, 51.516459], [-0.096963, 51.516448], [-0.096997, 51.516409], [-0.097044, 51.516397], [-0.097066, 51.516372], [-0.09713, 51.516403], [-0.097015, 51.516752], [-0.097028, 51.516788], [-0.09709, 51.516808], [-0.097332, 51.516788], [-0.097378, 51.516754], [-0.097379, 51.516624], [-0.097406, 51.516622], [-0.097439, 51.516663]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1061, &quot;postcode&quot;: &quot;EC1A 4ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09702, 51.517064], [-0.096981, 51.517108], [-0.096984, 51.517429], [-0.096914, 51.517399], [-0.096812, 51.517432], [-0.096753, 51.51743], [-0.096745, 51.517145], [-0.096786, 51.5169], [-0.096761, 51.516598], [-0.096816, 51.516472], [-0.09681, 51.516441], [-0.097046, 51.516486], [-0.096942, 51.516927], [-0.096951, 51.51703], [-0.09702, 51.517064]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1629, &quot;postcode&quot;: &quot;EC1A 4HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096786, 51.5169], [-0.096745, 51.517145], [-0.096125, 51.517061], [-0.096204, 51.516903], [-0.096472, 51.516888], [-0.096786, 51.5169]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 998, &quot;postcode&quot;: &quot;EC1A 4HJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097702, 51.518966], [-0.097318, 51.519001], [-0.097282, 51.519032], [-0.097285, 51.519121], [-0.097281, 51.519045], [-0.09726, 51.519018], [-0.097216, 51.519006], [-0.097103, 51.519013], [-0.097129, 51.518587], [-0.097205, 51.518557], [-0.097195, 51.518465], [-0.097161, 51.518432], [-0.097104, 51.518427], [-0.097084, 51.518242], [-0.097035, 51.518226], [-0.096882, 51.518235], [-0.096845, 51.518119], [-0.0968, 51.518105], [-0.096679, 51.51811], [-0.096839, 51.518091], [-0.09686, 51.518063], [-0.096849, 51.517998], [-0.097036, 51.518004], [-0.097056, 51.518076], [-0.097155, 51.518111], [-0.097351, 51.518097], [-0.097358, 51.5182], [-0.097174, 51.518216], [-0.097129, 51.518243], [-0.097143, 51.51836], [-0.097187, 51.518391], [-0.097456, 51.51836], [-0.097487, 51.518329], [-0.097552, 51.51831], [-0.097567, 51.518276], [-0.097623, 51.518258], [-0.097634, 51.518202], [-0.097702, 51.518966]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3322, &quot;postcode&quot;: &quot;EC1A 4HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097494, 51.518359], [-0.097152, 51.518403], [-0.097133, 51.518319], [-0.09715, 51.518317], [-0.097132, 51.518219], [-0.097145, 51.51829], [-0.097083, 51.5183], [-0.097135, 51.51862], [-0.096657, 51.518556], [-0.096609, 51.518402], [-0.096621, 51.518391], [-0.096645, 51.51839], [-0.096649, 51.51842], [-0.096918, 51.518409], [-0.096882, 51.518235], [-0.097071, 51.518223], [-0.097063, 51.518172], [-0.097135, 51.518181], [-0.097145, 51.518217], [-0.097358, 51.5182], [-0.097348, 51.518163], [-0.097369, 51.518161], [-0.097344, 51.518072], [-0.097512, 51.518074], [-0.097579, 51.518319], [-0.097487, 51.518329], [-0.097494, 51.518359]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1691, &quot;postcode&quot;: &quot;EC1A 4HU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098575, 51.519733], [-0.09857, 51.519807], [-0.098523, 51.519848], [-0.098228, 51.51993], [-0.098162, 51.519944], [-0.098091, 51.519936], [-0.097915, 51.519999], [-0.097493, 51.520083], [-0.097404, 51.519827], [-0.097297, 51.519372], [-0.09728, 51.519001], [-0.097702, 51.518966], [-0.097764, 51.519665], [-0.097867, 51.519891], [-0.097937, 51.519901], [-0.098575, 51.519733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3986, &quot;postcode&quot;: &quot;EC1A 4HY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098555, 51.520044], [-0.098538, 51.520313], [-0.097978, 51.520317], [-0.097861, 51.520393], [-0.097895, 51.52048], [-0.097709, 51.520489], [-0.097663, 51.520514], [-0.097684, 51.520612], [-0.097737, 51.52063], [-0.097831, 51.520618], [-0.097841, 51.520655], [-0.09767, 51.520686], [-0.097574, 51.520742], [-0.097522, 51.521001], [-0.097292, 51.521583], [-0.097385, 51.521218], [-0.09747, 51.520572], [-0.09735, 51.520252], [-0.097316, 51.520226], [-0.097249, 51.52022], [-0.096872, 51.520283], [-0.096514, 51.520255], [-0.09651, 51.520241], [-0.096688, 51.520055], [-0.097175, 51.520081], [-0.097257, 51.520061], [-0.097286, 51.520036], [-0.097232, 51.519838], [-0.097142, 51.519628], [-0.097116, 51.519519], [-0.097139, 51.519491], [-0.097128, 51.519437], [-0.097091, 51.519405], [-0.097076, 51.519338], [-0.097103, 51.519013], [-0.097279, 51.519001], [-0.097298, 51.519373], [-0.097404, 51.519827], [-0.097492, 51.520055], [-0.097554, 51.520071], [-0.097766, 51.520032], [-0.097829, 51.520052], [-0.09804, 51.520032], [-0.098065, 51.520059], [-0.09811, 51.52007], [-0.098555, 51.520044]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6641, &quot;postcode&quot;: &quot;EC1A 4JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096905, 51.520931], [-0.096828, 51.520801], [-0.096905, 51.520931], [-0.096905, 51.520931]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1A 4JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096759, 51.520275], [-0.096797, 51.520278], [-0.096872, 51.520283], [-0.096802, 51.520296], [-0.096759, 51.520275]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC1A 4JP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097677, 51.52062], [-0.097678, 51.520626], [-0.097647, 51.520497], [-0.097677, 51.52062]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1A 4JQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096959, 51.518596], [-0.097135, 51.518621], [-0.097076, 51.519336], [-0.096959, 51.518596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 461, &quot;postcode&quot;: &quot;EC1A 4LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101162, 51.516216], [-0.10117, 51.516218], [-0.101162, 51.516216], [-0.101162, 51.516216]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1A 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101597, 51.516198], [-0.101583, 51.516246], [-0.099934, 51.516715], [-0.099912, 51.516676], [-0.099861, 51.51666], [-0.098855, 51.516688], [-0.098671, 51.516672], [-0.098657, 51.51642], [-0.098718, 51.515973], [-0.099273, 51.516008], [-0.099343, 51.515984], [-0.099882, 51.516005], [-0.099937, 51.515968], [-0.099902, 51.515849], [-0.099926, 51.51578], [-0.099989, 51.515754], [-0.100062, 51.515745], [-0.100298, 51.515806], [-0.10033, 51.515834], [-0.10045, 51.515867], [-0.100489, 51.515906], [-0.101597, 51.516198]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13188, &quot;postcode&quot;: &quot;EC1A 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100524, 51.51591], [-0.100458, 51.515898], [-0.100404, 51.515854], [-0.100422, 51.515838], [-0.100462, 51.515849], [-0.100471, 51.515888], [-0.100524, 51.51591]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC1A 7AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099989, 51.515754], [-0.099972, 51.515781], [-0.099921, 51.515804], [-0.099906, 51.515839], [-0.099951, 51.51601], [-0.099402, 51.515986], [-0.099338, 51.516011], [-0.098727, 51.515973], [-0.098696, 51.515926], [-0.098572, 51.515867], [-0.0987, 51.515689], [-0.098744, 51.515591], [-0.098773, 51.515587], [-0.098748, 51.515684], [-0.098797, 51.515714], [-0.098999, 51.51572], [-0.099035, 51.515699], [-0.099055, 51.515648], [-0.099063, 51.515684], [-0.099111, 51.515705], [-0.099413, 51.515723], [-0.099469, 51.515708], [-0.099485, 51.515666], [-0.099426, 51.515616], [-0.099177, 51.515544], [-0.099248, 51.515558], [-0.0993, 51.51554], [-0.099428, 51.515576], [-0.099527, 51.51564], [-0.099989, 51.515754]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3000, &quot;postcode&quot;: &quot;EC1A 7BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098917, 51.518276], [-0.098853, 51.518255], [-0.098798, 51.518259], [-0.098573, 51.518381], [-0.098514, 51.518399], [-0.098399, 51.518481], [-0.098334, 51.518468], [-0.098131, 51.518322], [-0.098217, 51.518273], [-0.098259, 51.51821], [-0.098231, 51.518137], [-0.098311, 51.518093], [-0.098327, 51.518064], [-0.098454, 51.517998], [-0.098465, 51.517956], [-0.098511, 51.51793], [-0.098592, 51.517932], [-0.098879, 51.518064], [-0.098917, 51.518276]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1881, &quot;postcode&quot;: &quot;EC1A 7BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099367, 51.518538], [-0.099155, 51.518723], [-0.099087, 51.51872], [-0.098889, 51.518807], [-0.098729, 51.518833], [-0.098694, 51.518862], [-0.098704, 51.518904], [-0.098642, 51.519005], [-0.098567, 51.518975], [-0.098474, 51.518976], [-0.098203, 51.518791], [-0.09847, 51.518615], [-0.098472, 51.518561], [-0.098376, 51.518495], [-0.098488, 51.518429], [-0.098551, 51.518417], [-0.098573, 51.518381], [-0.098846, 51.518231], [-0.098917, 51.51829], [-0.098621, 51.51837], [-0.098595, 51.518405], [-0.098617, 51.518437], [-0.099367, 51.518538]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2709, &quot;postcode&quot;: &quot;EC1A 7BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099749, 51.516768], [-0.099669, 51.51745], [-0.099215, 51.517725], [-0.099162, 51.517656], [-0.098907, 51.517488], [-0.0988, 51.517381], [-0.098752, 51.517224], [-0.098686, 51.516674], [-0.099749, 51.516768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6293, &quot;postcode&quot;: &quot;EC1A 7BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098506, 51.51858], [-0.098488, 51.518608], [-0.098203, 51.518791], [-0.098146, 51.518745], [-0.098169, 51.518598], [-0.09825, 51.518574], [-0.098305, 51.518487], [-0.098334, 51.518468], [-0.098399, 51.518481], [-0.098408, 51.518516], [-0.098506, 51.51858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 447, &quot;postcode&quot;: &quot;EC1A 7BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09919, 51.518704], [-0.09907, 51.518806], [-0.098983, 51.518756], [-0.099121, 51.5187], [-0.09919, 51.518704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 68, &quot;postcode&quot;: &quot;EC1A 7BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099397, 51.518102], [-0.099275, 51.518067], [-0.099253, 51.518046], [-0.099336, 51.517967], [-0.099401, 51.518007], [-0.099486, 51.518005], [-0.099404, 51.518074], [-0.099397, 51.518102]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 117, &quot;postcode&quot;: &quot;EC1A 7BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098949, 51.517945], [-0.098879, 51.518064], [-0.09881, 51.51804], [-0.098748, 51.518054], [-0.098717, 51.51799], [-0.09856, 51.517931], [-0.098511, 51.517947], [-0.098494, 51.517977], [-0.098347, 51.518074], [-0.09833, 51.518016], [-0.098166, 51.517894], [-0.098187, 51.517853], [-0.098081, 51.517634], [-0.098184, 51.517593], [-0.098295, 51.51753], [-0.098315, 51.517504], [-0.098522, 51.517403], [-0.098609, 51.517422], [-0.098627, 51.517472], [-0.098853, 51.517631], [-0.098942, 51.517667], [-0.098917, 51.517764], [-0.098931, 51.517793], [-0.098904, 51.517847], [-0.098914, 51.517908], [-0.098949, 51.517945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2834, &quot;postcode&quot;: &quot;EC1A 7BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099336, 51.517967], [-0.098917, 51.518206], [-0.098881, 51.518149], [-0.098879, 51.518064], [-0.098973, 51.517981], [-0.098899, 51.517896], [-0.098942, 51.517667], [-0.099009, 51.517722], [-0.099077, 51.517734], [-0.099084, 51.517784], [-0.099336, 51.517967]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 909, &quot;postcode&quot;: &quot;EC1A 7BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098686, 51.516674], [-0.098703, 51.516933], [-0.098677, 51.516753], [-0.098475, 51.516769], [-0.098494, 51.516883], [-0.098466, 51.516919], [-0.097913, 51.517003], [-0.097874, 51.516791], [-0.098053, 51.516784], [-0.098274, 51.516637], [-0.098686, 51.516674]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1323, &quot;postcode&quot;: &quot;EC1A 7BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098326, 51.515366], [-0.098599, 51.515426], [-0.098601, 51.515447], [-0.098326, 51.515366]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC1A 7BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097541, 51.51521], [-0.097643, 51.515193], [-0.097753, 51.515202], [-0.098633, 51.515457], [-0.098691, 51.515488], [-0.09873, 51.515539], [-0.098729, 51.515639], [-0.098572, 51.515867], [-0.098685, 51.51592], [-0.098556, 51.516141], [-0.09849, 51.516207], [-0.097959, 51.516473], [-0.098118, 51.516076], [-0.097921, 51.516051], [-0.097983, 51.515537], [-0.097438, 51.515265], [-0.097541, 51.51521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5519, &quot;postcode&quot;: &quot;EC1A 7BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098639, 51.51748], [-0.098558, 51.517426], [-0.098496, 51.517422], [-0.09815, 51.517612], [-0.098083, 51.517633], [-0.09805, 51.517579], [-0.097986, 51.517565], [-0.097598, 51.517677], [-0.097087, 51.517971], [-0.097039, 51.517795], [-0.096979, 51.517397], [-0.09697, 51.517126], [-0.097005, 51.517059], [-0.097243, 51.517064], [-0.097288, 51.517052], [-0.097311, 51.51702], [-0.0973, 51.516893], [-0.097419, 51.51681], [-0.09789, 51.516875], [-0.09791, 51.516966], [-0.097964, 51.516992], [-0.098435, 51.516926], [-0.098447, 51.517004], [-0.098534, 51.517085], [-0.098571, 51.517153], [-0.098595, 51.517405], [-0.098639, 51.51748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8775, &quot;postcode&quot;: &quot;EC1A 7BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099213, 51.517732], [-0.099169, 51.517759], [-0.098931, 51.517793], [-0.098969, 51.517711], [-0.098961, 51.51768], [-0.098876, 51.517648], [-0.098641, 51.517481], [-0.098595, 51.517418], [-0.098522, 51.517403], [-0.098584, 51.517371], [-0.098585, 51.517283], [-0.098568, 51.517148], [-0.098498, 51.517044], [-0.098445, 51.517021], [-0.098435, 51.516926], [-0.098492, 51.516887], [-0.098475, 51.516769], [-0.098677, 51.516753], [-0.098756, 51.517249], [-0.098813, 51.517432], [-0.098855, 51.517477], [-0.098933, 51.517507], [-0.099071, 51.517601], [-0.099213, 51.517732]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1707, &quot;postcode&quot;: &quot;EC1A 7DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098334, 51.518468], [-0.098253, 51.518574], [-0.098186, 51.518601], [-0.098164, 51.518629], [-0.098152, 51.518737], [-0.098252, 51.518847], [-0.098184, 51.518866], [-0.097974, 51.519005], [-0.097927, 51.519004], [-0.097914, 51.518973], [-0.097874, 51.518956], [-0.097702, 51.518966], [-0.097588, 51.51768], [-0.098043, 51.517546], [-0.098195, 51.517912], [-0.098341, 51.518024], [-0.098336, 51.51808], [-0.098248, 51.518142], [-0.098292, 51.518199], [-0.098258, 51.518222], [-0.098254, 51.518253], [-0.098162, 51.518323], [-0.098182, 51.518356], [-0.098283, 51.518405], [-0.098334, 51.518468]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5941, &quot;postcode&quot;: &quot;EC1A 7ES&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098348, 51.518888], [-0.098328, 51.518928], [-0.098257, 51.518881], [-0.098402, 51.518977], [-0.098325, 51.519009], [-0.098347, 51.519028], [-0.09816, 51.519113], [-0.098155, 51.519133], [-0.098141, 51.519119], [-0.098033, 51.519156], [-0.098049, 51.51917], [-0.098033, 51.519156], [-0.098006, 51.51912], [-0.097838, 51.519167], [-0.097747, 51.519045], [-0.097771, 51.519023], [-0.097947, 51.518992], [-0.098162, 51.518889], [-0.098149, 51.518879], [-0.098176, 51.518864], [-0.098252, 51.518847], [-0.098348, 51.518888]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 820, &quot;postcode&quot;: &quot;EC1A 7HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098469, 51.519029], [-0.098391, 51.519065], [-0.098376, 51.519109], [-0.098327, 51.519136], [-0.098342, 51.51919], [-0.098151, 51.519265], [-0.098033, 51.519156], [-0.098313, 51.519042], [-0.098363, 51.518974], [-0.098328, 51.518928], [-0.098348, 51.518888], [-0.098423, 51.51894], [-0.098425, 51.518988], [-0.098469, 51.519029]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 400, &quot;postcode&quot;: &quot;EC1A 7HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098758, 51.518813], [-0.098776, 51.5188], [-0.098815, 51.518824], [-0.098855, 51.518801], [-0.098824, 51.518777], [-0.098843, 51.518768], [-0.098889, 51.518807], [-0.098983, 51.518756], [-0.09907, 51.518806], [-0.098996, 51.51887], [-0.098774, 51.518835], [-0.098758, 51.518813]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 139, &quot;postcode&quot;: &quot;EC1A 7HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098642, 51.519005], [-0.098482, 51.51904], [-0.098421, 51.518991], [-0.098423, 51.51894], [-0.098481, 51.518969], [-0.098544, 51.518961], [-0.098642, 51.519005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 83, &quot;postcode&quot;: &quot;EC1A 7HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098736, 51.51906], [-0.098617, 51.519134], [-0.098555, 51.519099], [-0.09867, 51.519031], [-0.098736, 51.51906]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 63, &quot;postcode&quot;: &quot;EC1A 7HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098151, 51.519265], [-0.098571, 51.519102], [-0.098617, 51.519134], [-0.097763, 51.519665], [-0.097702, 51.518966], [-0.098047, 51.518938], [-0.097947, 51.518992], [-0.097743, 51.519027], [-0.097747, 51.519045], [-0.097838, 51.519167], [-0.098006, 51.51912], [-0.098151, 51.519265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1778, &quot;postcode&quot;: &quot;EC1A 7HU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098995, 51.51887], [-0.098873, 51.518974], [-0.098736, 51.519059], [-0.098693, 51.519045], [-0.098645, 51.519049], [-0.098562, 51.519105], [-0.098342, 51.51919], [-0.098289, 51.519146], [-0.098341, 51.519122], [-0.098352, 51.519078], [-0.098395, 51.519059], [-0.098469, 51.51903], [-0.098516, 51.519032], [-0.098639, 51.519001], [-0.098774, 51.518835], [-0.098995, 51.51887]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 545, &quot;postcode&quot;: &quot;EC1A 7JN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098162, 51.519944], [-0.098523, 51.519848], [-0.098508, 51.519826], [-0.09857, 51.519807], [-0.098575, 51.519733], [-0.098555, 51.520058], [-0.098555, 51.520044], [-0.098048, 51.520073], [-0.098041, 51.520032], [-0.097872, 51.520041], [-0.097875, 51.520064], [-0.097757, 51.52007], [-0.097773, 51.52003], [-0.097916, 51.519999], [-0.097925, 51.519985], [-0.098148, 51.519919], [-0.098162, 51.519944]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 759, &quot;postcode&quot;: &quot;EC1A 9HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097719, 51.520635], [-0.097678, 51.520624], [-0.097646, 51.520496], [-0.097895, 51.52048], [-0.097885, 51.520459], [-0.097936, 51.520454], [-0.097959, 51.52051], [-0.098091, 51.52049], [-0.09812, 51.520575], [-0.098073, 51.520592], [-0.09813, 51.520584], [-0.098166, 51.5206], [-0.097841, 51.520655], [-0.097831, 51.520618], [-0.097719, 51.520635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 497, &quot;postcode&quot;: &quot;EC1M 6AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098139, 51.520314], [-0.097931, 51.520324], [-0.09793, 51.520314], [-0.097932, 51.520314], [-0.098139, 51.520314]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC1M 6EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09812, 51.520575], [-0.098091, 51.52049], [-0.097959, 51.52051], [-0.097936, 51.520454], [-0.097885, 51.520459], [-0.09787, 51.520428], [-0.09784, 51.520428], [-0.097828, 51.520374], [-0.097934, 51.520354], [-0.097931, 51.520324], [-0.098368, 51.520313], [-0.098406, 51.520383], [-0.098381, 51.520337], [-0.098411, 51.520313], [-0.098538, 51.520313], [-0.098524, 51.520538], [-0.098166, 51.5206], [-0.09812, 51.520575]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1139, &quot;postcode&quot;: &quot;EC1M 6EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088701, 51.520949], [-0.088676, 51.521423], [-0.08772, 51.521202], [-0.087794, 51.520857], [-0.088701, 51.520949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3023, &quot;postcode&quot;: &quot;EC1V 2PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095375, 51.521342], [-0.095381, 51.521391], [-0.094619, 51.521442], [-0.094703, 51.521399], [-0.095273, 51.521356], [-0.095297, 51.521333], [-0.095284, 51.521302], [-0.095375, 51.521342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 246, &quot;postcode&quot;: &quot;EC1Y 0AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095295, 51.521334], [-0.095272, 51.521356], [-0.094717, 51.521398], [-0.094619, 51.521442], [-0.0944, 51.521457], [-0.094351, 51.521378], [-0.09446, 51.521203], [-0.094449, 51.521106], [-0.094587, 51.52111], [-0.094629, 51.521094], [-0.094643, 51.521061], [-0.094819, 51.521061], [-0.09504, 51.521021], [-0.095094, 51.521047], [-0.095182, 51.521039], [-0.095295, 51.521334]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2156, &quot;postcode&quot;: &quot;EC1Y 0RR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087037, 51.522462], [-0.086851, 51.52248], [-0.086837, 51.522511], [-0.086684, 51.522496], [-0.086675, 51.522518], [-0.086609, 51.522524], [-0.086696, 51.522314], [-0.086762, 51.522293], [-0.086778, 51.522258], [-0.086841, 51.522233], [-0.08692, 51.522238], [-0.087007, 51.522275], [-0.087029, 51.52243], [-0.087054, 51.522446], [-0.087037, 51.522462]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 643, &quot;postcode&quot;: &quot;EC1Y 1AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08717, 51.521893], [-0.087168, 51.522641], [-0.087105, 51.522637], [-0.087046, 51.5226], [-0.087054, 51.522634], [-0.086636, 51.522609], [-0.086684, 51.522496], [-0.086837, 51.522511], [-0.086851, 51.52248], [-0.087037, 51.522462], [-0.087054, 51.522446], [-0.087029, 51.52243], [-0.087007, 51.522275], [-0.086901, 51.522235], [-0.086933, 51.521965], [-0.086942, 51.521949], [-0.08717, 51.521893]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1438, &quot;postcode&quot;: &quot;EC1Y 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086743, 51.522615], [-0.086578, 51.522605], [-0.086576, 51.522605], [-0.086609, 51.522524], [-0.086675, 51.522518], [-0.086661, 51.522587], [-0.086694, 51.522609], [-0.086743, 51.522615]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 49, &quot;postcode&quot;: &quot;EC1Y 2AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088806, 51.52028], [-0.088851, 51.520284], [-0.088789, 51.520538], [-0.08883, 51.520542], [-0.088824, 51.520567], [-0.089673, 51.520643], [-0.089812, 51.520305], [-0.08983, 51.520306], [-0.089801, 51.520389], [-0.089897, 51.520405], [-0.089797, 51.520646], [-0.089896, 51.520661], [-0.089812, 51.520704], [-0.089695, 51.520687], [-0.089784, 51.5207], [-0.089381, 51.520739], [-0.089108, 51.520677], [-0.088823, 51.520697], [-0.088668, 51.520527], [-0.088806, 51.52028]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1263, &quot;postcode&quot;: &quot;EC1Y 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089896, 51.520661], [-0.090177, 51.520706], [-0.090176, 51.52072], [-0.090592, 51.520802], [-0.090585, 51.520817], [-0.089812, 51.520704], [-0.089896, 51.520661]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 220, &quot;postcode&quot;: &quot;EC1Y 4AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09243, 51.521452], [-0.091955, 51.521569], [-0.091929, 51.521593], [-0.091897, 51.52172], [-0.091709, 51.521719], [-0.091744, 51.521256], [-0.092108, 51.521237], [-0.092135, 51.521211], [-0.092165, 51.521077], [-0.092304, 51.521067], [-0.092331, 51.521037], [-0.092322, 51.520994], [-0.092397, 51.521002], [-0.092442, 51.521149], [-0.092391, 51.521175], [-0.092394, 51.521227], [-0.092371, 51.521259], [-0.09243, 51.521452]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2105, &quot;postcode&quot;: &quot;EC1Y 4GR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089975, 51.520054], [-0.090761, 51.520195], [-0.090774, 51.520175], [-0.0908, 51.520182], [-0.09074, 51.520339], [-0.090689, 51.52033], [-0.090676, 51.52036], [-0.090775, 51.520402], [-0.090841, 51.5204], [-0.090918, 51.520239], [-0.091101, 51.52028], [-0.091111, 51.520261], [-0.091323, 51.520309], [-0.091311, 51.52033], [-0.091714, 51.520402], [-0.091679, 51.520536], [-0.091748, 51.520551], [-0.091735, 51.520596], [-0.092151, 51.520646], [-0.092144, 51.520676], [-0.092358, 51.5207], [-0.092315, 51.520972], [-0.092438, 51.520953], [-0.092444, 51.52087], [-0.092456, 51.520929], [-0.092558, 51.520943], [-0.09242, 51.521076], [-0.092397, 51.521002], [-0.092322, 51.520994], [-0.092332, 51.521029], [-0.091407, 51.520941], [-0.09111, 51.520906], [-0.091114, 51.520892], [-0.090999, 51.520943], [-0.090826, 51.520874], [-0.090789, 51.520838], [-0.090585, 51.520817], [-0.090592, 51.520802], [-0.090176, 51.52072], [-0.090177, 51.520706], [-0.089797, 51.520646], [-0.089897, 51.520405], [-0.089801, 51.520389], [-0.089893, 51.520131], [-0.08994, 51.520137], [-0.089975, 51.520054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10605, &quot;postcode&quot;: &quot;EC1Y 4SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092528, 51.521429], [-0.09243, 51.521452], [-0.092361, 51.521232], [-0.092384, 51.521195], [-0.092353, 51.521103], [-0.09231, 51.521083], [-0.092196, 51.52108], [-0.092158, 51.52111], [-0.092128, 51.521244], [-0.091802, 51.521254], [-0.091747, 51.521279], [-0.091708, 51.521719], [-0.091398, 51.521747], [-0.091398, 51.521653], [-0.091364, 51.521632], [-0.091319, 51.521628], [-0.091379, 51.521233], [-0.091332, 51.521209], [-0.091138, 51.521191], [-0.091086, 51.521202], [-0.091062, 51.521235], [-0.091035, 51.52123], [-0.091111, 51.520906], [-0.092332, 51.521029], [-0.09236, 51.521103], [-0.092442, 51.52115], [-0.092528, 51.521429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3961, &quot;postcode&quot;: &quot;EC1Y 4SB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091291, 51.520928], [-0.091163, 51.520915], [-0.091109, 51.520936], [-0.091035, 51.521229], [-0.090965, 51.521246], [-0.09099, 51.521144], [-0.090976, 51.521115], [-0.090929, 51.521098], [-0.090766, 51.521092], [-0.090826, 51.520874], [-0.090978, 51.520937], [-0.091114, 51.520892], [-0.091154, 51.520911], [-0.091291, 51.520928]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 503, &quot;postcode&quot;: &quot;EC1Y 4SE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090454, 51.520798], [-0.090789, 51.520838], [-0.090826, 51.520874], [-0.090766, 51.521092], [-0.090631, 51.521085], [-0.090682, 51.520903], [-0.090451, 51.520875], [-0.090454, 51.520798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 404, &quot;postcode&quot;: &quot;EC1Y 4SF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088676, 51.521423], [-0.088722, 51.520691], [-0.089858, 51.520801], [-0.089733, 51.52165], [-0.089758, 51.522836], [-0.088649, 51.522724], [-0.088892, 51.521473], [-0.088676, 51.521423]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 16106, &quot;postcode&quot;: &quot;EC1Y 4TW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090032, 51.520737], [-0.089981, 51.520825], [-0.089841, 51.520913], [-0.089852, 51.520839], [-0.089834, 51.520809], [-0.089655, 51.520781], [-0.089659, 51.520712], [-0.089784, 51.5207], [-0.090032, 51.520737]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 299, &quot;postcode&quot;: &quot;EC1Y 4TY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088709, 51.520816], [-0.088701, 51.520944], [-0.087839, 51.520861], [-0.087767, 51.520881], [-0.087734, 51.520855], [-0.087657, 51.520844], [-0.087684, 51.520742], [-0.087793, 51.52075], [-0.087843, 51.520735], [-0.087874, 51.520651], [-0.08785, 51.520616], [-0.087506, 51.520579], [-0.087454, 51.520601], [-0.087436, 51.520662], [-0.087374, 51.520655], [-0.087549, 51.520481], [-0.087988, 51.520539], [-0.08808, 51.520522], [-0.088142, 51.520619], [-0.088173, 51.520638], [-0.088614, 51.520681], [-0.088603, 51.520779], [-0.088709, 51.520816]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2205, &quot;postcode&quot;: &quot;EC1Y 4UP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088282, 51.520527], [-0.088624, 51.520561], [-0.088668, 51.520527], [-0.088823, 51.520697], [-0.088719, 51.520694], [-0.088709, 51.520816], [-0.088588, 51.520789], [-0.088614, 51.520681], [-0.088149, 51.520638], [-0.088094, 51.520527], [-0.088282, 51.520527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 715, &quot;postcode&quot;: &quot;EC1Y 4UQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089381, 51.520739], [-0.089658, 51.520712], [-0.089655, 51.520781], [-0.08938, 51.520755], [-0.089381, 51.520739]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 91, &quot;postcode&quot;: &quot;EC1Y 4YY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092558, 51.520943], [-0.092985, 51.520977], [-0.09249, 51.521064], [-0.092475, 51.521081], [-0.092583, 51.521356], [-0.092959, 51.521323], [-0.092959, 51.521264], [-0.09327, 51.521247], [-0.092763, 51.521387], [-0.092528, 51.521429], [-0.09242, 51.521076], [-0.092558, 51.520943]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 618, &quot;postcode&quot;: &quot;EC1Y 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091396, 51.521759], [-0.090959, 51.521787], [-0.090941, 51.521645], [-0.090975, 51.521642], [-0.091073, 51.521184], [-0.091394, 51.521215], [-0.091319, 51.521628], [-0.091395, 51.521626], [-0.091413, 51.521706], [-0.091389, 51.521708], [-0.091396, 51.521759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1608, &quot;postcode&quot;: &quot;EC1Y 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089802, 51.521372], [-0.089981, 51.521489], [-0.08994, 51.521971], [-0.089735, 51.521972], [-0.089733, 51.52165], [-0.089772, 51.521368], [-0.089802, 51.521372]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 948, &quot;postcode&quot;: &quot;EC1Y 8HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090978, 51.52231], [-0.09047, 51.522401], [-0.090165, 51.52236], [-0.090524, 51.522212], [-0.090869, 51.52216], [-0.090938, 51.522222], [-0.090978, 51.52231]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 828, &quot;postcode&quot;: &quot;EC1Y 8LE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089759, 51.522871], [-0.089735, 51.521972], [-0.08994, 51.521971], [-0.089966, 51.522281], [-0.090102, 51.52227], [-0.090166, 51.522362], [-0.089821, 51.522317], [-0.089883, 51.523184], [-0.089082, 51.523186], [-0.089082, 51.523171], [-0.089302, 51.523168], [-0.089293, 51.522877], [-0.089759, 51.522871]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2467, &quot;postcode&quot;: &quot;EC1Y 8LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089968, 51.522281], [-0.089951, 51.521823], [-0.090283, 51.521839], [-0.090292, 51.521785], [-0.09049, 51.521809], [-0.090491, 51.521795], [-0.090563, 51.521798], [-0.090559, 51.521854], [-0.090886, 51.521871], [-0.090911, 51.522153], [-0.090524, 51.522212], [-0.090293, 51.522298], [-0.090343, 51.52224], [-0.089968, 51.522281]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2882, &quot;postcode&quot;: &quot;EC1Y 8LX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092167, 51.521516], [-0.092112, 51.521529], [-0.092167, 51.521516], [-0.092167, 51.521516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC1Y 8NX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091897, 51.52172], [-0.091784, 51.522164], [-0.090978, 51.522309], [-0.090941, 51.522231], [-0.09087, 51.52216], [-0.090908, 51.522121], [-0.090866, 51.52165], [-0.090942, 51.521647], [-0.090958, 51.521755], [-0.091018, 51.521783], [-0.091352, 51.521763], [-0.091398, 51.521748], [-0.091654, 51.521724], [-0.0917, 51.521702], [-0.091714, 51.521662], [-0.091755, 51.521706], [-0.091897, 51.52172]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3620, &quot;postcode&quot;: &quot;EC1Y 8TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090343, 51.52224], [-0.090293, 51.522298], [-0.090165, 51.52236], [-0.090102, 51.52227], [-0.090343, 51.52224]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 107, &quot;postcode&quot;: &quot;EC1Y 8TZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090451, 51.520875], [-0.090682, 51.520903], [-0.090631, 51.521085], [-0.091002, 51.5211], [-0.090887, 51.521543], [-0.090678, 51.521531], [-0.090672, 51.521573], [-0.090641, 51.521572], [-0.090632, 51.521635], [-0.090268, 51.521616], [-0.090273, 51.521575], [-0.090247, 51.521574], [-0.090256, 51.521509], [-0.08998, 51.521494], [-0.089802, 51.521372], [-0.089772, 51.521368], [-0.089841, 51.520913], [-0.089981, 51.520825], [-0.090032, 51.520737], [-0.090454, 51.520798], [-0.090451, 51.520875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5749, &quot;postcode&quot;: &quot;EC1Y 8YY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090886, 51.521871], [-0.090559, 51.521854], [-0.090539, 51.521823], [-0.090496, 51.521809], [-0.090336, 51.521804], [-0.090283, 51.521839], [-0.089951, 51.521822], [-0.08998, 51.521494], [-0.090256, 51.521509], [-0.090255, 51.521556], [-0.090305, 51.521612], [-0.09056, 51.521631], [-0.090623, 51.521615], [-0.090678, 51.521531], [-0.090887, 51.521543], [-0.090863, 51.521675], [-0.090886, 51.521871]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1936, &quot;postcode&quot;: &quot;EC1Y 8YZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087436, 51.520662], [-0.087455, 51.520572], [-0.087883, 51.520612], [-0.087851, 51.520756], [-0.087684, 51.520741], [-0.087657, 51.520844], [-0.087794, 51.520857], [-0.087776, 51.520936], [-0.087641, 51.520924], [-0.087733, 51.520932], [-0.08772, 51.520976], [-0.087591, 51.52092], [-0.087384, 51.520902], [-0.0874, 51.520835], [-0.087219, 51.520756], [-0.087235, 51.520716], [-0.087374, 51.520655], [-0.087436, 51.520662]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1148, &quot;postcode&quot;: &quot;EC2A 1AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08715, 51.521127], [-0.087219, 51.520756], [-0.0874, 51.520835], [-0.087384, 51.520902], [-0.087591, 51.52092], [-0.08772, 51.520976], [-0.087758, 51.521024], [-0.08772, 51.521202], [-0.087172, 51.521076], [-0.087172, 51.521154], [-0.08715, 51.521127]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1153, &quot;postcode&quot;: &quot;EC2A 1AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085436, 51.520565], [-0.08544, 51.520481], [-0.085514, 51.520487], [-0.085523, 51.520419], [-0.085632, 51.520427], [-0.085652, 51.520401], [-0.085852, 51.52038], [-0.085669, 51.521267], [-0.085551, 51.521276], [-0.085548, 51.521294], [-0.085591, 51.521298], [-0.085584, 51.521341], [-0.085536, 51.521337], [-0.085533, 51.521353], [-0.085439, 51.521346], [-0.085443, 51.521328], [-0.085372, 51.521318], [-0.084975, 51.521283], [-0.084999, 51.521218], [-0.084978, 51.521214], [-0.085008, 51.521191], [-0.084985, 51.521176], [-0.084993, 51.521158], [-0.085013, 51.521175], [-0.085019, 51.521157], [-0.084917, 51.521094], [-0.085082, 51.520679], [-0.085217, 51.520635], [-0.085239, 51.520581], [-0.085353, 51.520591], [-0.085436, 51.520565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4495, &quot;postcode&quot;: &quot;EC2A 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086833, 51.521545], [-0.086803, 51.521596], [-0.086423, 51.521569], [-0.086459, 51.521516], [-0.086833, 51.521545]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 163, &quot;postcode&quot;: &quot;EC2A 1AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086077, 51.519631], [-0.086281, 51.519717], [-0.086371, 51.519691], [-0.086465, 51.519708], [-0.08649, 51.519656], [-0.086679, 51.519601], [-0.086612, 51.519739], [-0.086954, 51.519797], [-0.086924, 51.519854], [-0.0868, 51.519832], [-0.086793, 51.519851], [-0.086011, 51.519713], [-0.086077, 51.519631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 634, &quot;postcode&quot;: &quot;EC2A 1AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087034, 51.520138], [-0.086734, 51.520114], [-0.0868, 51.519832], [-0.086924, 51.519854], [-0.086954, 51.519797], [-0.086987, 51.519802], [-0.086982, 51.519816], [-0.087267, 51.519869], [-0.087278, 51.519842], [-0.087309, 51.519848], [-0.087318, 51.519825], [-0.08735, 51.519829], [-0.087361, 51.519797], [-0.087578, 51.519787], [-0.087664, 51.519834], [-0.087542, 51.52018], [-0.087389, 51.520248], [-0.087365, 51.520316], [-0.087549, 51.520481], [-0.087374, 51.520655], [-0.087226, 51.520728], [-0.087278, 51.520483], [-0.086747, 51.520436], [-0.086793, 51.520394], [-0.086851, 51.520389], [-0.086898, 51.520342], [-0.087174, 51.520364], [-0.087252, 51.520063], [-0.087058, 51.520036], [-0.087034, 51.520138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3194, &quot;postcode&quot;: &quot;EC2A 1AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085542, 51.521494], [-0.085453, 51.521557], [-0.085382, 51.521886], [-0.085196, 51.521879], [-0.08522, 51.521769], [-0.085179, 51.521731], [-0.084802, 51.521695], [-0.084927, 51.52141], [-0.085124, 51.521411], [-0.085258, 51.521308], [-0.085384, 51.521324], [-0.085542, 51.521494]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1848, &quot;postcode&quot;: &quot;EC2A 1DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086459, 51.521516], [-0.086423, 51.521569], [-0.085958, 51.52153], [-0.085891, 51.521555], [-0.085778, 51.522078], [-0.085806, 51.522111], [-0.085926, 51.522124], [-0.085923, 51.52214], [-0.085423, 51.522123], [-0.085412, 51.522081], [-0.085347, 51.522062], [-0.085454, 51.521549], [-0.085491, 51.521519], [-0.085507, 51.521467], [-0.085384, 51.521324], [-0.085498, 51.521332], [-0.08554, 51.52131], [-0.085551, 51.521276], [-0.085669, 51.521267], [-0.085648, 51.521432], [-0.085689, 51.521454], [-0.085806, 51.521464], [-0.085813, 51.5215], [-0.085858, 51.521521], [-0.085937, 51.521517], [-0.08597, 51.521477], [-0.086459, 51.521516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2644, &quot;postcode&quot;: &quot;EC2A 1DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087251, 51.520063], [-0.087174, 51.520364], [-0.086923, 51.520346], [-0.086851, 51.520389], [-0.086793, 51.520394], [-0.08673, 51.520332], [-0.086589, 51.520317], [-0.086688, 51.519833], [-0.086793, 51.519851], [-0.086744, 51.520073], [-0.086774, 51.520111], [-0.086998, 51.520129], [-0.087041, 51.520102], [-0.087058, 51.520036], [-0.087251, 51.520063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1401, &quot;postcode&quot;: &quot;EC2A 1HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088278, 51.519977], [-0.088211, 51.520219], [-0.087965, 51.520187], [-0.087919, 51.520194], [-0.087887, 51.520221], [-0.087822, 51.520482], [-0.087753, 51.520479], [-0.087706, 51.520502], [-0.087549, 51.520481], [-0.087365, 51.520315], [-0.087389, 51.520248], [-0.087549, 51.520168], [-0.087644, 51.519909], [-0.088278, 51.519977]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2266, &quot;postcode&quot;: &quot;EC2A 1NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087604, 51.520045], [-0.087598, 51.520064], [-0.087586, 51.520071], [-0.087585, 51.520056], [-0.087604, 51.520045]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2A 1NS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08808, 51.520522], [-0.088002, 51.520541], [-0.087706, 51.520502], [-0.087707, 51.520471], [-0.08808, 51.520508], [-0.08808, 51.520522]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 98, &quot;postcode&quot;: &quot;EC2A 1NT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085825, 51.519819], [-0.085946, 51.519832], [-0.085973, 51.519706], [-0.086688, 51.519833], [-0.086589, 51.520317], [-0.086742, 51.520329], [-0.086793, 51.520394], [-0.086747, 51.520436], [-0.085856, 51.520357], [-0.085852, 51.52038], [-0.085652, 51.520401], [-0.085512, 51.520339], [-0.085499, 51.520312], [-0.085715, 51.52033], [-0.085394, 51.520304], [-0.085445, 51.520203], [-0.085379, 51.520068], [-0.085443, 51.519963], [-0.085785, 51.520004], [-0.085825, 51.519819]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5211, &quot;postcode&quot;: &quot;EC2A 1PX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085856, 51.520357], [-0.087278, 51.520483], [-0.08714, 51.521127], [-0.087172, 51.521154], [-0.087171, 51.521446], [-0.087073, 51.521441], [-0.087047, 51.521562], [-0.085632, 51.521451], [-0.085856, 51.520357]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12278, &quot;postcode&quot;: &quot;EC2A 1RR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088823, 51.519828], [-0.08879, 51.51996], [-0.088553, 51.519936], [-0.088508, 51.519956], [-0.088489, 51.520005], [-0.087644, 51.519909], [-0.087791, 51.519394], [-0.087813, 51.519383], [-0.088145, 51.519486], [-0.088206, 51.519468], [-0.088241, 51.519399], [-0.088366, 51.519453], [-0.088392, 51.519494], [-0.088269, 51.519459], [-0.088197, 51.519486], [-0.088155, 51.519568], [-0.088172, 51.519616], [-0.088233, 51.519641], [-0.088217, 51.519709], [-0.088234, 51.519737], [-0.088545, 51.519782], [-0.088594, 51.519807], [-0.088823, 51.519828]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2801, &quot;postcode&quot;: &quot;EC2A 1RS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087566, 51.519435], [-0.087556, 51.519514], [-0.087641, 51.519627], [-0.087578, 51.519787], [-0.087361, 51.519797], [-0.087483, 51.519467], [-0.087464, 51.519464], [-0.087487, 51.519406], [-0.087516, 51.519406], [-0.087566, 51.519435]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 475, &quot;postcode&quot;: &quot;EC2A 1SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082506, 51.520419], [-0.082319, 51.520557], [-0.082062, 51.520472], [-0.082346, 51.520287], [-0.082384, 51.520294], [-0.082506, 51.520419]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 473, &quot;postcode&quot;: &quot;EC2A 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081304, 51.5209], [-0.081302, 51.520939], [-0.081437, 51.520974], [-0.081457, 51.521031], [-0.081013, 51.52184], [-0.080911, 51.521864], [-0.080489, 51.521768], [-0.080759, 51.521292], [-0.08021, 51.521168], [-0.08069, 51.520799], [-0.081233, 51.520923], [-0.081304, 51.5209]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5426, &quot;postcode&quot;: &quot;EC2A 2AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08717, 51.521892], [-0.086943, 51.521957], [-0.086901, 51.522235], [-0.086807, 51.522242], [-0.086762, 51.522293], [-0.086697, 51.522314], [-0.086737, 51.522208], [-0.08669, 51.522168], [-0.086462, 51.522158], [-0.08644, 51.52213], [-0.086397, 51.522117], [-0.086351, 51.522124], [-0.086311, 51.522153], [-0.085923, 51.52214], [-0.085883, 51.522123], [-0.085768, 51.522117], [-0.085895, 51.521524], [-0.086763, 51.521594], [-0.086807, 51.52158], [-0.086833, 51.521545], [-0.087023, 51.52155], [-0.087055, 51.521522], [-0.087073, 51.521441], [-0.087171, 51.521446], [-0.08717, 51.521892]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5908, &quot;postcode&quot;: &quot;EC2A 2AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080745, 51.521289], [-0.080373, 51.521205], [-0.080759, 51.521292], [-0.080489, 51.521768], [-0.080911, 51.521864], [-0.081013, 51.52184], [-0.081288, 51.521337], [-0.081358, 51.521346], [-0.08105, 51.521953], [-0.08023, 51.521772], [-0.080014, 51.52174], [-0.079991, 51.521663], [-0.080481, 51.521754], [-0.080745, 51.521289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 963, &quot;postcode&quot;: &quot;EC2A 2BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084844, 51.521588], [-0.084802, 51.521695], [-0.08523, 51.521733], [-0.085199, 51.52187], [-0.084756, 51.521828], [-0.084704, 51.521966], [-0.084607, 51.521956], [-0.084582, 51.521939], [-0.084716, 51.5216], [-0.084844, 51.521588]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 825, &quot;postcode&quot;: &quot;EC2A 2BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082548, 51.520188], [-0.082384, 51.520294], [-0.08232, 51.520304], [-0.082119, 51.520436], [-0.082108, 51.520465], [-0.082129, 51.520492], [-0.082318, 51.520557], [-0.081922, 51.52085], [-0.081491, 51.520781], [-0.081452, 51.520793], [-0.081304, 51.5209], [-0.081233, 51.520923], [-0.080725, 51.520807], [-0.080806, 51.520725], [-0.080812, 51.520688], [-0.080711, 51.520587], [-0.080851, 51.520346], [-0.081013, 51.520298], [-0.081048, 51.520265], [-0.080909, 51.52008], [-0.081192, 51.519953], [-0.081462, 51.519907], [-0.081518, 51.519966], [-0.082548, 51.520188]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8872, &quot;postcode&quot;: &quot;EC2A 2BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084917, 51.521094], [-0.085019, 51.521157], [-0.085013, 51.521175], [-0.084993, 51.521158], [-0.084985, 51.521176], [-0.085008, 51.521191], [-0.084978, 51.521214], [-0.084999, 51.521218], [-0.084975, 51.521283], [-0.085258, 51.521308], [-0.085126, 51.521419], [-0.084927, 51.52141], [-0.084844, 51.521588], [-0.084716, 51.5216], [-0.084917, 51.521094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 685, &quot;postcode&quot;: &quot;EC2A 2BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084694, 51.522054], [-0.084735, 51.522101], [-0.084572, 51.522095], [-0.084694, 51.522054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 28, &quot;postcode&quot;: &quot;EC2A 2DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081288, 51.521337], [-0.08146, 51.521011], [-0.081424, 51.520966], [-0.081302, 51.520939], [-0.081304, 51.5209], [-0.081477, 51.520775], [-0.081922, 51.52085], [-0.081423, 51.521217], [-0.081358, 51.521346], [-0.081288, 51.521337]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1029, &quot;postcode&quot;: &quot;EC2A 2DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085431, 51.522065], [-0.085423, 51.522123], [-0.085303, 51.522119], [-0.085306, 51.52206], [-0.085351, 51.522032], [-0.085369, 51.521943], [-0.085358, 51.522032], [-0.085385, 51.522056], [-0.085431, 51.522065]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 66, &quot;postcode&quot;: &quot;EC2A 2DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080766, 51.520326], [-0.080777, 51.520049], [-0.080909, 51.52008], [-0.081075, 51.52028], [-0.080851, 51.520345], [-0.080766, 51.520326]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 448, &quot;postcode&quot;: &quot;EC2A 2EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080711, 51.520587], [-0.080822, 51.520686], [-0.080811, 51.5207], [-0.080745, 51.520688], [-0.081238, 51.520775], [-0.081327, 51.520788], [-0.081257, 51.520851], [-0.080773, 51.520747], [-0.080725, 51.520807], [-0.080193, 51.520698], [-0.080222, 51.520629], [-0.07979, 51.520536], [-0.079349, 51.520495], [-0.079351, 51.520472], [-0.079422, 51.520491], [-0.07944, 51.520434], [-0.079404, 51.520429], [-0.079407, 51.520416], [-0.079633, 51.520444], [-0.079872, 51.52048], [-0.080473, 51.520629], [-0.080246, 51.520572], [-0.080299, 51.520446], [-0.080265, 51.520403], [-0.080432, 51.52025], [-0.080484, 51.520073], [-0.080574, 51.520001], [-0.080777, 51.520049], [-0.080766, 51.520326], [-0.080851, 51.520345], [-0.080711, 51.520587]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3188, &quot;postcode&quot;: &quot;EC2A 2EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082896, 51.519645], [-0.082822, 51.51974], [-0.082702, 51.519707], [-0.082631, 51.519656], [-0.082523, 51.519633], [-0.082464, 51.519644], [-0.082398, 51.519724], [-0.082348, 51.519725], [-0.082309, 51.519749], [-0.08229, 51.520055], [-0.082185, 51.520089], [-0.082128, 51.520096], [-0.081574, 51.519979], [-0.081507, 51.51999], [-0.081474, 51.519935], [-0.081418, 51.519917], [-0.081192, 51.519954], [-0.080909, 51.52008], [-0.080582, 51.520011], [-0.080487, 51.520071], [-0.080432, 51.52025], [-0.080265, 51.520403], [-0.079992, 51.520374], [-0.079895, 51.520396], [-0.079854, 51.520363], [-0.079901, 51.52028], [-0.079945, 51.520278], [-0.079982, 51.520258], [-0.080022, 51.520158], [-0.079998, 51.520118], [-0.079921, 51.520098], [-0.079934, 51.520035], [-0.079852, 51.519944], [-0.080019, 51.519816], [-0.080013, 51.519663], [-0.080183, 51.519625], [-0.080294, 51.519463], [-0.080637, 51.519272], [-0.080676, 51.519228], [-0.080786, 51.51922], [-0.081294, 51.519433], [-0.081586, 51.51934], [-0.081995, 51.519403], [-0.082056, 51.519385], [-0.082153, 51.519399], [-0.082291, 51.519346], [-0.082638, 51.519399], [-0.082551, 51.519517], [-0.082557, 51.519555], [-0.082896, 51.519645]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13549, &quot;postcode&quot;: &quot;EC2A 2EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085379, 51.520068], [-0.085445, 51.520203], [-0.085394, 51.520304], [-0.085499, 51.520312], [-0.085512, 51.520339], [-0.085652, 51.520401], [-0.085632, 51.520427], [-0.085523, 51.520419], [-0.085514, 51.520487], [-0.08544, 51.520481], [-0.085436, 51.520565], [-0.085353, 51.520591], [-0.085239, 51.520581], [-0.085217, 51.520635], [-0.085082, 51.520679], [-0.085142, 51.520527], [-0.085366, 51.520382], [-0.085262, 51.520347], [-0.085264, 51.520309], [-0.085242, 51.520295], [-0.085379, 51.520068]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 850, &quot;postcode&quot;: &quot;EC2A 2EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085219, 51.520333], [-0.085365, 51.520383], [-0.085142, 51.520527], [-0.085219, 51.520333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 126, &quot;postcode&quot;: &quot;EC2A 2ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080745, 51.521289], [-0.080481, 51.521754], [-0.079821, 51.521631], [-0.079364, 51.521567], [-0.079321, 51.52155], [-0.078818, 51.521487], [-0.078786, 51.521445], [-0.078872, 51.521215], [-0.079045, 51.521226], [-0.07909, 51.521206], [-0.079163, 51.521128], [-0.079188, 51.521075], [-0.079176, 51.521043], [-0.079268, 51.520838], [-0.079254, 51.520767], [-0.079304, 51.520517], [-0.079439, 51.520538], [-0.079451, 51.520568], [-0.079489, 51.520586], [-0.079635, 51.520578], [-0.079684, 51.520607], [-0.08069, 51.520799], [-0.080274, 51.521119], [-0.080258, 51.521148], [-0.080299, 51.521188], [-0.080745, 51.521289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11114, &quot;postcode&quot;: &quot;EC2A 2EW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080299, 51.520446], [-0.080216, 51.5206], [-0.080193, 51.520698], [-0.079651, 51.520603], [-0.079621, 51.520579], [-0.079252, 51.52045], [-0.079247, 51.520409], [-0.07944, 51.520434], [-0.079436, 51.520473], [-0.079477, 51.520502], [-0.07973, 51.520527], [-0.079791, 51.520508], [-0.079806, 51.520462], [-0.079858, 51.520445], [-0.079895, 51.520396], [-0.079977, 51.520372], [-0.080265, 51.520403], [-0.080299, 51.520446]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1191, &quot;postcode&quot;: &quot;EC2A 2EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079179, 51.521573], [-0.079236, 51.521538], [-0.079991, 51.521663], [-0.080014, 51.52174], [-0.07917, 51.521614], [-0.079179, 51.521573]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 486, &quot;postcode&quot;: &quot;EC2A 2FA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082305, 51.519712], [-0.082399, 51.519724], [-0.082545, 51.51979], [-0.082638, 51.519784], [-0.083125, 51.519963], [-0.082506, 51.520419], [-0.082384, 51.520294], [-0.082548, 51.520188], [-0.082208, 51.520113], [-0.082185, 51.520089], [-0.082291, 51.520055], [-0.082305, 51.519712]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2417, &quot;postcode&quot;: &quot;EC2A 2UT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078472, 51.52151], [-0.078522, 51.521371], [-0.078597, 51.521367], [-0.078721, 51.521303], [-0.078824, 51.521344], [-0.078786, 51.521445], [-0.078798, 51.521468], [-0.078823, 51.521471], [-0.078818, 51.521487], [-0.079134, 51.521523], [-0.079179, 51.521573], [-0.07917, 51.521614], [-0.078472, 51.52151]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 695, &quot;postcode&quot;: &quot;EC2A 3PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086942, 51.521949], [-0.086631, 51.522163], [-0.086613, 51.522163], [-0.086615, 51.522113], [-0.086678, 51.522112], [-0.086719, 51.52209], [-0.086781, 51.521952], [-0.086811, 51.521926], [-0.086942, 51.521949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 142, &quot;postcode&quot;: &quot;EC2A 4LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084565, 51.522095], [-0.08452, 51.522093], [-0.084526, 51.52208], [-0.084565, 51.522095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2A 4NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083825, 51.516536], [-0.083719, 51.516739], [-0.083505, 51.516701], [-0.08358, 51.516538], [-0.083573, 51.516508], [-0.083534, 51.516486], [-0.083575, 51.51646], [-0.083581, 51.516411], [-0.083704, 51.516436], [-0.083687, 51.516472], [-0.08371, 51.516508], [-0.083825, 51.516536]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 461, &quot;postcode&quot;: &quot;EC2M 1JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08466, 51.517098], [-0.084629, 51.517183], [-0.084549, 51.51725], [-0.084371, 51.517224], [-0.084462, 51.51705], [-0.08466, 51.517098]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 294, &quot;postcode&quot;: &quot;EC2M 1JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084961, 51.517185], [-0.084893, 51.517305], [-0.084795, 51.517301], [-0.084752, 51.517346], [-0.084549, 51.51725], [-0.084628, 51.517181], [-0.08466, 51.517098], [-0.084961, 51.517185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 435, &quot;postcode&quot;: &quot;EC2M 1JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085061, 51.516642], [-0.085007, 51.516733], [-0.084944, 51.516761], [-0.084861, 51.516972], [-0.084798, 51.516972], [-0.084361, 51.516861], [-0.084303, 51.516863], [-0.083719, 51.516739], [-0.083773, 51.516604], [-0.084217, 51.516664], [-0.084271, 51.51669], [-0.084333, 51.51668], [-0.084792, 51.516743], [-0.084843, 51.516731], [-0.084866, 51.516699], [-0.084973, 51.516684], [-0.085061, 51.516642]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1704, &quot;postcode&quot;: &quot;EC2M 1JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083316, 51.517235], [-0.083459, 51.516846], [-0.083644, 51.516877], [-0.08365, 51.516862], [-0.08377, 51.51688], [-0.084232, 51.516977], [-0.08423, 51.516947], [-0.084291, 51.516956], [-0.084158, 51.517276], [-0.083833, 51.51723], [-0.083518, 51.517267], [-0.083316, 51.517235]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2320, &quot;postcode&quot;: &quot;EC2M 1NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08407, 51.517263], [-0.084052, 51.51731], [-0.083842, 51.517339], [-0.083602, 51.517272], [-0.083499, 51.517283], [-0.083256, 51.517224], [-0.083218, 51.517166], [-0.083175, 51.517146], [-0.083309, 51.516801], [-0.083769, 51.51688], [-0.083688, 51.516869], [-0.083644, 51.516877], [-0.083516, 51.516857], [-0.083453, 51.516875], [-0.083332, 51.517196], [-0.083354, 51.517235], [-0.083515, 51.517266], [-0.083833, 51.51723], [-0.08407, 51.517263]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 831, &quot;postcode&quot;: &quot;EC2M 1PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084814, 51.517377], [-0.084678, 51.517491], [-0.084573, 51.51745], [-0.084506, 51.51745], [-0.084429, 51.517421], [-0.084032, 51.517365], [-0.08407, 51.517263], [-0.084148, 51.517257], [-0.084184, 51.517203], [-0.084202, 51.517202], [-0.084549, 51.51725], [-0.084814, 51.517377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 945, &quot;postcode&quot;: &quot;EC2M 1QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083161, 51.516793], [-0.083035, 51.517119], [-0.082844, 51.5171], [-0.082791, 51.517116], [-0.082026, 51.51698], [-0.081972, 51.516982], [-0.082027, 51.516876], [-0.082214, 51.516908], [-0.082271, 51.516894], [-0.082324, 51.516733], [-0.082875, 51.516754], [-0.083161, 51.516793]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2349, &quot;postcode&quot;: &quot;EC2M 1QS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083597, 51.516202], [-0.083484, 51.516388], [-0.083381, 51.516381], [-0.083332, 51.516395], [-0.082703, 51.516317], [-0.082651, 51.516336], [-0.082585, 51.51643], [-0.082069, 51.516363], [-0.08209, 51.516307], [-0.08218, 51.51621], [-0.082178, 51.516176], [-0.082144, 51.516154], [-0.081949, 51.516113], [-0.081852, 51.516073], [-0.081921, 51.515999], [-0.082508, 51.515523], [-0.082566, 51.515549], [-0.082108, 51.515976], [-0.082157, 51.516079], [-0.083425, 51.516251], [-0.083483, 51.516238], [-0.083534, 51.516187], [-0.083597, 51.516202]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2884, &quot;postcode&quot;: &quot;EC2M 1RP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082019, 51.516298], [-0.081931, 51.516288], [-0.081884, 51.516299], [-0.081932, 51.516106], [-0.081994, 51.516143], [-0.082019, 51.516298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 127, &quot;postcode&quot;: &quot;EC2M 1RQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083581, 51.516411], [-0.083531, 51.516452], [-0.083534, 51.516486], [-0.083479, 51.516488], [-0.083443, 51.516509], [-0.08337, 51.51668], [-0.083046, 51.516642], [-0.082621, 51.516613], [-0.08263, 51.516539], [-0.082561, 51.516507], [-0.082606, 51.516364], [-0.083255, 51.516443], [-0.083318, 51.516425], [-0.083338, 51.516376], [-0.083581, 51.516411]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1580, &quot;postcode&quot;: &quot;EC2M 1RX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083044, 51.517907], [-0.083006, 51.517948], [-0.082923, 51.517974], [-0.082909, 51.518028], [-0.082765, 51.518051], [-0.082706, 51.518079], [-0.08267, 51.518068], [-0.082724, 51.517917], [-0.082791, 51.51793], [-0.082839, 51.517921], [-0.082907, 51.517835], [-0.083044, 51.517907]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 311, &quot;postcode&quot;: &quot;EC2M 2AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086735, 51.519052], [-0.086789, 51.519069], [-0.086701, 51.519243], [-0.086201, 51.519132], [-0.086067, 51.519064], [-0.086396, 51.518911], [-0.086412, 51.518888], [-0.086777, 51.518997], [-0.086735, 51.519052]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1131, &quot;postcode&quot;: &quot;EC2M 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086777, 51.518997], [-0.08715, 51.519109], [-0.087144, 51.519178], [-0.086998, 51.519136], [-0.086963, 51.519141], [-0.08686, 51.519333], [-0.086713, 51.519219], [-0.086789, 51.519069], [-0.086735, 51.519052], [-0.086777, 51.518997]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 499, &quot;postcode&quot;: &quot;EC2M 2AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084605, 51.520166], [-0.083865, 51.519962], [-0.08396, 51.519943], [-0.084598, 51.520128], [-0.084605, 51.520166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 216, &quot;postcode&quot;: &quot;EC2M 2AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083293, 51.517693], [-0.083251, 51.517796], [-0.083586, 51.517849], [-0.083594, 51.51783], [-0.083696, 51.517854], [-0.083724, 51.517828], [-0.083931, 51.517858], [-0.083957, 51.517794], [-0.084065, 51.517811], [-0.083825, 51.518094], [-0.083643, 51.518048], [-0.083609, 51.518024], [-0.083512, 51.518016], [-0.083448, 51.517977], [-0.083293, 51.517937], [-0.083239, 51.517898], [-0.083044, 51.517907], [-0.082907, 51.517835], [-0.082845, 51.517752], [-0.082901, 51.517688], [-0.083169, 51.517652], [-0.083203, 51.517689], [-0.083265, 51.517668], [-0.083293, 51.517693]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1677, &quot;postcode&quot;: &quot;EC2M 2AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083962, 51.518198], [-0.08386, 51.518359], [-0.08377, 51.51838], [-0.083723, 51.518417], [-0.083518, 51.51837], [-0.083397, 51.518416], [-0.08331, 51.518352], [-0.08322, 51.518342], [-0.083267, 51.518268], [-0.083246, 51.518226], [-0.08326, 51.518218], [-0.08339, 51.518238], [-0.083459, 51.518216], [-0.083447, 51.518121], [-0.083415, 51.518098], [-0.083364, 51.518094], [-0.083322, 51.518063], [-0.083101, 51.518018], [-0.083053, 51.517976], [-0.083044, 51.517907], [-0.083239, 51.517898], [-0.083297, 51.517938], [-0.083448, 51.517977], [-0.083511, 51.518013], [-0.083609, 51.518024], [-0.083653, 51.51805], [-0.083825, 51.518094], [-0.083863, 51.51816], [-0.083962, 51.518198]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1741, &quot;postcode&quot;: &quot;EC2M 2AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086077, 51.519631], [-0.085985, 51.519611], [-0.085989, 51.519518], [-0.086143, 51.519554], [-0.086077, 51.519631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 89, &quot;postcode&quot;: &quot;EC2M 2DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08686, 51.519333], [-0.08684, 51.519373], [-0.086781, 51.5194], [-0.086679, 51.519601], [-0.086506, 51.519653], [-0.086465, 51.519708], [-0.086368, 51.519694], [-0.086281, 51.519717], [-0.086077, 51.519631], [-0.0862, 51.519507], [-0.086393, 51.519179], [-0.086645, 51.519232], [-0.086713, 51.519219], [-0.08686, 51.519333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1848, &quot;postcode&quot;: &quot;EC2M 2EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084562, 51.519672], [-0.084498, 51.519656], [-0.08446, 51.519624], [-0.084174, 51.519554], [-0.084127, 51.519559], [-0.084008, 51.519608], [-0.084172, 51.51954], [-0.084204, 51.519561], [-0.08451, 51.519636], [-0.084562, 51.519672]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC2M 2PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084152, 51.519548], [-0.084806, 51.519278], [-0.085061, 51.518903], [-0.085911, 51.519138], [-0.085258, 51.520185], [-0.085422, 51.519923], [-0.085455, 51.519943], [-0.085218, 51.520334], [-0.084605, 51.520166], [-0.084598, 51.520128], [-0.083562, 51.519826], [-0.083605, 51.519781], [-0.084153, 51.519548], [-0.08451, 51.519636], [-0.084152, 51.519548]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12162, &quot;postcode&quot;: &quot;EC2M 2PF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084769, 51.519296], [-0.083612, 51.51978], [-0.083598, 51.519814], [-0.083626, 51.519844], [-0.08396, 51.519943], [-0.083865, 51.519962], [-0.083393, 51.519833], [-0.083374, 51.519812], [-0.083395, 51.519803], [-0.083475, 51.519824], [-0.083523, 51.519818], [-0.083556, 51.519791], [-0.083795, 51.519685], [-0.084134, 51.519138], [-0.084769, 51.519296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1815, &quot;postcode&quot;: &quot;EC2M 2PJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085219, 51.520333], [-0.085242, 51.520295], [-0.085264, 51.520309], [-0.085262, 51.520347], [-0.085219, 51.520333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC2M 2PY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085397, 51.518953], [-0.08537, 51.518985], [-0.085121, 51.518919], [-0.085054, 51.518927], [-0.084806, 51.519278], [-0.08477, 51.519295], [-0.084195, 51.519153], [-0.084128, 51.519162], [-0.084043, 51.519282], [-0.083994, 51.519306], [-0.08378, 51.519644], [-0.083724, 51.519639], [-0.083683, 51.519655], [-0.083613, 51.519761], [-0.083559, 51.519787], [-0.083514, 51.519866], [-0.083482, 51.519857], [-0.083483, 51.519829], [-0.083526, 51.519814], [-0.083549, 51.519779], [-0.083515, 51.519738], [-0.082991, 51.519611], [-0.083016, 51.519561], [-0.082994, 51.51953], [-0.082874, 51.519508], [-0.082672, 51.519404], [-0.082291, 51.519346], [-0.082275, 51.519012], [-0.082497, 51.518975], [-0.08254, 51.518948], [-0.082586, 51.518828], [-0.082527, 51.518736], [-0.08256, 51.518668], [-0.08252, 51.518638], [-0.082797, 51.518158], [-0.08287, 51.518136], [-0.083289, 51.518237], [-0.083254, 51.518317], [-0.08338, 51.518394], [-0.083543, 51.518372], [-0.083674, 51.518405], [-0.083723, 51.518403], [-0.083862, 51.518351], [-0.083939, 51.518235], [-0.083935, 51.518197], [-0.083859, 51.518162], [-0.083825, 51.518094], [-0.084065, 51.517811], [-0.084252, 51.51784], [-0.083935, 51.518117], [-0.083942, 51.518168], [-0.085264, 51.518554], [-0.08514, 51.518752], [-0.085242, 51.518835], [-0.085382, 51.518863], [-0.085361, 51.518918], [-0.085397, 51.518953]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 23109, &quot;postcode&quot;: &quot;EC2M 2QS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087511, 51.519227], [-0.087495, 51.519244], [-0.087516, 51.519406], [-0.087487, 51.519406], [-0.087464, 51.519464], [-0.087483, 51.519467], [-0.08735, 51.519829], [-0.087318, 51.519825], [-0.087309, 51.519848], [-0.087278, 51.519842], [-0.087267, 51.519869], [-0.086982, 51.519816], [-0.086987, 51.519802], [-0.086612, 51.519739], [-0.086798, 51.519365], [-0.08684, 51.519373], [-0.086963, 51.519141], [-0.086998, 51.519136], [-0.087144, 51.519178], [-0.08715, 51.519109], [-0.087511, 51.519227]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3500, &quot;postcode&quot;: &quot;EC2M 2RB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086074, 51.519631], [-0.086011, 51.519713], [-0.085969, 51.519737], [-0.085946, 51.519832], [-0.085869, 51.519827], [-0.08582, 51.519851], [-0.085784, 51.520004], [-0.085443, 51.519963], [-0.085577, 51.519743], [-0.085559, 51.519699], [-0.085779, 51.519342], [-0.085815, 51.519349], [-0.08572, 51.519507], [-0.085728, 51.519541], [-0.085765, 51.519561], [-0.086074, 51.519631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1291, &quot;postcode&quot;: &quot;EC2M 2SJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086201, 51.519132], [-0.086114, 51.51911], [-0.08594, 51.519348], [-0.08584, 51.519308], [-0.085992, 51.519057], [-0.086067, 51.519064], [-0.086201, 51.519132]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 287, &quot;postcode&quot;: &quot;EC2M 2SN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086393, 51.519179], [-0.086211, 51.519489], [-0.086178, 51.519592], [-0.086127, 51.519552], [-0.08607, 51.519538], [-0.086, 51.519555], [-0.085985, 51.51961], [-0.085697, 51.519545], [-0.085794, 51.519383], [-0.085779, 51.519342], [-0.085888, 51.519153], [-0.085853, 51.519121], [-0.08556, 51.519037], [-0.085594, 51.518998], [-0.08566, 51.518974], [-0.085851, 51.518729], [-0.085978, 51.518766], [-0.085981, 51.51882], [-0.086109, 51.518865], [-0.08598, 51.519078], [-0.085992, 51.519117], [-0.086054, 51.519135], [-0.086114, 51.51911], [-0.086393, 51.519179]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2556, &quot;postcode&quot;: &quot;EC2M 2TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079046, 51.520736], [-0.07902, 51.520839], [-0.078933, 51.520849], [-0.078745, 51.520749], [-0.078912, 51.520751], [-0.078964, 51.520715], [-0.079046, 51.520736]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 165, &quot;postcode&quot;: &quot;EC2M 3AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079538, 51.520551], [-0.079414, 51.520583], [-0.079399, 51.52054], [-0.079326, 51.52052], [-0.079344, 51.520483], [-0.079538, 51.520551]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 62, &quot;postcode&quot;: &quot;EC2M 3AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079344, 51.520482], [-0.079326, 51.52052], [-0.079304, 51.520517], [-0.079277, 51.520624], [-0.079286, 51.520586], [-0.079255, 51.520583], [-0.079235, 51.52049], [-0.079249, 51.520452], [-0.079344, 51.520482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 63, &quot;postcode&quot;: &quot;EC2M 3AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080623, 51.518223], [-0.080615, 51.518436], [-0.080551, 51.518424], [-0.080467, 51.518302], [-0.080543, 51.518222], [-0.080623, 51.518223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 177, &quot;postcode&quot;: &quot;EC2M 3AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079255, 51.520583], [-0.079126, 51.520561], [-0.079078, 51.520583], [-0.079064, 51.520632], [-0.079019, 51.520617], [-0.079199, 51.520488], [-0.079235, 51.52049], [-0.079255, 51.520583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 71, &quot;postcode&quot;: &quot;EC2M 3NS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082315, 51.516768], [-0.082277, 51.51692], [-0.082045, 51.516879], [-0.082105, 51.516733], [-0.082315, 51.516768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 270, &quot;postcode&quot;: &quot;EC2M 3TL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080908, 51.518228], [-0.080855, 51.518482], [-0.080576, 51.518424], [-0.080445, 51.518446], [-0.080334, 51.518412], [-0.080205, 51.518284], [-0.080368, 51.518286], [-0.080419, 51.518264], [-0.080437, 51.518042], [-0.080454, 51.518034], [-0.080599, 51.518042], [-0.080663, 51.518065], [-0.080628, 51.518119], [-0.080626, 51.518187], [-0.080656, 51.518216], [-0.080908, 51.518228]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1247, &quot;postcode&quot;: &quot;EC2M 3TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080263, 51.518549], [-0.080447, 51.518446], [-0.080551, 51.518424], [-0.080855, 51.518483], [-0.080968, 51.51858], [-0.081203, 51.518674], [-0.080786, 51.51922], [-0.080676, 51.519228], [-0.080346, 51.519118], [-0.080296, 51.518986], [-0.080363, 51.518772], [-0.080242, 51.518671], [-0.080043, 51.51868], [-0.080017, 51.518738], [-0.080096, 51.518768], [-0.080092, 51.518858], [-0.08022, 51.518951], [-0.079668, 51.518838], [-0.079681, 51.518784], [-0.079858, 51.518653], [-0.07978, 51.518609], [-0.079875, 51.518426], [-0.079921, 51.518419], [-0.079962, 51.518466], [-0.080263, 51.518549]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5112, &quot;postcode&quot;: &quot;EC2M 3TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080042, 51.520123], [-0.079967, 51.520292], [-0.07991, 51.520296], [-0.079877, 51.520322], [-0.079878, 51.520353], [-0.079907, 51.520375], [-0.079878, 51.520426], [-0.079802, 51.520469], [-0.079461, 51.520421], [-0.079404, 51.520429], [-0.079124, 51.520393], [-0.079107, 51.520378], [-0.079165, 51.520064], [-0.079188, 51.520053], [-0.079298, 51.520054], [-0.079333, 51.519996], [-0.079534, 51.52001], [-0.079708, 51.519926], [-0.079852, 51.519944], [-0.07994, 51.520037], [-0.079943, 51.520092], [-0.080042, 51.520123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2740, &quot;postcode&quot;: &quot;EC2M 3TY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082648, 51.516517], [-0.082632, 51.516562], [-0.082585, 51.516579], [-0.082567, 51.516612], [-0.082288, 51.516609], [-0.082173, 51.516593], [-0.082122, 51.516613], [-0.081699, 51.516639], [-0.081394, 51.516675], [-0.081611, 51.516369], [-0.081554, 51.516231], [-0.081573, 51.516205], [-0.081733, 51.516183], [-0.081826, 51.516101], [-0.081892, 51.516091], [-0.082168, 51.516223], [-0.082089, 51.51632], [-0.082114, 51.516364], [-0.082585, 51.51643], [-0.082579, 51.516488], [-0.082648, 51.516517]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2903, &quot;postcode&quot;: &quot;EC2M 3UE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080676, 51.519228], [-0.080642, 51.519269], [-0.080297, 51.519462], [-0.080185, 51.51963], [-0.080031, 51.519668], [-0.080024, 51.519817], [-0.079853, 51.519943], [-0.079708, 51.519926], [-0.079461, 51.519681], [-0.079472, 51.519501], [-0.079437, 51.519479], [-0.079364, 51.519467], [-0.07946, 51.519188], [-0.079918, 51.519232], [-0.080112, 51.519202], [-0.080346, 51.519118], [-0.080676, 51.519228]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4346, &quot;postcode&quot;: &quot;EC2M 3WA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08357, 51.516146], [-0.083465, 51.516256], [-0.082282, 51.516104], [-0.08222, 51.516127], [-0.082177, 51.516226], [-0.08196, 51.516116], [-0.082059, 51.516137], [-0.082135, 51.516109], [-0.082147, 51.516076], [-0.082096, 51.515984], [-0.082162, 51.515904], [-0.082139, 51.515877], [-0.08209, 51.515866], [-0.082298, 51.515697], [-0.082347, 51.515708], [-0.082398, 51.515695], [-0.082566, 51.515549], [-0.083243, 51.515857], [-0.083137, 51.516016], [-0.08316, 51.516059], [-0.08357, 51.516146]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4203, &quot;postcode&quot;: &quot;EC2M 3XD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080242, 51.518671], [-0.080283, 51.518705], [-0.080096, 51.518768], [-0.080017, 51.518738], [-0.080043, 51.51868], [-0.080242, 51.518671]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 125, &quot;postcode&quot;: &quot;EC2M 3XU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080346, 51.519118], [-0.080109, 51.519204], [-0.079912, 51.519233], [-0.079522, 51.519199], [-0.079457, 51.51922], [-0.079378, 51.519442], [-0.079413, 51.519472], [-0.07949, 51.519486], [-0.079464, 51.51968], [-0.079708, 51.519926], [-0.079415, 51.520084], [-0.079233, 51.520061], [-0.079175, 51.520076], [-0.079111, 51.520359], [-0.079148, 51.520394], [-0.079252, 51.52041], [-0.079245, 51.52049], [-0.078981, 51.520477], [-0.079048, 51.519985], [-0.079149, 51.519657], [-0.079385, 51.519264], [-0.079455, 51.519197], [-0.079566, 51.518995], [-0.079613, 51.518961], [-0.079668, 51.518838], [-0.080221, 51.518952], [-0.080296, 51.518986], [-0.080346, 51.519118]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4343, &quot;postcode&quot;: &quot;EC2M 3YD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080096, 51.518768], [-0.080283, 51.518705], [-0.080363, 51.518772], [-0.080296, 51.518986], [-0.08022, 51.518951], [-0.080092, 51.518858], [-0.080096, 51.518768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 373, &quot;postcode&quot;: &quot;EC2M 3YX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079353, 51.516444], [-0.079259, 51.516535], [-0.07907, 51.516494], [-0.078997, 51.516514], [-0.078225, 51.517489], [-0.07749, 51.517408], [-0.077168, 51.516885], [-0.076973, 51.516657], [-0.077879, 51.515927], [-0.078039, 51.516002], [-0.078086, 51.516003], [-0.078127, 51.515984], [-0.07848, 51.516244], [-0.07859, 51.516299], [-0.07865, 51.516307], [-0.078704, 51.516282], [-0.078694, 51.516163], [-0.07872, 51.516126], [-0.079119, 51.516308], [-0.079269, 51.516357], [-0.079353, 51.516444]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15484, &quot;postcode&quot;: &quot;EC2M 4AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081319, 51.516478], [-0.08122, 51.516584], [-0.080982, 51.516528], [-0.080927, 51.516544], [-0.080901, 51.516592], [-0.080709, 51.516509], [-0.080784, 51.516494], [-0.080896, 51.516502], [-0.080954, 51.51645], [-0.081054, 51.516486], [-0.081101, 51.516489], [-0.081187, 51.516464], [-0.081223, 51.516433], [-0.081319, 51.516478]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 324, &quot;postcode&quot;: &quot;EC2M 4AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080433, 51.516884], [-0.080348, 51.516878], [-0.080298, 51.516847], [-0.080169, 51.516825], [-0.079712, 51.516677], [-0.079759, 51.516611], [-0.079974, 51.516678], [-0.079958, 51.516718], [-0.079992, 51.516751], [-0.080433, 51.516884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 189, &quot;postcode&quot;: &quot;EC2M 4AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08122, 51.516585], [-0.081195, 51.516614], [-0.081083, 51.516618], [-0.081031, 51.516672], [-0.081011, 51.516641], [-0.080901, 51.516592], [-0.080922, 51.516535], [-0.080993, 51.516527], [-0.08122, 51.516585]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 166, &quot;postcode&quot;: &quot;EC2M 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080634, 51.516965], [-0.080676, 51.516953], [-0.080784, 51.516986], [-0.080688, 51.517107], [-0.080447, 51.517037], [-0.080463, 51.517016], [-0.080585, 51.516979], [-0.08073, 51.51702], [-0.080617, 51.516988], [-0.080634, 51.516965]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC2M 4LN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080682, 51.517094], [-0.080675, 51.517124], [-0.080548, 51.517256], [-0.080049, 51.517354], [-0.079952, 51.517325], [-0.080042, 51.517222], [-0.080021, 51.517174], [-0.080418, 51.51703], [-0.080682, 51.517094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1012, &quot;postcode&quot;: &quot;EC2M 4LX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079362, 51.517309], [-0.078979, 51.517488], [-0.078688, 51.517421], [-0.078881, 51.517145], [-0.079362, 51.517309]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 938, &quot;postcode&quot;: &quot;EC2M 4NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080339, 51.517482], [-0.080119, 51.517695], [-0.079895, 51.517592], [-0.079935, 51.517547], [-0.079985, 51.517557], [-0.080035, 51.517542], [-0.080051, 51.517489], [-0.080232, 51.517447], [-0.080339, 51.517482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 412, &quot;postcode&quot;: &quot;EC2M 4NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081779, 51.516268], [-0.081723, 51.516267], [-0.081684, 51.516285], [-0.081452, 51.516589], [-0.081403, 51.516615], [-0.081302, 51.51682], [-0.081192, 51.516941], [-0.081062, 51.517052], [-0.080922, 51.517224], [-0.080325, 51.517778], [-0.080323, 51.517813], [-0.080454, 51.518034], [-0.080201, 51.518077], [-0.080137, 51.518067], [-0.080086, 51.518094], [-0.079882, 51.518413], [-0.079454, 51.519198], [-0.079384, 51.519266], [-0.079148, 51.519659], [-0.079039, 51.520032], [-0.078956, 51.520653], [-0.078971, 51.520759], [-0.078748, 51.520742], [-0.079407, 51.518909], [-0.079373, 51.51886], [-0.079283, 51.518858], [-0.079443, 51.518471], [-0.079477, 51.518296], [-0.07955, 51.518158], [-0.079508, 51.518115], [-0.079334, 51.518091], [-0.079324, 51.518049], [-0.079244, 51.518008], [-0.079159, 51.51799], [-0.078945, 51.517977], [-0.07895, 51.517883], [-0.078899, 51.517849], [-0.078918, 51.517776], [-0.079051, 51.517787], [-0.079119, 51.517709], [-0.079487, 51.517791], [-0.079535, 51.517773], [-0.079599, 51.517692], [-0.079658, 51.517704], [-0.079704, 51.517693], [-0.079774, 51.517701], [-0.079857, 51.517741], [-0.079855, 51.517778], [-0.079894, 51.517805], [-0.07998, 51.517803], [-0.080276, 51.517552], [-0.080673, 51.517126], [-0.081091, 51.516604], [-0.081166, 51.516609], [-0.081213, 51.516593], [-0.081475, 51.516306], [-0.081585, 51.516318], [-0.081656, 51.516244], [-0.081779, 51.516268]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10913, &quot;postcode&quot;: &quot;EC2M 4NR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079971, 51.517801], [-0.079937, 51.517827], [-0.079753, 51.517734], [-0.079648, 51.517706], [-0.079581, 51.51772], [-0.079521, 51.517793], [-0.079275, 51.517732], [-0.079638, 51.517604], [-0.07977, 51.517648], [-0.079777, 51.517701], [-0.079971, 51.517801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 401, &quot;postcode&quot;: &quot;EC2M 4NS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079532, 51.518198], [-0.079458, 51.518373], [-0.079195, 51.51837], [-0.079148, 51.518305], [-0.079094, 51.518285], [-0.079104, 51.518248], [-0.079172, 51.518227], [-0.079196, 51.518193], [-0.07946, 51.518228], [-0.079532, 51.518198]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 414, &quot;postcode&quot;: &quot;EC2M 4PT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07945, 51.518409], [-0.079356, 51.518688], [-0.079308, 51.518722], [-0.079325, 51.518762], [-0.079283, 51.518858], [-0.07909, 51.518876], [-0.079133, 51.518729], [-0.079187, 51.518723], [-0.079216, 51.518699], [-0.07921, 51.518644], [-0.079149, 51.518616], [-0.078867, 51.518619], [-0.078848, 51.518527], [-0.0791, 51.518507], [-0.079138, 51.518477], [-0.079131, 51.518427], [-0.07945, 51.518409]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1010, &quot;postcode&quot;: &quot;EC2M 4QD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079355, 51.518689], [-0.079325, 51.518762], [-0.07919, 51.51874], [-0.079132, 51.518754], [-0.07909, 51.518876], [-0.078845, 51.518883], [-0.078833, 51.518839], [-0.078774, 51.518817], [-0.078432, 51.518827], [-0.078385, 51.518844], [-0.07837, 51.518874], [-0.078158, 51.518875], [-0.078168, 51.518657], [-0.078227, 51.518655], [-0.078269, 51.518632], [-0.078855, 51.518566], [-0.078868, 51.518595], [-0.078905, 51.518615], [-0.079233, 51.518623], [-0.079255, 51.518669], [-0.079355, 51.518689]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1963, &quot;postcode&quot;: &quot;EC2M 4QH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08042, 51.516888], [-0.080189, 51.516964], [-0.080142, 51.516957], [-0.079857, 51.516868], [-0.07989, 51.516791], [-0.079789, 51.516748], [-0.079882, 51.516757], [-0.079928, 51.516744], [-0.08042, 51.516888]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 476, &quot;postcode&quot;: &quot;EC2M 4RH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079918, 51.516784], [-0.079806, 51.516935], [-0.07975, 51.516923], [-0.079703, 51.516932], [-0.079636, 51.517018], [-0.079487, 51.516977], [-0.079576, 51.516854], [-0.079554, 51.516818], [-0.079481, 51.516805], [-0.079461, 51.516787], [-0.079488, 51.516723], [-0.079529, 51.516703], [-0.079741, 51.516697], [-0.079806, 51.516751], [-0.079918, 51.516784]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 659, &quot;postcode&quot;: &quot;EC2M 4SQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079237, 51.516717], [-0.079113, 51.516875], [-0.078988, 51.516841], [-0.0791, 51.516692], [-0.079129, 51.516684], [-0.079237, 51.516717]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 190, &quot;postcode&quot;: &quot;EC2M 4TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079488, 51.516723], [-0.079461, 51.516787], [-0.079361, 51.516756], [-0.079239, 51.516909], [-0.079113, 51.516875], [-0.079237, 51.516717], [-0.079154, 51.516692], [-0.079281, 51.51663], [-0.079488, 51.516723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 366, &quot;postcode&quot;: &quot;EC2M 4TH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078979, 51.517488], [-0.078664, 51.517636], [-0.078604, 51.517645], [-0.078522, 51.517702], [-0.078346, 51.517674], [-0.07829, 51.517641], [-0.077883, 51.517617], [-0.077801, 51.517596], [-0.077801, 51.517573], [-0.078375, 51.517627], [-0.078413, 51.517601], [-0.078454, 51.517484], [-0.07851, 51.517454], [-0.078539, 51.517393], [-0.078624, 51.517401], [-0.078737, 51.51735], [-0.078712, 51.517394], [-0.078736, 51.517429], [-0.078979, 51.517488]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 875, &quot;postcode&quot;: &quot;EC2M 4TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079827, 51.517103], [-0.079562, 51.517218], [-0.079423, 51.517164], [-0.079399, 51.517126], [-0.079314, 51.517076], [-0.079388, 51.51704], [-0.079455, 51.516968], [-0.079658, 51.517025], [-0.079827, 51.517103]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 515, &quot;postcode&quot;: &quot;EC2M 4TR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080155, 51.516233], [-0.080107, 51.516252], [-0.080119, 51.516258], [-0.080005, 51.516391], [-0.079917, 51.516499], [-0.079937, 51.516475], [-0.079961, 51.516483], [-0.079936, 51.516511], [-0.080113, 51.516573], [-0.080034, 51.516668], [-0.079975, 51.516624], [-0.079932, 51.516642], [-0.079777, 51.516593], [-0.079712, 51.516677], [-0.079751, 51.516689], [-0.079741, 51.516697], [-0.079531, 51.516703], [-0.079488, 51.516723], [-0.079281, 51.51663], [-0.079259, 51.516535], [-0.079354, 51.516444], [-0.079269, 51.516357], [-0.079352, 51.516386], [-0.079156, 51.516317], [-0.07962, 51.515977], [-0.07979, 51.516076], [-0.079827, 51.516047], [-0.080155, 51.516233]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3459, &quot;postcode&quot;: &quot;EC2M 4UJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08, 51.516632], [-0.079975, 51.516678], [-0.079926, 51.516703], [-0.079927, 51.516749], [-0.079886, 51.516761], [-0.079794, 51.516742], [-0.079741, 51.516697], [-0.079792, 51.516656], [-0.079766, 51.516613], [-0.079777, 51.516593], [-0.0799, 51.516631], [-0.08, 51.516632]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 185, &quot;postcode&quot;: &quot;EC2M 4WD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078457, 51.516234], [-0.078271, 51.516093], [-0.078251, 51.515995], [-0.078344, 51.515954], [-0.07872, 51.516126], [-0.078694, 51.516163], [-0.078716, 51.516283], [-0.078638, 51.516318], [-0.078457, 51.516234]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 691, &quot;postcode&quot;: &quot;EC2M 4YA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078271, 51.516092], [-0.07816, 51.516016], [-0.078076, 51.516022], [-0.078043, 51.516006], [-0.078251, 51.515995], [-0.078271, 51.516092]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 50, &quot;postcode&quot;: &quot;EC2M 4YE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078986, 51.516975], [-0.078946, 51.516965], [-0.078948, 51.516962], [-0.078986, 51.516975]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2M 4YN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079489, 51.516795], [-0.079369, 51.516945], [-0.079239, 51.516909], [-0.079361, 51.516756], [-0.079489, 51.516795]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 186, &quot;postcode&quot;: &quot;EC2M 4YT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079369, 51.516945], [-0.079489, 51.516795], [-0.079588, 51.516827], [-0.079487, 51.516977], [-0.079369, 51.516945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 159, &quot;postcode&quot;: &quot;EC2M 4YW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085626, 51.516789], [-0.08559, 51.516819], [-0.085469, 51.516799], [-0.085404, 51.516826], [-0.085252, 51.516786], [-0.085191, 51.516796], [-0.084715, 51.516734], [-0.084668, 51.51674], [-0.084637, 51.516766], [-0.084627, 51.516734], [-0.084587, 51.516715], [-0.084374, 51.516687], [-0.084277, 51.516711], [-0.084182, 51.516659], [-0.0838, 51.516607], [-0.083796, 51.516542], [-0.083655, 51.516498], [-0.082637, 51.516378], [-0.0817, 51.516214], [-0.081626, 51.516236], [-0.081589, 51.516337], [-0.081529, 51.51632], [-0.081631, 51.516198], [-0.081696, 51.51619], [-0.084406, 51.516522], [-0.08447, 51.516508], [-0.084507, 51.516455], [-0.084703, 51.516526], [-0.084882, 51.516531], [-0.08508, 51.516628], [-0.085086, 51.516658], [-0.08512, 51.516679], [-0.085626, 51.516789]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3177, &quot;postcode&quot;: &quot;EC2M 5ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083681, 51.516394], [-0.084158, 51.51583], [-0.084442, 51.516001], [-0.084365, 51.515984], [-0.084647, 51.516049], [-0.084648, 51.516049], [-0.084509, 51.516272], [-0.084651, 51.516319], [-0.084802, 51.51607], [-0.085646, 51.516267], [-0.085584, 51.516385], [-0.085716, 51.516378], [-0.085732, 51.516397], [-0.085913, 51.516434], [-0.085695, 51.516752], [-0.085762, 51.516763], [-0.085669, 51.516813], [-0.085598, 51.516813], [-0.085626, 51.516789], [-0.085435, 51.516748], [-0.085173, 51.516611], [-0.085199, 51.516593], [-0.08487, 51.516488], [-0.084882, 51.516531], [-0.084706, 51.516528], [-0.084507, 51.516455], [-0.084472, 51.516516], [-0.084442, 51.516528], [-0.083704, 51.516433], [-0.083681, 51.516394]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7088, &quot;postcode&quot;: &quot;EC2M 5NG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085762, 51.516763], [-0.08603, 51.516805], [-0.08609, 51.516826], [-0.086098, 51.516863], [-0.086069, 51.516881], [-0.08559, 51.51682], [-0.085669, 51.516813], [-0.085762, 51.516763]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 226, &quot;postcode&quot;: &quot;EC2M 5PD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086098, 51.516863], [-0.086089, 51.516883], [-0.086069, 51.516881], [-0.086098, 51.516863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2M 5PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088734, 51.517337], [-0.088794, 51.517413], [-0.08869, 51.517418], [-0.088734, 51.517337]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 33, &quot;postcode&quot;: &quot;EC2M 5QA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088196, 51.517166], [-0.087986, 51.517131], [-0.087985, 51.517131], [-0.08813, 51.517137], [-0.088196, 51.517166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC2M 5QD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087464, 51.517042], [-0.087288, 51.517013], [-0.08729, 51.517012], [-0.087464, 51.517042]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2M 5QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089244, 51.517167], [-0.089229, 51.517219], [-0.089271, 51.517226], [-0.089244, 51.517306], [-0.089307, 51.517316], [-0.089313, 51.517426], [-0.089247, 51.517417], [-0.089259, 51.517398], [-0.089071, 51.517368], [-0.089059, 51.517389], [-0.089019, 51.517384], [-0.089108, 51.517274], [-0.089118, 51.517192], [-0.089099, 51.51719], [-0.089118, 51.517127], [-0.089328, 51.517149], [-0.089319, 51.517178], [-0.089244, 51.517167]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 376, &quot;postcode&quot;: &quot;EC2M 5QX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088593, 51.517035], [-0.088549, 51.51716], [-0.088561, 51.517223], [-0.08828, 51.517179], [-0.088312, 51.517147], [-0.088381, 51.517159], [-0.088429, 51.517142], [-0.088493, 51.51702], [-0.088593, 51.517035]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC2M 5TB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08861, 51.51669], [-0.088529, 51.516946], [-0.088477, 51.516951], [-0.088385, 51.517], [-0.08831, 51.517154], [-0.087984, 51.51713], [-0.087588, 51.517063], [-0.087679, 51.516955], [-0.087727, 51.516861], [-0.0878, 51.516466], [-0.088191, 51.516497], [-0.088245, 51.516482], [-0.08829, 51.516498], [-0.088236, 51.516613], [-0.088262, 51.516652], [-0.08861, 51.51669]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3465, &quot;postcode&quot;: &quot;EC2M 5TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088529, 51.516946], [-0.088421, 51.517171], [-0.088334, 51.517158], [-0.08828, 51.517179], [-0.088196, 51.517166], [-0.088151, 51.517143], [-0.088304, 51.517138], [-0.088396, 51.516971], [-0.088438, 51.516962], [-0.088465, 51.516936], [-0.088529, 51.516946]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 227, &quot;postcode&quot;: &quot;EC2M 5TF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086098, 51.516863], [-0.08609, 51.516826], [-0.086101, 51.516817], [-0.086119, 51.51682], [-0.086098, 51.516863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5, &quot;postcode&quot;: &quot;EC2M 5TN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086603, 51.516893], [-0.087021, 51.516967], [-0.086599, 51.516894], [-0.086603, 51.516893]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC2M 5TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08692, 51.516948], [-0.086946, 51.516955], [-0.086914, 51.516948], [-0.08692, 51.516948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2M 5TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087575, 51.51704], [-0.087604, 51.516876], [-0.087708, 51.516885], [-0.08772, 51.51691], [-0.087703, 51.516907], [-0.087624, 51.51707], [-0.088239, 51.517174], [-0.088239, 51.517144], [-0.088267, 51.517148], [-0.08824, 51.517147], [-0.088267, 51.517149], [-0.088267, 51.517178], [-0.088356, 51.51719], [-0.088359, 51.517159], [-0.088392, 51.517165], [-0.088392, 51.517195], [-0.088622, 51.517231], [-0.08864, 51.517205], [-0.088661, 51.517209], [-0.088652, 51.517235], [-0.088749, 51.517247], [-0.088757, 51.517225], [-0.08878, 51.517228], [-0.088751, 51.517307], [-0.087578, 51.517133], [-0.086089, 51.516883], [-0.086119, 51.51682], [-0.086481, 51.516877], [-0.086546, 51.516912], [-0.086591, 51.516912], [-0.086601, 51.516892], [-0.087535, 51.517054], [-0.087575, 51.51704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1452, &quot;postcode&quot;: &quot;EC2M 5TR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086958, 51.516177], [-0.086591, 51.516912], [-0.086523, 51.516907], [-0.086481, 51.516877], [-0.086385, 51.516864], [-0.086729, 51.516138], [-0.086958, 51.516177]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1314, &quot;postcode&quot;: &quot;EC2M 5TU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089005, 51.517783], [-0.088969, 51.517835], [-0.088889, 51.517829], [-0.088842, 51.517865], [-0.088691, 51.517836], [-0.088625, 51.517858], [-0.088631, 51.517801], [-0.088669, 51.517778], [-0.088681, 51.517731], [-0.088633, 51.5177], [-0.088554, 51.517717], [-0.088552, 51.517704], [-0.08869, 51.517418], [-0.088793, 51.517415], [-0.088786, 51.517467], [-0.088826, 51.517507], [-0.088855, 51.517677], [-0.088901, 51.517704], [-0.088912, 51.517758], [-0.089005, 51.517783]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 769, &quot;postcode&quot;: &quot;EC2M 6SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088645, 51.517555], [-0.088581, 51.517628], [-0.088531, 51.517758], [-0.088486, 51.517791], [-0.088619, 51.517549], [-0.088645, 51.517555]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 33, &quot;postcode&quot;: &quot;EC2M 6SE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08945, 51.518002], [-0.089448, 51.518083], [-0.089361, 51.518141], [-0.089319, 51.518131], [-0.089318, 51.518095], [-0.089277, 51.518071], [-0.089122, 51.518039], [-0.089054, 51.518064], [-0.088889, 51.518345], [-0.088846, 51.51837], [-0.088748, 51.518554], [-0.088752, 51.518589], [-0.088796, 51.518612], [-0.088748, 51.518618], [-0.088713, 51.518647], [-0.088347, 51.519306], [-0.088247, 51.519388], [-0.08822, 51.519439], [-0.088129, 51.519411], [-0.088136, 51.519378], [-0.088102, 51.519349], [-0.087826, 51.519292], [-0.088213, 51.518589], [-0.088207, 51.518559], [-0.088177, 51.518539], [-0.088074, 51.518544], [-0.088176, 51.518358], [-0.088207, 51.518339], [-0.088233, 51.518367], [-0.088284, 51.518377], [-0.088344, 51.518351], [-0.088752, 51.517611], [-0.088407, 51.518258], [-0.088428, 51.518306], [-0.088645, 51.518348], [-0.088695, 51.518376], [-0.088766, 51.518364], [-0.089053, 51.517905], [-0.089166, 51.517931], [-0.089213, 51.517963], [-0.08945, 51.518002]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5018, &quot;postcode&quot;: &quot;EC2M 6TX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087912, 51.51884], [-0.087801, 51.519066], [-0.087787, 51.519068], [-0.087912, 51.51884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 24, &quot;postcode&quot;: &quot;EC2M 6UR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08803, 51.518656], [-0.087922, 51.51885], [-0.08792, 51.518851], [-0.088017, 51.518647], [-0.08803, 51.518656]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 25, &quot;postcode&quot;: &quot;EC2M 6XB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089097, 51.517746], [-0.089027, 51.517862], [-0.089052, 51.517906], [-0.08813, 51.519411], [-0.087908, 51.519389], [-0.087566, 51.519435], [-0.087516, 51.519406], [-0.087495, 51.519244], [-0.087511, 51.519227], [-0.087566, 51.519241], [-0.087661, 51.519235], [-0.087709, 51.51921], [-0.088264, 51.518237], [-0.088392, 51.518264], [-0.087846, 51.519262], [-0.087882, 51.519302], [-0.088074, 51.519343], [-0.088123, 51.519342], [-0.08816, 51.519322], [-0.088645, 51.518348], [-0.0887, 51.518318], [-0.089043, 51.517735], [-0.089097, 51.517746]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2860, &quot;postcode&quot;: &quot;EC2M 6XQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085168, 51.516793], [-0.085061, 51.516781], [-0.085048, 51.51675], [-0.085007, 51.516733], [-0.085081, 51.516628], [-0.085116, 51.516678], [-0.085105, 51.51672], [-0.085148, 51.516749], [-0.085168, 51.516793]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 91, &quot;postcode&quot;: &quot;EC2M 7AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085433, 51.516861], [-0.085138, 51.517108], [-0.084804, 51.517017], [-0.084819, 51.516966], [-0.084874, 51.516936], [-0.084941, 51.516766], [-0.085094, 51.516781], [-0.085156, 51.516741], [-0.085161, 51.516707], [-0.085116, 51.516678], [-0.085093, 51.516627], [-0.085173, 51.516611], [-0.085434, 51.516748], [-0.085387, 51.516791], [-0.085433, 51.516861]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1307, &quot;postcode&quot;: &quot;EC2M 7AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085138, 51.517108], [-0.084814, 51.517376], [-0.084745, 51.517342], [-0.08476, 51.517308], [-0.084889, 51.517288], [-0.08494, 51.517218], [-0.08493, 51.517188], [-0.084867, 51.517151], [-0.084495, 51.51706], [-0.084439, 51.517084], [-0.084371, 51.517224], [-0.084202, 51.517202], [-0.084276, 51.517026], [-0.084272, 51.516972], [-0.08423, 51.516947], [-0.084238, 51.516921], [-0.084329, 51.516854], [-0.084814, 51.516976], [-0.084813, 51.517011], [-0.084842, 51.517034], [-0.085138, 51.517108]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1310, &quot;postcode&quot;: &quot;EC2M 7EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085593, 51.51682], [-0.086089, 51.516883], [-0.087578, 51.517133], [-0.088337, 51.517239], [-0.088666, 51.517293], [-0.088659, 51.517308], [-0.088743, 51.517322], [-0.087684, 51.519256], [-0.086187, 51.518736], [-0.086143, 51.518808], [-0.083883, 51.518163], [-0.084338, 51.517765], [-0.085433, 51.516861], [-0.085399, 51.516836], [-0.085427, 51.516785], [-0.085593, 51.51682]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 52811, &quot;postcode&quot;: &quot;EC2M 7EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084049, 51.517953], [-0.084137, 51.51794], [-0.084089, 51.517983], [-0.084049, 51.517953]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC2M 7JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086412, 51.518888], [-0.086395, 51.518911], [-0.086067, 51.519064], [-0.085992, 51.519057], [-0.086087, 51.518874], [-0.085909, 51.518787], [-0.085854, 51.518782], [-0.08581, 51.518802], [-0.085642, 51.518994], [-0.085594, 51.519005], [-0.08556, 51.519037], [-0.085344, 51.518978], [-0.085347, 51.518867], [-0.08524, 51.518837], [-0.085116, 51.518768], [-0.085264, 51.518555], [-0.085851, 51.518729], [-0.085857, 51.518758], [-0.085893, 51.518779], [-0.085943, 51.51878], [-0.085984, 51.518761], [-0.086412, 51.518888]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1987, &quot;postcode&quot;: &quot;EC2M 7LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084678, 51.517491], [-0.084387, 51.51773], [-0.083838, 51.517641], [-0.083826, 51.517603], [-0.083679, 51.51758], [-0.083686, 51.517564], [-0.083731, 51.517557], [-0.08394, 51.517545], [-0.084374, 51.517563], [-0.084525, 51.517431], [-0.084678, 51.517491]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 933, &quot;postcode&quot;: &quot;EC2M 7NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084506, 51.51745], [-0.084374, 51.517563], [-0.084041, 51.517542], [-0.083882, 51.517548], [-0.08383, 51.517574], [-0.083831, 51.517618], [-0.083868, 51.517645], [-0.084287, 51.517713], [-0.084236, 51.517839], [-0.084006, 51.517804], [-0.083956, 51.517818], [-0.083931, 51.517858], [-0.08376, 51.517835], [-0.083696, 51.517854], [-0.083251, 51.517796], [-0.083274, 51.517736], [-0.08326, 51.517707], [-0.083203, 51.517689], [-0.083134, 51.517621], [-0.083034, 51.517598], [-0.083089, 51.517535], [-0.083168, 51.517547], [-0.083216, 51.517531], [-0.083243, 51.517428], [-0.083807, 51.517508], [-0.08387, 51.517494], [-0.083906, 51.517428], [-0.083872, 51.517391], [-0.083445, 51.51732], [-0.083458, 51.517288], [-0.083512, 51.517289], [-0.083568, 51.517261], [-0.083827, 51.517337], [-0.084052, 51.51731], [-0.084062, 51.517358], [-0.084184, 51.517386], [-0.084182, 51.51743], [-0.084227, 51.517456], [-0.08441, 51.517479], [-0.084487, 51.517439], [-0.084506, 51.51745]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3130, &quot;postcode&quot;: &quot;EC2M 7NX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083205, 51.517558], [-0.083137, 51.517591], [-0.083169, 51.517652], [-0.082901, 51.517688], [-0.082754, 51.517547], [-0.082638, 51.517537], [-0.08258, 51.517485], [-0.08241, 51.51745], [-0.08232, 51.51741], [-0.082212, 51.517428], [-0.082046, 51.517425], [-0.081902, 51.517311], [-0.081927, 51.517286], [-0.082164, 51.517339], [-0.082231, 51.517322], [-0.082624, 51.5174], [-0.08258, 51.517454], [-0.082607, 51.517493], [-0.082905, 51.517535], [-0.083006, 51.517544], [-0.083071, 51.517531], [-0.083102, 51.517511], [-0.08313, 51.517456], [-0.083205, 51.517558]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 896, &quot;postcode&quot;: &quot;EC2M 7PD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08431, 51.51686], [-0.084245, 51.516911], [-0.084232, 51.516977], [-0.083479, 51.516827], [-0.082874, 51.516754], [-0.08211, 51.516735], [-0.081611, 51.516768], [-0.081556, 51.516795], [-0.081471, 51.516988], [-0.081509, 51.517032], [-0.081621, 51.517035], [-0.081672, 51.517014], [-0.081755, 51.517015], [-0.081826, 51.516931], [-0.081929, 51.516974], [-0.081984, 51.516973], [-0.082736, 51.517106], [-0.082802, 51.517091], [-0.082949, 51.517115], [-0.083042, 51.517101], [-0.08307, 51.517127], [-0.083137, 51.51714], [-0.083174, 51.517203], [-0.083231, 51.51723], [-0.083229, 51.517264], [-0.083266, 51.51729], [-0.08395, 51.517401], [-0.083894, 51.517458], [-0.083892, 51.517522], [-0.0832, 51.517413], [-0.083141, 51.517436], [-0.083101, 51.517516], [-0.083015, 51.517545], [-0.082696, 51.5175], [-0.08263, 51.517507], [-0.082563, 51.517543], [-0.082523, 51.517534], [-0.082573, 51.517424], [-0.082536, 51.517383], [-0.082286, 51.517333], [-0.082213, 51.517351], [-0.081976, 51.517297], [-0.08191, 51.517307], [-0.081829, 51.517285], [-0.08135, 51.517297], [-0.080786, 51.51735], [-0.08094, 51.517204], [-0.081463, 51.517165], [-0.081514, 51.517144], [-0.081548, 51.517079], [-0.081528, 51.517042], [-0.08145, 51.517031], [-0.081389, 51.517072], [-0.081327, 51.517058], [-0.081239, 51.516961], [-0.081191, 51.516942], [-0.081302, 51.51682], [-0.081371, 51.516679], [-0.0814, 51.516674], [-0.081999, 51.516618], [-0.082301, 51.516609], [-0.082752, 51.516619], [-0.08345, 51.516693], [-0.08431, 51.51686]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9131, &quot;postcode&quot;: &quot;EC2M 7PN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082027, 51.516876], [-0.082012, 51.516904], [-0.081952, 51.516901], [-0.081902, 51.516937], [-0.081822, 51.516947], [-0.081765, 51.51703], [-0.081711, 51.517024], [-0.081579, 51.517047], [-0.081529, 51.517116], [-0.081389, 51.517072], [-0.08145, 51.517017], [-0.081537, 51.516852], [-0.081513, 51.516816], [-0.08142, 51.516791], [-0.081499, 51.516781], [-0.081773, 51.51683], [-0.081835, 51.51682], [-0.081902, 51.516852], [-0.082027, 51.516876]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 731, &quot;postcode&quot;: &quot;EC2M 7PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082303, 51.517406], [-0.08241, 51.51745], [-0.082563, 51.51748], [-0.082523, 51.517534], [-0.082563, 51.517544], [-0.082613, 51.517514], [-0.082638, 51.517537], [-0.082442, 51.517602], [-0.082375, 51.517648], [-0.082177, 51.517603], [-0.082212, 51.517428], [-0.082303, 51.517406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 498, &quot;postcode&quot;: &quot;EC2M 7PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083629, 51.51807], [-0.083597, 51.518174], [-0.083464, 51.518173], [-0.083399, 51.518239], [-0.083262, 51.518218], [-0.08321, 51.518188], [-0.083104, 51.518191], [-0.082873, 51.518138], [-0.082734, 51.518177], [-0.082726, 51.518269], [-0.08254, 51.518604], [-0.082549, 51.518633], [-0.082588, 51.518653], [-0.082534, 51.518743], [-0.08259, 51.518825], [-0.082531, 51.51897], [-0.082324, 51.519004], [-0.082279, 51.519035], [-0.082289, 51.519347], [-0.082138, 51.519407], [-0.082085, 51.519398], [-0.082041, 51.519411], [-0.081587, 51.519344], [-0.081297, 51.519441], [-0.080786, 51.51922], [-0.081183, 51.518693], [-0.081156, 51.518655], [-0.080968, 51.51858], [-0.080855, 51.518482], [-0.080898, 51.518273], [-0.080883, 51.518244], [-0.080835, 51.518227], [-0.080624, 51.518223], [-0.080628, 51.51811], [-0.080663, 51.518065], [-0.080764, 51.518079], [-0.080924, 51.518152], [-0.081055, 51.518128], [-0.081187, 51.517992], [-0.081152, 51.517897], [-0.081098, 51.51787], [-0.081033, 51.517884], [-0.080934, 51.518044], [-0.08094, 51.517875], [-0.080922, 51.517847], [-0.080666, 51.517799], [-0.080449, 51.517713], [-0.080477, 51.51763], [-0.080721, 51.517411], [-0.080837, 51.517344], [-0.081351, 51.517297], [-0.081876, 51.517285], [-0.081905, 51.517306], [-0.08188, 51.51737], [-0.081913, 51.517398], [-0.082031, 51.517425], [-0.082212, 51.517428], [-0.082182, 51.517573], [-0.082223, 51.517613], [-0.082371, 51.517639], [-0.082638, 51.517537], [-0.08276, 51.517543], [-0.0829, 51.517688], [-0.082853, 51.517752], [-0.082907, 51.517835], [-0.082859, 51.51791], [-0.08289, 51.517952], [-0.082952, 51.517958], [-0.083033, 51.517929], [-0.083078, 51.517997], [-0.0832, 51.518027], [-0.083251, 51.518023], [-0.083287, 51.518071], [-0.083327, 51.518089], [-0.083383, 51.518085], [-0.083492, 51.518037], [-0.083501, 51.518071], [-0.083539, 51.51809], [-0.083588, 51.518089], [-0.083629, 51.51807]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 27731, &quot;postcode&quot;: &quot;EC2M 7PY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083278, 51.51806], [-0.083338, 51.518051], [-0.083364, 51.518094], [-0.08335, 51.518124], [-0.083294, 51.518123], [-0.083235, 51.518193], [-0.083205, 51.518186], [-0.083209, 51.518098], [-0.08325, 51.518101], [-0.083278, 51.51806]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 88, &quot;postcode&quot;: &quot;EC2M 7QA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081596, 51.517152], [-0.08109, 51.517037], [-0.081092, 51.51703], [-0.081189, 51.516952], [-0.081252, 51.516976], [-0.081333, 51.517058], [-0.081529, 51.517117], [-0.081596, 51.517152]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 172, &quot;postcode&quot;: &quot;EC2M 7QN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085195, 51.515303], [-0.0851, 51.515489], [-0.08512, 51.515526], [-0.085174, 51.515543], [-0.085146, 51.515582], [-0.085002, 51.515562], [-0.084965, 51.515582], [-0.084897, 51.515673], [-0.08481, 51.515682], [-0.084733, 51.515672], [-0.084678, 51.515707], [-0.08457, 51.515684], [-0.084519, 51.515643], [-0.084393, 51.515619], [-0.084328, 51.515636], [-0.084632, 51.515271], [-0.085029, 51.515048], [-0.085048, 51.5151], [-0.085089, 51.515122], [-0.085099, 51.515208], [-0.085136, 51.515234], [-0.085152, 51.515284], [-0.085195, 51.515303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2324, &quot;postcode&quot;: &quot;EC2N 1AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086881, 51.514783], [-0.086642, 51.514822], [-0.08611, 51.514869], [-0.085628, 51.514852], [-0.086006, 51.514462], [-0.086227, 51.514292], [-0.086881, 51.514783]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2885, &quot;postcode&quot;: &quot;EC2N 1AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084652, 51.515128], [-0.084521, 51.515234], [-0.084476, 51.515228], [-0.084618, 51.515109], [-0.084652, 51.515128]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 48, &quot;postcode&quot;: &quot;EC2N 1DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084934, 51.51497], [-0.084607, 51.51514], [-0.084545, 51.515215], [-0.084483, 51.515221], [-0.084582, 51.515135], [-0.084587, 51.515101], [-0.084506, 51.515048], [-0.084499, 51.515], [-0.084354, 51.51492], [-0.084601, 51.514744], [-0.084934, 51.51497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 905, &quot;postcode&quot;: &quot;EC2N 1DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086217, 51.514299], [-0.08602, 51.514451], [-0.085808, 51.514659], [-0.085758, 51.514684], [-0.085682, 51.514799], [-0.085542, 51.514933], [-0.085248, 51.514983], [-0.085034, 51.515047], [-0.084747, 51.515199], [-0.084626, 51.515291], [-0.083694, 51.516378], [-0.083696, 51.516412], [-0.083729, 51.516433], [-0.083925, 51.516458], [-0.083709, 51.516437], [-0.083476, 51.516389], [-0.083509, 51.516365], [-0.083618, 51.516163], [-0.084483, 51.515221], [-0.084547, 51.515211], [-0.084652, 51.515128], [-0.084906, 51.514975], [-0.084893, 51.514937], [-0.084645, 51.514764], [-0.084567, 51.514751], [-0.084391, 51.514402], [-0.085059, 51.514287], [-0.08511, 51.514294], [-0.085493, 51.51424], [-0.085824, 51.514215], [-0.086097, 51.514212], [-0.086217, 51.514299]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9360, &quot;postcode&quot;: &quot;EC2N 1DW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084717, 51.514814], [-0.084624, 51.514767], [-0.084551, 51.514779], [-0.084614, 51.514741], [-0.084717, 51.514814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13, &quot;postcode&quot;: &quot;EC2N 1DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084588, 51.51596], [-0.084555, 51.516028], [-0.084442, 51.516001], [-0.084218, 51.515854], [-0.08442, 51.515922], [-0.084588, 51.51596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 138, &quot;postcode&quot;: &quot;EC2N 1ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084476, 51.515228], [-0.084029, 51.515726], [-0.083317, 51.515471], [-0.083403, 51.515384], [-0.08332, 51.515355], [-0.08335, 51.515316], [-0.083161, 51.515242], [-0.083347, 51.515083], [-0.083053, 51.514953], [-0.083247, 51.51481], [-0.08371, 51.514527], [-0.083783, 51.514519], [-0.083891, 51.51459], [-0.08393, 51.514659], [-0.084054, 51.514636], [-0.084072, 51.514673], [-0.084344, 51.514622], [-0.084327, 51.514585], [-0.084465, 51.514559], [-0.084567, 51.514751], [-0.084601, 51.514744], [-0.084354, 51.51492], [-0.084542, 51.515022], [-0.084506, 51.515048], [-0.084618, 51.515109], [-0.084476, 51.515228]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8856, &quot;postcode&quot;: &quot;EC2N 1HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084034, 51.515729], [-0.083613, 51.516155], [-0.083114, 51.516052], [-0.083225, 51.515865], [-0.083201, 51.515839], [-0.083007, 51.515754], [-0.083182, 51.51559], [-0.083232, 51.515603], [-0.083277, 51.515594], [-0.083381, 51.515494], [-0.084034, 51.515729]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2972, &quot;postcode&quot;: &quot;EC2N 1HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082955, 51.516244], [-0.082953, 51.516261], [-0.082898, 51.51628], [-0.082878, 51.516265], [-0.082885, 51.516237], [-0.082955, 51.516244]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC2N 1HU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083937, 51.515816], [-0.083819, 51.515951], [-0.083809, 51.51595], [-0.083937, 51.515816]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC2N 1HW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083819, 51.515951], [-0.083597, 51.516202], [-0.083576, 51.516197], [-0.08357, 51.516146], [-0.083637, 51.516129], [-0.083819, 51.515951]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 40, &quot;postcode&quot;: &quot;EC2N 1HZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087851, 51.514691], [-0.087713, 51.514703], [-0.086874, 51.514853], [-0.086694, 51.514874], [-0.086644, 51.514907], [-0.086577, 51.514885], [-0.086344, 51.514913], [-0.08629, 51.514907], [-0.086164, 51.514933], [-0.085658, 51.514915], [-0.085543, 51.514932], [-0.085628, 51.514852], [-0.086081, 51.51487], [-0.086412, 51.514846], [-0.086832, 51.514793], [-0.08726, 51.514713], [-0.087584, 51.514644], [-0.087622, 51.51462], [-0.087699, 51.514634], [-0.087762, 51.514685], [-0.087851, 51.514691]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1143, &quot;postcode&quot;: &quot;EC2N 2AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085382, 51.516141], [-0.085445, 51.51622], [-0.085125, 51.516145], [-0.085182, 51.516103], [-0.08528, 51.516106], [-0.085382, 51.516141]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 127, &quot;postcode&quot;: &quot;EC2N 2AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086635, 51.514867], [-0.086635, 51.515022], [-0.086544, 51.515108], [-0.086383, 51.515098], [-0.086281, 51.51507], [-0.085964, 51.515159], [-0.085795, 51.515139], [-0.085619, 51.51507], [-0.08552, 51.515063], [-0.085518, 51.515024], [-0.085486, 51.514997], [-0.08547, 51.514942], [-0.085654, 51.514915], [-0.085928, 51.514925], [-0.085934, 51.51499], [-0.086006, 51.515011], [-0.086049, 51.514998], [-0.086129, 51.514933], [-0.086635, 51.514867]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1586, &quot;postcode&quot;: &quot;EC2N 2AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086031, 51.515013], [-0.086012, 51.515177], [-0.085908, 51.515137], [-0.085928, 51.514931], [-0.086129, 51.514933], [-0.086031, 51.515013]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 228, &quot;postcode&quot;: &quot;EC2N 2AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086962, 51.515601], [-0.086739, 51.515612], [-0.086697, 51.515587], [-0.086714, 51.515207], [-0.08668, 51.515176], [-0.086626, 51.515171], [-0.086544, 51.515108], [-0.086635, 51.515022], [-0.086685, 51.51502], [-0.08672, 51.514998], [-0.086733, 51.514869], [-0.08687, 51.51485], [-0.086916, 51.514852], [-0.086898, 51.514887], [-0.086959, 51.515079], [-0.086976, 51.515501], [-0.086962, 51.515601]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1556, &quot;postcode&quot;: &quot;EC2N 2AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087879, 51.514583], [-0.087781, 51.514628], [-0.087664, 51.514646], [-0.087644, 51.514679], [-0.087666, 51.514712], [-0.087515, 51.514737], [-0.087515, 51.514695], [-0.087459, 51.514672], [-0.087298, 51.514697], [-0.087191, 51.514415], [-0.087155, 51.51439], [-0.087097, 51.514388], [-0.087084, 51.51434], [-0.087275, 51.514303], [-0.087338, 51.514326], [-0.087572, 51.514301], [-0.087637, 51.514389], [-0.087745, 51.514392], [-0.087879, 51.514583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1574, &quot;postcode&quot;: &quot;EC2N 2AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086257, 51.516392], [-0.086234, 51.516441], [-0.085991, 51.516398], [-0.085944, 51.516406], [-0.085913, 51.516434], [-0.085732, 51.516397], [-0.085716, 51.516378], [-0.085831, 51.51631], [-0.086257, 51.516392]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 272, &quot;postcode&quot;: &quot;EC2N 2BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086392, 51.516865], [-0.086182, 51.516831], [-0.086279, 51.516622], [-0.086488, 51.51666], [-0.086392, 51.516865]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 364, &quot;postcode&quot;: &quot;EC2N 2DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086658, 51.515783], [-0.086687, 51.515657], [-0.086739, 51.515612], [-0.087617, 51.515602], [-0.087491, 51.515971], [-0.0878, 51.516034], [-0.087771, 51.516077], [-0.087472, 51.516024], [-0.087389, 51.516249], [-0.086729, 51.516138], [-0.086488, 51.51666], [-0.086279, 51.516622], [-0.086182, 51.516831], [-0.085695, 51.516752], [-0.085757, 51.516639], [-0.085947, 51.516389], [-0.086234, 51.516441], [-0.086289, 51.516323], [-0.086113, 51.516289], [-0.086179, 51.516203], [-0.086195, 51.516206], [-0.086275, 51.516037], [-0.086526, 51.516093], [-0.086658, 51.515783]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7163, &quot;postcode&quot;: &quot;EC2N 2DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086713, 51.515238], [-0.086704, 51.515404], [-0.086643, 51.515395], [-0.086595, 51.515418], [-0.086437, 51.515438], [-0.08625, 51.515296], [-0.086231, 51.515225], [-0.086032, 51.515168], [-0.086026, 51.515151], [-0.086303, 51.515071], [-0.086384, 51.515096], [-0.086544, 51.515108], [-0.086626, 51.515171], [-0.086639, 51.515221], [-0.086713, 51.515238]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1116, &quot;postcode&quot;: &quot;EC2N 2DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085926, 51.515582], [-0.085896, 51.515659], [-0.085853, 51.515701], [-0.085809, 51.515713], [-0.085719, 51.515698], [-0.085641, 51.515665], [-0.085449, 51.515678], [-0.08534, 51.515589], [-0.085082, 51.515523], [-0.085199, 51.515294], [-0.085367, 51.515314], [-0.085811, 51.515411], [-0.08587, 51.5154], [-0.085895, 51.515367], [-0.085927, 51.51541], [-0.085928, 51.515468], [-0.085895, 51.515519], [-0.085926, 51.515582]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1760, &quot;postcode&quot;: &quot;EC2N 2HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086437, 51.515438], [-0.086409, 51.51547], [-0.0864, 51.515542], [-0.085953, 51.515512], [-0.085947, 51.515483], [-0.08589, 51.515431], [-0.085367, 51.515314], [-0.08542, 51.51511], [-0.085473, 51.5151], [-0.08552, 51.515063], [-0.085616, 51.515068], [-0.085792, 51.515137], [-0.085883, 51.515152], [-0.085906, 51.515208], [-0.085895, 51.515373], [-0.085931, 51.515405], [-0.086201, 51.515425], [-0.086393, 51.515418], [-0.086437, 51.515438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1484, &quot;postcode&quot;: &quot;EC2N 2HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086111, 51.515779], [-0.085928, 51.51614], [-0.085868, 51.516098], [-0.085751, 51.516061], [-0.085642, 51.516051], [-0.085504, 51.51601], [-0.085434, 51.516007], [-0.085335, 51.515953], [-0.085372, 51.515868], [-0.085318, 51.515829], [-0.08537, 51.515828], [-0.085407, 51.515808], [-0.085472, 51.51572], [-0.085449, 51.515678], [-0.085661, 51.515663], [-0.085763, 51.515699], [-0.085853, 51.515701], [-0.085935, 51.51575], [-0.086111, 51.515779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1783, &quot;postcode&quot;: &quot;EC2N 2HE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085493, 51.515697], [-0.085461, 51.515757], [-0.085423, 51.51578], [-0.08535, 51.515923], [-0.085268, 51.51591], [-0.085213, 51.515925], [-0.085125, 51.516076], [-0.084828, 51.516014], [-0.084657, 51.516052], [-0.084557, 51.516028], [-0.084571, 51.515984], [-0.084542, 51.515951], [-0.084155, 51.515833], [-0.084352, 51.51561], [-0.084584, 51.515655], [-0.084631, 51.515678], [-0.084708, 51.515658], [-0.084786, 51.51567], [-0.084896, 51.515652], [-0.084967, 51.515544], [-0.085032, 51.51555], [-0.085082, 51.515523], [-0.085353, 51.51559], [-0.085388, 51.51564], [-0.085493, 51.515697]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3341, &quot;postcode&quot;: &quot;EC2N 2HG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085932, 51.516143], [-0.085831, 51.51631], [-0.085716, 51.516378], [-0.085584, 51.516385], [-0.085634, 51.516309], [-0.085627, 51.516274], [-0.085447, 51.51622], [-0.085366, 51.516139], [-0.085205, 51.51611], [-0.085124, 51.516145], [-0.084847, 51.516083], [-0.084795, 51.516094], [-0.084769, 51.516122], [-0.084657, 51.516052], [-0.084815, 51.51601], [-0.085105, 51.516061], [-0.085145, 51.516038], [-0.085221, 51.515899], [-0.08535, 51.515923], [-0.08536, 51.515963], [-0.085437, 51.516002], [-0.085552, 51.516019], [-0.085599, 51.516012], [-0.085646, 51.516047], [-0.085794, 51.516061], [-0.085932, 51.516143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1579, &quot;postcode&quot;: &quot;EC2N 2JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086476, 51.515925], [-0.08641, 51.516067], [-0.086326, 51.516051], [-0.08627, 51.516065], [-0.086195, 51.516206], [-0.086101, 51.516189], [-0.086058, 51.516147], [-0.085961, 51.516133], [-0.085949, 51.516111], [-0.086103, 51.515796], [-0.08616, 51.515787], [-0.086385, 51.515822], [-0.086378, 51.515893], [-0.086476, 51.515925]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 983, &quot;postcode&quot;: &quot;EC2N 2JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086739, 51.515612], [-0.086686, 51.515664], [-0.086658, 51.515783], [-0.086526, 51.516093], [-0.08641, 51.516068], [-0.086459, 51.51595], [-0.086427, 51.515918], [-0.086353, 51.515903], [-0.086371, 51.515853], [-0.086348, 51.515822], [-0.086207, 51.515794], [-0.086103, 51.515796], [-0.086067, 51.515773], [-0.085927, 51.51575], [-0.085853, 51.515701], [-0.085921, 51.515595], [-0.085892, 51.515519], [-0.085944, 51.515444], [-0.085895, 51.515367], [-0.085899, 51.515308], [-0.086131, 51.515316], [-0.08625, 51.515297], [-0.086418, 51.515431], [-0.086539, 51.515425], [-0.086584, 51.515407], [-0.08662, 51.515268], [-0.086646, 51.514879], [-0.086733, 51.514869], [-0.086698, 51.515567], [-0.086739, 51.515612]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3412, &quot;postcode&quot;: &quot;EC2N 2QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08625, 51.515296], [-0.08618, 51.51532], [-0.085899, 51.515308], [-0.085887, 51.515158], [-0.085976, 51.515158], [-0.086029, 51.515133], [-0.086077, 51.515134], [-0.086102, 51.515178], [-0.086247, 51.515226], [-0.08625, 51.515296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 370, &quot;postcode&quot;: &quot;EC2N 2QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084075, 51.513574], [-0.083942, 51.513853], [-0.083518, 51.51384], [-0.083474, 51.513814], [-0.083387, 51.51381], [-0.083947, 51.513447], [-0.084054, 51.51346], [-0.084069, 51.513474], [-0.08405, 51.51354], [-0.084075, 51.513574]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1130, &quot;postcode&quot;: &quot;EC2N 3AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084816, 51.514126], [-0.084473, 51.514154], [-0.084431, 51.514171], [-0.084417, 51.514198], [-0.084375, 51.514203], [-0.084322, 51.514185], [-0.084256, 51.514195], [-0.084161, 51.514109], [-0.084015, 51.514084], [-0.084107, 51.51389], [-0.084415, 51.513929], [-0.084478, 51.513913], [-0.084773, 51.513934], [-0.084816, 51.514126]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1329, &quot;postcode&quot;: &quot;EC2N 3AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083403, 51.515384], [-0.083346, 51.515448], [-0.083381, 51.515494], [-0.083257, 51.515621], [-0.083202, 51.515608], [-0.083156, 51.515618], [-0.083007, 51.515753], [-0.082612, 51.515572], [-0.082543, 51.515574], [-0.0825, 51.515611], [-0.082441, 51.515579], [-0.083053, 51.514953], [-0.083347, 51.515083], [-0.083203, 51.515207], [-0.083194, 51.515236], [-0.083221, 51.515265], [-0.08335, 51.515316], [-0.083349, 51.515356], [-0.083403, 51.515384]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2998, &quot;postcode&quot;: &quot;EC2N 3AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081707, 51.515779], [-0.081621, 51.515745], [-0.081622, 51.515724], [-0.081719, 51.515761], [-0.081707, 51.515779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 16, &quot;postcode&quot;: &quot;EC2N 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082196, 51.515517], [-0.081749, 51.515899], [-0.081598, 51.5161], [-0.08161, 51.516063], [-0.081583, 51.516034], [-0.081483, 51.516011], [-0.081436, 51.516019], [-0.081409, 51.516042], [-0.081364, 51.51603], [-0.081324, 51.515983], [-0.081214, 51.515922], [-0.081133, 51.515934], [-0.081069, 51.51602], [-0.080428, 51.515805], [-0.080496, 51.515743], [-0.08049, 51.515704], [-0.080277, 51.515575], [-0.080183, 51.515548], [-0.080124, 51.515488], [-0.080183, 51.515419], [-0.080226, 51.515438], [-0.080272, 51.515438], [-0.080699, 51.515686], [-0.080828, 51.515733], [-0.08088, 51.515719], [-0.08116, 51.515523], [-0.081328, 51.515551], [-0.081333, 51.515583], [-0.081369, 51.515605], [-0.081437, 51.515621], [-0.08149, 51.515612], [-0.081566, 51.515518], [-0.081666, 51.515338], [-0.082079, 51.515438], [-0.082196, 51.515517]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4988, &quot;postcode&quot;: &quot;EC2N 4AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08291, 51.51485], [-0.082755, 51.51499], [-0.082611, 51.514936], [-0.082686, 51.514826], [-0.082731, 51.514805], [-0.08291, 51.51485]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 226, &quot;postcode&quot;: &quot;EC2N 4AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082757, 51.514988], [-0.082633, 51.515109], [-0.082478, 51.515053], [-0.082475, 51.515022], [-0.082439, 51.514999], [-0.082487, 51.51494], [-0.082558, 51.514955], [-0.082611, 51.514936], [-0.082757, 51.514988]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 247, &quot;postcode&quot;: &quot;EC2N 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081681, 51.515981], [-0.081592, 51.516106], [-0.081556, 51.516221], [-0.081586, 51.516342], [-0.081522, 51.516319], [-0.081461, 51.516328], [-0.081319, 51.516478], [-0.081238, 51.516456], [-0.081106, 51.516506], [-0.080994, 51.516471], [-0.080928, 51.516495], [-0.080875, 51.516486], [-0.080709, 51.516509], [-0.08049, 51.516418], [-0.08047, 51.516348], [-0.080563, 51.516366], [-0.080615, 51.516322], [-0.080601, 51.516294], [-0.080519, 51.516241], [-0.080495, 51.516169], [-0.080826, 51.515983], [-0.08081, 51.515942], [-0.080713, 51.515901], [-0.081027, 51.516002], [-0.081094, 51.515983], [-0.081163, 51.515886], [-0.081372, 51.516008], [-0.081441, 51.515998], [-0.081602, 51.516032], [-0.081645, 51.516019], [-0.081681, 51.515981]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3654, &quot;postcode&quot;: &quot;EC2N 4AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083991, 51.513767], [-0.083822, 51.514102], [-0.083765, 51.514124], [-0.08376, 51.514175], [-0.083568, 51.514386], [-0.083487, 51.514357], [-0.083417, 51.514372], [-0.083243, 51.514532], [-0.083248, 51.51458], [-0.08291, 51.51485], [-0.082731, 51.514805], [-0.082709, 51.514753], [-0.082595, 51.514705], [-0.082564, 51.514666], [-0.08279, 51.514446], [-0.082774, 51.514405], [-0.082696, 51.514377], [-0.082995, 51.514094], [-0.08296, 51.514053], [-0.082745, 51.514006], [-0.08278, 51.513937], [-0.083086, 51.513993], [-0.083387, 51.51381], [-0.083518, 51.513812], [-0.083577, 51.51384], [-0.083893, 51.513849], [-0.083945, 51.51383], [-0.083973, 51.513768], [-0.083991, 51.513767]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5226, &quot;postcode&quot;: &quot;EC2N 4BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089667, 51.517322], [-0.089734, 51.517146], [-0.089667, 51.517322], [-0.089667, 51.517322]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2R 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090105, 51.515559], [-0.090065, 51.515669], [-0.090053, 51.515693], [-0.090031, 51.515688], [-0.090105, 51.515559]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 21, &quot;postcode&quot;: &quot;EC2R 5AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090288, 51.515583], [-0.090261, 51.515623], [-0.090299, 51.515627], [-0.090227, 51.51562], [-0.090247, 51.515578], [-0.090288, 51.515583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC2R 5AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090427, 51.516725], [-0.090386, 51.516751], [-0.090367, 51.516832], [-0.090304, 51.516851], [-0.089891, 51.516835], [-0.089843, 51.516794], [-0.089857, 51.516598], [-0.089892, 51.516531], [-0.089863, 51.516474], [-0.089988, 51.51648], [-0.089962, 51.516546], [-0.090027, 51.51658], [-0.090162, 51.516571], [-0.090185, 51.516544], [-0.090174, 51.51649], [-0.090305, 51.516496], [-0.09033, 51.516533], [-0.0904, 51.516544], [-0.090398, 51.516621], [-0.090357, 51.516639], [-0.090345, 51.516669], [-0.090365, 51.516708], [-0.090427, 51.516725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1246, &quot;postcode&quot;: &quot;EC2R 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089748, 51.51611], [-0.089732, 51.51615], [-0.089493, 51.516119], [-0.089502, 51.516077], [-0.089748, 51.51611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 80, &quot;postcode&quot;: &quot;EC2R 5BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090406, 51.514945], [-0.090051, 51.515641], [-0.089932, 51.515941], [-0.089887, 51.516135], [-0.089863, 51.51648], [-0.089905, 51.51652], [-0.089858, 51.516569], [-0.089845, 51.516786], [-0.089895, 51.51683], [-0.090045, 51.516842], [-0.089976, 51.516887], [-0.089889, 51.51688], [-0.089839, 51.516904], [-0.089802, 51.51709], [-0.089744, 51.51712], [-0.08965, 51.517366], [-0.089547, 51.517362], [-0.08936, 51.517451], [-0.089313, 51.517426], [-0.089302, 51.517333], [-0.089245, 51.517306], [-0.089259, 51.517252], [-0.089229, 51.517219], [-0.08923, 51.517156], [-0.089194, 51.517137], [-0.089071, 51.517122], [-0.089109, 51.516982], [-0.089555, 51.516998], [-0.08962, 51.516969], [-0.089664, 51.516519], [-0.089732, 51.516151], [-0.08983, 51.515937], [-0.089823, 51.515905], [-0.08988, 51.515751], [-0.09024, 51.515016], [-0.09029, 51.514997], [-0.090326, 51.514937], [-0.090406, 51.514945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4076, &quot;postcode&quot;: &quot;EC2R 5BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089697, 51.516332], [-0.089664, 51.51652], [-0.089491, 51.516512], [-0.089437, 51.516419], [-0.089205, 51.51638], [-0.089241, 51.516283], [-0.089307, 51.51629], [-0.089365, 51.51632], [-0.089539, 51.516336], [-0.089595, 51.516322], [-0.089697, 51.516332]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 476, &quot;postcode&quot;: &quot;EC2R 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089484, 51.516208], [-0.089433, 51.516203], [-0.089469, 51.516116], [-0.089732, 51.51615], [-0.089697, 51.516332], [-0.089595, 51.516322], [-0.089589, 51.516341], [-0.089352, 51.516319], [-0.089372, 51.516296], [-0.08946, 51.516304], [-0.089484, 51.516208]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 410, &quot;postcode&quot;: &quot;EC2R 5BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090272, 51.515226], [-0.090105, 51.515559], [-0.090092, 51.515557], [-0.090121, 51.51548], [-0.090095, 51.515454], [-0.090018, 51.515433], [-0.09004, 51.515374], [-0.090072, 51.515368], [-0.090132, 51.515387], [-0.090182, 51.515374], [-0.090272, 51.515226]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 106, &quot;postcode&quot;: &quot;EC2R 5EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089819, 51.514908], [-0.090179, 51.51495], [-0.090219, 51.514971], [-0.09024, 51.515015], [-0.090167, 51.515183], [-0.089895, 51.515139], [-0.08988, 51.515169], [-0.08968, 51.515122], [-0.089737, 51.51496], [-0.089819, 51.514908]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 890, &quot;postcode&quot;: &quot;EC2R 6AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090032, 51.515441], [-0.08993, 51.515653], [-0.089684, 51.515625], [-0.089657, 51.515576], [-0.089519, 51.515552], [-0.08959, 51.515384], [-0.090032, 51.515441]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 725, &quot;postcode&quot;: &quot;EC2R 6AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090167, 51.515183], [-0.090073, 51.515367], [-0.090018, 51.515433], [-0.089579, 51.515391], [-0.089528, 51.515364], [-0.08953, 51.515321], [-0.089586, 51.515316], [-0.089618, 51.515291], [-0.08968, 51.515122], [-0.08982, 51.515157], [-0.089895, 51.515139], [-0.090167, 51.515183]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1002, &quot;postcode&quot;: &quot;EC2R 6AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08949, 51.515025], [-0.089447, 51.515146], [-0.088997, 51.515082], [-0.089031, 51.51499], [-0.089193, 51.515005], [-0.08923, 51.514985], [-0.08925, 51.514938], [-0.089372, 51.514964], [-0.089396, 51.515007], [-0.08949, 51.515025]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 463, &quot;postcode&quot;: &quot;EC2R 6AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08993, 51.515653], [-0.089834, 51.515875], [-0.089841, 51.515908], [-0.089765, 51.516112], [-0.089571, 51.516086], [-0.089522, 51.516093], [-0.08945, 51.516163], [-0.089483, 51.516208], [-0.08946, 51.516304], [-0.089393, 51.516302], [-0.089352, 51.516319], [-0.089273, 51.516306], [-0.08923, 51.516313], [-0.089208, 51.516262], [-0.089092, 51.516247], [-0.089199, 51.516118], [-0.089245, 51.516114], [-0.089277, 51.516092], [-0.089349, 51.51591], [-0.08934, 51.515875], [-0.089293, 51.515855], [-0.089342, 51.515757], [-0.089336, 51.515694], [-0.089293, 51.515659], [-0.08922, 51.51565], [-0.089263, 51.515623], [-0.089367, 51.515354], [-0.089528, 51.515365], [-0.0896, 51.515384], [-0.089572, 51.515406], [-0.089534, 51.515513], [-0.089558, 51.515552], [-0.089696, 51.515578], [-0.089704, 51.515611], [-0.08974, 51.515631], [-0.08993, 51.515653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2946, &quot;postcode&quot;: &quot;EC2R 6AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089365, 51.515869], [-0.089264, 51.51613], [-0.089298, 51.516135], [-0.089271, 51.516205], [-0.089184, 51.516201], [-0.0892, 51.516069], [-0.089119, 51.516007], [-0.08916, 51.515899], [-0.089248, 51.515885], [-0.089293, 51.515855], [-0.089365, 51.515869]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 353, &quot;postcode&quot;: &quot;EC2R 6AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089318, 51.516709], [-0.089644, 51.516734], [-0.08962, 51.517], [-0.089109, 51.516982], [-0.089071, 51.517122], [-0.089118, 51.517127], [-0.089099, 51.51719], [-0.089118, 51.517192], [-0.089108, 51.517274], [-0.08908, 51.51727], [-0.089096, 51.517272], [-0.089019, 51.517384], [-0.088794, 51.517413], [-0.088738, 51.517338], [-0.088783, 51.517229], [-0.088877, 51.517245], [-0.088883, 51.517192], [-0.088918, 51.517196], [-0.088957, 51.517062], [-0.088922, 51.517058], [-0.088948, 51.516968], [-0.088983, 51.516972], [-0.089093, 51.516673], [-0.089318, 51.516709]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2037, &quot;postcode&quot;: &quot;EC2R 6BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089832, 51.514881], [-0.089823, 51.514907], [-0.089736, 51.514962], [-0.089618, 51.515292], [-0.089623, 51.51533], [-0.089563, 51.515334], [-0.089528, 51.515364], [-0.089395, 51.515365], [-0.089353, 51.515392], [-0.089267, 51.515617], [-0.089337, 51.515693], [-0.089344, 51.515757], [-0.089293, 51.515855], [-0.089248, 51.515885], [-0.089166, 51.515906], [-0.089121, 51.515965], [-0.089077, 51.515942], [-0.088817, 51.515913], [-0.088812, 51.515822], [-0.088849, 51.515792], [-0.088873, 51.515664], [-0.088835, 51.515627], [-0.088721, 51.515618], [-0.088757, 51.515457], [-0.089024, 51.515483], [-0.089091, 51.515461], [-0.089129, 51.515343], [-0.08909, 51.515284], [-0.08902, 51.515266], [-0.089075, 51.515095], [-0.089384, 51.515137], [-0.089447, 51.515122], [-0.089531, 51.514897], [-0.089505, 51.514858], [-0.089425, 51.514841], [-0.089437, 51.514812], [-0.089832, 51.514881]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3492, &quot;postcode&quot;: &quot;EC2R 6DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088281, 51.516497], [-0.088263, 51.516495], [-0.088264, 51.516465], [-0.088326, 51.516336], [-0.08827, 51.516331], [-0.088271, 51.516302], [-0.088479, 51.516294], [-0.088664, 51.516356], [-0.088667, 51.516485], [-0.088705, 51.516487], [-0.088703, 51.516513], [-0.088664, 51.516511], [-0.088658, 51.516546], [-0.088681, 51.51655], [-0.08861, 51.51669], [-0.088214, 51.516656], [-0.088281, 51.516497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1094, &quot;postcode&quot;: &quot;EC2R 6EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088835, 51.516764], [-0.088673, 51.517169], [-0.088696, 51.517209], [-0.088782, 51.517229], [-0.088738, 51.517338], [-0.088659, 51.517308], [-0.088672, 51.517271], [-0.088652, 51.517243], [-0.088561, 51.517223], [-0.088535, 51.517189], [-0.088584, 51.517062], [-0.088555, 51.517033], [-0.088493, 51.51702], [-0.088593, 51.516724], [-0.088835, 51.516764]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 816, &quot;postcode&quot;: &quot;EC2R 6EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088614, 51.516681], [-0.088853, 51.516717], [-0.088937, 51.516501], [-0.088955, 51.516502], [-0.08902, 51.516318], [-0.089004, 51.516315], [-0.08901, 51.516296], [-0.089231, 51.516312], [-0.089186, 51.516434], [-0.089143, 51.516427], [-0.089057, 51.516653], [-0.089052, 51.516666], [-0.089093, 51.516673], [-0.088983, 51.516972], [-0.088948, 51.516968], [-0.088922, 51.517058], [-0.088957, 51.517062], [-0.088918, 51.517196], [-0.088883, 51.517192], [-0.088877, 51.517245], [-0.088629, 51.517203], [-0.088663, 51.517193], [-0.088835, 51.516764], [-0.088593, 51.516724], [-0.088614, 51.516681]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1592, &quot;postcode&quot;: &quot;EC2R 6EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088901, 51.516524], [-0.08892, 51.51654], [-0.088853, 51.516717], [-0.088614, 51.516681], [-0.088681, 51.51655], [-0.088658, 51.516546], [-0.088664, 51.516511], [-0.088703, 51.516513], [-0.088705, 51.516487], [-0.088862, 51.516497], [-0.088858, 51.516521], [-0.088901, 51.516524]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 375, &quot;postcode&quot;: &quot;EC2R 6JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08919, 51.516428], [-0.089205, 51.51638], [-0.089483, 51.516422], [-0.089464, 51.516466], [-0.089502, 51.516472], [-0.089491, 51.516512], [-0.089664, 51.51652], [-0.089655, 51.516615], [-0.089389, 51.516604], [-0.089372, 51.516689], [-0.089337, 51.516687], [-0.08933, 51.51671], [-0.089052, 51.516666], [-0.089143, 51.516427], [-0.08919, 51.516428]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 915, &quot;postcode&quot;: &quot;EC2R 6LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089255, 51.516318], [-0.089225, 51.516336], [-0.089205, 51.516379], [-0.08923, 51.516314], [-0.089255, 51.516318]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2R 6PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089114, 51.515276], [-0.089105, 51.515302], [-0.089025, 51.515319], [-0.088795, 51.515294], [-0.088727, 51.515233], [-0.088606, 51.515218], [-0.088508, 51.515158], [-0.088368, 51.515156], [-0.088374, 51.515105], [-0.088403, 51.515076], [-0.088426, 51.514884], [-0.0885, 51.514901], [-0.088614, 51.515002], [-0.088775, 51.514994], [-0.088832, 51.515012], [-0.088874, 51.515059], [-0.089082, 51.515096], [-0.089035, 51.515233], [-0.089062, 51.515265], [-0.089114, 51.515276]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1245, &quot;postcode&quot;: &quot;EC2R 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08836, 51.516666], [-0.088214, 51.516656], [-0.088318, 51.516663], [-0.08836, 51.516666]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2R 7AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088781, 51.514631], [-0.08872, 51.514683], [-0.088729, 51.514737], [-0.088674, 51.514742], [-0.088641, 51.514769], [-0.088617, 51.514949], [-0.088494, 51.514944], [-0.088482, 51.514906], [-0.088426, 51.514884], [-0.088436, 51.514712], [-0.088506, 51.514715], [-0.088549, 51.514701], [-0.088569, 51.514668], [-0.088546, 51.514637], [-0.088575, 51.514622], [-0.088781, 51.514631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 475, &quot;postcode&quot;: &quot;EC2R 7AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089218, 51.51565], [-0.089214, 51.51567], [-0.089117, 51.515664], [-0.089067, 51.515679], [-0.088936, 51.515672], [-0.088891, 51.515682], [-0.088858, 51.515755], [-0.088877, 51.515782], [-0.088916, 51.515796], [-0.088908, 51.515825], [-0.08885, 51.515831], [-0.088816, 51.515862], [-0.088824, 51.515898], [-0.088861, 51.515918], [-0.08914, 51.51595], [-0.08903, 51.516245], [-0.088475, 51.516204], [-0.088447, 51.516154], [-0.088329, 51.516138], [-0.088295, 51.516113], [-0.088235, 51.516105], [-0.088286, 51.515924], [-0.088335, 51.515916], [-0.088363, 51.515888], [-0.088367, 51.515841], [-0.088334, 51.515813], [-0.088338, 51.515725], [-0.088274, 51.515697], [-0.088234, 51.51565], [-0.088112, 51.515654], [-0.088067, 51.515616], [-0.087916, 51.515603], [-0.088495, 51.515614], [-0.088536, 51.515591], [-0.088544, 51.515547], [-0.088495, 51.515504], [-0.088427, 51.515492], [-0.088434, 51.51544], [-0.088581, 51.515439], [-0.088757, 51.515457], [-0.088731, 51.515579], [-0.088771, 51.515617], [-0.089218, 51.51565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3513, &quot;postcode&quot;: &quot;EC2R 7AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089139, 51.515332], [-0.089084, 51.515489], [-0.088621, 51.515442], [-0.088559, 51.515454], [-0.088532, 51.515484], [-0.088554, 51.515522], [-0.088533, 51.515618], [-0.087916, 51.515603], [-0.087932, 51.515421], [-0.087972, 51.515385], [-0.087977, 51.515121], [-0.088369, 51.515133], [-0.088418, 51.515156], [-0.088495, 51.515151], [-0.088631, 51.515216], [-0.088732, 51.515232], [-0.088808, 51.515294], [-0.089014, 51.515318], [-0.089105, 51.515302], [-0.089139, 51.515332]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3019, &quot;postcode&quot;: &quot;EC2R 7AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088373, 51.515822], [-0.088358, 51.515929], [-0.088311, 51.515934], [-0.088278, 51.515957], [-0.088235, 51.516104], [-0.088271, 51.515946], [-0.08823, 51.515918], [-0.088125, 51.515905], [-0.08805, 51.515827], [-0.088036, 51.515765], [-0.087954, 51.515743], [-0.087955, 51.515671], [-0.087932, 51.515646], [-0.087947, 51.515609], [-0.08828, 51.515628], [-0.08829, 51.515681], [-0.088349, 51.515702], [-0.088339, 51.515788], [-0.088373, 51.515822]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 738, &quot;postcode&quot;: &quot;EC2R 7BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08771, 51.516859], [-0.087732, 51.51683], [-0.087725, 51.516882], [-0.08771, 51.516859]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5, &quot;postcode&quot;: &quot;EC2R 7BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087783, 51.51651], [-0.087783, 51.516538], [-0.087762, 51.516655], [-0.087715, 51.516598], [-0.087783, 51.51651]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;EC2R 7BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088155, 51.51585], [-0.088136, 51.515906], [-0.088056, 51.515904], [-0.087926, 51.515952], [-0.087871, 51.516053], [-0.087881, 51.516215], [-0.087858, 51.516228], [-0.08772, 51.516244], [-0.087713, 51.516213], [-0.087676, 51.516192], [-0.087415, 51.516177], [-0.087529, 51.51587], [-0.087802, 51.515929], [-0.087851, 51.515926], [-0.087946, 51.515823], [-0.087954, 51.515743], [-0.088035, 51.515752], [-0.088065, 51.51583], [-0.088155, 51.51585]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1195, &quot;postcode&quot;: &quot;EC2R 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090683, 51.514532], [-0.090557, 51.514782], [-0.090579, 51.514824], [-0.090549, 51.514905], [-0.090409, 51.514923], [-0.090336, 51.514948], [-0.09028, 51.515022], [-0.09024, 51.515016], [-0.09023, 51.51498], [-0.090172, 51.514949], [-0.089823, 51.514907], [-0.089778, 51.514872], [-0.089496, 51.514823], [-0.089425, 51.514841], [-0.089331, 51.514827], [-0.089274, 51.514836], [-0.089231, 51.514814], [-0.089047, 51.514788], [-0.089031, 51.514758], [-0.08899, 51.514741], [-0.088242, 51.514702], [-0.08819, 51.514685], [-0.08776, 51.514693], [-0.087699, 51.514634], [-0.088306, 51.514626], [-0.08887, 51.514656], [-0.088929, 51.514637], [-0.08898, 51.514639], [-0.089032, 51.514677], [-0.089722, 51.514768], [-0.089837, 51.514735], [-0.089868, 51.514701], [-0.08976, 51.514535], [-0.089935, 51.514488], [-0.090084, 51.514343], [-0.090191, 51.514409], [-0.090189, 51.514441], [-0.090224, 51.514467], [-0.090683, 51.514532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4206, &quot;postcode&quot;: &quot;EC2R 7DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087554, 51.516184], [-0.087729, 51.516193], [-0.087691, 51.516381], [-0.087509, 51.516368], [-0.087513, 51.516351], [-0.087491, 51.51635], [-0.087554, 51.516184]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 276, &quot;postcode&quot;: &quot;EC2R 7DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088416, 51.516214], [-0.088329, 51.516215], [-0.088265, 51.516257], [-0.088209, 51.516229], [-0.087934, 51.516193], [-0.08786, 51.516211], [-0.087809, 51.516432], [-0.08784, 51.516466], [-0.087899, 51.516476], [-0.087811, 51.516487], [-0.087726, 51.516583], [-0.087762, 51.516655], [-0.087732, 51.51683], [-0.087709, 51.516884], [-0.087642, 51.516885], [-0.087602, 51.516909], [-0.087574, 51.517041], [-0.087533, 51.517054], [-0.086601, 51.516892], [-0.086959, 51.516177], [-0.087331, 51.516239], [-0.087389, 51.516223], [-0.087415, 51.516177], [-0.087554, 51.516184], [-0.087507, 51.516343], [-0.087552, 51.51637], [-0.087664, 51.516371], [-0.087704, 51.51633], [-0.087758, 51.516329], [-0.087796, 51.516306], [-0.08785, 51.516088], [-0.088048, 51.515794], [-0.088049, 51.515827], [-0.087971, 51.515943], [-0.087975, 51.515993], [-0.087933, 51.516054], [-0.087878, 51.516089], [-0.087881, 51.516147], [-0.087923, 51.51617], [-0.088214, 51.516209], [-0.088289, 51.516191], [-0.0884, 51.516198], [-0.088416, 51.516214]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5905, &quot;postcode&quot;: &quot;EC2R 7DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088325, 51.516336], [-0.088263, 51.516495], [-0.088208, 51.516498], [-0.087801, 51.516466], [-0.087803, 51.516374], [-0.087753, 51.516353], [-0.087698, 51.516362], [-0.08772, 51.516245], [-0.087881, 51.516215], [-0.088022, 51.516224], [-0.088092, 51.516246], [-0.088145, 51.516296], [-0.088271, 51.516302], [-0.088325, 51.516336]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 954, &quot;postcode&quot;: &quot;EC2R 7EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087972, 51.515351], [-0.087714, 51.515385], [-0.087697, 51.515246], [-0.087975, 51.515208], [-0.087972, 51.515351]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 296, &quot;postcode&quot;: &quot;EC2R 7HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089771, 51.514747], [-0.089762, 51.514782], [-0.089705, 51.514817], [-0.089741, 51.514865], [-0.089601, 51.514843], [-0.089542, 51.514863], [-0.08949, 51.515025], [-0.089354, 51.515004], [-0.089293, 51.514978], [-0.089164, 51.51501], [-0.089251, 51.514816], [-0.089395, 51.514831], [-0.089475, 51.514785], [-0.089453, 51.514737], [-0.089331, 51.514716], [-0.089351, 51.514653], [-0.089613, 51.514666], [-0.089698, 51.514647], [-0.089771, 51.514747]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 891, &quot;postcode&quot;: &quot;EC2R 7HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088444, 51.514723], [-0.0884, 51.515105], [-0.08837, 51.515133], [-0.087939, 51.515116], [-0.087638, 51.515149], [-0.087507, 51.514873], [-0.087466, 51.514849], [-0.087412, 51.51485], [-0.087359, 51.514763], [-0.087755, 51.514696], [-0.087793, 51.514666], [-0.08778, 51.514629], [-0.087879, 51.514583], [-0.08792, 51.5146], [-0.088018, 51.5146], [-0.088012, 51.514662], [-0.088058, 51.514694], [-0.08841, 51.514711], [-0.088444, 51.514723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3135, &quot;postcode&quot;: &quot;EC2R 7HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089351, 51.514653], [-0.089331, 51.514716], [-0.08913, 51.51469], [-0.089061, 51.514721], [-0.089059, 51.514761], [-0.089083, 51.514787], [-0.089251, 51.514816], [-0.089163, 51.515012], [-0.089047, 51.515007], [-0.089, 51.515074], [-0.088842, 51.515057], [-0.088818, 51.515024], [-0.08875, 51.51501], [-0.088697, 51.51502], [-0.088671, 51.515052], [-0.088616, 51.515058], [-0.088568, 51.514947], [-0.088622, 51.514912], [-0.088645, 51.514727], [-0.088713, 51.514729], [-0.08877, 51.51471], [-0.088789, 51.514682], [-0.088781, 51.514631], [-0.089351, 51.514653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1623, &quot;postcode&quot;: &quot;EC2R 7HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087971, 51.515422], [-0.087929, 51.515456], [-0.087916, 51.515604], [-0.087958, 51.515655], [-0.08795, 51.515818], [-0.087862, 51.515943], [-0.087529, 51.51587], [-0.087608, 51.515651], [-0.087577, 51.51561], [-0.086962, 51.515601], [-0.086976, 51.5155], [-0.08696, 51.515104], [-0.086934, 51.51497], [-0.086872, 51.514853], [-0.087375, 51.51476], [-0.087397, 51.514823], [-0.087452, 51.514843], [-0.087414, 51.514879], [-0.087435, 51.514934], [-0.087534, 51.515028], [-0.087601, 51.51506], [-0.087642, 51.515131], [-0.087699, 51.515143], [-0.087976, 51.515112], [-0.087975, 51.515208], [-0.087743, 51.515241], [-0.087701, 51.51528], [-0.08771, 51.515346], [-0.087752, 51.515373], [-0.087972, 51.515351], [-0.087971, 51.515422]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5612, &quot;postcode&quot;: &quot;EC2R 7HJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087932, 51.515646], [-0.087911, 51.515645], [-0.087916, 51.515603], [-0.087947, 51.515609], [-0.087932, 51.515646]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC2R 7HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088525, 51.516207], [-0.088472, 51.516299], [-0.088142, 51.516304], [-0.088079, 51.516246], [-0.087984, 51.516221], [-0.087881, 51.516215], [-0.087884, 51.516086], [-0.08791, 51.516086], [-0.087929, 51.516134], [-0.088, 51.51616], [-0.08825, 51.516188], [-0.088317, 51.516169], [-0.088332, 51.516116], [-0.088376, 51.516142], [-0.088486, 51.516152], [-0.088489, 51.516184], [-0.088525, 51.516207]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 556, &quot;postcode&quot;: &quot;EC2R 7NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088486, 51.516152], [-0.088475, 51.516204], [-0.08807, 51.516172], [-0.087879, 51.516131], [-0.087908, 51.516038], [-0.087899, 51.51599], [-0.088042, 51.515896], [-0.088286, 51.515924], [-0.088255, 51.51609], [-0.088369, 51.51614], [-0.088486, 51.516152]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 805, &quot;postcode&quot;: &quot;EC2R 7NJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091891, 51.514259], [-0.091844, 51.514347], [-0.091882, 51.514389], [-0.091869, 51.51441], [-0.09179, 51.514432], [-0.091496, 51.514398], [-0.091553, 51.514244], [-0.091536, 51.514207], [-0.0915, 51.514192], [-0.091218, 51.514155], [-0.091151, 51.514171], [-0.091055, 51.514168], [-0.090985, 51.514141], [-0.091014, 51.514045], [-0.090954, 51.514007], [-0.090954, 51.513965], [-0.091015, 51.513981], [-0.091067, 51.513975], [-0.091082, 51.514028], [-0.09119, 51.51405], [-0.091249, 51.514037], [-0.091276, 51.513993], [-0.091636, 51.514023], [-0.091609, 51.514101], [-0.091617, 51.514209], [-0.091656, 51.514226], [-0.091891, 51.514259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1260, &quot;postcode&quot;: &quot;EC2R 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091558, 51.514232], [-0.091521, 51.51433], [-0.091408, 51.514338], [-0.091367, 51.514382], [-0.09112, 51.514354], [-0.09106, 51.514368], [-0.090962, 51.514357], [-0.091061, 51.514156], [-0.091139, 51.514165], [-0.091191, 51.514144], [-0.091415, 51.514185], [-0.091456, 51.514177], [-0.091486, 51.514153], [-0.091558, 51.514232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 777, &quot;postcode&quot;: &quot;EC2R 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089714, 51.514601], [-0.089698, 51.514647], [-0.089628, 51.514675], [-0.089527, 51.514659], [-0.0879, 51.514599], [-0.087757, 51.514414], [-0.087708, 51.514399], [-0.087613, 51.514409], [-0.087577, 51.514322], [-0.087537, 51.514306], [-0.087484, 51.514309], [-0.087443, 51.514239], [-0.08752, 51.514196], [-0.087555, 51.514125], [-0.087466, 51.513988], [-0.087467, 51.513962], [-0.087986, 51.51381], [-0.088026, 51.513782], [-0.088886, 51.513551], [-0.088926, 51.513552], [-0.088974, 51.513589], [-0.088977, 51.513623], [-0.089714, 51.514601]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12475, &quot;postcode&quot;: &quot;EC2R 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090757, 51.513649], [-0.090683, 51.513705], [-0.090535, 51.513897], [-0.09053, 51.513929], [-0.090451, 51.513997], [-0.090345, 51.513974], [-0.090291, 51.513985], [-0.090224, 51.514111], [-0.089804, 51.514018], [-0.089626, 51.514058], [-0.089767, 51.513644], [-0.089799, 51.51349], [-0.090757, 51.513649]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3301, &quot;postcode&quot;: &quot;EC2R 8AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086259, 51.514033], [-0.086228, 51.514051], [-0.086218, 51.514077], [-0.086194, 51.514039], [-0.086259, 51.514033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7, &quot;postcode&quot;: &quot;EC2R 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089358, 51.514109], [-0.088936, 51.513537], [-0.089241, 51.51345], [-0.089246, 51.513462], [-0.089307, 51.513458], [-0.089193, 51.513549], [-0.089353, 51.513818], [-0.089329, 51.513872], [-0.08944, 51.513857], [-0.089688, 51.513855], [-0.089626, 51.514058], [-0.089793, 51.514014], [-0.090224, 51.514111], [-0.090286, 51.513967], [-0.090451, 51.513997], [-0.089945, 51.514488], [-0.089835, 51.514519], [-0.089791, 51.514457], [-0.089638, 51.514516], [-0.089172, 51.513888], [-0.089192, 51.513885], [-0.089358, 51.514109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3790, &quot;postcode&quot;: &quot;EC2R 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085824, 51.514215], [-0.085797, 51.514221], [-0.085657, 51.514229], [-0.085663, 51.514216], [-0.085824, 51.514215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC2R 8AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08914, 51.513476], [-0.088495, 51.513664], [-0.088358, 51.513681], [-0.088059, 51.513764], [-0.087786, 51.513866], [-0.087457, 51.513935], [-0.087446, 51.513972], [-0.087699, 51.514634], [-0.087622, 51.514636], [-0.087587, 51.51451], [-0.08748, 51.514302], [-0.087496, 51.514269], [-0.087413, 51.51404], [-0.087367, 51.514015], [-0.087296, 51.514025], [-0.087235, 51.514004], [-0.086762, 51.514111], [-0.086309, 51.514247], [-0.086217, 51.514299], [-0.086085, 51.514214], [-0.085701, 51.514216], [-0.085064, 51.514302], [-0.085012, 51.514295], [-0.084455, 51.514391], [-0.084418, 51.514411], [-0.084409, 51.514437], [-0.084468, 51.514565], [-0.084375, 51.514578], [-0.084344, 51.514622], [-0.084072, 51.514673], [-0.084015, 51.514647], [-0.08393, 51.514659], [-0.08389, 51.514594], [-0.083789, 51.514532], [-0.083742, 51.514522], [-0.083694, 51.514532], [-0.083249, 51.514809], [-0.082973, 51.51502], [-0.082787, 51.515239], [-0.08251, 51.515521], [-0.081922, 51.515998], [-0.081743, 51.516184], [-0.081562, 51.516207], [-0.081593, 51.516109], [-0.081805, 51.515844], [-0.082197, 51.515516], [-0.082274, 51.515498], [-0.082634, 51.515159], [-0.082633, 51.515109], [-0.082813, 51.514933], [-0.083184, 51.514618], [-0.083528, 51.514423], [-0.083747, 51.514189], [-0.083745, 51.514103], [-0.083819, 51.514093], [-0.083857, 51.514049], [-0.084076, 51.513571], [-0.084097, 51.513454], [-0.08415, 51.513358], [-0.084298, 51.513352], [-0.084264, 51.513439], [-0.084273, 51.513468], [-0.084245, 51.513492], [-0.084033, 51.514056], [-0.08407, 51.514091], [-0.084177, 51.514108], [-0.084232, 51.51417], [-0.084288, 51.514186], [-0.084409, 51.514159], [-0.084765, 51.514129], [-0.084806, 51.514095], [-0.084793, 51.514023], [-0.084875, 51.514081], [-0.08509, 51.514124], [-0.085138, 51.514118], [-0.085196, 51.514079], [-0.08534, 51.514067], [-0.085411, 51.513973], [-0.085385, 51.513772], [-0.085488, 51.513759], [-0.085714, 51.513821], [-0.085802, 51.513909], [-0.085866, 51.513923], [-0.08592, 51.513899], [-0.086038, 51.513693], [-0.086141, 51.513709], [-0.086126, 51.513752], [-0.086163, 51.513841], [-0.086353, 51.513937], [-0.086402, 51.514004], [-0.086271, 51.514046], [-0.086217, 51.514036], [-0.086118, 51.514059], [-0.086102, 51.514087], [-0.086118, 51.514115], [-0.086222, 51.514135], [-0.086284, 51.514106], [-0.086367, 51.51412], [-0.086439, 51.51411], [-0.086505, 51.514076], [-0.086596, 51.514071], [-0.086805, 51.514011], [-0.086843, 51.513986], [-0.086843, 51.513943], [-0.087206, 51.513869], [-0.087622, 51.513836], [-0.087664, 51.513797], [-0.087735, 51.513785], [-0.087817, 51.513726], [-0.088046, 51.513699], [-0.088088, 51.513658], [-0.088516, 51.51353], [-0.088575, 51.513484], [-0.088665, 51.513456], [-0.088685, 51.513424], [-0.088822, 51.513427], [-0.088847, 51.513484], [-0.088898, 51.513505], [-0.088962, 51.513495], [-0.088991, 51.513465], [-0.089113, 51.51344], [-0.08914, 51.513476]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14695, &quot;postcode&quot;: &quot;EC2R 8AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08983, 51.513472], [-0.089788, 51.513526], [-0.089786, 51.51363], [-0.089737, 51.513696], [-0.089688, 51.513855], [-0.08933, 51.51387], [-0.089347, 51.513812], [-0.089199, 51.513536], [-0.089246, 51.513519], [-0.089307, 51.513458], [-0.089747, 51.513482], [-0.089792, 51.513469], [-0.089813, 51.513442], [-0.08983, 51.513472]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1437, &quot;postcode&quot;: &quot;EC2R 8BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091524, 51.514005], [-0.091322, 51.514002], [-0.091252, 51.514058], [-0.091027, 51.514028], [-0.091023, 51.513989], [-0.090974, 51.513967], [-0.091113, 51.513663], [-0.091231, 51.513684], [-0.091111, 51.51393], [-0.091124, 51.513967], [-0.091222, 51.513988], [-0.091285, 51.513968], [-0.091524, 51.514005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 454, &quot;postcode&quot;: &quot;EC2R 8DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091084, 51.513721], [-0.091, 51.513919], [-0.09102, 51.51395], [-0.09107, 51.513964], [-0.090993, 51.514118], [-0.091007, 51.514146], [-0.091054, 51.514169], [-0.09102, 51.51424], [-0.090949, 51.514275], [-0.090845, 51.514553], [-0.090663, 51.514862], [-0.090674, 51.514898], [-0.09055, 51.514905], [-0.090555, 51.514867], [-0.090527, 51.514842], [-0.090805, 51.514275], [-0.090763, 51.514242], [-0.09029, 51.514148], [-0.090505, 51.513945], [-0.090713, 51.513664], [-0.090758, 51.513649], [-0.091045, 51.513698], [-0.091084, 51.513721]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3038, &quot;postcode&quot;: &quot;EC2R 8DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091409, 51.51462], [-0.091363, 51.514732], [-0.091165, 51.514692], [-0.091136, 51.514652], [-0.091049, 51.514636], [-0.091004, 51.514647], [-0.090978, 51.514673], [-0.090827, 51.514677], [-0.090769, 51.514749], [-0.090728, 51.514746], [-0.090871, 51.514497], [-0.090866, 51.514464], [-0.090956, 51.514259], [-0.091019, 51.51424], [-0.090992, 51.514298], [-0.091003, 51.514327], [-0.091041, 51.514346], [-0.09113, 51.514355], [-0.09118, 51.514382], [-0.091136, 51.514501], [-0.091151, 51.514535], [-0.091232, 51.514572], [-0.091409, 51.51462]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1039, &quot;postcode&quot;: &quot;EC2R 8DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090825, 51.514253], [-0.090659, 51.514561], [-0.090609, 51.514525], [-0.090162, 51.514457], [-0.090173, 51.514403], [-0.090084, 51.514343], [-0.09029, 51.514148], [-0.090825, 51.514253]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1441, &quot;postcode&quot;: &quot;EC2R 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092425, 51.513201], [-0.092406, 51.513233], [-0.092094, 51.513236], [-0.092066, 51.513266], [-0.092061, 51.513358], [-0.091811, 51.513321], [-0.091835, 51.513251], [-0.091794, 51.513213], [-0.091541, 51.513206], [-0.091507, 51.513239], [-0.091534, 51.51328], [-0.091514, 51.513327], [-0.091357, 51.513479], [-0.09136, 51.513526], [-0.091398, 51.513563], [-0.09135, 51.513661], [-0.091284, 51.513654], [-0.091237, 51.513672], [-0.091139, 51.513665], [-0.091084, 51.513721], [-0.091037, 51.513696], [-0.089822, 51.513489], [-0.089813, 51.513442], [-0.089838, 51.513362], [-0.090077, 51.51339], [-0.090137, 51.513341], [-0.090696, 51.513204], [-0.09073, 51.513181], [-0.090733, 51.513151], [-0.09066, 51.513111], [-0.090821, 51.513067], [-0.090874, 51.51298], [-0.090934, 51.512963], [-0.090965, 51.512933], [-0.091141, 51.512892], [-0.091197, 51.512892], [-0.091658, 51.512777], [-0.091616, 51.512942], [-0.091634, 51.512974], [-0.091586, 51.513], [-0.091563, 51.513072], [-0.091584, 51.513113], [-0.09173, 51.513133], [-0.091786, 51.513168], [-0.092425, 51.513201]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6907, &quot;postcode&quot;: &quot;EC2R 8EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090347, 51.51329], [-0.090173, 51.513333], [-0.090142, 51.513353], [-0.090137, 51.513341], [-0.090347, 51.51329]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC2R 8EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08756, 51.514125], [-0.087527, 51.514184], [-0.087459, 51.514236], [-0.087479, 51.514302], [-0.087295, 51.514343], [-0.087228, 51.514337], [-0.087182, 51.514368], [-0.087301, 51.514706], [-0.086881, 51.514783], [-0.086196, 51.514283], [-0.086241, 51.51428], [-0.086688, 51.514129], [-0.086704, 51.514087], [-0.086652, 51.514055], [-0.086721, 51.51402], [-0.086707, 51.513957], [-0.086736, 51.513958], [-0.086778, 51.514001], [-0.086854, 51.513997], [-0.086853, 51.51404], [-0.086916, 51.514065], [-0.087258, 51.513996], [-0.087343, 51.514008], [-0.087442, 51.513962], [-0.087463, 51.513968], [-0.08756, 51.514125]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4613, &quot;postcode&quot;: &quot;EC2R 8HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084934, 51.513815], [-0.085206, 51.513727], [-0.085383, 51.513772], [-0.085414, 51.513976], [-0.085357, 51.514069], [-0.085196, 51.514079], [-0.085126, 51.51413], [-0.084939, 51.514101], [-0.084936, 51.514085], [-0.084878, 51.514088], [-0.08479, 51.51401], [-0.084917, 51.513874], [-0.084934, 51.513815]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1334, &quot;postcode&quot;: &quot;EC2R 8JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093018, 51.515182], [-0.092917, 51.515299], [-0.092929, 51.515329], [-0.092984, 51.515356], [-0.092917, 51.515337], [-0.092858, 51.515356], [-0.092416, 51.51583], [-0.091748, 51.515953], [-0.091922, 51.515419], [-0.091889, 51.515386], [-0.091648, 51.515308], [-0.09196, 51.515323], [-0.092006, 51.515314], [-0.092034, 51.515285], [-0.092073, 51.515092], [-0.092045, 51.515068], [-0.092, 51.515058], [-0.091812, 51.515041], [-0.091753, 51.515061], [-0.091654, 51.515024], [-0.09127, 51.514997], [-0.091286, 51.514955], [-0.09146, 51.514965], [-0.091852, 51.515008], [-0.09257, 51.515154], [-0.092777, 51.515124], [-0.093018, 51.515182]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5122, &quot;postcode&quot;: &quot;EC2V 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092038, 51.515269], [-0.092022, 51.515332], [-0.091931, 51.515343], [-0.091916, 51.515394], [-0.091789, 51.515353], [-0.091755, 51.515312], [-0.091814, 51.515289], [-0.09183, 51.515237], [-0.092038, 51.515269]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 183, &quot;postcode&quot;: &quot;EC2V 5AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093181, 51.515648], [-0.093123, 51.515654], [-0.093093, 51.515684], [-0.093107, 51.51572], [-0.093087, 51.515745], [-0.093012, 51.51614], [-0.092941, 51.516236], [-0.092807, 51.51635], [-0.092761, 51.51637], [-0.092544, 51.516598], [-0.0922, 51.516557], [-0.092129, 51.516586], [-0.092062, 51.516704], [-0.092082, 51.516743], [-0.092045, 51.516836], [-0.092076, 51.51686], [-0.09221, 51.516892], [-0.092295, 51.516889], [-0.092196, 51.516948], [-0.091847, 51.516868], [-0.092416, 51.515831], [-0.092892, 51.515318], [-0.093116, 51.515436], [-0.093105, 51.515592], [-0.093181, 51.515648]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6114, &quot;postcode&quot;: &quot;EC2V 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091121, 51.515343], [-0.091097, 51.515486], [-0.091095, 51.515487], [-0.091059, 51.515463], [-0.091099, 51.515436], [-0.091121, 51.515343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC2V 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092415, 51.515831], [-0.091847, 51.516868], [-0.09149, 51.516789], [-0.091561, 51.516586], [-0.091649, 51.516587], [-0.091691, 51.516572], [-0.09172, 51.516466], [-0.091664, 51.51643], [-0.091531, 51.516434], [-0.091338, 51.516276], [-0.091235, 51.51607], [-0.091154, 51.515945], [-0.091102, 51.515921], [-0.091064, 51.515848], [-0.091075, 51.515602], [-0.091137, 51.515211], [-0.09136, 51.515216], [-0.091932, 51.515399], [-0.091772, 51.51588], [-0.091796, 51.515924], [-0.091856, 51.515933], [-0.092415, 51.515831]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8792, &quot;postcode&quot;: &quot;EC2V 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091384, 51.515223], [-0.091137, 51.515211], [-0.091163, 51.514999], [-0.091266, 51.515007], [-0.091218, 51.515136], [-0.091227, 51.515165], [-0.091384, 51.515223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 163, &quot;postcode&quot;: &quot;EC2V 5AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090965, 51.51566], [-0.090953, 51.515767], [-0.090709, 51.515772], [-0.090717, 51.515655], [-0.090965, 51.51566]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC2V 5BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090852, 51.515795], [-0.09084, 51.515779], [-0.090852, 51.515769], [-0.090852, 51.51577], [-0.090852, 51.515795]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2V 5BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090984, 51.515657], [-0.090766, 51.515658], [-0.090714, 51.515699], [-0.090716, 51.515744], [-0.090754, 51.515769], [-0.090953, 51.515767], [-0.090958, 51.515859], [-0.090523, 51.515865], [-0.090165, 51.51582], [-0.09004, 51.515813], [-0.089976, 51.515827], [-0.090109, 51.515549], [-0.090252, 51.515567], [-0.090254, 51.515601], [-0.090295, 51.515625], [-0.090545, 51.515645], [-0.090592, 51.515611], [-0.090614, 51.515432], [-0.091025, 51.515461], [-0.090984, 51.515657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2002, &quot;postcode&quot;: &quot;EC2V 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090355, 51.516721], [-0.090697, 51.51673], [-0.090727, 51.51659], [-0.090725, 51.516468], [-0.090839, 51.516466], [-0.090837, 51.516517], [-0.091388, 51.516577], [-0.091378, 51.51684], [-0.091342, 51.516838], [-0.091295, 51.516902], [-0.091399, 51.516906], [-0.09129, 51.516905], [-0.091193, 51.51725], [-0.090933, 51.517209], [-0.090917, 51.517243], [-0.091, 51.517257], [-0.090985, 51.517284], [-0.090904, 51.517269], [-0.090882, 51.517313], [-0.090918, 51.51732], [-0.090882, 51.517401], [-0.090765, 51.517379], [-0.090702, 51.517516], [-0.089649, 51.517367], [-0.089757, 51.517086], [-0.089802, 51.51709], [-0.089837, 51.51687], [-0.089976, 51.516887], [-0.090046, 51.516842], [-0.090304, 51.516851], [-0.090323, 51.516832], [-0.090367, 51.516832], [-0.090381, 51.516761], [-0.090352, 51.516759], [-0.090355, 51.516721]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8258, &quot;postcode&quot;: &quot;EC2V 5DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091193, 51.51725], [-0.09129, 51.516905], [-0.091452, 51.516912], [-0.09149, 51.516789], [-0.091847, 51.516868], [-0.091526, 51.517454], [-0.091502, 51.517449], [-0.091481, 51.517519], [-0.091388, 51.517512], [-0.091369, 51.517561], [-0.091342, 51.517558], [-0.091328, 51.517613], [-0.091209, 51.517598], [-0.091275, 51.517408], [-0.091122, 51.517412], [-0.091152, 51.517355], [-0.091131, 51.517351], [-0.091148, 51.517301], [-0.091138, 51.51733], [-0.090882, 51.517313], [-0.090904, 51.517269], [-0.090985, 51.517284], [-0.091, 51.517257], [-0.090917, 51.517243], [-0.090933, 51.517209], [-0.091193, 51.51725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2560, &quot;postcode&quot;: &quot;EC2V 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091071, 51.515644], [-0.091071, 51.515648], [-0.09107, 51.51566], [-0.091071, 51.515644]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 5DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091269, 51.51742], [-0.091274, 51.517408], [-0.091252, 51.517408], [-0.091275, 51.517408], [-0.091269, 51.51742]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 5DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092574, 51.517256], [-0.09247, 51.517413], [-0.092374, 51.517391], [-0.09219, 51.517392], [-0.092067, 51.517546], [-0.091868, 51.5175], [-0.091824, 51.51752], [-0.09178, 51.51759], [-0.091725, 51.517578], [-0.091697, 51.517552], [-0.091706, 51.517519], [-0.091683, 51.517492], [-0.091526, 51.517454], [-0.091847, 51.516868], [-0.092196, 51.516948], [-0.092247, 51.516978], [-0.092295, 51.516975], [-0.092357, 51.516949], [-0.092398, 51.517023], [-0.092448, 51.517045], [-0.092478, 51.517116], [-0.092427, 51.517145], [-0.09242, 51.517209], [-0.092453, 51.517232], [-0.092574, 51.517256]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3336, &quot;postcode&quot;: &quot;EC2V 5DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091709, 51.516449], [-0.091701, 51.516589], [-0.09161, 51.516587], [-0.091567, 51.516603], [-0.091511, 51.516725], [-0.091512, 51.516681], [-0.091467, 51.516656], [-0.091516, 51.516648], [-0.091545, 51.516621], [-0.091541, 51.516591], [-0.091503, 51.516568], [-0.091539, 51.51651], [-0.091709, 51.516449]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 171, &quot;postcode&quot;: &quot;EC2V 5DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091727, 51.516425], [-0.091724, 51.516443], [-0.09154, 51.51652], [-0.091555, 51.516571], [-0.091641, 51.516588], [-0.091588, 51.516595], [-0.091541, 51.516631], [-0.091446, 51.516908], [-0.091295, 51.516902], [-0.091382, 51.516801], [-0.091402, 51.516606], [-0.091347, 51.516565], [-0.09077, 51.516513], [-0.090727, 51.516546], [-0.090697, 51.51673], [-0.090344, 51.516721], [-0.090345, 51.516612], [-0.09028, 51.516579], [-0.089907, 51.516576], [-0.089865, 51.516605], [-0.089855, 51.516677], [-0.089887, 51.516136], [-0.089995, 51.51581], [-0.090289, 51.51583], [-0.090529, 51.515865], [-0.090893, 51.51586], [-0.090949, 51.515836], [-0.090958, 51.515657], [-0.090988, 51.51563], [-0.091024, 51.515464], [-0.091056, 51.515166], [-0.091049, 51.515015], [-0.091163, 51.514996], [-0.091074, 51.515621], [-0.091067, 51.515857], [-0.091095, 51.515902], [-0.091138, 51.51592], [-0.091236, 51.516071], [-0.091342, 51.51628], [-0.091535, 51.516426], [-0.091727, 51.516425]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9349, &quot;postcode&quot;: &quot;EC2V 5HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09084, 51.515779], [-0.090754, 51.515771], [-0.090852, 51.515769], [-0.09084, 51.515779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3, &quot;postcode&quot;: &quot;EC2V 5HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098, 51.51509], [-0.097815, 51.515042], [-0.097682, 51.515055], [-0.097647, 51.515078], [-0.097613, 51.51516], [-0.09765, 51.51519], [-0.097743, 51.5152], [-0.09764, 51.515194], [-0.097553, 51.515208], [-0.097438, 51.515265], [-0.097184, 51.515138], [-0.097216, 51.515052], [-0.097207, 51.515022], [-0.09707, 51.514936], [-0.096968, 51.514916], [-0.096923, 51.51481], [-0.096736, 51.51466], [-0.096682, 51.514644], [-0.096711, 51.514563], [-0.096821, 51.514572], [-0.096857, 51.51455], [-0.096875, 51.514508], [-0.096925, 51.51451], [-0.096964, 51.514493], [-0.09699, 51.514392], [-0.09707, 51.514398], [-0.097121, 51.514378], [-0.097142, 51.514234], [-0.097242, 51.514242], [-0.097236, 51.514303], [-0.097343, 51.514361], [-0.097387, 51.514448], [-0.097367, 51.514491], [-0.097399, 51.514519], [-0.097492, 51.514519], [-0.097527, 51.514497], [-0.097532, 51.514469], [-0.097683, 51.514435], [-0.097736, 51.514753], [-0.0977, 51.514794], [-0.097737, 51.514999], [-0.097768, 51.515024], [-0.098, 51.51509]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4517, &quot;postcode&quot;: &quot;EC2V 6AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094859, 51.514213], [-0.094849, 51.514229], [-0.094843, 51.51424], [-0.094859, 51.514213]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094835, 51.51322], [-0.094743, 51.513474], [-0.09456, 51.513863], [-0.094596, 51.513911], [-0.094496, 51.514088], [-0.093736, 51.513937], [-0.093778, 51.513857], [-0.093821, 51.513853], [-0.093856, 51.513831], [-0.093941, 51.513658], [-0.09392, 51.513622], [-0.093808, 51.513594], [-0.093815, 51.513579], [-0.094181, 51.513642], [-0.094292, 51.513611], [-0.094323, 51.513588], [-0.094406, 51.513368], [-0.094367, 51.513338], [-0.094254, 51.51332], [-0.094302, 51.513167], [-0.094269, 51.51314], [-0.094166, 51.513114], [-0.094835, 51.51322]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3814, &quot;postcode&quot;: &quot;EC2V 6AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093954, 51.513634], [-0.093851, 51.513867], [-0.093775, 51.513886], [-0.09376, 51.513948], [-0.093661, 51.513944], [-0.093483, 51.513908], [-0.093541, 51.513882], [-0.093549, 51.513815], [-0.093512, 51.513794], [-0.093361, 51.513767], [-0.093473, 51.513537], [-0.093516, 51.513496], [-0.093665, 51.513526], [-0.093731, 51.513502], [-0.093781, 51.513397], [-0.093769, 51.513368], [-0.093734, 51.513352], [-0.093746, 51.513336], [-0.093836, 51.51335], [-0.093752, 51.51352], [-0.093755, 51.513551], [-0.09384, 51.513598], [-0.093942, 51.51362], [-0.093954, 51.513634]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1332, &quot;postcode&quot;: &quot;EC2V 6AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093153, 51.513547], [-0.093278, 51.513559], [-0.093243, 51.51364], [-0.093302, 51.51365], [-0.093251, 51.513735], [-0.093308, 51.513748], [-0.093243, 51.513872], [-0.092875, 51.513813], [-0.092943, 51.513657], [-0.093003, 51.513668], [-0.093029, 51.513598], [-0.093131, 51.513606], [-0.093153, 51.513547]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 686, &quot;postcode&quot;: &quot;EC2V 6AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092405, 51.513748], [-0.092434, 51.51375], [-0.092354, 51.513743], [-0.092405, 51.513748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096467, 51.514955], [-0.096465, 51.514991], [-0.096446, 51.51499], [-0.0964, 51.514931], [-0.096336, 51.514919], [-0.09629, 51.514889], [-0.09629, 51.514853], [-0.096251, 51.514829], [-0.096006, 51.514805], [-0.095838, 51.51477], [-0.095618, 51.514766], [-0.095635, 51.51466], [-0.095598, 51.51464], [-0.095483, 51.51462], [-0.095432, 51.514576], [-0.095491, 51.514442], [-0.096448, 51.514597], [-0.096425, 51.514729], [-0.096471, 51.514771], [-0.096472, 51.514811], [-0.096435, 51.514848], [-0.09644, 51.514928], [-0.096467, 51.514955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2042, &quot;postcode&quot;: &quot;EC2V 6BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096377, 51.515719], [-0.09642, 51.515782], [-0.096373, 51.515844], [-0.09629, 51.515865], [-0.096144, 51.515841], [-0.09609, 51.515867], [-0.096088, 51.515922], [-0.096126, 51.515941], [-0.096171, 51.515942], [-0.096147, 51.516003], [-0.096175, 51.516037], [-0.096145, 51.516076], [-0.096138, 51.515996], [-0.096099, 51.515966], [-0.09584, 51.515934], [-0.095773, 51.515955], [-0.095773, 51.516002], [-0.095873, 51.516057], [-0.095953, 51.516126], [-0.095307, 51.51598], [-0.095249, 51.515937], [-0.095311, 51.51594], [-0.095372, 51.515921], [-0.095464, 51.51595], [-0.09552, 51.515927], [-0.095526, 51.515893], [-0.095488, 51.515857], [-0.095386, 51.515855], [-0.095311, 51.515836], [-0.095555, 51.515766], [-0.095563, 51.515508], [-0.095613, 51.515472], [-0.095816, 51.51547], [-0.096233, 51.51554], [-0.096238, 51.515634], [-0.096295, 51.515659], [-0.096317, 51.515696], [-0.096377, 51.515719]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3018, &quot;postcode&quot;: &quot;EC2V 6BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09284, 51.513808], [-0.09284, 51.513808], [-0.092855, 51.51381], [-0.09284, 51.513808]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096004, 51.514804], [-0.095949, 51.515025], [-0.095562, 51.515023], [-0.095502, 51.51505], [-0.095454, 51.515024], [-0.095372, 51.51503], [-0.095115, 51.514991], [-0.095199, 51.514691], [-0.095362, 51.514695], [-0.095418, 51.514619], [-0.095584, 51.514637], [-0.095656, 51.514662], [-0.095634, 51.514727], [-0.095671, 51.514762], [-0.095842, 51.51477], [-0.096004, 51.514804]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1988, &quot;postcode&quot;: &quot;EC2V 6BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096711, 51.514563], [-0.096682, 51.514644], [-0.095283, 51.514406], [-0.09522, 51.514431], [-0.095159, 51.514564], [-0.094909, 51.514552], [-0.094948, 51.514419], [-0.094915, 51.514397], [-0.094843, 51.514383], [-0.094727, 51.514411], [-0.09475, 51.514331], [-0.094716, 51.514293], [-0.094552, 51.514266], [-0.094494, 51.514281], [-0.094316, 51.514238], [-0.094231, 51.514272], [-0.09419, 51.514375], [-0.094132, 51.514349], [-0.094182, 51.51424], [-0.094175, 51.51421], [-0.09398, 51.514149], [-0.094032, 51.514093], [-0.094794, 51.514237], [-0.094847, 51.514223], [-0.094898, 51.514172], [-0.095522, 51.514285], [-0.095521, 51.514338], [-0.095557, 51.514364], [-0.096046, 51.514447], [-0.096116, 51.514435], [-0.096154, 51.514378], [-0.0967, 51.51447], [-0.096689, 51.514534], [-0.096711, 51.514563]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3118, &quot;postcode&quot;: &quot;EC2V 6BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093514, 51.514056], [-0.093698, 51.514089], [-0.093698, 51.514089], [-0.093646, 51.514079], [-0.093514, 51.514056]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094692, 51.514527], [-0.094727, 51.514411], [-0.094782, 51.514399], [-0.094793, 51.514373], [-0.094971, 51.514406], [-0.094909, 51.514552], [-0.09516, 51.514564], [-0.095235, 51.514396], [-0.095491, 51.514442], [-0.095394, 51.514707], [-0.0952, 51.514688], [-0.095227, 51.51459], [-0.094692, 51.514527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 813, &quot;postcode&quot;: &quot;EC2V 6DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094186, 51.514232], [-0.094132, 51.514349], [-0.094131, 51.514349], [-0.094168, 51.514231], [-0.094186, 51.514232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC2V 6DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094744, 51.514976], [-0.094674, 51.515003], [-0.094651, 51.515113], [-0.094576, 51.515089], [-0.094507, 51.515121], [-0.094515, 51.51506], [-0.09448, 51.515029], [-0.094047, 51.51498], [-0.094003, 51.514908], [-0.093816, 51.514857], [-0.093767, 51.51488], [-0.093762, 51.514929], [-0.093634, 51.515078], [-0.093562, 51.515092], [-0.093513, 51.515169], [-0.093474, 51.515072], [-0.093505, 51.51503], [-0.093584, 51.514991], [-0.093596, 51.514936], [-0.09365, 51.514918], [-0.093767, 51.514802], [-0.093825, 51.514831], [-0.09389, 51.514816], [-0.094045, 51.514665], [-0.094046, 51.514624], [-0.094006, 51.514601], [-0.09394, 51.514602], [-0.093362, 51.514455], [-0.093303, 51.514413], [-0.093196, 51.514422], [-0.092744, 51.514363], [-0.092751, 51.514248], [-0.092729, 51.51422], [-0.092654, 51.514185], [-0.092399, 51.514156], [-0.092438, 51.513892], [-0.092774, 51.513932], [-0.093786, 51.514104], [-0.094183, 51.514201], [-0.094218, 51.51422], [-0.094416, 51.514245], [-0.094455, 51.514262], [-0.094535, 51.514247], [-0.09458, 51.51429], [-0.094708, 51.51433], [-0.094673, 51.514487], [-0.094591, 51.514508], [-0.094556, 51.514597], [-0.094634, 51.514661], [-0.094608, 51.514858], [-0.094676, 51.51489], [-0.094685, 51.514951], [-0.094744, 51.514976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9164, &quot;postcode&quot;: &quot;EC2V 6DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094449, 51.514172], [-0.094066, 51.514102], [-0.094016, 51.514114], [-0.09398, 51.514149], [-0.093851, 51.514132], [-0.093805, 51.514176], [-0.093765, 51.514169], [-0.093772, 51.514123], [-0.093722, 51.514093], [-0.092757, 51.513932], [-0.092164, 51.51386], [-0.092111, 51.513878], [-0.092055, 51.513941], [-0.091887, 51.514265], [-0.091588, 51.514214], [-0.091641, 51.514087], [-0.09164, 51.514048], [-0.091607, 51.51402], [-0.091342, 51.513977], [-0.091276, 51.513993], [-0.091067, 51.513975], [-0.091106, 51.513937], [-0.091214, 51.513719], [-0.091193, 51.513683], [-0.091122, 51.513665], [-0.091128, 51.513653], [-0.091193, 51.513663], [-0.09125, 51.513646], [-0.091329, 51.51365], [-0.091391, 51.513603], [-0.091425, 51.5136], [-0.093104, 51.513848], [-0.093654, 51.513943], [-0.093762, 51.513948], [-0.094495, 51.514087], [-0.094449, 51.514172]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5592, &quot;postcode&quot;: &quot;EC2V 6EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092315, 51.513246], [-0.09223, 51.513725], [-0.091451, 51.513604], [-0.091393, 51.513612], [-0.091359, 51.513638], [-0.091391, 51.513571], [-0.091359, 51.513533], [-0.091354, 51.513472], [-0.091514, 51.513326], [-0.091516, 51.513296], [-0.091492, 51.513273], [-0.091525, 51.513194], [-0.091849, 51.513225], [-0.091827, 51.513284], [-0.091842, 51.513314], [-0.091982, 51.513342], [-0.092058, 51.513317], [-0.092068, 51.513225], [-0.092291, 51.51323], [-0.092315, 51.513246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2747, &quot;postcode&quot;: &quot;EC2V 6EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09223, 51.513725], [-0.092225, 51.513727], [-0.092222, 51.513726], [-0.09223, 51.513725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 6EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097227, 51.515024], [-0.097183, 51.515138], [-0.096604, 51.51485], [-0.096399, 51.514871], [-0.096449, 51.514597], [-0.096622, 51.514631], [-0.096693, 51.514607], [-0.096705, 51.51464], [-0.09689, 51.514783], [-0.096855, 51.514813], [-0.09687, 51.51485], [-0.096965, 51.514912], [-0.097069, 51.514933], [-0.097137, 51.514989], [-0.097227, 51.515024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1172, &quot;postcode&quot;: &quot;EC2V 6ET&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096417, 51.515008], [-0.096465, 51.514992], [-0.096453, 51.515206], [-0.096403, 51.515181], [-0.096417, 51.515008]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 74, &quot;postcode&quot;: &quot;EC2V 6HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096472, 51.514819], [-0.096423, 51.514831], [-0.096399, 51.514871], [-0.096339, 51.514903], [-0.096348, 51.514967], [-0.096444, 51.51499], [-0.096331, 51.515035], [-0.096322, 51.515175], [-0.096116, 51.515219], [-0.096087, 51.515343], [-0.095837, 51.515315], [-0.095784, 51.515343], [-0.095757, 51.515431], [-0.095549, 51.515416], [-0.095516, 51.515388], [-0.095759, 51.515024], [-0.095903, 51.515022], [-0.095951, 51.514998], [-0.096004, 51.514804], [-0.09627, 51.514829], [-0.096349, 51.514814], [-0.096472, 51.514819]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2147, &quot;postcode&quot;: &quot;EC2V 6HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096453, 51.515206], [-0.096443, 51.515372], [-0.09639, 51.515406], [-0.096384, 51.515467], [-0.096171, 51.515941], [-0.096106, 51.515972], [-0.096042, 51.51596], [-0.096317, 51.51542], [-0.096312, 51.515261], [-0.096271, 51.515239], [-0.096117, 51.515227], [-0.096121, 51.515199], [-0.096189, 51.5152], [-0.096316, 51.515156], [-0.096339, 51.514881], [-0.096399, 51.514871], [-0.096438, 51.514953], [-0.096405, 51.515159], [-0.096453, 51.515206]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 911, &quot;postcode&quot;: &quot;EC2V 6HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092624, 51.513776], [-0.092815, 51.51335], [-0.093004, 51.513375], [-0.093, 51.513395], [-0.0931, 51.513411], [-0.093003, 51.513668], [-0.092943, 51.513657], [-0.092875, 51.513813], [-0.092624, 51.513776]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 967, &quot;postcode&quot;: &quot;EC2V 6JP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091045, 51.515046], [-0.091047, 51.515015], [-0.091047, 51.515015], [-0.091046, 51.515027], [-0.091045, 51.515046]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2V 7AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096859, 51.516408], [-0.096835, 51.516446], [-0.09657, 51.516367], [-0.096248, 51.516211], [-0.09594, 51.516122], [-0.09587, 51.516055], [-0.095733, 51.515996], [-0.095462, 51.515952], [-0.095338, 51.515971], [-0.095304, 51.515944], [-0.095248, 51.515936], [-0.095274, 51.515862], [-0.095247, 51.515836], [-0.095203, 51.515826], [-0.095193, 51.5158], [-0.095259, 51.515812], [-0.095312, 51.515794], [-0.095322, 51.515821], [-0.09536, 51.51584], [-0.095512, 51.515848], [-0.095603, 51.515892], [-0.095996, 51.51596], [-0.096082, 51.515958], [-0.096126, 51.515929], [-0.096171, 51.515941], [-0.096147, 51.515998], [-0.096165, 51.51603], [-0.096685, 51.516243], [-0.096696, 51.516259], [-0.096642, 51.516294], [-0.096654, 51.516329], [-0.096859, 51.516408]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1582, &quot;postcode&quot;: &quot;EC2V 7AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094924, 51.515743], [-0.094853, 51.515754], [-0.094843, 51.515707], [-0.094925, 51.515729], [-0.094924, 51.515743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 18, &quot;postcode&quot;: &quot;EC2V 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094668, 51.515894], [-0.094632, 51.515962], [-0.094514, 51.515994], [-0.094549, 51.515862], [-0.094668, 51.515894]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 93, &quot;postcode&quot;: &quot;EC2V 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095036, 51.516389], [-0.094961, 51.516551], [-0.095004, 51.516597], [-0.094989, 51.516626], [-0.094866, 51.516602], [-0.094808, 51.516615], [-0.094736, 51.516776], [-0.094659, 51.516765], [-0.094603, 51.516792], [-0.094228, 51.516713], [-0.094401, 51.516384], [-0.094388, 51.516355], [-0.094349, 51.516337], [-0.094268, 51.516355], [-0.094257, 51.516293], [-0.094295, 51.516287], [-0.094323, 51.516319], [-0.094384, 51.516327], [-0.094472, 51.516258], [-0.094512, 51.516279], [-0.095036, 51.516389]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2060, &quot;postcode&quot;: &quot;EC2V 7AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095227, 51.51459], [-0.095112, 51.515001], [-0.094756, 51.514977], [-0.094687, 51.515006], [-0.094591, 51.515538], [-0.094553, 51.515507], [-0.094623, 51.515274], [-0.094712, 51.514653], [-0.09493, 51.514662], [-0.095023, 51.514566], [-0.095227, 51.51459]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1435, &quot;postcode&quot;: &quot;EC2V 7AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091968, 51.515021], [-0.091962, 51.515055], [-0.091822, 51.515034], [-0.091755, 51.515062], [-0.091722, 51.515058], [-0.091656, 51.514994], [-0.091557, 51.514991], [-0.091467, 51.515007], [-0.091458, 51.514965], [-0.09154, 51.514851], [-0.091655, 51.514865], [-0.091774, 51.514786], [-0.091834, 51.514802], [-0.091843, 51.51484], [-0.091895, 51.51486], [-0.091865, 51.514992], [-0.091901, 51.515012], [-0.091968, 51.515021]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 558, &quot;postcode&quot;: &quot;EC2V 7AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09154, 51.514851], [-0.091442, 51.514902], [-0.091469, 51.514951], [-0.091467, 51.515007], [-0.091323, 51.514988], [-0.091266, 51.515007], [-0.091149, 51.514999], [-0.091047, 51.515015], [-0.090843, 51.514993], [-0.090781, 51.515022], [-0.090713, 51.514978], [-0.090326, 51.514937], [-0.090628, 51.514896], [-0.090728, 51.514746], [-0.090777, 51.514727], [-0.090813, 51.514661], [-0.090883, 51.514672], [-0.090948, 51.514662], [-0.091001, 51.514625], [-0.091065, 51.51463], [-0.091112, 51.514603], [-0.091188, 51.514617], [-0.091176, 51.514668], [-0.091209, 51.514701], [-0.091523, 51.514774], [-0.091506, 51.514818], [-0.09154, 51.514851]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2040, &quot;postcode&quot;: &quot;EC2V 7BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095296, 51.515835], [-0.095248, 51.515936], [-0.095048, 51.51592], [-0.09501, 51.515902], [-0.094736, 51.515851], [-0.094594, 51.515848], [-0.094549, 51.515861], [-0.094525, 51.515698], [-0.094761, 51.515781], [-0.094958, 51.515737], [-0.095193, 51.5158], [-0.095231, 51.515827], [-0.095296, 51.515835]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 702, &quot;postcode&quot;: &quot;EC2V 7BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094961, 51.5159], [-0.09505, 51.515904], [-0.095048, 51.51592], [-0.095128, 51.515926], [-0.095121, 51.515936], [-0.094961, 51.5159]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC2V 7BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095036, 51.516389], [-0.094467, 51.516269], [-0.094709, 51.515845], [-0.095178, 51.515949], [-0.095121, 51.515936], [-0.095128, 51.515926], [-0.095249, 51.515937], [-0.095307, 51.51598], [-0.095312, 51.516027], [-0.09535, 51.515927], [-0.095392, 51.515931], [-0.095357, 51.516076], [-0.095362, 51.516062], [-0.095392, 51.516106], [-0.095279, 51.516371], [-0.095229, 51.516372], [-0.095232, 51.516395], [-0.095261, 51.516401], [-0.095247, 51.516432], [-0.095187, 51.516432], [-0.095097, 51.516612], [-0.095033, 51.516602], [-0.095134, 51.516376], [-0.095041, 51.516379], [-0.095155, 51.516135], [-0.095036, 51.516389]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2862, &quot;postcode&quot;: &quot;EC2V 7BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09657, 51.516367], [-0.096475, 51.516489], [-0.096461, 51.516584], [-0.096401, 51.51659], [-0.096367, 51.516621], [-0.096226, 51.516626], [-0.096055, 51.516562], [-0.096095, 51.516415], [-0.095991, 51.516235], [-0.096051, 51.516154], [-0.096244, 51.516209], [-0.09657, 51.516367]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1290, &quot;postcode&quot;: &quot;EC2V 7BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094957, 51.517352], [-0.094902, 51.517359], [-0.09477, 51.517321], [-0.094028, 51.517325], [-0.093899, 51.517298], [-0.094228, 51.516713], [-0.094603, 51.516792], [-0.094629, 51.516753], [-0.094932, 51.516819], [-0.094784, 51.517059], [-0.095043, 51.517108], [-0.094954, 51.517269], [-0.09502, 51.517274], [-0.095109, 51.517127], [-0.095369, 51.517191], [-0.095395, 51.517154], [-0.095458, 51.517195], [-0.095449, 51.517226], [-0.095471, 51.51723], [-0.095482, 51.517211], [-0.09562, 51.517301], [-0.09555, 51.517423], [-0.095443, 51.517427], [-0.095095, 51.517343], [-0.095028, 51.517354], [-0.094995, 51.517398], [-0.09494, 51.517377], [-0.094957, 51.517352]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4709, &quot;postcode&quot;: &quot;EC2V 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095669, 51.516708], [-0.095645, 51.516726], [-0.095547, 51.516717], [-0.095504, 51.516746], [-0.095363, 51.516718], [-0.095316, 51.516722], [-0.095282, 51.516742], [-0.095214, 51.516853], [-0.095035, 51.51682], [-0.094979, 51.516829], [-0.094736, 51.516776], [-0.094809, 51.516595], [-0.094888, 51.516602], [-0.094933, 51.516589], [-0.094996, 51.516475], [-0.095068, 51.516584], [-0.095123, 51.516615], [-0.095669, 51.516708]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1046, &quot;postcode&quot;: &quot;EC2V 7DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095682, 51.516839], [-0.09564, 51.516921], [-0.095679, 51.516846], [-0.095834, 51.516927], [-0.09562, 51.517301], [-0.095482, 51.517211], [-0.095471, 51.51723], [-0.095449, 51.517226], [-0.095458, 51.517195], [-0.095395, 51.517154], [-0.095412, 51.51713], [-0.095369, 51.517191], [-0.095109, 51.517127], [-0.09502, 51.517274], [-0.094954, 51.517269], [-0.095043, 51.517108], [-0.094784, 51.517059], [-0.094932, 51.516819], [-0.094979, 51.516829], [-0.094995, 51.516802], [-0.095214, 51.516853], [-0.095295, 51.51672], [-0.095097, 51.516665], [-0.095621, 51.516773], [-0.095599, 51.516823], [-0.095608, 51.516808], [-0.095652, 51.516832], [-0.095602, 51.516912], [-0.095666, 51.516809], [-0.095716, 51.516716], [-0.095758, 51.516723], [-0.095682, 51.516839]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2770, &quot;postcode&quot;: &quot;EC2V 7EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094696, 51.515849], [-0.094669, 51.515894], [-0.094476, 51.515831], [-0.094485, 51.515775], [-0.094401, 51.515743], [-0.094449, 51.51561], [-0.09455, 51.515707], [-0.094532, 51.515737], [-0.094555, 51.515829], [-0.094602, 51.515847], [-0.094696, 51.515849]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 165, &quot;postcode&quot;: &quot;EC2V 7EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094449, 51.51561], [-0.094401, 51.515743], [-0.094321, 51.515725], [-0.094401, 51.515603], [-0.094449, 51.51561]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 69, &quot;postcode&quot;: &quot;EC2V 7EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094684, 51.516315], [-0.094513, 51.516281], [-0.094434, 51.516313], [-0.0939, 51.517297], [-0.093775, 51.517272], [-0.093885, 51.517083], [-0.093851, 51.51705], [-0.093736, 51.517022], [-0.093756, 51.516988], [-0.093887, 51.517013], [-0.093939, 51.517004], [-0.09402, 51.516885], [-0.094065, 51.516766], [-0.094033, 51.516744], [-0.093919, 51.51672], [-0.093941, 51.516679], [-0.09404, 51.516701], [-0.094089, 51.516698], [-0.094142, 51.516645], [-0.094277, 51.516332], [-0.094232, 51.516278], [-0.094491, 51.515805], [-0.09448, 51.515771], [-0.09443, 51.51575], [-0.094462, 51.515692], [-0.094526, 51.515708], [-0.094551, 51.515852], [-0.094491, 51.516086], [-0.094509, 51.516191], [-0.094489, 51.516253], [-0.094528, 51.516282], [-0.094684, 51.516315]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1773, &quot;postcode&quot;: &quot;EC2V 7ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09423, 51.516452], [-0.094203, 51.51651], [-0.094151, 51.516481], [-0.09388, 51.516453], [-0.093806, 51.516476], [-0.093054, 51.516315], [-0.093005, 51.516317], [-0.092891, 51.516428], [-0.092808, 51.516638], [-0.092727, 51.516622], [-0.092676, 51.516636], [-0.092588, 51.516743], [-0.092539, 51.516767], [-0.092502, 51.516834], [-0.092554, 51.516876], [-0.092806, 51.516888], [-0.092983, 51.516935], [-0.092681, 51.516921], [-0.092374, 51.516947], [-0.092275, 51.516985], [-0.092207, 51.517045], [-0.092147, 51.517031], [-0.092201, 51.51694], [-0.092314, 51.516866], [-0.092488, 51.516662], [-0.092461, 51.516615], [-0.09235, 51.516594], [-0.092363, 51.516568], [-0.092506, 51.516591], [-0.092563, 51.516578], [-0.092784, 51.516342], [-0.092825, 51.516328], [-0.092942, 51.516234], [-0.093011, 51.516141], [-0.093077, 51.515831], [-0.093111, 51.515433], [-0.093142, 51.515442], [-0.093176, 51.515536], [-0.093157, 51.515816], [-0.093181, 51.515842], [-0.09323, 51.515853], [-0.093231, 51.515882], [-0.093182, 51.515892], [-0.093155, 51.515922], [-0.093175, 51.515963], [-0.093231, 51.515976], [-0.093231, 51.516013], [-0.093182, 51.516022], [-0.093154, 51.516053], [-0.093188, 51.516294], [-0.093225, 51.516316], [-0.093617, 51.516395], [-0.09423, 51.516452]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2378, &quot;postcode&quot;: &quot;EC2V 7HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096097, 51.516415], [-0.096053, 51.516561], [-0.095857, 51.516615], [-0.095765, 51.516724], [-0.095112, 51.516615], [-0.095097, 51.516574], [-0.094996, 51.516475], [-0.095041, 51.516379], [-0.095195, 51.516384], [-0.09529, 51.516343], [-0.095387, 51.516108], [-0.095362, 51.516029], [-0.095307, 51.51598], [-0.096051, 51.516154], [-0.095998, 51.516244], [-0.096097, 51.516415]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3823, &quot;postcode&quot;: &quot;EC2V 7HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094203, 51.516511], [-0.094195, 51.516558], [-0.094146, 51.516614], [-0.09415, 51.516656], [-0.09408, 51.516726], [-0.094084, 51.516763], [-0.09402, 51.516885], [-0.09394, 51.517024], [-0.093896, 51.517051], [-0.093896, 51.517081], [-0.093795, 51.517241], [-0.093801, 51.517274], [-0.093875, 51.517333], [-0.09379, 51.517443], [-0.093659, 51.517423], [-0.09348, 51.517426], [-0.093411, 51.517395], [-0.093365, 51.517406], [-0.093322, 51.517446], [-0.09304, 51.517379], [-0.092952, 51.517379], [-0.092901, 51.517399], [-0.092867, 51.517454], [-0.092896, 51.517491], [-0.092995, 51.517518], [-0.092944, 51.517521], [-0.092892, 51.517499], [-0.092828, 51.517502], [-0.09247, 51.517413], [-0.092551, 51.517278], [-0.092521, 51.517245], [-0.092436, 51.517223], [-0.092538, 51.517045], [-0.092387, 51.516946], [-0.092458, 51.516939], [-0.092495, 51.516919], [-0.092505, 51.516889], [-0.092471, 51.51683], [-0.092509, 51.516812], [-0.092559, 51.516735], [-0.092607, 51.516717], [-0.09267, 51.51664], [-0.092775, 51.516649], [-0.092851, 51.516693], [-0.093156, 51.516698], [-0.093237, 51.516634], [-0.093274, 51.516531], [-0.093319, 51.51653], [-0.093357, 51.516511], [-0.093426, 51.516395], [-0.093753, 51.516465], [-0.093836, 51.516449], [-0.09417, 51.516483], [-0.094203, 51.516511]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9799, &quot;postcode&quot;: &quot;EC2V 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092589, 51.517123], [-0.09251, 51.517125], [-0.09246, 51.517185], [-0.092469, 51.517222], [-0.092528, 51.517247], [-0.092403, 51.517223], [-0.09245, 51.517085], [-0.092364, 51.516962], [-0.09238, 51.516947], [-0.09257, 51.517049], [-0.092589, 51.517123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 196, &quot;postcode&quot;: &quot;EC2V 7HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09409, 51.516441], [-0.093584, 51.516393], [-0.093525, 51.516418], [-0.093468, 51.516408], [-0.093427, 51.516416], [-0.093369, 51.516492], [-0.093289, 51.516488], [-0.093208, 51.516458], [-0.092914, 51.516408], [-0.092938, 51.516371], [-0.092926, 51.516342], [-0.092881, 51.516323], [-0.092824, 51.516331], [-0.092878, 51.516278], [-0.092926, 51.516313], [-0.093, 51.516302], [-0.093101, 51.516323], [-0.093172, 51.516293], [-0.093154, 51.516091], [-0.093161, 51.515645], [-0.093253, 51.515657], [-0.09323, 51.515729], [-0.09325, 51.516252], [-0.09409, 51.516441]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1211, &quot;postcode&quot;: &quot;EC2V 7HY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094759, 51.514302], [-0.094708, 51.51433], [-0.094651, 51.514329], [-0.094616, 51.514301], [-0.094553, 51.51429], [-0.09458, 51.514231], [-0.094557, 51.514194], [-0.094705, 51.514223], [-0.094692, 51.51427], [-0.094759, 51.514302]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;EC2V 7JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094924, 51.515743], [-0.094925, 51.515729], [-0.094958, 51.515737], [-0.094924, 51.515743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC2V 7JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094651, 51.515113], [-0.094601, 51.51548], [-0.094461, 51.515486], [-0.094431, 51.515509], [-0.094416, 51.515571], [-0.094348, 51.515586], [-0.09354, 51.515405], [-0.093482, 51.515415], [-0.093437, 51.515465], [-0.093317, 51.515484], [-0.093336, 51.515439], [-0.093316, 51.515407], [-0.093101, 51.51529], [-0.092968, 51.515236], [-0.093019, 51.515183], [-0.093278, 51.5153], [-0.093363, 51.515292], [-0.093468, 51.515101], [-0.093521, 51.515103], [-0.09356, 51.515085], [-0.093704, 51.514912], [-0.094021, 51.514603], [-0.094068, 51.514623], [-0.093858, 51.51482], [-0.093864, 51.514869], [-0.094038, 51.514934], [-0.094083, 51.514983], [-0.094523, 51.51503], [-0.094513, 51.515092], [-0.094533, 51.515119], [-0.094589, 51.515133], [-0.094651, 51.515113]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5102, &quot;postcode&quot;: &quot;EC2V 7JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093369, 51.516492], [-0.093339, 51.516544], [-0.093265, 51.516566], [-0.093229, 51.516663], [-0.093178, 51.516706], [-0.092829, 51.516697], [-0.092772, 51.516653], [-0.09267, 51.51664], [-0.092694, 51.516611], [-0.092758, 51.516604], [-0.092793, 51.516562], [-0.092843, 51.516539], [-0.0929, 51.516406], [-0.093369, 51.516492]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 938, &quot;postcode&quot;: &quot;EC2V 7JN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094268, 51.516356], [-0.09422, 51.516473], [-0.094183, 51.516488], [-0.094141, 51.516458], [-0.094095, 51.516451], [-0.094149, 51.516419], [-0.094232, 51.516278], [-0.094257, 51.516293], [-0.094268, 51.516356]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 116, &quot;postcode&quot;: &quot;EC2V 7JQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095933, 51.516753], [-0.095833, 51.516927], [-0.095608, 51.516808], [-0.095584, 51.516767], [-0.095504, 51.516746], [-0.095527, 51.516705], [-0.095621, 51.51672], [-0.095669, 51.516708], [-0.095933, 51.516753]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 366, &quot;postcode&quot;: &quot;EC2V 7JU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096046, 51.516636], [-0.096761, 51.516598], [-0.096786, 51.5169], [-0.096471, 51.516888], [-0.096204, 51.516903], [-0.096109, 51.517091], [-0.095796, 51.516993], [-0.095934, 51.516753], [-0.095765, 51.516724], [-0.095851, 51.516615], [-0.096053, 51.516561], [-0.096072, 51.516568], [-0.096069, 51.516635], [-0.096046, 51.516636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2430, &quot;postcode&quot;: &quot;EC2V 7JX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091047, 51.515015], [-0.091025, 51.515461], [-0.090613, 51.515442], [-0.090683, 51.515139], [-0.090748, 51.515146], [-0.090794, 51.514975], [-0.091047, 51.515015]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1272, &quot;postcode&quot;: &quot;EC2V 7NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090783, 51.515015], [-0.090748, 51.515146], [-0.090678, 51.515173], [-0.09063, 51.515304], [-0.090587, 51.515655], [-0.090261, 51.515623], [-0.090241, 51.515572], [-0.090109, 51.515549], [-0.090386, 51.514986], [-0.090369, 51.514941], [-0.090387, 51.514925], [-0.090549, 51.514906], [-0.090546, 51.514933], [-0.090572, 51.514958], [-0.090736, 51.514981], [-0.090783, 51.515015]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2197, &quot;postcode&quot;: &quot;EC2V 7NG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094463, 51.515572], [-0.094457, 51.515609], [-0.09427, 51.515594], [-0.094125, 51.515663], [-0.093852, 51.515595], [-0.093802, 51.515603], [-0.09377, 51.515631], [-0.093746, 51.515949], [-0.09377, 51.515985], [-0.09396, 51.516], [-0.094024, 51.51597], [-0.094392, 51.515983], [-0.094135, 51.516431], [-0.094088, 51.51644], [-0.093244, 51.516255], [-0.09323, 51.515697], [-0.093252, 51.515668], [-0.093253, 51.515574], [-0.093229, 51.515548], [-0.093176, 51.515536], [-0.093134, 51.515444], [-0.092892, 51.515318], [-0.092968, 51.515237], [-0.0931, 51.515289], [-0.093282, 51.515391], [-0.093329, 51.515399], [-0.093369, 51.515388], [-0.093348, 51.51544], [-0.093395, 51.515476], [-0.093484, 51.515477], [-0.093647, 51.515428], [-0.093839, 51.515471], [-0.093888, 51.515498], [-0.093963, 51.515498], [-0.094335, 51.515583], [-0.094463, 51.515572]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6042, &quot;postcode&quot;: &quot;EC2V 7NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094049, 51.514922], [-0.094046, 51.51498], [-0.094, 51.514922], [-0.093869, 51.514877], [-0.093807, 51.514887], [-0.093762, 51.514929], [-0.093713, 51.514908], [-0.093659, 51.514916], [-0.093564, 51.514976], [-0.093511, 51.515121], [-0.093441, 51.515145], [-0.093373, 51.515296], [-0.093295, 51.515309], [-0.093019, 51.515182], [-0.093632, 51.514523], [-0.093778, 51.51456], [-0.093795, 51.514611], [-0.093953, 51.514653], [-0.094014, 51.514687], [-0.09388, 51.514843], [-0.093912, 51.514877], [-0.094049, 51.514922]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2345, &quot;postcode&quot;: &quot;EC2V 7PG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092283, 51.514955], [-0.092273, 51.514999], [-0.092308, 51.515037], [-0.092439, 51.515068], [-0.092351, 51.515151], [-0.092324, 51.515145], [-0.092301, 51.515101], [-0.092239, 51.515085], [-0.092258, 51.514951], [-0.092283, 51.514955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 109, &quot;postcode&quot;: &quot;EC2V 7QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094621, 51.514743], [-0.094615, 51.514777], [-0.094554, 51.514773], [-0.09449, 51.514737], [-0.094417, 51.514762], [-0.094444, 51.514672], [-0.094481, 51.514715], [-0.094553, 51.514716], [-0.094621, 51.514743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 57, &quot;postcode&quot;: &quot;EC2V 7WS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097312, 51.515202], [-0.097197, 51.515207], [-0.097161, 51.51524], [-0.097149, 51.5153], [-0.097102, 51.51531], [-0.097076, 51.515335], [-0.097079, 51.515374], [-0.097132, 51.5154], [-0.097087, 51.515637], [-0.097033, 51.515646], [-0.097006, 51.515676], [-0.097065, 51.515766], [-0.097034, 51.515949], [-0.096942, 51.515983], [-0.096918, 51.51601], [-0.09696, 51.516212], [-0.096938, 51.5163], [-0.096918, 51.516308], [-0.096835, 51.516304], [-0.096738, 51.516279], [-0.096147, 51.516022], [-0.096209, 51.515854], [-0.096293, 51.515865], [-0.096343, 51.515856], [-0.096397, 51.515827], [-0.096419, 51.515788], [-0.096384, 51.515723], [-0.09628, 51.51569], [-0.096301, 51.515613], [-0.096269, 51.51559], [-0.096214, 51.515582], [-0.096192, 51.515539], [-0.095819, 51.51547], [-0.095635, 51.515471], [-0.095588, 51.515483], [-0.095477, 51.515448], [-0.095516, 51.515389], [-0.095572, 51.515417], [-0.095738, 51.515419], [-0.095767, 51.515394], [-0.095793, 51.515307], [-0.096015, 51.515334], [-0.096069, 51.515324], [-0.096093, 51.515297], [-0.096095, 51.515252], [-0.096061, 51.515225], [-0.096, 51.515217], [-0.096006, 51.515169], [-0.096125, 51.515178], [-0.096135, 51.515212], [-0.096173, 51.51523], [-0.096321, 51.515242], [-0.096369, 51.51526], [-0.096429, 51.515249], [-0.096451, 51.515222], [-0.096465, 51.51499], [-0.096438, 51.514953], [-0.09644, 51.514865], [-0.096587, 51.514842], [-0.097076, 51.515084], [-0.097111, 51.515134], [-0.097192, 51.515143], [-0.097312, 51.515202]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8339, &quot;postcode&quot;: &quot;EC2V 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093632, 51.514523], [-0.093596, 51.514562], [-0.093294, 51.514471], [-0.092845, 51.514445], [-0.092784, 51.514472], [-0.092763, 51.51454], [-0.092622, 51.514569], [-0.092635, 51.514474], [-0.092618, 51.514446], [-0.092577, 51.514431], [-0.092429, 51.514421], [-0.092369, 51.514449], [-0.092341, 51.51459], [-0.092317, 51.514586], [-0.092376, 51.514292], [-0.092418, 51.514325], [-0.092617, 51.514341], [-0.092674, 51.514368], [-0.092733, 51.514356], [-0.093192, 51.51442], [-0.093237, 51.514411], [-0.093264, 51.514384], [-0.093302, 51.514388], [-0.093372, 51.514456], [-0.093632, 51.514523]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 810, &quot;postcode&quot;: &quot;EC2V 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095565, 51.515677], [-0.095541, 51.515727], [-0.095549, 51.515773], [-0.095375, 51.515816], [-0.095523, 51.515643], [-0.095565, 51.515677]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 106, &quot;postcode&quot;: &quot;EC2V 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095759, 51.515024], [-0.095506, 51.515408], [-0.095539, 51.515461], [-0.095588, 51.515483], [-0.095564, 51.515519], [-0.095575, 51.51588], [-0.095548, 51.515776], [-0.095499, 51.515746], [-0.095433, 51.515755], [-0.095375, 51.515816], [-0.095311, 51.515836], [-0.094924, 51.51573], [-0.094871, 51.51574], [-0.094799, 51.515789], [-0.094739, 51.515798], [-0.094713, 51.515771], [-0.09455, 51.515707], [-0.094448, 51.515609], [-0.09442, 51.515554], [-0.09443, 51.515509], [-0.094511, 51.515514], [-0.094603, 51.515458], [-0.094685, 51.515], [-0.094733, 51.514975], [-0.095115, 51.514991], [-0.095286, 51.515016], [-0.095343, 51.515001], [-0.095413, 51.514637], [-0.095491, 51.514442], [-0.095537, 51.514451], [-0.095487, 51.51459], [-0.095444, 51.514989], [-0.095499, 51.515021], [-0.095759, 51.515024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6323, &quot;postcode&quot;: &quot;EC2V 8AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092504, 51.514165], [-0.092432, 51.514167], [-0.092394, 51.514198], [-0.092239, 51.515085], [-0.092086, 51.515055], [-0.092113, 51.514889], [-0.092141, 51.514862], [-0.092154, 51.514794], [-0.092143, 51.514717], [-0.092187, 51.514459], [-0.09214, 51.514429], [-0.091882, 51.514389], [-0.09208, 51.514023], [-0.092132, 51.513889], [-0.092115, 51.513854], [-0.092453, 51.513894], [-0.092408, 51.514121], [-0.092438, 51.514154], [-0.092504, 51.514165]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2384, &quot;postcode&quot;: &quot;EC2V 8AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092821, 51.514374], [-0.092763, 51.514376], [-0.09272, 51.514406], [-0.092596, 51.51434], [-0.092371, 51.514323], [-0.092401, 51.514156], [-0.092699, 51.514188], [-0.092757, 51.514214], [-0.09274, 51.514337], [-0.092768, 51.514363], [-0.092821, 51.514374]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 491, &quot;postcode&quot;: &quot;EC2V 8BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093987, 51.514596], [-0.094096, 51.514367], [-0.094132, 51.514349], [-0.09419, 51.514375], [-0.094099, 51.514622], [-0.094014, 51.514687], [-0.094068, 51.514623], [-0.094021, 51.514603], [-0.093964, 51.514659], [-0.093596, 51.514562], [-0.093632, 51.514523], [-0.093942, 51.514602], [-0.093987, 51.514596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 367, &quot;postcode&quot;: &quot;EC2V 8BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092179, 51.514421], [-0.092196, 51.514437], [-0.092149, 51.514683], [-0.092168, 51.514719], [-0.092136, 51.51489], [-0.091802, 51.514847], [-0.091805, 51.514794], [-0.09187, 51.514715], [-0.09186, 51.51468], [-0.09188, 51.51465], [-0.091938, 51.514632], [-0.091968, 51.514594], [-0.091939, 51.514508], [-0.091824, 51.51448], [-0.091882, 51.514389], [-0.092132, 51.514427], [-0.092179, 51.514421]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1018, &quot;postcode&quot;: &quot;EC2V 8EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092163, 51.515082], [-0.092106, 51.515088], [-0.092073, 51.515122], [-0.092051, 51.515071], [-0.091962, 51.515055], [-0.091924, 51.515018], [-0.091851, 51.515007], [-0.091895, 51.51486], [-0.092113, 51.514889], [-0.092091, 51.515044], [-0.092114, 51.515069], [-0.092163, 51.515082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 322, &quot;postcode&quot;: &quot;EC2V 8EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093594, 51.514564], [-0.093019, 51.515182], [-0.092877, 51.515141], [-0.092318, 51.515047], [-0.092268, 51.515], [-0.092262, 51.514918], [-0.092316, 51.51459], [-0.092347, 51.514554], [-0.092356, 51.514394], [-0.092414, 51.51442], [-0.092598, 51.514432], [-0.092645, 51.514421], [-0.09267, 51.514394], [-0.092696, 51.514209], [-0.092757, 51.514214], [-0.09272, 51.514406], [-0.092754, 51.514443], [-0.093294, 51.51447], [-0.093594, 51.514564]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5519, &quot;postcode&quot;: &quot;EC2V 8EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091896, 51.51469], [-0.091805, 51.514794], [-0.09175, 51.514809], [-0.091676, 51.514883], [-0.09154, 51.514851], [-0.091698, 51.514633], [-0.091896, 51.51469]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 336, &quot;postcode&quot;: &quot;EC2V 8EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091412, 51.514619], [-0.091205, 51.514565], [-0.09112, 51.514529], [-0.091181, 51.514382], [-0.091106, 51.514374], [-0.09113, 51.514355], [-0.091367, 51.514382], [-0.091389, 51.514333], [-0.091521, 51.51433], [-0.091412, 51.514619]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 566, &quot;postcode&quot;: &quot;EC2V 8EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091515, 51.514772], [-0.091367, 51.514739], [-0.091496, 51.514398], [-0.09179, 51.514432], [-0.092031, 51.513991], [-0.092089, 51.513865], [-0.092074, 51.513856], [-0.09209, 51.513865], [-0.092093, 51.513852], [-0.092117, 51.513854], [-0.092112, 51.513864], [-0.092111, 51.513867], [-0.092088, 51.513918], [-0.092117, 51.513854], [-0.092147, 51.513856], [-0.091967, 51.514248], [-0.091824, 51.51448], [-0.091975, 51.514506], [-0.09195, 51.514551], [-0.091983, 51.514568], [-0.091967, 51.514582], [-0.091983, 51.514589], [-0.091912, 51.514657], [-0.09188, 51.51465], [-0.091859, 51.514681], [-0.091698, 51.514632], [-0.091458, 51.514965], [-0.091404, 51.514962], [-0.091515, 51.514772]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1476, &quot;postcode&quot;: &quot;EC2V 8EY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091657, 51.514026], [-0.091623, 51.514129], [-0.091597, 51.514128], [-0.091618, 51.51405], [-0.09159, 51.514025], [-0.091542, 51.514015], [-0.091657, 51.514026]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC2V 8HE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093223, 51.518117], [-0.093038, 51.518473], [-0.09258, 51.518357], [-0.09255, 51.518323], [-0.09246, 51.5183], [-0.092536, 51.518171], [-0.092778, 51.518228], [-0.092844, 51.518218], [-0.092957, 51.518045], [-0.093223, 51.518117]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1299, &quot;postcode&quot;: &quot;EC2Y 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095443, 51.517427], [-0.095549, 51.517424], [-0.09522, 51.517998], [-0.095093, 51.517926], [-0.095166, 51.51782], [-0.095156, 51.517791], [-0.095119, 51.517772], [-0.09517, 51.517697], [-0.095295, 51.517634], [-0.095443, 51.517427]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 664, &quot;postcode&quot;: &quot;EC2Y 5AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093884, 51.51733], [-0.09369, 51.517671], [-0.093695, 51.517709], [-0.093666, 51.517748], [-0.09367, 51.517619], [-0.093641, 51.51759], [-0.093591, 51.517581], [-0.093608, 51.517518], [-0.093567, 51.517494], [-0.093448, 51.517479], [-0.093436, 51.517458], [-0.09348, 51.517427], [-0.093774, 51.517433], [-0.093812, 51.517414], [-0.093884, 51.51733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 347, &quot;postcode&quot;: &quot;EC2Y 5AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093666, 51.517748], [-0.093621, 51.517771], [-0.093456, 51.518048], [-0.09339, 51.51806], [-0.093359, 51.518084], [-0.093185, 51.518536], [-0.09312, 51.518648], [-0.092566, 51.51847], [-0.092067, 51.51835], [-0.091558, 51.518198], [-0.091357, 51.518157], [-0.091285, 51.518177], [-0.091287, 51.518231], [-0.091227, 51.518204], [-0.091164, 51.51822], [-0.091035, 51.518376], [-0.090946, 51.518452], [-0.09081, 51.518406], [-0.090939, 51.518264], [-0.091001, 51.518249], [-0.091075, 51.518169], [-0.091084, 51.518139], [-0.091054, 51.51811], [-0.090484, 51.517974], [-0.090494, 51.51794], [-0.090462, 51.517911], [-0.09024, 51.517858], [-0.090198, 51.517831], [-0.090132, 51.517826], [-0.090101, 51.517776], [-0.08997, 51.517749], [-0.089914, 51.517763], [-0.089886, 51.517803], [-0.089904, 51.51784], [-0.089985, 51.517864], [-0.089992, 51.517883], [-0.089852, 51.518118], [-0.089545, 51.518037], [-0.089473, 51.518048], [-0.08945, 51.518007], [-0.089392, 51.517987], [-0.08941, 51.517901], [-0.089362, 51.517856], [-0.089286, 51.517836], [-0.089309, 51.51779], [-0.0893, 51.517761], [-0.089167, 51.517719], [-0.089249, 51.517585], [-0.089499, 51.51763], [-0.089541, 51.517606], [-0.089595, 51.517502], [-0.089878, 51.517489], [-0.09067, 51.517583], [-0.090712, 51.517554], [-0.090702, 51.517516], [-0.090765, 51.517379], [-0.090867, 51.517384], [-0.090917, 51.517322], [-0.091138, 51.51733], [-0.091167, 51.517392], [-0.091271, 51.517421], [-0.091231, 51.517584], [-0.091268, 51.517605], [-0.091387, 51.517623], [-0.091436, 51.517607], [-0.091455, 51.517577], [-0.091435, 51.517544], [-0.091381, 51.517531], [-0.091388, 51.517512], [-0.091429, 51.517523], [-0.091476, 51.517516], [-0.091526, 51.517454], [-0.091803, 51.517507], [-0.091843, 51.517485], [-0.091898, 51.517397], [-0.092013, 51.517396], [-0.092024, 51.517437], [-0.09208, 51.517455], [-0.092137, 51.517439], [-0.092183, 51.517377], [-0.092381, 51.517391], [-0.09279, 51.517489], [-0.092849, 51.51747], [-0.092913, 51.51738], [-0.093012, 51.517372], [-0.093311, 51.517432], [-0.093352, 51.51741], [-0.093454, 51.517246], [-0.093574, 51.517276], [-0.093476, 51.517448], [-0.09351, 51.51748], [-0.093636, 51.51751], [-0.093631, 51.517548], [-0.093673, 51.517576], [-0.093666, 51.517748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 24234, &quot;postcode&quot;: &quot;EC2Y 5AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095925, 51.51704], [-0.096057, 51.517074], [-0.096109, 51.517091], [-0.095925, 51.51704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC2Y 5BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094624, 51.517923], [-0.09493, 51.517995], [-0.094891, 51.518059], [-0.09497, 51.518093], [-0.095091, 51.517929], [-0.09522, 51.517998], [-0.095084, 51.518237], [-0.094766, 51.518489], [-0.094709, 51.518471], [-0.094299, 51.518342], [-0.094709, 51.518471], [-0.094876, 51.518244], [-0.09479, 51.518225], [-0.094773, 51.518254], [-0.094467, 51.518182], [-0.094521, 51.51809], [-0.094523, 51.518075], [-0.094495, 51.518068], [-0.094524, 51.51802], [-0.094567, 51.518017], [-0.094624, 51.517923]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1506, &quot;postcode&quot;: &quot;EC2Y 5BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095444, 51.517425], [-0.095272, 51.517666], [-0.095226, 51.517676], [-0.095148, 51.51773], [-0.095146, 51.517766], [-0.095189, 51.517792], [-0.09497, 51.518093], [-0.094891, 51.518059], [-0.094909, 51.518019], [-0.094886, 51.517988], [-0.094678, 51.517937], [-0.094613, 51.51795], [-0.094527, 51.518046], [-0.094487, 51.518153], [-0.09451, 51.518189], [-0.094715, 51.51824], [-0.09479, 51.518225], [-0.094876, 51.518244], [-0.094709, 51.518471], [-0.093447, 51.518073], [-0.093554, 51.51787], [-0.093631, 51.517753], [-0.093674, 51.517725], [-0.093899, 51.517298], [-0.094039, 51.517325], [-0.09477, 51.517321], [-0.094994, 51.517359], [-0.095095, 51.517343], [-0.095444, 51.517425]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10438, &quot;postcode&quot;: &quot;EC2Y 5BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092157, 51.518252], [-0.092045, 51.518208], [-0.092181, 51.518238], [-0.092157, 51.518252]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC2Y 5DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092813, 51.518148], [-0.092758, 51.518224], [-0.09259, 51.518185], [-0.092521, 51.518202], [-0.092482, 51.518284], [-0.092514, 51.518312], [-0.092603, 51.518334], [-0.092578, 51.518356], [-0.091842, 51.518159], [-0.091886, 51.518085], [-0.092024, 51.518107], [-0.092064, 51.518091], [-0.092092, 51.518049], [-0.092452, 51.518133], [-0.092492, 51.51816], [-0.092571, 51.518167], [-0.09264, 51.518142], [-0.09267, 51.51809], [-0.092658, 51.518056], [-0.092707, 51.518061], [-0.092779, 51.518103], [-0.092813, 51.518148]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 947, &quot;postcode&quot;: &quot;EC2Y 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096265, 51.517394], [-0.095776, 51.51741], [-0.095935, 51.517453], [-0.09587, 51.517452], [-0.095485, 51.517974], [-0.095366, 51.517941], [-0.095594, 51.517616], [-0.095506, 51.517616], [-0.095162, 51.518106], [-0.095309, 51.518151], [-0.095263, 51.518212], [-0.095349, 51.51824], [-0.095309, 51.518293], [-0.095084, 51.518237], [-0.095797, 51.517002], [-0.096109, 51.517091], [-0.096125, 51.517061], [-0.096745, 51.517145], [-0.09674, 51.517369], [-0.096462, 51.517363], [-0.096265, 51.517394]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3846, &quot;postcode&quot;: &quot;EC2Y 5EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090349, 51.517942], [-0.090193, 51.517905], [-0.090131, 51.517912], [-0.090011, 51.518092], [-0.089999, 51.518084], [-0.090075, 51.517825], [-0.090245, 51.517827], [-0.090268, 51.517861], [-0.090338, 51.517881], [-0.090349, 51.517942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 227, &quot;postcode&quot;: &quot;EC2Y 5EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091545, 51.517641], [-0.091038, 51.517649], [-0.090994, 51.517633], [-0.089669, 51.517462], [-0.089605, 51.517486], [-0.089525, 51.517637], [-0.089249, 51.517585], [-0.089291, 51.517516], [-0.089357, 51.517493], [-0.089361, 51.517451], [-0.089562, 51.517354], [-0.089635, 51.517351], [-0.089666, 51.517323], [-0.089672, 51.517354], [-0.089713, 51.517376], [-0.090989, 51.517557], [-0.09106, 51.517535], [-0.091111, 51.517412], [-0.091273, 51.517408], [-0.091223, 51.517558], [-0.091234, 51.517588], [-0.091273, 51.517606], [-0.091545, 51.517641]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1782, &quot;postcode&quot;: &quot;EC2Y 5ET&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097087, 51.517971], [-0.097036, 51.518004], [-0.096883, 51.518012], [-0.096859, 51.518043], [-0.096869, 51.5181], [-0.096653, 51.518112], [-0.0966, 51.518138], [-0.096555, 51.518101], [-0.096403, 51.518066], [-0.09596, 51.518094], [-0.09592, 51.518129], [-0.095915, 51.518358], [-0.095264, 51.518212], [-0.095276, 51.518149], [-0.095162, 51.518106], [-0.095506, 51.517616], [-0.095594, 51.517616], [-0.095623, 51.51765], [-0.095684, 51.517657], [-0.095725, 51.51764], [-0.095792, 51.517566], [-0.095857, 51.517458], [-0.095837, 51.51743], [-0.095776, 51.51741], [-0.096078, 51.517408], [-0.096464, 51.517363], [-0.09674, 51.517369], [-0.096758, 51.517396], [-0.096801, 51.517411], [-0.096979, 51.517397], [-0.097039, 51.517794], [-0.097087, 51.517971]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9148, &quot;postcode&quot;: &quot;EC2Y 5HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08938, 51.517512], [-0.089317, 51.517517], [-0.089281, 51.517535], [-0.089142, 51.517759], [-0.088831, 51.517689], [-0.088851, 51.51764], [-0.088827, 51.517515], [-0.088782, 51.517472], [-0.088794, 51.517413], [-0.089071, 51.517368], [-0.089257, 51.517398], [-0.08936, 51.517451], [-0.08938, 51.517512]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1164, &quot;postcode&quot;: &quot;EC2Y 5JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096349, 51.518078], [-0.096357, 51.518053], [-0.096485, 51.518084], [-0.096432, 51.518085], [-0.09656, 51.518103], [-0.0966, 51.518138], [-0.096599, 51.518114], [-0.096853, 51.518101], [-0.096918, 51.518409], [-0.096649, 51.51842], [-0.096645, 51.51839], [-0.096607, 51.518392], [-0.096657, 51.518556], [-0.096031, 51.518472], [-0.095309, 51.518293], [-0.095356, 51.51823], [-0.095915, 51.518359], [-0.095921, 51.518092], [-0.096349, 51.518078]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3267, &quot;postcode&quot;: &quot;EC2Y 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09527, 51.520488], [-0.095384, 51.520474], [-0.095747, 51.520415], [-0.095271, 51.520502], [-0.09527, 51.520488]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 26, &quot;postcode&quot;: &quot;EC2Y 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095375, 51.521342], [-0.095285, 51.521302], [-0.095197, 51.521078], [-0.095155, 51.52105], [-0.094632, 51.521114], [-0.094409, 51.521104], [-0.094643, 51.521061], [-0.094819, 51.521061], [-0.095331, 51.520976], [-0.095375, 51.521342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 530, &quot;postcode&quot;: &quot;EC2Y 8AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090249, 51.519509], [-0.09104, 51.519372], [-0.092005, 51.519771], [-0.091941, 51.519882], [-0.091082, 51.51973], [-0.091078, 51.519738], [-0.090225, 51.519543], [-0.090249, 51.519509]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2939, &quot;postcode&quot;: &quot;EC2Y 8AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092618, 51.518486], [-0.092566, 51.51847], [-0.092492, 51.518451], [-0.092567, 51.51847], [-0.092618, 51.518486]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2Y 8AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093172, 51.51857], [-0.093028, 51.518945], [-0.091506, 51.518567], [-0.091228, 51.518141], [-0.091559, 51.518198], [-0.092073, 51.518351], [-0.09257, 51.518471], [-0.093054, 51.518627], [-0.093122, 51.518622], [-0.093172, 51.51857]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4808, &quot;postcode&quot;: &quot;EC2Y 8AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095085, 51.519287], [-0.094623, 51.519663], [-0.09455, 51.519685], [-0.093165, 51.51926], [-0.093467, 51.51875], [-0.09355, 51.518726], [-0.094076, 51.518961], [-0.09424, 51.518964], [-0.094309, 51.518996], [-0.094466, 51.518985], [-0.094508, 51.518963], [-0.094549, 51.518732], [-0.094783, 51.518726], [-0.094802, 51.518757], [-0.094862, 51.518783], [-0.09489, 51.518829], [-0.095084, 51.518875], [-0.095085, 51.519287]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8918, &quot;postcode&quot;: &quot;EC2Y 8BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093465, 51.51875], [-0.093165, 51.51926], [-0.09294, 51.519193], [-0.09293, 51.519156], [-0.092896, 51.519133], [-0.092187, 51.518905], [-0.091585, 51.518782], [-0.091562, 51.518748], [-0.091513, 51.518729], [-0.091556, 51.518632], [-0.091488, 51.518598], [-0.091507, 51.518568], [-0.092971, 51.518929], [-0.093019, 51.51892], [-0.093045, 51.518899], [-0.093172, 51.51857], [-0.093465, 51.51875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3567, &quot;postcode&quot;: &quot;EC2Y 8BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093632, 51.519645], [-0.092123, 51.519247], [-0.09207, 51.519272], [-0.091923, 51.519527], [-0.091951, 51.51957], [-0.092105, 51.519607], [-0.092005, 51.519771], [-0.09104, 51.519372], [-0.091123, 51.519214], [-0.091093, 51.519184], [-0.090976, 51.519154], [-0.090945, 51.519057], [-0.091045, 51.51893], [-0.091219, 51.518906], [-0.091273, 51.518911], [-0.091314, 51.518894], [-0.09149, 51.518598], [-0.091581, 51.51862], [-0.091533, 51.518711], [-0.091607, 51.518787], [-0.092183, 51.518903], [-0.092952, 51.519152], [-0.092955, 51.519182], [-0.092989, 51.519205], [-0.093614, 51.519399], [-0.093515, 51.519582], [-0.093537, 51.519613], [-0.093632, 51.519645]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9339, &quot;postcode&quot;: &quot;EC2Y 8BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094709, 51.518471], [-0.094676, 51.518516], [-0.094676, 51.518571], [-0.094648, 51.518591], [-0.094605, 51.518596], [-0.09452, 51.518547], [-0.093774, 51.518353], [-0.093719, 51.518352], [-0.093682, 51.518372], [-0.093557, 51.518545], [-0.0935, 51.518545], [-0.093462, 51.51857], [-0.093461, 51.518601], [-0.09355, 51.518726], [-0.093496, 51.518759], [-0.093172, 51.51857], [-0.093365, 51.518218], [-0.09336, 51.518188], [-0.093327, 51.518167], [-0.093372, 51.518049], [-0.093434, 51.518041], [-0.093476, 51.518004], [-0.093465, 51.518057], [-0.093498, 51.518089], [-0.094709, 51.518471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2825, &quot;postcode&quot;: &quot;EC2Y 8BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093421, 51.518119], [-0.093376, 51.518198], [-0.093183, 51.51854], [-0.09337, 51.518056], [-0.09342, 51.518068], [-0.093421, 51.518119]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 147, &quot;postcode&quot;: &quot;EC2Y 8BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091506, 51.518567], [-0.091446, 51.518671], [-0.09142, 51.51862], [-0.090946, 51.518452], [-0.091038, 51.518372], [-0.091228, 51.518141], [-0.091506, 51.518567]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 944, &quot;postcode&quot;: &quot;EC2Y 8BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091466, 51.518636], [-0.091396, 51.518757], [-0.091358, 51.518784], [-0.091362, 51.518816], [-0.091297, 51.518929], [-0.091184, 51.518901], [-0.091059, 51.51893], [-0.090953, 51.519047], [-0.090975, 51.519141], [-0.091057, 51.519166], [-0.091111, 51.519141], [-0.091194, 51.519001], [-0.091248, 51.519013], [-0.09104, 51.519372], [-0.090275, 51.519504], [-0.090225, 51.519542], [-0.090269, 51.519471], [-0.090233, 51.519414], [-0.090244, 51.519298], [-0.090316, 51.519211], [-0.090484, 51.519108], [-0.090946, 51.518452], [-0.091466, 51.518636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4587, &quot;postcode&quot;: &quot;EC2Y 8BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095252, 51.518294], [-0.095084, 51.518504], [-0.095084, 51.518875], [-0.095437, 51.518956], [-0.095085, 51.519083], [-0.095084, 51.518875], [-0.094838, 51.518819], [-0.094862, 51.518783], [-0.094813, 51.518763], [-0.094683, 51.518754], [-0.094684, 51.518726], [-0.094684, 51.518736], [-0.094458, 51.518743], [-0.09369, 51.518465], [-0.093687, 51.518502], [-0.093602, 51.518482], [-0.093708, 51.518335], [-0.094447, 51.518537], [-0.094545, 51.518543], [-0.094573, 51.518585], [-0.094627, 51.518596], [-0.094677, 51.51857], [-0.094663, 51.518519], [-0.094709, 51.518471], [-0.094766, 51.518489], [-0.095084, 51.518237], [-0.095309, 51.518293], [-0.095297, 51.518309], [-0.095252, 51.518294]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3129, &quot;postcode&quot;: &quot;EC2Y 8BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095085, 51.519145], [-0.095085, 51.519083], [-0.095437, 51.518956], [-0.095626, 51.519], [-0.095514, 51.519197], [-0.095085, 51.519145]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 630, &quot;postcode&quot;: &quot;EC2Y 8BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095084, 51.518504], [-0.095252, 51.518294], [-0.095297, 51.518309], [-0.095309, 51.518293], [-0.096031, 51.518472], [-0.095761, 51.518789], [-0.096076, 51.519104], [-0.095084, 51.518875], [-0.095084, 51.518504]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3808, &quot;postcode&quot;: &quot;EC2Y 8BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096233, 51.518532], [-0.096424, 51.518524], [-0.096958, 51.518596], [-0.097076, 51.519337], [-0.097048, 51.519679], [-0.096634, 51.519718], [-0.096301, 51.519329], [-0.095761, 51.518789], [-0.096031, 51.518472], [-0.096227, 51.518498], [-0.096233, 51.518532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8080, &quot;postcode&quot;: &quot;EC2Y 8BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097288, 51.520049], [-0.097186, 51.520081], [-0.0967, 51.520061], [-0.096536, 51.520214], [-0.096533, 51.520256], [-0.096513, 51.52026], [-0.096462, 51.52025], [-0.096309, 51.520277], [-0.096252, 51.520274], [-0.096172, 51.520229], [-0.096185, 51.520139], [-0.096128, 51.520052], [-0.095853, 51.519989], [-0.096137, 51.519626], [-0.096301, 51.519329], [-0.096457, 51.519512], [-0.096381, 51.519644], [-0.096397, 51.519685], [-0.09651, 51.519711], [-0.096589, 51.519665], [-0.096622, 51.5197], [-0.09667, 51.519714], [-0.096989, 51.519685], [-0.097044, 51.51966], [-0.097053, 51.51961], [-0.097165, 51.519682], [-0.09724, 51.519857], [-0.097288, 51.520049]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4838, &quot;postcode&quot;: &quot;EC2Y 8BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094547, 51.518742], [-0.09451, 51.518983], [-0.094242, 51.519001], [-0.094198, 51.518968], [-0.094079, 51.518966], [-0.093601, 51.518749], [-0.093536, 51.518743], [-0.093566, 51.5187], [-0.093544, 51.518658], [-0.09358, 51.518588], [-0.093557, 51.518545], [-0.093602, 51.518482], [-0.093652, 51.518483], [-0.09369, 51.518465], [-0.094446, 51.518738], [-0.094547, 51.518742]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2332, &quot;postcode&quot;: &quot;EC2Y 8DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093325, 51.520801], [-0.092825, 51.520891], [-0.092511, 51.520941], [-0.092456, 51.520929], [-0.092444, 51.520817], [-0.092494, 51.520659], [-0.092452, 51.520626], [-0.092383, 51.52063], [-0.092413, 51.520553], [-0.092482, 51.520581], [-0.092561, 51.520547], [-0.092676, 51.520262], [-0.09258, 51.520084], [-0.092757, 51.520115], [-0.09275, 51.520155], [-0.093093, 51.520809], [-0.093159, 51.52083], [-0.093325, 51.520801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2314, &quot;postcode&quot;: &quot;EC2Y 8DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09651, 51.520241], [-0.096514, 51.520275], [-0.096025, 51.520364], [-0.096267, 51.52031], [-0.096309, 51.520277], [-0.09651, 51.520241]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 70, &quot;postcode&quot;: &quot;EC2Y 8DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097556, 51.520916], [-0.097523, 51.521], [-0.097459, 51.520994], [-0.097412, 51.521024], [-0.097387, 51.521212], [-0.097289, 51.521578], [-0.096554, 51.520339], [-0.097251, 51.520219], [-0.097345, 51.520237], [-0.097471, 51.52057], [-0.097434, 51.520872], [-0.097465, 51.520901], [-0.097541, 51.520901], [-0.097556, 51.520916]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5108, &quot;postcode&quot;: &quot;EC2Y 8DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095181, 51.520598], [-0.09482, 51.52064], [-0.094824, 51.520648], [-0.094571, 51.520684], [-0.094568, 51.520702], [-0.094412, 51.520731], [-0.094395, 51.520675], [-0.093922, 51.520776], [-0.09404, 51.521033], [-0.09327, 51.521247], [-0.092959, 51.521264], [-0.092959, 51.521323], [-0.092583, 51.521356], [-0.092475, 51.521081], [-0.09249, 51.521064], [-0.093831, 51.520826], [-0.093841, 51.520788], [-0.093052, 51.52091], [-0.093021, 51.520855], [-0.093327, 51.520801], [-0.093632, 51.520769], [-0.093634, 51.520745], [-0.094395, 51.520616], [-0.094389, 51.520663], [-0.095215, 51.520512], [-0.095181, 51.520598]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4528, &quot;postcode&quot;: &quot;EC2Y 8DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095301, 51.519856], [-0.094603, 51.519679], [-0.094505, 51.519759], [-0.095085, 51.519287], [-0.095352, 51.519372], [-0.095313, 51.519546], [-0.095301, 51.519856]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1886, &quot;postcode&quot;: &quot;EC2Y 8DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096138, 51.519623], [-0.095085, 51.519287], [-0.095085, 51.519145], [-0.095497, 51.519186], [-0.095533, 51.519165], [-0.095626, 51.519], [-0.096075, 51.519104], [-0.096301, 51.519329], [-0.096138, 51.519623]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3092, &quot;postcode&quot;: &quot;EC2Y 8DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09404, 51.521033], [-0.093937, 51.520808], [-0.094334, 51.520746], [-0.094568, 51.520702], [-0.094571, 51.520684], [-0.094863, 51.520633], [-0.095181, 51.520598], [-0.095255, 51.52063], [-0.095303, 51.520735], [-0.095331, 51.520976], [-0.094816, 51.521062], [-0.094643, 51.521061], [-0.094339, 51.521117], [-0.094286, 51.521098], [-0.094247, 51.521241], [-0.094242, 51.521403], [-0.094244, 51.521347], [-0.094351, 51.521378], [-0.094398, 51.521457], [-0.092763, 51.521387], [-0.09404, 51.521033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6508, &quot;postcode&quot;: &quot;EC2Y 8DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0947, 51.520141], [-0.094461, 51.520099], [-0.094505, 51.519759], [-0.095791, 51.520069], [-0.095842, 51.52012], [-0.095793, 51.520161], [-0.095904, 51.520183], [-0.096046, 51.520325], [-0.096309, 51.520277], [-0.096403, 51.520282], [-0.095747, 51.520415], [-0.095229, 51.520493], [-0.09527, 51.520488], [-0.095271, 51.520502], [-0.094389, 51.520663], [-0.094454, 51.520157], [-0.094673, 51.520188], [-0.094741, 51.520068], [-0.0947, 51.520141]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6741, &quot;postcode&quot;: &quot;EC2Y 8DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094622, 51.519664], [-0.094508, 51.51976], [-0.094491, 51.519863], [-0.094076, 51.519766], [-0.093496, 51.519603], [-0.093614, 51.519399], [-0.094488, 51.519666], [-0.09457, 51.519652], [-0.094622, 51.519664]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1672, &quot;postcode&quot;: &quot;EC2Y 8DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091978, 51.519577], [-0.09192, 51.519565], [-0.091918, 51.519564], [-0.091978, 51.519577]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC2Y 8DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093689, 51.518473], [-0.093687, 51.518502], [-0.093632, 51.518505], [-0.093596, 51.518532], [-0.093565, 51.518632], [-0.093588, 51.518671], [-0.093564, 51.51873], [-0.093449, 51.51878], [-0.093439, 51.518735], [-0.093246, 51.518614], [-0.09337, 51.518685], [-0.093444, 51.518686], [-0.09348, 51.518646], [-0.093429, 51.518515], [-0.093551, 51.518514], [-0.093602, 51.518482], [-0.093689, 51.518473]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 264, &quot;postcode&quot;: &quot;EC2Y 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091942, 51.519882], [-0.092005, 51.519771], [-0.092525, 51.519986], [-0.091942, 51.519882]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 276, &quot;postcode&quot;: &quot;EC2Y 8DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096802, 51.520296], [-0.096616, 51.520329], [-0.096577, 51.520364], [-0.096727, 51.520631], [-0.096513, 51.520259], [-0.096759, 51.520275], [-0.096802, 51.520296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;EC2Y 8EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094491, 51.519863], [-0.094395, 51.520616], [-0.093683, 51.520737], [-0.093632, 51.520769], [-0.093083, 51.52084], [-0.09309, 51.520811], [-0.093034, 51.520674], [-0.092978, 51.520611], [-0.092735, 51.520126], [-0.092698, 51.520105], [-0.09258, 51.520084], [-0.09251, 51.51998], [-0.092005, 51.519771], [-0.092079, 51.519619], [-0.092042, 51.519593], [-0.091902, 51.519561], [-0.092093, 51.519232], [-0.094075, 51.519765], [-0.094491, 51.519863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17238, &quot;postcode&quot;: &quot;EC2Y 8HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09268, 51.520258], [-0.092457, 51.520776], [-0.092438, 51.520953], [-0.092315, 51.520972], [-0.092358, 51.5207], [-0.092144, 51.520676], [-0.092151, 51.520646], [-0.091735, 51.520596], [-0.091748, 51.520551], [-0.091679, 51.520536], [-0.091714, 51.520402], [-0.091679, 51.520396], [-0.091776, 51.52023], [-0.091751, 51.520224], [-0.091803, 51.520136], [-0.091771, 51.520128], [-0.091846, 51.520003], [-0.09116, 51.519845], [-0.091143, 51.519851], [-0.091127, 51.519848], [-0.091151, 51.519811], [-0.091784, 51.519941], [-0.091827, 51.519862], [-0.092525, 51.519986], [-0.09268, 51.520258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5189, &quot;postcode&quot;: &quot;EC2Y 8HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096166, 51.520217], [-0.095905, 51.520183], [-0.095791, 51.520069], [-0.095875, 51.519961], [-0.095853, 51.519989], [-0.095921, 51.520005], [-0.096496, 51.520092], [-0.096144, 51.520075], [-0.096187, 51.520137], [-0.096166, 51.520217]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 490, &quot;postcode&quot;: &quot;EC2Y 8NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093285, 51.520923], [-0.093077, 51.52096], [-0.092992, 51.520861], [-0.093021, 51.520855], [-0.093052, 51.52091], [-0.09334, 51.520866], [-0.093285, 51.520923]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;EC2Y 8NB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095352, 51.519372], [-0.096138, 51.519623], [-0.095791, 51.520069], [-0.094505, 51.519759], [-0.094603, 51.519679], [-0.094886, 51.519757], [-0.095104, 51.519812], [-0.095325, 51.519861], [-0.095301, 51.519856], [-0.095313, 51.519546], [-0.095352, 51.519372]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3416, &quot;postcode&quot;: &quot;EC2Y 8ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093846, 51.52079], [-0.093831, 51.520826], [-0.093285, 51.520923], [-0.09334, 51.520866], [-0.093486, 51.520835], [-0.093496, 51.520783], [-0.093562, 51.520776], [-0.093585, 51.520806], [-0.09363, 51.520819], [-0.093846, 51.52079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 210, &quot;postcode&quot;: &quot;EC2Y 8NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089142, 51.517759], [-0.089053, 51.517905], [-0.08898, 51.517901], [-0.088931, 51.517925], [-0.088679, 51.518355], [-0.088389, 51.518292], [-0.088644, 51.517824], [-0.088786, 51.517853], [-0.08884, 51.517844], [-0.088886, 51.517795], [-0.088874, 51.517756], [-0.088901, 51.517704], [-0.089142, 51.517759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1511, &quot;postcode&quot;: &quot;EC2Y 9AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089088, 51.518955], [-0.089045, 51.519029], [-0.088886, 51.518993], [-0.088817, 51.519011], [-0.088618, 51.519342], [-0.088444, 51.51931], [-0.08839, 51.519319], [-0.088353, 51.519379], [-0.088414, 51.519418], [-0.088366, 51.519452], [-0.08824, 51.519398], [-0.088348, 51.519305], [-0.088605, 51.518843], [-0.089088, 51.518955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1266, &quot;postcode&quot;: &quot;EC2Y 9AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089419, 51.519881], [-0.089327, 51.519858], [-0.089922, 51.52002], [-0.089673, 51.520643], [-0.088824, 51.520567], [-0.08883, 51.520542], [-0.088789, 51.520538], [-0.088851, 51.520284], [-0.088806, 51.52028], [-0.088838, 51.520148], [-0.088884, 51.520153], [-0.088979, 51.519766], [-0.089273, 51.519844], [-0.08937, 51.519802], [-0.089419, 51.519881]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5406, &quot;postcode&quot;: &quot;EC2Y 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090225, 51.519543], [-0.091078, 51.519738], [-0.090847, 51.520154], [-0.090795, 51.520141], [-0.090761, 51.520195], [-0.089975, 51.520054], [-0.08994, 51.520137], [-0.089893, 51.520131], [-0.090032, 51.519823], [-0.090113, 51.519845], [-0.090119, 51.51982], [-0.090042, 51.519805], [-0.090198, 51.519517], [-0.090242, 51.51951], [-0.090225, 51.519543]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3744, &quot;postcode&quot;: &quot;EC2Y 9AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08879, 51.51996], [-0.088737, 51.520169], [-0.088828, 51.520192], [-0.088806, 51.520278], [-0.088668, 51.520527], [-0.08865, 51.520527], [-0.088659, 51.520491], [-0.088643, 51.520554], [-0.088282, 51.520527], [-0.088094, 51.520527], [-0.08808, 51.520508], [-0.088146, 51.520514], [-0.087822, 51.520482], [-0.087897, 51.520178], [-0.088211, 51.520219], [-0.088278, 51.519977], [-0.088489, 51.520005], [-0.08851, 51.519927], [-0.08879, 51.51996]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3213, &quot;postcode&quot;: &quot;EC2Y 9AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090729, 51.51876], [-0.090482, 51.519112], [-0.090319, 51.519209], [-0.090248, 51.519294], [-0.090248, 51.519392], [-0.090293, 51.519412], [-0.090356, 51.519404], [-0.090309, 51.519425], [-0.090249, 51.519508], [-0.090185, 51.51954], [-0.090062, 51.51977], [-0.090073, 51.5198], [-0.090119, 51.51982], [-0.090113, 51.519845], [-0.090063, 51.519839], [-0.090021, 51.519854], [-0.089967, 51.519942], [-0.089859, 51.519955], [-0.089389, 51.519809], [-0.089273, 51.519844], [-0.089031, 51.519785], [-0.088983, 51.5198], [-0.088963, 51.519831], [-0.088833, 51.519786], [-0.088835, 51.519728], [-0.088706, 51.519675], [-0.088684, 51.519588], [-0.088393, 51.519494], [-0.08837, 51.519418], [-0.088336, 51.519392], [-0.088393, 51.519289], [-0.088558, 51.519334], [-0.088624, 51.519321], [-0.088832, 51.51898], [-0.088877, 51.518951], [-0.088873, 51.51892], [-0.088845, 51.5189], [-0.088595, 51.518841], [-0.088741, 51.518606], [-0.088811, 51.518589], [-0.08903, 51.518638], [-0.090081, 51.518779], [-0.090424, 51.518856], [-0.090497, 51.518835], [-0.09057, 51.518713], [-0.090729, 51.51876]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14756, &quot;postcode&quot;: &quot;EC2Y 9AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089967, 51.519942], [-0.089946, 51.519983], [-0.089859, 51.519955], [-0.089944, 51.519948], [-0.089967, 51.519942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15, &quot;postcode&quot;: &quot;EC2Y 9BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091845, 51.520003], [-0.091789, 51.520101], [-0.091803, 51.520136], [-0.091767, 51.520201], [-0.091776, 51.52023], [-0.091679, 51.520396], [-0.091311, 51.52033], [-0.091278, 51.5203], [-0.091168, 51.520274], [-0.091101, 51.52028], [-0.09097, 51.520252], [-0.090902, 51.520276], [-0.090841, 51.5204], [-0.090775, 51.520402], [-0.090677, 51.52036], [-0.090689, 51.52033], [-0.090752, 51.520304], [-0.090784, 51.52022], [-0.090766, 51.520187], [-0.090795, 51.520141], [-0.090867, 51.520114], [-0.091082, 51.51973], [-0.091827, 51.519862], [-0.09178, 51.519961], [-0.091802, 51.519989], [-0.091845, 51.520003]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3770, &quot;postcode&quot;: &quot;EC2Y 9BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09076, 51.518532], [-0.090654, 51.518572], [-0.090477, 51.518869], [-0.090093, 51.518782], [-0.089028, 51.518638], [-0.088858, 51.5186], [-0.088797, 51.518612], [-0.088722, 51.518604], [-0.088688, 51.518581], [-0.088641, 51.518577], [-0.088978, 51.518027], [-0.089026, 51.518039], [-0.089076, 51.518027], [-0.089344, 51.518086], [-0.09053, 51.518405], [-0.090704, 51.518488], [-0.09076, 51.518532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7523, &quot;postcode&quot;: &quot;EC2Y 9DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091056, 51.518143], [-0.090986, 51.518213], [-0.090976, 51.518264], [-0.090919, 51.518286], [-0.09084, 51.518375], [-0.090853, 51.518417], [-0.090945, 51.518452], [-0.090864, 51.518567], [-0.090792, 51.518596], [-0.09081, 51.518645], [-0.090729, 51.51876], [-0.09057, 51.518713], [-0.090641, 51.518595], [-0.090704, 51.518595], [-0.090743, 51.518566], [-0.090737, 51.518533], [-0.090663, 51.518472], [-0.090527, 51.518405], [-0.089427, 51.518107], [-0.089457, 51.518065], [-0.089456, 51.518014], [-0.089789, 51.5181], [-0.089859, 51.518091], [-0.08998, 51.517897], [-0.089961, 51.517864], [-0.089899, 51.517845], [-0.089992, 51.517791], [-0.090075, 51.517825], [-0.09007, 51.517864], [-0.090105, 51.517891], [-0.090269, 51.517919], [-0.090315, 51.517907], [-0.090338, 51.517881], [-0.090544, 51.51793], [-0.090537, 51.517964], [-0.090569, 51.517993], [-0.091026, 51.518102], [-0.091056, 51.518143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4180, &quot;postcode&quot;: &quot;EC2Y 9DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08937, 51.519802], [-0.089663, 51.519894], [-0.089661, 51.519949], [-0.08942, 51.519884], [-0.08937, 51.519802]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 127, &quot;postcode&quot;: &quot;EC2Y 9HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089945, 51.519983], [-0.089831, 51.520305], [-0.089813, 51.520305], [-0.089907, 51.520034], [-0.089873, 51.520007], [-0.089661, 51.519949], [-0.089663, 51.519894], [-0.089945, 51.519983]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 140, &quot;postcode&quot;: &quot;EC2Y 9LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080758, 51.513211], [-0.080694, 51.513428], [-0.080475, 51.513411], [-0.080326, 51.513353], [-0.080191, 51.513348], [-0.080142, 51.513367], [-0.079895, 51.513334], [-0.079875, 51.513307], [-0.07983, 51.513294], [-0.079753, 51.513315], [-0.079592, 51.513292], [-0.079674, 51.51305], [-0.079616, 51.512943], [-0.079548, 51.512925], [-0.079518, 51.512873], [-0.079449, 51.512868], [-0.079387, 51.512796], [-0.079452, 51.51277], [-0.079494, 51.512831], [-0.079542, 51.512847], [-0.079728, 51.512815], [-0.079762, 51.512798], [-0.079774, 51.512768], [-0.079689, 51.512643], [-0.080105, 51.512607], [-0.080156, 51.512817], [-0.080207, 51.512839], [-0.08033, 51.51283], [-0.080368, 51.513178], [-0.080421, 51.513198], [-0.080507, 51.513192], [-0.080758, 51.513211]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4154, &quot;postcode&quot;: &quot;EC3A 1AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078692, 51.513018], [-0.078663, 51.513201], [-0.078534, 51.513196], [-0.078478, 51.513221], [-0.078442, 51.513194], [-0.078382, 51.513187], [-0.078391, 51.51312], [-0.07846, 51.513058], [-0.07845, 51.513014], [-0.07839, 51.512946], [-0.078518, 51.51288], [-0.078609, 51.513001], [-0.078692, 51.513018]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 502, &quot;postcode&quot;: &quot;EC3A 2AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078481, 51.513192], [-0.078474, 51.51325], [-0.077936, 51.513219], [-0.077871, 51.513142], [-0.078343, 51.512912], [-0.078451, 51.513014], [-0.078468, 51.513086], [-0.078421, 51.513154], [-0.078481, 51.513192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 953, &quot;postcode&quot;: &quot;EC3A 2BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079675, 51.513056], [-0.079591, 51.513292], [-0.079468, 51.513251], [-0.079318, 51.513237], [-0.079221, 51.513233], [-0.079169, 51.513261], [-0.079048, 51.513257], [-0.078994, 51.513221], [-0.078895, 51.513214], [-0.078804, 51.513243], [-0.078767, 51.51321], [-0.078663, 51.513201], [-0.078692, 51.513018], [-0.078789, 51.512998], [-0.078818, 51.512963], [-0.078663, 51.512771], [-0.078763, 51.512719], [-0.078838, 51.512718], [-0.079078, 51.512598], [-0.079254, 51.512796], [-0.079298, 51.512806], [-0.079386, 51.512796], [-0.07945, 51.512854], [-0.079544, 51.51285], [-0.079562, 51.51291], [-0.079635, 51.512932], [-0.079626, 51.513021], [-0.079675, 51.513056]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3456, &quot;postcode&quot;: &quot;EC3A 2BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080462, 51.514048], [-0.08039, 51.514111], [-0.080388, 51.514177], [-0.08015, 51.514094], [-0.080096, 51.514098], [-0.080058, 51.514124], [-0.08007, 51.514087], [-0.080052, 51.514059], [-0.079762, 51.513924], [-0.079698, 51.513918], [-0.079291, 51.513771], [-0.079263, 51.513728], [-0.079327, 51.513542], [-0.079277, 51.513502], [-0.079166, 51.513505], [-0.079121, 51.513525], [-0.078894, 51.513519], [-0.078853, 51.513548], [-0.078802, 51.513683], [-0.078712, 51.513668], [-0.078751, 51.513566], [-0.078726, 51.513529], [-0.078771, 51.513521], [-0.078799, 51.513497], [-0.078825, 51.513346], [-0.079272, 51.513367], [-0.079331, 51.513404], [-0.079411, 51.513387], [-0.080441, 51.51352], [-0.08031, 51.513994], [-0.080346, 51.51403], [-0.080462, 51.514048]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5118, &quot;postcode&quot;: &quot;EC3A 3BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078207, 51.513315], [-0.078202, 51.51336], [-0.078161, 51.513418], [-0.078185, 51.513455], [-0.078088, 51.513559], [-0.077732, 51.513407], [-0.077818, 51.513308], [-0.077915, 51.513297], [-0.077953, 51.513278], [-0.077961, 51.513243], [-0.077929, 51.513208], [-0.078162, 51.513232], [-0.078133, 51.513256], [-0.078134, 51.513286], [-0.078207, 51.513315]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 736, &quot;postcode&quot;: &quot;EC3A 3DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078481, 51.513192], [-0.078809, 51.513209], [-0.078803, 51.513249], [-0.07886, 51.513252], [-0.078866, 51.513212], [-0.079038, 51.513222], [-0.079036, 51.513257], [-0.079169, 51.513261], [-0.079171, 51.513229], [-0.079511, 51.513254], [-0.079507, 51.513271], [-0.079597, 51.513279], [-0.079591, 51.513292], [-0.079975, 51.513346], [-0.080142, 51.513367], [-0.080153, 51.513339], [-0.080231, 51.513351], [-0.080212, 51.513394], [-0.080459, 51.513423], [-0.080581, 51.51342], [-0.081161, 51.513459], [-0.081665, 51.513471], [-0.081777, 51.513444], [-0.083115, 51.513394], [-0.083431, 51.513356], [-0.083648, 51.513352], [-0.08387, 51.513353], [-0.083866, 51.513458], [-0.08373, 51.513455], [-0.083163, 51.513515], [-0.082733, 51.513541], [-0.081975, 51.513538], [-0.081975, 51.513554], [-0.081746, 51.513573], [-0.081746, 51.513582], [-0.081317, 51.513605], [-0.080874, 51.513571], [-0.080441, 51.51352], [-0.079913, 51.513448], [-0.079919, 51.513435], [-0.079404, 51.513376], [-0.079362, 51.513393], [-0.079338, 51.513468], [-0.079294, 51.513462], [-0.079324, 51.51337], [-0.078825, 51.513346], [-0.078795, 51.51353], [-0.07876, 51.513532], [-0.078711, 51.513668], [-0.078802, 51.513683], [-0.078799, 51.513701], [-0.078659, 51.513674], [-0.078355, 51.513579], [-0.078385, 51.513544], [-0.078288, 51.513505], [-0.078302, 51.51349], [-0.078283, 51.513482], [-0.078269, 51.513498], [-0.078181, 51.513454], [-0.078141, 51.513442], [-0.078124, 51.513459], [-0.078089, 51.513444], [-0.078173, 51.513397], [-0.078207, 51.513315], [-0.077903, 51.513299], [-0.077715, 51.513311], [-0.077593, 51.513335], [-0.077498, 51.513286], [-0.0779, 51.51317], [-0.077936, 51.51322], [-0.078474, 51.51325], [-0.078481, 51.513192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6960, &quot;postcode&quot;: &quot;EC3A 3DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080587, 51.513537], [-0.080539, 51.513724], [-0.080377, 51.513705], [-0.080422, 51.513541], [-0.080381, 51.513512], [-0.080274, 51.513497], [-0.080587, 51.513537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 238, &quot;postcode&quot;: &quot;EC3A 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081045, 51.513584], [-0.081018, 51.513651], [-0.080938, 51.513644], [-0.080846, 51.513679], [-0.08079, 51.513873], [-0.080651, 51.514077], [-0.080301, 51.514025], [-0.080377, 51.513705], [-0.08048, 51.513716], [-0.080536, 51.513698], [-0.080587, 51.513537], [-0.081045, 51.513584]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1595, &quot;postcode&quot;: &quot;EC3A 4AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078066, 51.513652], [-0.078032, 51.513622], [-0.077617, 51.513447], [-0.077514, 51.513367], [-0.077605, 51.513341], [-0.078031, 51.513537], [-0.079016, 51.513874], [-0.079092, 51.513861], [-0.07912, 51.513788], [-0.079284, 51.513841], [-0.078942, 51.51416], [-0.078788, 51.514276], [-0.078459, 51.514433], [-0.078456, 51.514452], [-0.078487, 51.514474], [-0.078625, 51.514532], [-0.078464, 51.51467], [-0.078153, 51.514499], [-0.076914, 51.513698], [-0.076777, 51.51359], [-0.076859, 51.513571], [-0.076977, 51.513665], [-0.077533, 51.514021], [-0.07785, 51.513825], [-0.077986, 51.513855], [-0.078059, 51.513795], [-0.077974, 51.513747], [-0.078051, 51.513695], [-0.078066, 51.513652]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7816, &quot;postcode&quot;: &quot;EC3A 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079435, 51.513918], [-0.079485, 51.513906], [-0.079563, 51.513938], [-0.079576, 51.513926], [-0.079656, 51.51396], [-0.079728, 51.513887], [-0.079844, 51.513882], [-0.079788, 51.513944], [-0.080083, 51.514064], [-0.080057, 51.514124], [-0.079921, 51.514253], [-0.079851, 51.514243], [-0.079832, 51.514226], [-0.079875, 51.514187], [-0.079868, 51.514174], [-0.079677, 51.51408], [-0.079733, 51.514009], [-0.079625, 51.51395], [-0.079596, 51.51396], [-0.079318, 51.514249], [-0.079126, 51.514172], [-0.079157, 51.514145], [-0.079104, 51.514122], [-0.079088, 51.514136], [-0.07902, 51.514106], [-0.079278, 51.513868], [-0.079435, 51.513918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1463, &quot;postcode&quot;: &quot;EC3A 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079697, 51.514429], [-0.079525, 51.514577], [-0.079501, 51.514626], [-0.079327, 51.514714], [-0.079312, 51.514791], [-0.079203, 51.514831], [-0.079159, 51.514779], [-0.079067, 51.514729], [-0.079256, 51.514542], [-0.079262, 51.514512], [-0.079233, 51.514482], [-0.07934, 51.514356], [-0.079381, 51.514346], [-0.079433, 51.514362], [-0.079476, 51.514359], [-0.079582, 51.514396], [-0.079648, 51.514392], [-0.079697, 51.514429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1033, &quot;postcode&quot;: &quot;EC3A 5AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079921, 51.514253], [-0.079875, 51.51427], [-0.079698, 51.514429], [-0.079511, 51.514373], [-0.079456, 51.514375], [-0.079357, 51.514336], [-0.079376, 51.514285], [-0.079318, 51.514249], [-0.079596, 51.513961], [-0.079625, 51.51395], [-0.079732, 51.514009], [-0.079701, 51.514066], [-0.079725, 51.514107], [-0.079868, 51.514174], [-0.079873, 51.514228], [-0.079921, 51.514253]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1198, &quot;postcode&quot;: &quot;EC3A 5AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081109, 51.514381], [-0.081056, 51.514459], [-0.080998, 51.514434], [-0.080931, 51.514455], [-0.080874, 51.514545], [-0.080837, 51.51457], [-0.080733, 51.514738], [-0.080738, 51.51477], [-0.0807, 51.514793], [-0.080675, 51.514849], [-0.080526, 51.51496], [-0.080407, 51.514948], [-0.080313, 51.514908], [-0.080145, 51.514877], [-0.080107, 51.51482], [-0.079887, 51.514741], [-0.079833, 51.51474], [-0.079791, 51.514761], [-0.079704, 51.514751], [-0.079694, 51.5147], [-0.079543, 51.514644], [-0.079476, 51.514655], [-0.079312, 51.514791], [-0.079315, 51.514717], [-0.079482, 51.514634], [-0.079516, 51.514573], [-0.079565, 51.51455], [-0.080107, 51.514079], [-0.080378, 51.514161], [-0.081052, 51.514314], [-0.081056, 51.51435], [-0.081109, 51.514381]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6108, &quot;postcode&quot;: &quot;EC3A 5AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078865, 51.513513], [-0.079121, 51.513525], [-0.079126, 51.513501], [-0.07922, 51.513506], [-0.079272, 51.513367], [-0.079324, 51.51337], [-0.079294, 51.513462], [-0.079338, 51.513468], [-0.079362, 51.513393], [-0.079392, 51.513376], [-0.079919, 51.513435], [-0.079914, 51.513445], [-0.079409, 51.513386], [-0.079382, 51.513398], [-0.079268, 51.513754], [-0.079698, 51.513918], [-0.079656, 51.51396], [-0.079576, 51.513926], [-0.079563, 51.513938], [-0.079485, 51.513906], [-0.079435, 51.513918], [-0.079278, 51.513868], [-0.079164, 51.513974], [-0.079148, 51.513967], [-0.079284, 51.513841], [-0.07912, 51.513788], [-0.079092, 51.513861], [-0.079022, 51.513875], [-0.078466, 51.51369], [-0.078516, 51.51363], [-0.078799, 51.513701], [-0.078865, 51.513513]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1792, &quot;postcode&quot;: &quot;EC3A 5AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079164, 51.513974], [-0.079057, 51.514072], [-0.07904, 51.514068], [-0.079148, 51.513968], [-0.079164, 51.513974]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC3A 5BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078515, 51.51363], [-0.078466, 51.51369], [-0.078088, 51.513559], [-0.078185, 51.513455], [-0.078302, 51.51349], [-0.078324, 51.513518], [-0.078385, 51.513544], [-0.078398, 51.513589], [-0.078515, 51.51363]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 316, &quot;postcode&quot;: &quot;EC3A 5BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078066, 51.513653], [-0.078058, 51.513686], [-0.078, 51.513739], [-0.07801, 51.513765], [-0.078059, 51.513795], [-0.077986, 51.513854], [-0.077888, 51.513832], [-0.077839, 51.513835], [-0.077533, 51.514021], [-0.07747, 51.514016], [-0.07742, 51.514042], [-0.076927, 51.513735], [-0.076999, 51.513715], [-0.077546, 51.51346], [-0.077617, 51.513447], [-0.078031, 51.513621], [-0.078066, 51.513653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2877, &quot;postcode&quot;: &quot;EC3A 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077671, 51.514189], [-0.07742, 51.514042], [-0.077479, 51.514025], [-0.077502, 51.514001], [-0.077533, 51.514021], [-0.077501, 51.514045], [-0.077505, 51.51408], [-0.077671, 51.514189]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 43, &quot;postcode&quot;: &quot;EC3A 5DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079402, 51.514283], [-0.079381, 51.514345], [-0.079325, 51.514374], [-0.079253, 51.514454], [-0.079254, 51.514485], [-0.079289, 51.514509], [-0.079029, 51.514756], [-0.078977, 51.514728], [-0.079, 51.514694], [-0.078984, 51.514665], [-0.078755, 51.51455], [-0.078682, 51.514548], [-0.078612, 51.514595], [-0.078576, 51.514575], [-0.079005, 51.51419], [-0.079104, 51.514123], [-0.079157, 51.514145], [-0.079181, 51.514194], [-0.079402, 51.514283]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1769, &quot;postcode&quot;: &quot;EC3A 5DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078625, 51.514532], [-0.078487, 51.514474], [-0.078456, 51.514452], [-0.078459, 51.514433], [-0.078788, 51.514276], [-0.078933, 51.514155], [-0.079017, 51.514196], [-0.078625, 51.514532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 494, &quot;postcode&quot;: &quot;EC3A 5EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079088, 51.514136], [-0.079022, 51.514191], [-0.07893, 51.514175], [-0.078865, 51.514211], [-0.07904, 51.514068], [-0.079056, 51.514073], [-0.079053, 51.514113], [-0.079088, 51.514136]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 72, &quot;postcode&quot;: &quot;EC3A 5EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082671, 51.515124], [-0.082217, 51.515547], [-0.082124, 51.515508], [-0.082114, 51.515477], [-0.082069, 51.515457], [-0.082154, 51.515322], [-0.082126, 51.515278], [-0.081526, 51.515144], [-0.08146, 51.51515], [-0.081279, 51.515113], [-0.081251, 51.515087], [-0.081183, 51.51507], [-0.081331, 51.514803], [-0.081419, 51.514821], [-0.081436, 51.514859], [-0.081485, 51.514876], [-0.082154, 51.514872], [-0.082213, 51.515028], [-0.082239, 51.515049], [-0.082312, 51.515073], [-0.08236, 51.515071], [-0.082439, 51.514999], [-0.082507, 51.515019], [-0.082526, 51.515069], [-0.082671, 51.515124]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3594, &quot;postcode&quot;: &quot;EC3A 6AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083007, 51.514086], [-0.082969, 51.514138], [-0.082727, 51.51435], [-0.082632, 51.514507], [-0.08264, 51.514537], [-0.082677, 51.514557], [-0.082585, 51.514646], [-0.082583, 51.514685], [-0.082389, 51.514727], [-0.082326, 51.514715], [-0.082254, 51.514655], [-0.082323, 51.514666], [-0.082368, 51.514656], [-0.082456, 51.514518], [-0.082556, 51.514528], [-0.082642, 51.51447], [-0.082642, 51.514436], [-0.082605, 51.514412], [-0.082578, 51.514404], [-0.082553, 51.514404], [-0.082524, 51.514399], [-0.082492, 51.514397], [-0.082434, 51.514389], [-0.082503, 51.514386], [-0.082597, 51.514322], [-0.08273, 51.514039], [-0.083007, 51.514086]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 975, &quot;postcode&quot;: &quot;EC3A 6AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082731, 51.514805], [-0.082684, 51.514831], [-0.082666, 51.51488], [-0.082578, 51.514971], [-0.082525, 51.514957], [-0.082471, 51.514967], [-0.082363, 51.51509], [-0.082203, 51.515034], [-0.08219, 51.514947], [-0.082121, 51.514881], [-0.081796, 51.514876], [-0.082422, 51.51484], [-0.08246, 51.514816], [-0.082465, 51.514767], [-0.082441, 51.514741], [-0.082388, 51.514727], [-0.082583, 51.514686], [-0.082714, 51.514751], [-0.082731, 51.514805]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 888, &quot;postcode&quot;: &quot;EC3A 6AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082679, 51.514145], [-0.082626, 51.514252], [-0.082468, 51.514319], [-0.082247, 51.514379], [-0.082147, 51.514487], [-0.082006, 51.514543], [-0.081978, 51.514573], [-0.081995, 51.514609], [-0.082136, 51.514678], [-0.082467, 51.514743], [-0.082465, 51.514839], [-0.081655, 51.514888], [-0.081613, 51.514876], [-0.081424, 51.514876], [-0.081399, 51.514824], [-0.081325, 51.514815], [-0.081374, 51.514776], [-0.081375, 51.514732], [-0.081343, 51.514708], [-0.081264, 51.51469], [-0.081233, 51.514626], [-0.081332, 51.514624], [-0.081364, 51.514578], [-0.081329, 51.514546], [-0.08118, 51.514511], [-0.08122, 51.514433], [-0.081373, 51.514463], [-0.081961, 51.514459], [-0.082185, 51.514297], [-0.082366, 51.514257], [-0.082438, 51.514223], [-0.082486, 51.514145], [-0.082679, 51.514145]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3379, &quot;postcode&quot;: &quot;EC3A 6AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081203, 51.515033], [-0.081183, 51.51507], [-0.081203, 51.515033], [-0.081203, 51.515033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3A 6DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082176, 51.515286], [-0.08208, 51.515439], [-0.081734, 51.515353], [-0.081667, 51.515359], [-0.081482, 51.515635], [-0.081362, 51.515603], [-0.08137, 51.515573], [-0.081347, 51.515547], [-0.080778, 51.515291], [-0.08085, 51.515152], [-0.080891, 51.515133], [-0.080811, 51.515273], [-0.080839, 51.515298], [-0.08091, 51.515315], [-0.080982, 51.515306], [-0.081123, 51.51508], [-0.081183, 51.51507], [-0.081288, 51.515093], [-0.081335, 51.515124], [-0.081416, 51.51514], [-0.081471, 51.515132], [-0.082176, 51.515286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2585, &quot;postcode&quot;: &quot;EC3A 6DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083466, 51.514344], [-0.082901, 51.514852], [-0.082733, 51.514781], [-0.08263, 51.514757], [-0.082448, 51.514665], [-0.082369, 51.514676], [-0.082214, 51.514648], [-0.082124, 51.514657], [-0.082257, 51.514384], [-0.082564, 51.514394], [-0.082647, 51.51442], [-0.082694, 51.51441], [-0.082734, 51.514377], [-0.082821, 51.514419], [-0.082587, 51.514642], [-0.082577, 51.514672], [-0.082615, 51.514713], [-0.082777, 51.514777], [-0.082831, 51.514779], [-0.082909, 51.514727], [-0.083066, 51.514697], [-0.083466, 51.514344]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1315, &quot;postcode&quot;: &quot;EC3A 6HX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081037, 51.516653], [-0.080966, 51.516749], [-0.080438, 51.516883], [-0.079936, 51.516737], [-0.079986, 51.516659], [-0.080049, 51.516646], [-0.080089, 51.516592], [-0.080065, 51.516556], [-0.079936, 51.516511], [-0.079937, 51.516475], [-0.080107, 51.516252], [-0.080155, 51.516233], [-0.080194, 51.516238], [-0.08047, 51.516348], [-0.080509, 51.516426], [-0.081037, 51.516653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3096, &quot;postcode&quot;: &quot;EC3A 7AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077189, 51.514773], [-0.077104, 51.514845], [-0.077104, 51.514845], [-0.077189, 51.514773]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3A 7AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079817, 51.514841], [-0.07977, 51.514824], [-0.079814, 51.514845], [-0.079782, 51.514878], [-0.080075, 51.514992], [-0.080008, 51.515045], [-0.079983, 51.515034], [-0.079785, 51.515224], [-0.079826, 51.51525], [-0.079799, 51.51529], [-0.079745, 51.515257], [-0.07984, 51.515316], [-0.079817, 51.515333], [-0.079931, 51.515396], [-0.080032, 51.515425], [-0.079972, 51.51547], [-0.079762, 51.515344], [-0.079599, 51.515401], [-0.079321, 51.515228], [-0.079378, 51.515138], [-0.078506, 51.514642], [-0.078481, 51.514656], [-0.078575, 51.514575], [-0.078621, 51.514588], [-0.079201, 51.514935], [-0.079194, 51.514912], [-0.079237, 51.514873], [-0.079215, 51.514831], [-0.079323, 51.514794], [-0.079506, 51.514627], [-0.079743, 51.514716], [-0.079704, 51.514751], [-0.079791, 51.514761], [-0.079817, 51.514841]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3517, &quot;postcode&quot;: &quot;EC3A 7BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079652, 51.515954], [-0.079149, 51.516322], [-0.078584, 51.516056], [-0.078611, 51.516012], [-0.078853, 51.515795], [-0.078933, 51.515777], [-0.078947, 51.515655], [-0.079034, 51.515602], [-0.079191, 51.515711], [-0.079284, 51.51574], [-0.079652, 51.515954]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3009, &quot;postcode&quot;: &quot;EC3A 7BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081187, 51.516613], [-0.081071, 51.516598], [-0.08019, 51.516237], [-0.079877, 51.516073], [-0.079831, 51.516066], [-0.07979, 51.516076], [-0.07962, 51.515977], [-0.079711, 51.515909], [-0.079716, 51.515872], [-0.07954, 51.515765], [-0.079492, 51.515759], [-0.079445, 51.515776], [-0.07948, 51.515742], [-0.079464, 51.515707], [-0.079763, 51.515503], [-0.080034, 51.515672], [-0.080185, 51.515724], [-0.079924, 51.515928], [-0.079912, 51.515954], [-0.07993, 51.515982], [-0.080129, 51.516102], [-0.081187, 51.516613]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2225, &quot;postcode&quot;: &quot;EC3A 7BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079034, 51.515602], [-0.078935, 51.515677], [-0.078837, 51.51571], [-0.078587, 51.515902], [-0.078605, 51.516073], [-0.078361, 51.515966], [-0.078314, 51.515968], [-0.078251, 51.515994], [-0.078042, 51.516006], [-0.077945, 51.51596], [-0.077939, 51.515786], [-0.077893, 51.515748], [-0.078363, 51.515417], [-0.078731, 51.515613], [-0.078803, 51.515608], [-0.078907, 51.515538], [-0.079034, 51.515602]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2886, &quot;postcode&quot;: &quot;EC3A 7BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079512, 51.515738], [-0.079443, 51.515777], [-0.079006, 51.515527], [-0.078956, 51.515527], [-0.078887, 51.515553], [-0.078767, 51.515634], [-0.078618, 51.515555], [-0.078728, 51.515475], [-0.078725, 51.515428], [-0.078815, 51.515434], [-0.078901, 51.515379], [-0.079512, 51.515738]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 682, &quot;postcode&quot;: &quot;EC3A 7BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078495, 51.51527], [-0.078728, 51.515426], [-0.078575, 51.515532], [-0.078404, 51.515439], [-0.078426, 51.515423], [-0.078377, 51.5154], [-0.078528, 51.515294], [-0.078484, 51.515265], [-0.078495, 51.51527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 329, &quot;postcode&quot;: &quot;EC3A 7BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078528, 51.515294], [-0.077898, 51.515737], [-0.077766, 51.515657], [-0.077691, 51.515655], [-0.077627, 51.515626], [-0.077609, 51.515561], [-0.07729, 51.515367], [-0.077287, 51.515333], [-0.077898, 51.514881], [-0.078528, 51.515294]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4220, &quot;postcode&quot;: &quot;EC3A 7BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079748, 51.515884], [-0.079652, 51.515954], [-0.079306, 51.515753], [-0.079201, 51.515731], [-0.079116, 51.515652], [-0.079032, 51.515649], [-0.078999, 51.515633], [-0.078991, 51.51558], [-0.0787, 51.515411], [-0.078354, 51.51517], [-0.077923, 51.514906], [-0.077846, 51.514919], [-0.077536, 51.515135], [-0.077264, 51.515351], [-0.077267, 51.515397], [-0.077425, 51.515502], [-0.077091, 51.515303], [-0.077148, 51.51531], [-0.077197, 51.515297], [-0.077783, 51.514849], [-0.077786, 51.514797], [-0.077684, 51.514737], [-0.077794, 51.51466], [-0.077875, 51.514704], [-0.077936, 51.514705], [-0.07821, 51.514535], [-0.079165, 51.51513], [-0.078875, 51.515318], [-0.07887, 51.515351], [-0.078901, 51.515379], [-0.078867, 51.515414], [-0.078879, 51.515447], [-0.0794, 51.515751], [-0.079461, 51.515759], [-0.079512, 51.515738], [-0.079748, 51.515884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5484, &quot;postcode&quot;: &quot;EC3A 7DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077745, 51.514694], [-0.07749, 51.514878], [-0.0775, 51.514919], [-0.077606, 51.51498], [-0.077184, 51.515307], [-0.077119, 51.515313], [-0.076864, 51.515155], [-0.076833, 51.515107], [-0.076848, 51.515064], [-0.07692, 51.514994], [-0.076874, 51.514915], [-0.076679, 51.514885], [-0.076573, 51.514844], [-0.076513, 51.514848], [-0.076357, 51.514726], [-0.076083, 51.514691], [-0.076105, 51.514459], [-0.076092, 51.514434], [-0.076142, 51.514411], [-0.076325, 51.514424], [-0.076397, 51.514476], [-0.076466, 51.514477], [-0.076522, 51.514441], [-0.076519, 51.514401], [-0.076648, 51.514363], [-0.076748, 51.514246], [-0.076885, 51.514281], [-0.076947, 51.514282], [-0.077636, 51.51471], [-0.077696, 51.514717], [-0.077745, 51.514694]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6535, &quot;postcode&quot;: &quot;EC3A 7DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076611, 51.514884], [-0.076454, 51.515115], [-0.076469, 51.515143], [-0.076574, 51.515203], [-0.075834, 51.515728], [-0.075784, 51.515719], [-0.075092, 51.515248], [-0.075098, 51.515227], [-0.075222, 51.515144], [-0.075218, 51.515095], [-0.075357, 51.514998], [-0.075362, 51.514949], [-0.075515, 51.514838], [-0.075617, 51.514843], [-0.07576, 51.514743], [-0.075798, 51.514738], [-0.075862, 51.51477], [-0.075911, 51.514772], [-0.076083, 51.514691], [-0.076362, 51.514726], [-0.076478, 51.514818], [-0.076547, 51.514826], [-0.076604, 51.514857], [-0.076611, 51.514884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7236, &quot;postcode&quot;: &quot;EC3A 7DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078816, 51.51482], [-0.078747, 51.51487], [-0.078653, 51.514811], [-0.078659, 51.514789], [-0.078699, 51.514751], [-0.078816, 51.51482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 73, &quot;postcode&quot;: &quot;EC3A 7JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079381, 51.515144], [-0.079321, 51.515228], [-0.078748, 51.51487], [-0.078752, 51.51485], [-0.078816, 51.51482], [-0.078973, 51.51491], [-0.07902, 51.514919], [-0.079071, 51.514904], [-0.079088, 51.514867], [-0.07913, 51.514846], [-0.079215, 51.514831], [-0.079234, 51.514875], [-0.079203, 51.514913], [-0.079218, 51.514946], [-0.079174, 51.514968], [-0.079168, 51.515001], [-0.079381, 51.515144]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 642, &quot;postcode&quot;: &quot;EC3A 7JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079203, 51.514831], [-0.079088, 51.514867], [-0.078671, 51.51463], [-0.078596, 51.514631], [-0.078563, 51.514675], [-0.078515, 51.51466], [-0.078464, 51.51467], [-0.078377, 51.514639], [-0.078176, 51.514513], [-0.078332, 51.514606], [-0.078451, 51.514647], [-0.078508, 51.514632], [-0.07862, 51.514536], [-0.078702, 51.514521], [-0.079027, 51.514685], [-0.079048, 51.514721], [-0.07919, 51.514791], [-0.079203, 51.514831]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 600, &quot;postcode&quot;: &quot;EC3A 7LH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081249, 51.516123], [-0.081237, 51.516132], [-0.080815, 51.516019], [-0.080662, 51.516067], [-0.080518, 51.516167], [-0.080506, 51.516197], [-0.080557, 51.516267], [-0.08073, 51.51636], [-0.080405, 51.516235], [-0.080155, 51.516114], [-0.079885, 51.515956], [-0.080185, 51.515724], [-0.080259, 51.51574], [-0.080319, 51.515713], [-0.08032, 51.515679], [-0.080219, 51.515549], [-0.080158, 51.515508], [-0.080231, 51.515538], [-0.080288, 51.515535], [-0.080279, 51.515562], [-0.0803, 51.515589], [-0.080608, 51.515767], [-0.080778, 51.515845], [-0.080693, 51.515878], [-0.080708, 51.515931], [-0.080884, 51.516017], [-0.081249, 51.516123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2463, &quot;postcode&quot;: &quot;EC3A 7LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07816, 51.514566], [-0.07821, 51.514535], [-0.07816, 51.514566], [-0.07816, 51.514566]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3A 7LN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078209, 51.514535], [-0.077909, 51.514726], [-0.077825, 51.514682], [-0.077747, 51.514693], [-0.077766, 51.514665], [-0.077748, 51.514633], [-0.077438, 51.514448], [-0.077389, 51.514435], [-0.077176, 51.514292], [-0.077509, 51.514098], [-0.078209, 51.514535]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2182, &quot;postcode&quot;: &quot;EC3A 7LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081517, 51.513592], [-0.081388, 51.513966], [-0.081016, 51.514531], [-0.081047, 51.514571], [-0.081233, 51.514626], [-0.081275, 51.514689], [-0.081378, 51.514714], [-0.081381, 51.514813], [-0.081312, 51.51484], [-0.081172, 51.51509], [-0.081103, 51.515115], [-0.080978, 51.51533], [-0.080694, 51.515277], [-0.080477, 51.515415], [-0.080408, 51.515407], [-0.080316, 51.515464], [-0.08022, 51.515455], [-0.080168, 51.515475], [-0.080158, 51.515505], [-0.080178, 51.515539], [-0.080227, 51.515565], [-0.080422, 51.515803], [-0.080036, 51.515673], [-0.079599, 51.515401], [-0.079802, 51.51534], [-0.07984, 51.515316], [-0.079921, 51.515361], [-0.079995, 51.515353], [-0.080462, 51.515007], [-0.080449, 51.514958], [-0.080319, 51.514904], [-0.08051, 51.514954], [-0.080664, 51.514854], [-0.080855, 51.514541], [-0.081116, 51.514234], [-0.081109, 51.514194], [-0.081222, 51.513983], [-0.08122, 51.513943], [-0.081314, 51.513941], [-0.081361, 51.513877], [-0.081399, 51.513696], [-0.081375, 51.513665], [-0.081315, 51.513649], [-0.081317, 51.513606], [-0.081517, 51.513592]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6402, &quot;postcode&quot;: &quot;EC3A 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081047, 51.514313], [-0.081018, 51.514305], [-0.081049, 51.514269], [-0.081047, 51.514313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5, &quot;postcode&quot;: &quot;EC3A 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081002, 51.51456], [-0.081389, 51.513965], [-0.081513, 51.513618], [-0.081549, 51.513595], [-0.081746, 51.513585], [-0.081746, 51.513573], [-0.081962, 51.513555], [-0.081965, 51.513796], [-0.081472, 51.513945], [-0.081136, 51.514595], [-0.081002, 51.51456]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1728, &quot;postcode&quot;: &quot;EC3A 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080462, 51.514048], [-0.080399, 51.514163], [-0.080388, 51.514176], [-0.08036, 51.514116], [-0.080425, 51.514043], [-0.080462, 51.514048]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 42, &quot;postcode&quot;: &quot;EC3A 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081388, 51.515565], [-0.081362, 51.515603], [-0.081309, 51.515589], [-0.08127, 51.515542], [-0.081147, 51.515535], [-0.080901, 51.5157], [-0.080852, 51.515757], [-0.080317, 51.515463], [-0.080428, 51.515386], [-0.080478, 51.515396], [-0.080521, 51.515385], [-0.080694, 51.515266], [-0.080993, 51.515386], [-0.081046, 51.515388], [-0.081085, 51.515369], [-0.081072, 51.515403], [-0.081092, 51.515431], [-0.081388, 51.515565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1748, &quot;postcode&quot;: &quot;EC3A 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079762, 51.515503], [-0.079465, 51.515706], [-0.079609, 51.515606], [-0.079609, 51.51556], [-0.079488, 51.515488], [-0.079419, 51.515486], [-0.0791, 51.515306], [-0.079264, 51.515192], [-0.079762, 51.515503]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 724, &quot;postcode&quot;: &quot;EC3A 8BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08122, 51.513943], [-0.081228, 51.513972], [-0.081108, 51.514194], [-0.081016, 51.514307], [-0.080398, 51.514164], [-0.080462, 51.514048], [-0.080651, 51.514077], [-0.080791, 51.513869], [-0.080912, 51.513883], [-0.081219, 51.513942], [-0.081284, 51.513956], [-0.08122, 51.513943]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1580, &quot;postcode&quot;: &quot;EC3A 8BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079262, 51.515193], [-0.0791, 51.515306], [-0.079419, 51.515486], [-0.079451, 51.515466], [-0.079648, 51.51558], [-0.079464, 51.515707], [-0.078839, 51.515338], [-0.079165, 51.51513], [-0.079262, 51.515193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1165, &quot;postcode&quot;: &quot;EC3A 8BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080351, 51.514905], [-0.080336, 51.514945], [-0.080216, 51.514891], [-0.080292, 51.514884], [-0.080351, 51.514905]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 33, &quot;postcode&quot;: &quot;EC3A 8BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081451, 51.51378], [-0.081418, 51.513873], [-0.081357, 51.513892], [-0.081315, 51.513963], [-0.080791, 51.513869], [-0.08085, 51.513654], [-0.080916, 51.513641], [-0.081209, 51.513687], [-0.081281, 51.513673], [-0.081315, 51.51365], [-0.081405, 51.513669], [-0.081395, 51.513747], [-0.081451, 51.51378]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1155, &quot;postcode&quot;: &quot;EC3A 8BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080271, 51.515265], [-0.080179, 51.515335], [-0.080172, 51.515333], [-0.080271, 51.515265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;EC3A 8BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082641, 51.514258], [-0.08262, 51.514301], [-0.082498, 51.514398], [-0.082355, 51.514384], [-0.08225, 51.514408], [-0.082124, 51.514656], [-0.081996, 51.514626], [-0.081812, 51.51463], [-0.081767, 51.514644], [-0.081362, 51.514636], [-0.081218, 51.514625], [-0.081137, 51.514595], [-0.081472, 51.513945], [-0.081965, 51.513796], [-0.081965, 51.514098], [-0.081986, 51.51413], [-0.082037, 51.514143], [-0.082499, 51.514145], [-0.08242, 51.51424], [-0.08243, 51.514282], [-0.0825, 51.5143], [-0.082604, 51.514242], [-0.082641, 51.514258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5323, &quot;postcode&quot;: &quot;EC3A 8EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081047, 51.514313], [-0.081049, 51.514269], [-0.081108, 51.514194], [-0.081143, 51.514201], [-0.081047, 51.514313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC3A 8EQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080526, 51.514979], [-0.080243, 51.515165], [-0.080004, 51.515048], [-0.08004, 51.515007], [-0.080017, 51.51497], [-0.079782, 51.514878], [-0.079813, 51.514834], [-0.079791, 51.514761], [-0.079843, 51.514725], [-0.080126, 51.514825], [-0.080145, 51.514864], [-0.080246, 51.514912], [-0.080304, 51.514922], [-0.080351, 51.514905], [-0.080513, 51.514954], [-0.080526, 51.514979]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1046, &quot;postcode&quot;: &quot;EC3A 8EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080371, 51.515182], [-0.080318, 51.515244], [-0.080274, 51.515265], [-0.080232, 51.515226], [-0.080158, 51.515229], [-0.079974, 51.515371], [-0.079926, 51.515369], [-0.079846, 51.515329], [-0.07976, 51.515347], [-0.079798, 51.515319], [-0.079812, 51.515265], [-0.079785, 51.515224], [-0.079983, 51.515034], [-0.080278, 51.515194], [-0.080331, 51.515199], [-0.080371, 51.515182]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 707, &quot;postcode&quot;: &quot;EC3A 8FR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087002, 51.511005], [-0.08697, 51.511064], [-0.086215, 51.510932], [-0.08572, 51.510794], [-0.085659, 51.510801], [-0.085621, 51.510842], [-0.085399, 51.510803], [-0.08541, 51.510739], [-0.085353, 51.510708], [-0.085253, 51.510713], [-0.085213, 51.510698], [-0.0851, 51.510697], [-0.084792, 51.510713], [-0.084464, 51.510692], [-0.084491, 51.510628], [-0.084637, 51.510633], [-0.084692, 51.51061], [-0.084797, 51.510319], [-0.085354, 51.510367], [-0.085496, 51.510517], [-0.085545, 51.510521], [-0.085582, 51.510508], [-0.085737, 51.510538], [-0.085788, 51.510526], [-0.086094, 51.510063], [-0.086338, 51.509634], [-0.086371, 51.509616], [-0.086404, 51.509557], [-0.086532, 51.509561], [-0.086328, 51.509926], [-0.086259, 51.510072], [-0.086263, 51.510104], [-0.086304, 51.510153], [-0.086468, 51.510184], [-0.086558, 51.510217], [-0.086605, 51.510218], [-0.086646, 51.510199], [-0.086868, 51.510252], [-0.086814, 51.510308], [-0.086776, 51.510409], [-0.086725, 51.510412], [-0.086692, 51.510434], [-0.086578, 51.510642], [-0.086559, 51.510633], [-0.086656, 51.510423], [-0.086629, 51.510377], [-0.086463, 51.510323], [-0.08623, 51.510276], [-0.086115, 51.510283], [-0.085903, 51.510683], [-0.085927, 51.510709], [-0.08599, 51.510727], [-0.085966, 51.51078], [-0.086007, 51.510815], [-0.086418, 51.510909], [-0.087002, 51.511005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5891, &quot;postcode&quot;: &quot;EC3M 1AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085257, 51.510767], [-0.085299, 51.510795], [-0.085399, 51.510803], [-0.085352, 51.51095], [-0.085214, 51.510918], [-0.085237, 51.510831], [-0.08521, 51.510774], [-0.085257, 51.510767]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 176, &quot;postcode&quot;: &quot;EC3M 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084797, 51.510319], [-0.084686, 51.510636], [-0.084522, 51.510633], [-0.084484, 51.510651], [-0.084464, 51.510692], [-0.084432, 51.51069], [-0.084421, 51.510648], [-0.084347, 51.510618], [-0.084397, 51.51058], [-0.084456, 51.51044], [-0.084512, 51.51045], [-0.084559, 51.510432], [-0.084626, 51.510313], [-0.084664, 51.510303], [-0.084797, 51.510319]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 665, &quot;postcode&quot;: &quot;EC3M 1AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084224, 51.510384], [-0.084257, 51.510298], [-0.084495, 51.510344], [-0.084389, 51.510601], [-0.08435, 51.510608], [-0.084351, 51.510628], [-0.084374, 51.51063], [-0.084353, 51.510687], [-0.084016, 51.51064], [-0.084036, 51.510583], [-0.084013, 51.510546], [-0.08401, 51.510366], [-0.084144, 51.510366], [-0.084147, 51.510379], [-0.084224, 51.510384]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1012, &quot;postcode&quot;: &quot;EC3M 1BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085209, 51.510774], [-0.085208, 51.510797], [-0.085122, 51.510798], [-0.085076, 51.510817], [-0.085041, 51.510942], [-0.084892, 51.510937], [-0.084859, 51.510913], [-0.084864, 51.510808], [-0.0851, 51.510801], [-0.085209, 51.510774]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 209, &quot;postcode&quot;: &quot;EC3M 1BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084897, 51.510937], [-0.08484, 51.511011], [-0.08478, 51.511015], [-0.084746, 51.511045], [-0.084678, 51.511047], [-0.084636, 51.511086], [-0.084582, 51.511077], [-0.084246, 51.510999], [-0.084289, 51.510911], [-0.084211, 51.510823], [-0.084242, 51.510773], [-0.084395, 51.510796], [-0.084869, 51.510807], [-0.084862, 51.510897], [-0.084897, 51.510937]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1122, &quot;postcode&quot;: &quot;EC3M 1BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082888, 51.510633], [-0.082802, 51.510761], [-0.082784, 51.510843], [-0.082717, 51.510868], [-0.082397, 51.510848], [-0.082352, 51.510822], [-0.082187, 51.510808], [-0.082248, 51.510552], [-0.082309, 51.510529], [-0.082386, 51.510393], [-0.082496, 51.510435], [-0.082579, 51.510497], [-0.08285, 51.510597], [-0.082888, 51.510633]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1642, &quot;postcode&quot;: &quot;EC3M 1DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083576, 51.510438], [-0.083392, 51.510411], [-0.083498, 51.510155], [-0.083568, 51.510167], [-0.083527, 51.510268], [-0.083819, 51.510307], [-0.083847, 51.510223], [-0.083907, 51.510228], [-0.083944, 51.510386], [-0.083932, 51.510628], [-0.083478, 51.510597], [-0.083554, 51.510565], [-0.083576, 51.510438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1231, &quot;postcode&quot;: &quot;EC3M 1EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083326, 51.510572], [-0.083392, 51.510411], [-0.083576, 51.510438], [-0.083559, 51.510534], [-0.083379, 51.510523], [-0.083555, 51.510534], [-0.083554, 51.510565], [-0.083478, 51.510597], [-0.083341, 51.510588], [-0.083326, 51.510572]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 265, &quot;postcode&quot;: &quot;EC3M 1EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083343, 51.510305], [-0.083233, 51.510582], [-0.083168, 51.510562], [-0.083079, 51.510562], [-0.083133, 51.510532], [-0.083121, 51.51049], [-0.082895, 51.51041], [-0.082822, 51.510414], [-0.082794, 51.510459], [-0.082772, 51.510442], [-0.082804, 51.510419], [-0.082807, 51.510392], [-0.082738, 51.510337], [-0.082776, 51.510254], [-0.083095, 51.510313], [-0.08316, 51.510286], [-0.083212, 51.510289], [-0.083279, 51.510269], [-0.083318, 51.510238], [-0.083343, 51.510305]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 792, &quot;postcode&quot;: &quot;EC3M 1HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083191, 51.510784], [-0.083102, 51.510916], [-0.083175, 51.511025], [-0.08314, 51.511228], [-0.082017, 51.511031], [-0.081962, 51.511048], [-0.081585, 51.511336], [-0.081553, 51.511225], [-0.081502, 51.511212], [-0.081423, 51.511227], [-0.081411, 51.511072], [-0.081512, 51.511071], [-0.08156, 51.511046], [-0.081575, 51.510906], [-0.081616, 51.510791], [-0.081656, 51.510807], [-0.081969, 51.510836], [-0.082103, 51.510838], [-0.082165, 51.510807], [-0.082401, 51.510824], [-0.082453, 51.510851], [-0.082648, 51.510863], [-0.082774, 51.510816], [-0.082832, 51.510705], [-0.082998, 51.510722], [-0.083035, 51.510701], [-0.083058, 51.510657], [-0.083196, 51.510673], [-0.083191, 51.510784]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4370, &quot;postcode&quot;: &quot;EC3M 1HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083221, 51.510497], [-0.083189, 51.510568], [-0.083015, 51.510555], [-0.082911, 51.51053], [-0.082771, 51.510441], [-0.082741, 51.510397], [-0.082748, 51.510355], [-0.083074, 51.510472], [-0.083221, 51.510497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 337, &quot;postcode&quot;: &quot;EC3M 1JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085214, 51.510918], [-0.085347, 51.510951], [-0.085108, 51.510998], [-0.085041, 51.510942], [-0.085059, 51.510797], [-0.085248, 51.510797], [-0.085214, 51.510918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 273, &quot;postcode&quot;: &quot;EC3M 1JT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083753, 51.5106], [-0.08374, 51.510594], [-0.083741, 51.510578], [-0.083763, 51.510579], [-0.083753, 51.5106]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3, &quot;postcode&quot;: &quot;EC3M 1NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081038, 51.512998], [-0.080943, 51.513415], [-0.080703, 51.513397], [-0.080746, 51.513246], [-0.080706, 51.513206], [-0.080428, 51.5132], [-0.080347, 51.513236], [-0.080361, 51.513026], [-0.080339, 51.51287], [-0.080288, 51.512837], [-0.080157, 51.512845], [-0.080112, 51.51264], [-0.080071, 51.512609], [-0.080062, 51.512542], [-0.080203, 51.512534], [-0.080252, 51.512504], [-0.080216, 51.512186], [-0.080294, 51.512168], [-0.080313, 51.512237], [-0.08036, 51.512273], [-0.080398, 51.512496], [-0.080447, 51.512553], [-0.080416, 51.512621], [-0.080526, 51.513062], [-0.080572, 51.513082], [-0.080708, 51.513082], [-0.080757, 51.51306], [-0.080767, 51.513016], [-0.081038, 51.512998]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2553, &quot;postcode&quot;: &quot;EC3M 2RY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084953, 51.511785], [-0.084907, 51.51187], [-0.084598, 51.511812], [-0.084526, 51.511834], [-0.084338, 51.511804], [-0.084293, 51.511772], [-0.083936, 51.511715], [-0.082939, 51.51163], [-0.082122, 51.511677], [-0.081854, 51.511718], [-0.081381, 51.511832], [-0.081336, 51.511823], [-0.081284, 51.511836], [-0.081291, 51.511738], [-0.081519, 51.511671], [-0.08154, 51.511619], [-0.0816, 51.511571], [-0.081569, 51.51136], [-0.081533, 51.511333], [-0.08143, 51.51131], [-0.081423, 51.511227], [-0.081473, 51.511216], [-0.08151, 51.511317], [-0.081594, 51.511324], [-0.081992, 51.511025], [-0.08314, 51.511228], [-0.083111, 51.511474], [-0.083193, 51.51154], [-0.083883, 51.511626], [-0.083978, 51.511626], [-0.084736, 51.51174], [-0.084953, 51.511785]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8114, &quot;postcode&quot;: &quot;EC3M 3BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084707, 51.511364], [-0.084573, 51.511715], [-0.083979, 51.511627], [-0.083864, 51.511624], [-0.083973, 51.511472], [-0.084037, 51.511463], [-0.084064, 51.511422], [-0.08441, 51.511471], [-0.084465, 51.511447], [-0.084521, 51.511327], [-0.084707, 51.511364]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1349, &quot;postcode&quot;: &quot;EC3M 3BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083986, 51.511313], [-0.083758, 51.511285], [-0.083716, 51.511414], [-0.083865, 51.511435], [-0.083886, 51.511373], [-0.08396, 51.51138], [-0.083884, 51.511577], [-0.083805, 51.511613], [-0.083191, 51.511541], [-0.08311, 51.511485], [-0.08314, 51.511228], [-0.083562, 51.511302], [-0.084017, 51.511213], [-0.083986, 51.511313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1787, &quot;postcode&quot;: &quot;EC3M 3BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081291, 51.511738], [-0.081281, 51.511841], [-0.081247, 51.511863], [-0.081211, 51.511864], [-0.080939, 51.511958], [-0.080916, 51.511898], [-0.080385, 51.512055], [-0.08035, 51.512004], [-0.080423, 51.511976], [-0.080325, 51.511865], [-0.080353, 51.511838], [-0.0802, 51.511607], [-0.081187, 51.511639], [-0.081444, 51.511443], [-0.081483, 51.511683], [-0.081291, 51.511738]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2763, &quot;postcode&quot;: &quot;EC3M 3JY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080353, 51.512008], [-0.080304, 51.512055], [-0.079932, 51.512153], [-0.079904, 51.51214], [-0.079626, 51.511734], [-0.079659, 51.511698], [-0.079615, 51.511582], [-0.079642, 51.511555], [-0.079632, 51.511512], [-0.079984, 51.511512], [-0.080015, 51.51155], [-0.080017, 51.51162], [-0.080172, 51.511804], [-0.080267, 51.511978], [-0.080299, 51.512], [-0.080353, 51.512008]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2096, &quot;postcode&quot;: &quot;EC3M 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079766, 51.512185], [-0.079617, 51.512243], [-0.079599, 51.512193], [-0.079651, 51.512182], [-0.079665, 51.512203], [-0.079759, 51.512177], [-0.079766, 51.512185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 31, &quot;postcode&quot;: &quot;EC3M 4AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079878, 51.512114], [-0.079848, 51.512154], [-0.079651, 51.512207], [-0.079617, 51.512243], [-0.079507, 51.512271], [-0.079368, 51.512143], [-0.079316, 51.512134], [-0.079246, 51.512154], [-0.079209, 51.512202], [-0.079325, 51.512318], [-0.079297, 51.512325], [-0.079178, 51.51222], [-0.079074, 51.512217], [-0.078994, 51.512112], [-0.079004, 51.512075], [-0.078823, 51.511758], [-0.078046, 51.511604], [-0.078181, 51.511328], [-0.078533, 51.511384], [-0.078577, 51.511403], [-0.079159, 51.511515], [-0.079379, 51.51153], [-0.079413, 51.51156], [-0.079491, 51.511574], [-0.079543, 51.511693], [-0.079573, 51.511723], [-0.079626, 51.511734], [-0.079758, 51.511979], [-0.079805, 51.512004], [-0.079878, 51.512114]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5855, &quot;postcode&quot;: &quot;EC3M 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079906, 51.512139], [-0.079875, 51.512177], [-0.079657, 51.512233], [-0.079809, 51.512159], [-0.079821, 51.512113], [-0.079879, 51.512114], [-0.079906, 51.512139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 63, &quot;postcode&quot;: &quot;EC3M 4AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079488, 51.512265], [-0.079343, 51.5123], [-0.079307, 51.512294], [-0.079177, 51.512178], [-0.079351, 51.512119], [-0.079446, 51.512194], [-0.079488, 51.512265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 244, &quot;postcode&quot;: &quot;EC3M 4BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079507, 51.512271], [-0.079342, 51.512315], [-0.079307, 51.512359], [-0.078963, 51.512481], [-0.078607, 51.512644], [-0.078682, 51.512604], [-0.078684, 51.512562], [-0.078439, 51.512363], [-0.078387, 51.512259], [-0.078072, 51.512], [-0.078598, 51.511709], [-0.07883, 51.511754], [-0.078994, 51.51206], [-0.079247, 51.512277], [-0.079349, 51.512295], [-0.079488, 51.512265], [-0.079507, 51.512271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4342, &quot;postcode&quot;: &quot;EC3M 4BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077607, 51.513253], [-0.077569, 51.513215], [-0.077516, 51.513205], [-0.077489, 51.51321], [-0.077386, 51.513252], [-0.077385, 51.513252], [-0.077312, 51.513276], [-0.077359, 51.513257], [-0.077376, 51.513229], [-0.077313, 51.513162], [-0.077199, 51.513138], [-0.077054, 51.513132], [-0.077049, 51.513079], [-0.07712, 51.513068], [-0.077152, 51.51303], [-0.077074, 51.512914], [-0.077016, 51.5127], [-0.077357, 51.51264], [-0.077651, 51.513038], [-0.077727, 51.513107], [-0.077576, 51.513178], [-0.077572, 51.513209], [-0.077607, 51.513253]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1935, &quot;postcode&quot;: &quot;EC3M 4BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0773, 51.512945], [-0.077377, 51.513044], [-0.077365, 51.513046], [-0.0773, 51.512945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC3M 4ST&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078931, 51.51229], [-0.078869, 51.512333], [-0.07885, 51.512315], [-0.078931, 51.51229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8, &quot;postcode&quot;: &quot;EC3M 4TD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082193, 51.512635], [-0.082171, 51.512662], [-0.082118, 51.512662], [-0.082077, 51.512685], [-0.081927, 51.512914], [-0.081932, 51.512952], [-0.081885, 51.513018], [-0.081845, 51.513039], [-0.08172, 51.513216], [-0.081678, 51.513194], [-0.081309, 51.513116], [-0.081332, 51.513062], [-0.08131, 51.513029], [-0.081098, 51.512987], [-0.08081, 51.513015], [-0.080772, 51.513038], [-0.080764, 51.513084], [-0.080512, 51.513082], [-0.080515, 51.51298], [-0.080453, 51.512842], [-0.080471, 51.512807], [-0.080413, 51.512612], [-0.080447, 51.512553], [-0.080555, 51.512548], [-0.080692, 51.512595], [-0.08115, 51.512556], [-0.081366, 51.512576], [-0.081518, 51.512561], [-0.081573, 51.512519], [-0.082193, 51.512635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5989, &quot;postcode&quot;: &quot;EC3M 5AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081789, 51.512191], [-0.081971, 51.512218], [-0.081789, 51.512191], [-0.081751, 51.512344], [-0.081568, 51.512344], [-0.08155, 51.512325], [-0.081556, 51.512244], [-0.081459, 51.512381], [-0.081131, 51.512341], [-0.081286, 51.51234], [-0.08126, 51.51214], [-0.081459, 51.512101], [-0.081383, 51.512019], [-0.081416, 51.511998], [-0.08149, 51.512006], [-0.08157, 51.512089], [-0.081813, 51.512077], [-0.081789, 51.512191]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1070, &quot;postcode&quot;: &quot;EC3M 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081454, 51.512418], [-0.081516, 51.512409], [-0.081497, 51.512506], [-0.081573, 51.512519], [-0.081547, 51.512587], [-0.081528, 51.512584], [-0.081549, 51.512567], [-0.081235, 51.512575], [-0.081209, 51.512557], [-0.081307, 51.512555], [-0.081167, 51.512558], [-0.081152, 51.512573], [-0.081151, 51.51254], [-0.081113, 51.512547], [-0.081112, 51.512509], [-0.081234, 51.51251], [-0.081313, 51.512511], [-0.081284, 51.51251], [-0.081297, 51.512488], [-0.081421, 51.512488], [-0.081447, 51.512471], [-0.081454, 51.512418]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 268, &quot;postcode&quot;: &quot;EC3M 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081459, 51.512101], [-0.081308, 51.512131], [-0.08127, 51.512155], [-0.081286, 51.51234], [-0.081061, 51.512335], [-0.081012, 51.512352], [-0.080979, 51.512527], [-0.080919, 51.512543], [-0.080904, 51.512582], [-0.080681, 51.512596], [-0.080555, 51.51255], [-0.080416, 51.512555], [-0.080391, 51.5125], [-0.080329, 51.512482], [-0.080279, 51.512498], [-0.080262, 51.512532], [-0.080095, 51.512547], [-0.080069, 51.512573], [-0.080071, 51.512609], [-0.079689, 51.512643], [-0.079506, 51.512391], [-0.079587, 51.512359], [-0.079626, 51.512318], [-0.079664, 51.512337], [-0.079711, 51.512337], [-0.07986, 51.512281], [-0.080207, 51.512186], [-0.080351, 51.512008], [-0.08039, 51.512035], [-0.080446, 51.512037], [-0.080916, 51.511898], [-0.080945, 51.511925], [-0.080999, 51.511932], [-0.081247, 51.511863], [-0.081459, 51.512101]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6109, &quot;postcode&quot;: &quot;EC3M 5AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081048, 51.512301], [-0.08099, 51.512296], [-0.080615, 51.512368], [-0.080535, 51.51234], [-0.08047, 51.512157], [-0.080546, 51.512126], [-0.080552, 51.512082], [-0.080851, 51.511986], [-0.080928, 51.512106], [-0.080969, 51.512122], [-0.081032, 51.512121], [-0.081064, 51.512219], [-0.081048, 51.512301]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1133, &quot;postcode&quot;: &quot;EC3M 5BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082215, 51.512594], [-0.082146, 51.512658], [-0.082063, 51.512696], [-0.082021, 51.512667], [-0.081842, 51.512638], [-0.081795, 51.512557], [-0.082119, 51.512613], [-0.082215, 51.512594]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 193, &quot;postcode&quot;: &quot;EC3M 5BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081499, 51.511815], [-0.081404, 51.511838], [-0.081375, 51.511872], [-0.08149, 51.512006], [-0.081416, 51.511998], [-0.081321, 51.51195], [-0.081247, 51.511863], [-0.081285, 51.511829], [-0.081359, 51.511809], [-0.081401, 51.511821], [-0.081494, 51.511805], [-0.081499, 51.511815]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 161, &quot;postcode&quot;: &quot;EC3M 5DF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081954, 51.511699], [-0.082154, 51.511676], [-0.082158, 51.511765], [-0.082149, 51.51178], [-0.082093, 51.511786], [-0.082096, 51.511858], [-0.082182, 51.51186], [-0.082163, 51.5119], [-0.082096, 51.511899], [-0.082095, 51.511973], [-0.082167, 51.511971], [-0.082225, 51.512029], [-0.082264, 51.512032], [-0.082225, 51.512177], [-0.082176, 51.512238], [-0.082066, 51.512212], [-0.082054, 51.512229], [-0.081789, 51.512191], [-0.081813, 51.512077], [-0.08157, 51.512089], [-0.081353, 51.511865], [-0.081373, 51.511843], [-0.081499, 51.511815], [-0.081494, 51.511805], [-0.081732, 51.511748], [-0.081731, 51.511766], [-0.081779, 51.511755], [-0.081771, 51.511745], [-0.081834, 51.511717], [-0.081927, 51.511713], [-0.081927, 51.511724], [-0.081965, 51.511718], [-0.081954, 51.511699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2319, &quot;postcode&quot;: &quot;EC3M 5DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079689, 51.51303], [-0.079662, 51.513109], [-0.079562, 51.513115], [-0.079527, 51.51319], [-0.079549, 51.513009], [-0.079652, 51.512989], [-0.079689, 51.51303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 111, &quot;postcode&quot;: &quot;EC3M 5HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07897, 51.512653], [-0.078891, 51.512692], [-0.07884, 51.512718], [-0.07884, 51.512718], [-0.07897, 51.512653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3M 5JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078852, 51.512993], [-0.078629, 51.513028], [-0.078545, 51.51292], [-0.078462, 51.512909], [-0.07869, 51.512793], [-0.078852, 51.512993]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 337, &quot;postcode&quot;: &quot;EC3M 5JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080306, 51.512055], [-0.080216, 51.512186], [-0.079616, 51.512351], [-0.079541, 51.512379], [-0.079518, 51.512408], [-0.079461, 51.512409], [-0.079095, 51.512546], [-0.079076, 51.512595], [-0.079174, 51.512695], [-0.079101, 51.512628], [-0.079026, 51.512625], [-0.078791, 51.512742], [-0.078718, 51.512753], [-0.07869, 51.512793], [-0.078389, 51.512947], [-0.078345, 51.512931], [-0.078299, 51.512936], [-0.077923, 51.513117], [-0.077896, 51.513143], [-0.0779, 51.51317], [-0.077608, 51.513254], [-0.07755, 51.513184], [-0.077731, 51.513106], [-0.078444, 51.512718], [-0.078965, 51.512481], [-0.079269, 51.512372], [-0.079297, 51.512325], [-0.07982, 51.512191], [-0.07986, 51.512151], [-0.079978, 51.512141], [-0.080306, 51.512055]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2813, &quot;postcode&quot;: &quot;EC3M 5JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079175, 51.512695], [-0.079043, 51.512564], [-0.079301, 51.512468], [-0.079395, 51.512557], [-0.07943, 51.512635], [-0.079372, 51.512649], [-0.079452, 51.51277], [-0.079387, 51.512796], [-0.079259, 51.512816], [-0.079175, 51.512695]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 605, &quot;postcode&quot;: &quot;EC3M 5JF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079259, 51.512816], [-0.079309, 51.51281], [-0.079289, 51.51286], [-0.079259, 51.512816]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9, &quot;postcode&quot;: &quot;EC3M 5JG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079801, 51.512803], [-0.079545, 51.512852], [-0.079503, 51.512849], [-0.079372, 51.512649], [-0.079407, 51.512617], [-0.079394, 51.512558], [-0.079302, 51.512468], [-0.079503, 51.512393], [-0.079801, 51.512803]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 882, &quot;postcode&quot;: &quot;EC3M 5JR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083716, 51.511717], [-0.083664, 51.511824], [-0.083374, 51.511757], [-0.083376, 51.511716], [-0.083341, 51.51169], [-0.08316, 51.511668], [-0.083186, 51.511643], [-0.083398, 51.511661], [-0.083696, 51.511696], [-0.083716, 51.511717]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 337, &quot;postcode&quot;: &quot;EC3M 6AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083185, 51.511643], [-0.083149, 51.511683], [-0.083115, 51.511843], [-0.08304, 51.511859], [-0.083011, 51.511932], [-0.0829, 51.511921], [-0.08293, 51.51163], [-0.083185, 51.511643]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 427, &quot;postcode&quot;: &quot;EC3M 6BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08279, 51.511638], [-0.08293, 51.51163], [-0.082935, 51.511647], [-0.082856, 51.511647], [-0.082936, 51.511647], [-0.0829, 51.511921], [-0.082925, 51.511924], [-0.082891, 51.511978], [-0.082754, 51.511966], [-0.082771, 51.511914], [-0.082687, 51.511905], [-0.082651, 51.512016], [-0.082428, 51.511993], [-0.082438, 51.511957], [-0.082265, 51.51194], [-0.082232, 51.511919], [-0.082233, 51.511766], [-0.082158, 51.511765], [-0.082154, 51.511676], [-0.082788, 51.511638], [-0.08277, 51.511648], [-0.082797, 51.511648], [-0.08279, 51.511638]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1720, &quot;postcode&quot;: &quot;EC3M 6BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08279, 51.511638], [-0.082788, 51.511648], [-0.082788, 51.511638], [-0.08279, 51.511638]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3M 6BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085108, 51.511901], [-0.085057, 51.511924], [-0.084999, 51.512012], [-0.084891, 51.512006], [-0.084903, 51.511965], [-0.084861, 51.511904], [-0.084794, 51.511878], [-0.084653, 51.511855], [-0.084734, 51.511838], [-0.084862, 51.51186], [-0.084921, 51.511848], [-0.085106, 51.511872], [-0.085108, 51.511901]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 240, &quot;postcode&quot;: &quot;EC3M 6DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083908, 51.511723], [-0.083824, 51.511869], [-0.083696, 51.512028], [-0.083655, 51.512038], [-0.083557, 51.512113], [-0.083476, 51.51215], [-0.083062, 51.512242], [-0.083024, 51.51227], [-0.083028, 51.512311], [-0.082945, 51.512328], [-0.082933, 51.512365], [-0.083007, 51.512489], [-0.082877, 51.512542], [-0.082831, 51.512583], [-0.082689, 51.512533], [-0.082534, 51.512544], [-0.082457, 51.512524], [-0.0824, 51.512541], [-0.082287, 51.512653], [-0.081996, 51.513027], [-0.081792, 51.513329], [-0.081777, 51.513444], [-0.081665, 51.513471], [-0.081696, 51.513308], [-0.081751, 51.513208], [-0.082182, 51.512632], [-0.08231, 51.512482], [-0.082453, 51.51237], [-0.082452, 51.512328], [-0.082519, 51.512319], [-0.082704, 51.512206], [-0.082764, 51.512206], [-0.082809, 51.512187], [-0.082832, 51.512118], [-0.082797, 51.512079], [-0.082806, 51.512053], [-0.082948, 51.512067], [-0.08295, 51.512146], [-0.083016, 51.512172], [-0.083272, 51.512124], [-0.083333, 51.512127], [-0.083486, 51.512064], [-0.083534, 51.512058], [-0.083567, 51.512033], [-0.083707, 51.511736], [-0.083696, 51.511696], [-0.083908, 51.511723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3105, &quot;postcode&quot;: &quot;EC3M 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081875, 51.51344], [-0.081774, 51.513445], [-0.081665, 51.513471], [-0.081163, 51.51346], [-0.08105, 51.513451], [-0.080999, 51.513423], [-0.080943, 51.513415], [-0.081044, 51.512978], [-0.081351, 51.513031], [-0.081326, 51.513091], [-0.081369, 51.513128], [-0.081674, 51.513192], [-0.08175, 51.513174], [-0.081782, 51.513229], [-0.081849, 51.513244], [-0.081792, 51.51333], [-0.081787, 51.513405], [-0.081818, 51.513429], [-0.081875, 51.51344]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2291, &quot;postcode&quot;: &quot;EC3M 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083476, 51.51215], [-0.083593, 51.512336], [-0.083615, 51.512431], [-0.083197, 51.512395], [-0.083181, 51.512358], [-0.083108, 51.512368], [-0.083105, 51.512363], [-0.083102, 51.512355], [-0.083085, 51.512322], [-0.08302, 51.512306], [-0.083003, 51.512253], [-0.083476, 51.51215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 812, &quot;postcode&quot;: &quot;EC3M 7AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082264, 51.512032], [-0.082801, 51.512079], [-0.082836, 51.512097], [-0.082822, 51.512182], [-0.082772, 51.512208], [-0.082704, 51.512206], [-0.082638, 51.512236], [-0.082514, 51.512324], [-0.082516, 51.512292], [-0.082402, 51.512238], [-0.082383, 51.512237], [-0.082338, 51.512286], [-0.082176, 51.512237], [-0.082225, 51.512177], [-0.082264, 51.512032]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 902, &quot;postcode&quot;: &quot;EC3M 7AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082466, 51.512521], [-0.082399, 51.512542], [-0.082157, 51.51282], [-0.082149, 51.512785], [-0.082087, 51.512763], [-0.082058, 51.512726], [-0.082063, 51.512696], [-0.082117, 51.512659], [-0.082102, 51.512618], [-0.081497, 51.512506], [-0.08152, 51.512388], [-0.082309, 51.512484], [-0.082327, 51.51251], [-0.08237, 51.512524], [-0.082449, 51.512499], [-0.082466, 51.512521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1125, &quot;postcode&quot;: &quot;EC3M 7AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082514, 51.512324], [-0.082309, 51.512484], [-0.081459, 51.512381], [-0.081556, 51.512244], [-0.081553, 51.512305], [-0.081579, 51.512334], [-0.081689, 51.512344], [-0.081739, 51.512332], [-0.081789, 51.512191], [-0.08201, 51.512223], [-0.082066, 51.512212], [-0.082298, 51.512272], [-0.082402, 51.512238], [-0.082516, 51.512292], [-0.082514, 51.512324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1342, &quot;postcode&quot;: &quot;EC3M 7AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083107, 51.51271], [-0.082943, 51.513114], [-0.082939, 51.513393], [-0.081778, 51.513438], [-0.08179, 51.513332], [-0.081852, 51.513228], [-0.081824, 51.513194], [-0.08175, 51.513173], [-0.0819, 51.512976], [-0.081902, 51.512948], [-0.082057, 51.512726], [-0.082111, 51.512775], [-0.082192, 51.51277], [-0.082412, 51.512528], [-0.08245, 51.512515], [-0.082835, 51.512651], [-0.083107, 51.51271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6579, &quot;postcode&quot;: &quot;EC3M 7DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082699, 51.512533], [-0.082643, 51.512541], [-0.082613, 51.512572], [-0.082534, 51.512544], [-0.082567, 51.512519], [-0.082616, 51.512528], [-0.082659, 51.512517], [-0.082699, 51.512533]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 30, &quot;postcode&quot;: &quot;EC3M 7DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084, 51.511725], [-0.083982, 51.511747], [-0.083897, 51.511754], [-0.083861, 51.511795], [-0.083876, 51.511747], [-0.083833, 51.511707], [-0.084, 51.511725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;EC3M 7HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083609, 51.511939], [-0.083565, 51.512047], [-0.083591, 51.512087], [-0.083568, 51.512108], [-0.083527, 51.512083], [-0.083469, 51.512077], [-0.083382, 51.512118], [-0.08328, 51.512139], [-0.083242, 51.512064], [-0.083278, 51.512008], [-0.083254, 51.511969], [-0.083282, 51.511875], [-0.083403, 51.511896], [-0.083448, 51.511887], [-0.083475, 51.511859], [-0.083572, 51.511876], [-0.083571, 51.511915], [-0.083609, 51.511939]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 544, &quot;postcode&quot;: &quot;EC3M 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083664, 51.511824], [-0.083609, 51.511939], [-0.083503, 51.511903], [-0.08345, 51.511907], [-0.083282, 51.511875], [-0.08331, 51.51178], [-0.083374, 51.511757], [-0.083664, 51.511824]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 325, &quot;postcode&quot;: &quot;EC3M 7HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083283, 51.512054], [-0.083242, 51.512064], [-0.083272, 51.512124], [-0.083, 51.512178], [-0.08294, 51.512161], [-0.082943, 51.512133], [-0.082971, 51.512114], [-0.083, 51.511975], [-0.083181, 51.511987], [-0.083185, 51.511964], [-0.083289, 51.511976], [-0.08327, 51.512031], [-0.083283, 51.512054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 403, &quot;postcode&quot;: &quot;EC3M 7HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08339, 51.511694], [-0.083362, 51.511785], [-0.0833, 51.511817], [-0.083253, 51.511969], [-0.083181, 51.511987], [-0.083058, 51.511979], [-0.083012, 51.511989], [-0.082988, 51.512016], [-0.082971, 51.512114], [-0.082943, 51.512133], [-0.082938, 51.512086], [-0.082891, 51.512062], [-0.082843, 51.51206], [-0.082801, 51.512079], [-0.082317, 51.512037], [-0.082259, 51.512053], [-0.08218, 51.511981], [-0.082095, 51.511973], [-0.082093, 51.511786], [-0.082158, 51.511765], [-0.082233, 51.511766], [-0.082232, 51.511902], [-0.082257, 51.511932], [-0.082389, 51.51195], [-0.082449, 51.511914], [-0.082439, 51.511962], [-0.082462, 51.511989], [-0.082604, 51.512009], [-0.082658, 51.511985], [-0.082687, 51.511905], [-0.082771, 51.511914], [-0.082783, 51.511956], [-0.082838, 51.511973], [-0.082901, 51.511955], [-0.082925, 51.511924], [-0.083004, 51.511912], [-0.083039, 51.511836], [-0.08309, 51.51183], [-0.083121, 51.511806], [-0.083152, 51.511667], [-0.08339, 51.511694]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1385, &quot;postcode&quot;: &quot;EC3M 7JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084584, 51.511073], [-0.084545, 51.511142], [-0.084454, 51.511127], [-0.08433, 51.511161], [-0.084298, 51.511208], [-0.084312, 51.511261], [-0.084259, 51.511262], [-0.08422, 51.511289], [-0.084155, 51.511282], [-0.084107, 51.511299], [-0.083984, 51.511627], [-0.083932, 51.511621], [-0.084006, 51.51135], [-0.083955, 51.511316], [-0.083859, 51.511327], [-0.083834, 51.511295], [-0.083936, 51.511305], [-0.083989, 51.511285], [-0.08404, 51.511186], [-0.084041, 51.511111], [-0.08415, 51.51102], [-0.084168, 51.510952], [-0.084135, 51.510929], [-0.084124, 51.510886], [-0.084065, 51.510866], [-0.08414, 51.510872], [-0.084211, 51.510823], [-0.084267, 51.510829], [-0.084266, 51.510869], [-0.084307, 51.510895], [-0.084268, 51.510965], [-0.084281, 51.510998], [-0.084584, 51.511073]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1116, &quot;postcode&quot;: &quot;EC3M 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084394, 51.511138], [-0.084479, 51.511128], [-0.084434, 51.511219], [-0.084476, 51.511226], [-0.084428, 51.511309], [-0.084407, 51.511305], [-0.084402, 51.511317], [-0.08422, 51.511289], [-0.084232, 51.511258], [-0.084312, 51.511261], [-0.084319, 51.511244], [-0.08427, 51.511236], [-0.084286, 51.511195], [-0.084307, 51.511189], [-0.084316, 51.511154], [-0.084388, 51.51115], [-0.084394, 51.511138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 222, &quot;postcode&quot;: &quot;EC3M 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084182, 51.510956], [-0.084146, 51.511028], [-0.084039, 51.511118], [-0.084053, 51.511206], [-0.083876, 51.511241], [-0.083835, 51.51127], [-0.083885, 51.511415], [-0.083973, 51.511472], [-0.083864, 51.511624], [-0.083634, 51.511593], [-0.083789, 51.51161], [-0.083863, 51.511587], [-0.083891, 51.511561], [-0.083913, 51.511459], [-0.083871, 51.511436], [-0.083716, 51.511414], [-0.083742, 51.511324], [-0.083704, 51.511288], [-0.083562, 51.511302], [-0.08314, 51.511228], [-0.083173, 51.511024], [-0.083098, 51.510928], [-0.083115, 51.510877], [-0.083153, 51.51084], [-0.0832, 51.510857], [-0.083238, 51.510897], [-0.083414, 51.510917], [-0.083472, 51.51089], [-0.083491, 51.510803], [-0.083722, 51.510822], [-0.083767, 51.510838], [-0.083861, 51.510829], [-0.084161, 51.510885], [-0.084154, 51.510916], [-0.084182, 51.510956]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3230, &quot;postcode&quot;: &quot;EC3M 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084707, 51.511363], [-0.084578, 51.511339], [-0.08453, 51.511347], [-0.084451, 51.511482], [-0.08413, 51.511432], [-0.084078, 51.511445], [-0.084055, 51.511478], [-0.083972, 51.511471], [-0.083924, 51.511412], [-0.083861, 51.511377], [-0.083859, 51.511327], [-0.084065, 51.511291], [-0.084109, 51.511271], [-0.084409, 51.511306], [-0.084707, 51.511363]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 740, &quot;postcode&quot;: &quot;EC3M 8AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076782, 51.514196], [-0.076643, 51.51437], [-0.076519, 51.5144], [-0.076327, 51.514239], [-0.076259, 51.514207], [-0.076196, 51.514212], [-0.076196, 51.514173], [-0.076136, 51.514135], [-0.076041, 51.514026], [-0.075966, 51.513999], [-0.075941, 51.51396], [-0.075878, 51.513948], [-0.076061, 51.51387], [-0.076162, 51.513846], [-0.076257, 51.513839], [-0.076341, 51.51385], [-0.076428, 51.513888], [-0.076761, 51.514147], [-0.076782, 51.514196]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1930, &quot;postcode&quot;: &quot;EC3N 1AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077509, 51.514098], [-0.077176, 51.514292], [-0.077163, 51.514262], [-0.076776, 51.513988], [-0.076454, 51.513712], [-0.076724, 51.513608], [-0.077509, 51.514098]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2147, &quot;postcode&quot;: &quot;EC3N 1AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07655, 51.514429], [-0.076471, 51.514477], [-0.076447, 51.514476], [-0.076329, 51.514383], [-0.07628, 51.514369], [-0.07613, 51.514416], [-0.076107, 51.514444], [-0.076083, 51.514691], [-0.075844, 51.51481], [-0.075811, 51.514794], [-0.075821, 51.514767], [-0.075799, 51.514738], [-0.075872, 51.514723], [-0.075882, 51.514677], [-0.075771, 51.514574], [-0.075667, 51.514546], [-0.075526, 51.514556], [-0.075452, 51.51464], [-0.07486, 51.514826], [-0.074679, 51.514726], [-0.074414, 51.514783], [-0.074256, 51.514666], [-0.074311, 51.514528], [-0.075023, 51.51426], [-0.07529, 51.514168], [-0.075342, 51.514163], [-0.075994, 51.513903], [-0.076049, 51.514002], [-0.076106, 51.514052], [-0.076095, 51.514087], [-0.076134, 51.514133], [-0.076375, 51.514269], [-0.07655, 51.514429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7549, &quot;postcode&quot;: &quot;EC3N 1AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077795, 51.51466], [-0.077684, 51.514737], [-0.077524, 51.514648], [-0.077467, 51.51464], [-0.077461, 51.514607], [-0.077377, 51.51454], [-0.076947, 51.514292], [-0.076888, 51.514303], [-0.076569, 51.514489], [-0.07641, 51.51454], [-0.076371, 51.514509], [-0.076374, 51.514465], [-0.076257, 51.514369], [-0.076167, 51.514253], [-0.076413, 51.514449], [-0.076463, 51.514463], [-0.076509, 51.514453], [-0.076833, 51.514285], [-0.076866, 51.514241], [-0.076819, 51.514187], [-0.076427, 51.513887], [-0.076303, 51.513843], [-0.07619, 51.513842], [-0.076039, 51.51388], [-0.075355, 51.514157], [-0.075024, 51.51426], [-0.074213, 51.514566], [-0.074116, 51.514325], [-0.074061, 51.514275], [-0.073951, 51.514229], [-0.073856, 51.514106], [-0.073958, 51.514089], [-0.074248, 51.513978], [-0.074308, 51.514021], [-0.074403, 51.514003], [-0.074494, 51.514123], [-0.074543, 51.514148], [-0.074592, 51.514148], [-0.074629, 51.514128], [-0.074637, 51.514094], [-0.074521, 51.513942], [-0.074718, 51.513903], [-0.074782, 51.513989], [-0.074842, 51.514008], [-0.074922, 51.514133], [-0.075002, 51.514148], [-0.076074, 51.51378], [-0.076105, 51.513753], [-0.076094, 51.513715], [-0.076228, 51.513691], [-0.076382, 51.513633], [-0.07644, 51.513601], [-0.076441, 51.51356], [-0.076573, 51.513514], [-0.076724, 51.513608], [-0.076506, 51.513693], [-0.076484, 51.513721], [-0.076496, 51.513751], [-0.076775, 51.513987], [-0.077192, 51.514283], [-0.077212, 51.514317], [-0.077795, 51.51466]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6586, &quot;postcode&quot;: &quot;EC3N 1AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075609, 51.509824], [-0.075467, 51.509886], [-0.075377, 51.510095], [-0.07538, 51.510171], [-0.075143, 51.510196], [-0.075149, 51.510157], [-0.075123, 51.510131], [-0.07491, 51.51008], [-0.074815, 51.509819], [-0.075524, 51.509737], [-0.075609, 51.509824]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1684, &quot;postcode&quot;: &quot;EC3N 1AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076129, 51.513762], [-0.074949, 51.514168], [-0.07472, 51.513905], [-0.074749, 51.51385], [-0.0748, 51.513884], [-0.074871, 51.513872], [-0.074993, 51.513727], [-0.074873, 51.513361], [-0.074919, 51.513218], [-0.074958, 51.513188], [-0.075135, 51.513135], [-0.075612, 51.513073], [-0.07563, 51.513037], [-0.075618, 51.512987], [-0.075588, 51.512963], [-0.075598, 51.512915], [-0.075549, 51.512821], [-0.075552, 51.512776], [-0.075635, 51.512768], [-0.075734, 51.513134], [-0.075763, 51.513163], [-0.075843, 51.513367], [-0.076129, 51.513762]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7178, &quot;postcode&quot;: &quot;EC3N 1BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07595, 51.513717], [-0.075818, 51.513753], [-0.075803, 51.513708], [-0.075724, 51.513693], [-0.075671, 51.513631], [-0.075515, 51.513636], [-0.07551, 51.513588], [-0.075549, 51.513544], [-0.075526, 51.513383], [-0.075463, 51.513348], [-0.075477, 51.513189], [-0.075607, 51.513166], [-0.075627, 51.513131], [-0.075601, 51.5131], [-0.07555, 51.513089], [-0.074929, 51.513142], [-0.074916, 51.512998], [-0.075022, 51.512974], [-0.075028, 51.512913], [-0.07511, 51.512864], [-0.075126, 51.512835], [-0.075088, 51.512795], [-0.074914, 51.512773], [-0.074924, 51.512686], [-0.07494, 51.512671], [-0.075047, 51.512653], [-0.075096, 51.512588], [-0.075268, 51.512638], [-0.075486, 51.512619], [-0.075475, 51.512734], [-0.075537, 51.512778], [-0.075498, 51.512799], [-0.075491, 51.512829], [-0.07557, 51.512979], [-0.075644, 51.513011], [-0.075707, 51.513009], [-0.07577, 51.513105], [-0.075851, 51.513105], [-0.075859, 51.513165], [-0.075802, 51.513153], [-0.075713, 51.513173], [-0.075686, 51.513198], [-0.075681, 51.513245], [-0.075802, 51.513498], [-0.07595, 51.513717]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3307, &quot;postcode&quot;: &quot;EC3N 1BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074718, 51.512079], [-0.074729, 51.512114], [-0.074756, 51.512112], [-0.074808, 51.51236], [-0.074643, 51.512363], [-0.074615, 51.512194], [-0.074557, 51.512094], [-0.074318, 51.512116], [-0.074277, 51.512052], [-0.074745, 51.512011], [-0.074801, 51.512052], [-0.074864, 51.512066], [-0.074718, 51.512079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 601, &quot;postcode&quot;: &quot;EC3N 1DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075345, 51.512013], [-0.075238, 51.511702], [-0.075227, 51.511565], [-0.075209, 51.511566], [-0.075092, 51.511092], [-0.074969, 51.510724], [-0.075228, 51.510762], [-0.075608, 51.51213], [-0.07586, 51.513143], [-0.07612, 51.51372], [-0.076093, 51.513715], [-0.075844, 51.513369], [-0.075763, 51.513163], [-0.075655, 51.512766], [-0.075545, 51.512777], [-0.075468, 51.512469], [-0.075242, 51.512489], [-0.075264, 51.512576], [-0.074888, 51.512604], [-0.074862, 51.512511], [-0.074847, 51.512512], [-0.074756, 51.512112], [-0.074729, 51.512114], [-0.074718, 51.512079], [-0.075345, 51.512013]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6829, &quot;postcode&quot;: &quot;EC3N 1DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075539, 51.512751], [-0.075499, 51.512843], [-0.075469, 51.512843], [-0.075479, 51.512671], [-0.075461, 51.512642], [-0.075404, 51.512627], [-0.075223, 51.512644], [-0.075193, 51.51261], [-0.075103, 51.512588], [-0.075236, 51.512565], [-0.075253, 51.512538], [-0.075242, 51.512489], [-0.075466, 51.512464], [-0.075539, 51.512751]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 409, &quot;postcode&quot;: &quot;EC3N 1DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07518, 51.514205], [-0.075129, 51.514223], [-0.07518, 51.514205], [-0.07518, 51.514205]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3N 1DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07561, 51.511542], [-0.07545, 51.511555], [-0.075409, 51.511404], [-0.075533, 51.51141], [-0.075599, 51.511468], [-0.07561, 51.511542]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 177, &quot;postcode&quot;: &quot;EC3N 1DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075345, 51.512013], [-0.075235, 51.512025], [-0.075238, 51.511958], [-0.075283, 51.511947], [-0.075307, 51.51192], [-0.075294, 51.511865], [-0.075345, 51.512013]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 55, &quot;postcode&quot;: &quot;EC3N 1DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075311, 51.511912], [-0.075304, 51.51195], [-0.074054, 51.512071], [-0.07403, 51.512061], [-0.074003, 51.511934], [-0.073941, 51.511907], [-0.073889, 51.511815], [-0.073936, 51.511762], [-0.075206, 51.511657], [-0.075227, 51.511669], [-0.075311, 51.511912]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3194, &quot;postcode&quot;: &quot;EC3N 1DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075233, 51.511592], [-0.07501, 51.511613], [-0.074975, 51.511635], [-0.074959, 51.511679], [-0.074945, 51.51164], [-0.074885, 51.511622], [-0.074823, 51.511644], [-0.074817, 51.511683], [-0.074565, 51.511706], [-0.074543, 51.511674], [-0.074493, 51.511661], [-0.073654, 51.511724], [-0.073656, 51.511706], [-0.074381, 51.511631], [-0.074403, 51.511599], [-0.074367, 51.511349], [-0.074322, 51.511319], [-0.074228, 51.511319], [-0.074245, 51.511297], [-0.074305, 51.511294], [-0.074343, 51.511276], [-0.074551, 51.511261], [-0.074582, 51.511239], [-0.074597, 51.511189], [-0.07477, 51.511233], [-0.075025, 51.511181], [-0.07511, 51.511191], [-0.075204, 51.511541], [-0.075227, 51.511566], [-0.075233, 51.511592]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2823, &quot;postcode&quot;: &quot;EC3N 1JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075159, 51.510138], [-0.075145, 51.510195], [-0.075098, 51.510232], [-0.075115, 51.510311], [-0.075097, 51.510253], [-0.075055, 51.51023], [-0.074941, 51.510234], [-0.074897, 51.510266], [-0.07496, 51.5107], [-0.075, 51.510728], [-0.075108, 51.510743], [-0.07504, 51.510739], [-0.074997, 51.510761], [-0.075015, 51.510886], [-0.074925, 51.510959], [-0.074633, 51.510841], [-0.074345, 51.510803], [-0.074269, 51.510667], [-0.074207, 51.510645], [-0.074089, 51.510646], [-0.074043, 51.510671], [-0.074027, 51.510928], [-0.073862, 51.510931], [-0.073542, 51.510706], [-0.073645, 51.510651], [-0.073649, 51.510621], [-0.073622, 51.510596], [-0.073575, 51.510587], [-0.073016, 51.510609], [-0.072994, 51.510545], [-0.072887, 51.510525], [-0.072908, 51.510298], [-0.073009, 51.510214], [-0.073113, 51.510164], [-0.073178, 51.510152], [-0.073941, 51.510175], [-0.073989, 51.510162], [-0.074013, 51.510131], [-0.07413, 51.510129], [-0.074172, 51.510088], [-0.07411, 51.5099], [-0.074814, 51.509819], [-0.074913, 51.510073], [-0.075159, 51.510138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11030, &quot;postcode&quot;: &quot;EC3N 1JL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075562, 51.511163], [-0.075354, 51.511197], [-0.075228, 51.510777], [-0.075167, 51.510744], [-0.07521, 51.510712], [-0.075202, 51.510657], [-0.075299, 51.510668], [-0.075292, 51.510846], [-0.075326, 51.510881], [-0.075344, 51.510952], [-0.075374, 51.510976], [-0.075482, 51.511], [-0.075562, 51.511163]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 474, &quot;postcode&quot;: &quot;EC3N 1LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078298, 51.512807], [-0.07771, 51.513115], [-0.077349, 51.512631], [-0.07751, 51.51259], [-0.077533, 51.512555], [-0.077512, 51.51251], [-0.077637, 51.51247], [-0.077668, 51.512521], [-0.077723, 51.512537], [-0.077919, 51.512475], [-0.078298, 51.512807]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2523, &quot;postcode&quot;: &quot;EC3N 1LH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076389, 51.513324], [-0.076434, 51.513443], [-0.076368, 51.513453], [-0.076471, 51.513599], [-0.076261, 51.513671], [-0.076268, 51.513681], [-0.07612, 51.51372], [-0.075966, 51.513391], [-0.076389, 51.513324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 965, &quot;postcode&quot;: &quot;EC3N 1LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075096, 51.512588], [-0.075052, 51.51266], [-0.074969, 51.512669], [-0.074932, 51.512687], [-0.074913, 51.512773], [-0.074252, 51.512695], [-0.074232, 51.512618], [-0.074523, 51.51258], [-0.074545, 51.512549], [-0.074522, 51.51245], [-0.074632, 51.512429], [-0.074644, 51.512363], [-0.074808, 51.51236], [-0.074842, 51.51249], [-0.074901, 51.512589], [-0.074947, 51.5126], [-0.075096, 51.512588]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1291, &quot;postcode&quot;: &quot;EC3N 1LQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076262, 51.513071], [-0.076196, 51.513084], [-0.076165, 51.513139], [-0.07625, 51.513346], [-0.075966, 51.513391], [-0.075829, 51.513035], [-0.075786, 51.513014], [-0.075725, 51.513021], [-0.075673, 51.513], [-0.075578, 51.513001], [-0.075499, 51.512843], [-0.075539, 51.512751], [-0.075583, 51.51277], [-0.075706, 51.512771], [-0.075751, 51.512752], [-0.075763, 51.512722], [-0.076068, 51.512694], [-0.076096, 51.51283], [-0.076079, 51.512878], [-0.07614, 51.512907], [-0.076159, 51.513007], [-0.076202, 51.513027], [-0.076255, 51.513023], [-0.076262, 51.513071]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2124, &quot;postcode&quot;: &quot;EC3N 1LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07615, 51.512486], [-0.076089, 51.51246], [-0.075934, 51.512483], [-0.0759, 51.512519], [-0.075925, 51.512621], [-0.075738, 51.512637], [-0.075657, 51.512325], [-0.075723, 51.512347], [-0.076, 51.512321], [-0.076035, 51.512427], [-0.076079, 51.512447], [-0.076135, 51.512441], [-0.07615, 51.512486]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 626, &quot;postcode&quot;: &quot;EC3N 1NT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075601, 51.512113], [-0.075763, 51.512098], [-0.07578, 51.512156], [-0.075923, 51.512147], [-0.075951, 51.512158], [-0.076, 51.512321], [-0.075664, 51.512353], [-0.075601, 51.512113]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 546, &quot;postcode&quot;: &quot;EC3N 1NU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075413, 51.51226], [-0.075422, 51.512294], [-0.075413, 51.51226], [-0.075413, 51.51226]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3N 1PE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077607, 51.513254], [-0.07756, 51.513293], [-0.077593, 51.513335], [-0.077526, 51.513359], [-0.077501, 51.513386], [-0.077547, 51.51346], [-0.076927, 51.513735], [-0.076837, 51.513678], [-0.076818, 51.513613], [-0.076773, 51.5136], [-0.076724, 51.513608], [-0.076573, 51.513514], [-0.076631, 51.513492], [-0.076655, 51.513466], [-0.076628, 51.513314], [-0.0767, 51.513299], [-0.076748, 51.513238], [-0.0768, 51.513216], [-0.076809, 51.513157], [-0.077147, 51.513141], [-0.077221, 51.513119], [-0.077281, 51.513134], [-0.077405, 51.513223], [-0.077455, 51.513222], [-0.077549, 51.513184], [-0.077607, 51.513254]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3005, &quot;postcode&quot;: &quot;EC3N 1RE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078906, 51.51109], [-0.078891, 51.5111], [-0.07863, 51.511142], [-0.078729, 51.511122], [-0.078906, 51.51109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC3N 2AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078949, 51.511181], [-0.079003, 51.511485], [-0.078646, 51.511417], [-0.078595, 51.511378], [-0.078457, 51.511381], [-0.078222, 51.511339], [-0.078162, 51.511367], [-0.078072, 51.51155], [-0.078043, 51.511537], [-0.078012, 51.511452], [-0.078032, 51.511363], [-0.078066, 51.511331], [-0.078112, 51.511334], [-0.078435, 51.51128], [-0.078602, 51.511238], [-0.078626, 51.511245], [-0.078558, 51.511284], [-0.078561, 51.511344], [-0.078605, 51.511371], [-0.078676, 51.51137], [-0.078715, 51.511352], [-0.078727, 51.511323], [-0.078708, 51.511268], [-0.078663, 51.511245], [-0.078949, 51.511181]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 953, &quot;postcode&quot;: &quot;EC3N 2AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076185, 51.512599], [-0.076044, 51.512136], [-0.076149, 51.512126], [-0.076113, 51.511899], [-0.076136, 51.511897], [-0.076132, 51.511879], [-0.076231, 51.511873], [-0.076177, 51.511658], [-0.07628, 51.511654], [-0.076364, 51.512583], [-0.076185, 51.512599]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1328, &quot;postcode&quot;: &quot;EC3N 2AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078043, 51.511538], [-0.077948, 51.511586], [-0.077878, 51.511577], [-0.077804, 51.511594], [-0.077697, 51.511537], [-0.077628, 51.511539], [-0.077666, 51.511504], [-0.077822, 51.511433], [-0.078032, 51.511363], [-0.078013, 51.511452], [-0.078043, 51.511538]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 392, &quot;postcode&quot;: &quot;EC3N 2AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077905, 51.511288], [-0.077729, 51.511332], [-0.077702, 51.511312], [-0.0774, 51.511211], [-0.07742, 51.51112], [-0.077684, 51.510872], [-0.077791, 51.511237], [-0.077818, 51.511262], [-0.077905, 51.511288]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 800, &quot;postcode&quot;: &quot;EC3N 2AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077681, 51.511306], [-0.07766, 51.511349], [-0.077407, 51.511414], [-0.077301, 51.511463], [-0.077283, 51.511491], [-0.077299, 51.511564], [-0.077281, 51.511503], [-0.077236, 51.51148], [-0.077256, 51.511435], [-0.077322, 51.511444], [-0.077383, 51.511414], [-0.077357, 51.511327], [-0.077388, 51.5113], [-0.077423, 51.511214], [-0.077681, 51.511306]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 296, &quot;postcode&quot;: &quot;EC3N 2AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076921, 51.510713], [-0.076889, 51.510719], [-0.076971, 51.510807], [-0.077098, 51.511022], [-0.076791, 51.511065], [-0.076216, 51.510954], [-0.076174, 51.510489], [-0.076215, 51.510484], [-0.076238, 51.510559], [-0.076808, 51.51049], [-0.07686, 51.510647], [-0.076921, 51.510713]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2892, &quot;postcode&quot;: &quot;EC3N 2BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076129, 51.512827], [-0.07614, 51.512907], [-0.076023, 51.512916], [-0.076017, 51.512886], [-0.075803, 51.512906], [-0.075792, 51.512857], [-0.076129, 51.512827]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 156, &quot;postcode&quot;: &quot;EC3N 2DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077909, 51.51229], [-0.077955, 51.512332], [-0.078001, 51.5123], [-0.078121, 51.512359], [-0.078033, 51.51244], [-0.077777, 51.512405], [-0.077779, 51.51239], [-0.077822, 51.512376], [-0.077755, 51.512313], [-0.077797, 51.512276], [-0.077845, 51.51232], [-0.077909, 51.51229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 266, &quot;postcode&quot;: &quot;EC3N 2EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077552, 51.512526], [-0.077531, 51.512588], [-0.077356, 51.51264], [-0.076957, 51.512704], [-0.076973, 51.512611], [-0.077273, 51.512551], [-0.07729, 51.512519], [-0.077258, 51.512471], [-0.0773, 51.512523], [-0.07734, 51.512539], [-0.077512, 51.51251], [-0.077552, 51.512526]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 414, &quot;postcode&quot;: &quot;EC3N 2ES&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076361, 51.512642], [-0.076402, 51.512667], [-0.076471, 51.512669], [-0.076445, 51.512727], [-0.076384, 51.512762], [-0.076392, 51.512884], [-0.076422, 51.512914], [-0.076568, 51.512954], [-0.076628, 51.513314], [-0.07649, 51.513324], [-0.076438, 51.513272], [-0.076371, 51.513264], [-0.076321, 51.513179], [-0.076261, 51.513156], [-0.076243, 51.513121], [-0.076233, 51.51307], [-0.076257, 51.513033], [-0.076235, 51.512884], [-0.076207, 51.512838], [-0.076195, 51.512685], [-0.076294, 51.512677], [-0.076361, 51.512642]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1263, &quot;postcode&quot;: &quot;EC3N 2ET&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077321, 51.51255], [-0.077011, 51.512606], [-0.076967, 51.512641], [-0.076975, 51.512674], [-0.077015, 51.5127], [-0.077076, 51.512915], [-0.077179, 51.51306], [-0.077098, 51.513085], [-0.077083, 51.513129], [-0.07677, 51.513161], [-0.076715, 51.512909], [-0.076716, 51.512422], [-0.07679, 51.512404], [-0.076862, 51.512298], [-0.07697, 51.512275], [-0.077025, 51.512341], [-0.077036, 51.512419], [-0.077091, 51.51248], [-0.077154, 51.512495], [-0.077257, 51.51247], [-0.077321, 51.51255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2267, &quot;postcode&quot;: &quot;EC3N 2EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076248, 51.512594], [-0.076185, 51.512599], [-0.076119, 51.512582], [-0.076061, 51.512609], [-0.075925, 51.512621], [-0.075891, 51.512483], [-0.076042, 51.512469], [-0.076082, 51.512558], [-0.076127, 51.512571], [-0.076174, 51.512563], [-0.076201, 51.512586], [-0.076248, 51.512594]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 189, &quot;postcode&quot;: &quot;EC3N 2HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077822, 51.512376], [-0.077766, 51.512419], [-0.077548, 51.512502], [-0.077321, 51.51255], [-0.077244, 51.512485], [-0.077114, 51.512508], [-0.077017, 51.512398], [-0.077005, 51.512321], [-0.076963, 51.51229], [-0.076887, 51.512293], [-0.076834, 51.512341], [-0.076718, 51.512366], [-0.076704, 51.512334], [-0.076663, 51.512317], [-0.07659, 51.512332], [-0.076482, 51.512327], [-0.076447, 51.512284], [-0.076381, 51.511804], [-0.076448, 51.511774], [-0.076447, 51.511689], [-0.076399, 51.511653], [-0.07628, 51.511654], [-0.076268, 51.511519], [-0.077182, 51.511497], [-0.077278, 51.511479], [-0.077303, 51.511624], [-0.077244, 51.511648], [-0.077232, 51.511691], [-0.076926, 51.511998], [-0.076923, 51.512036], [-0.076967, 51.512062], [-0.077021, 51.512059], [-0.077213, 51.511905], [-0.077274, 51.511921], [-0.077514, 51.512117], [-0.077528, 51.512184], [-0.077657, 51.512232], [-0.077822, 51.512376]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6823, &quot;postcode&quot;: &quot;EC3N 2HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076278, 51.511654], [-0.076216, 51.511664], [-0.076188, 51.511693], [-0.07623, 51.511868], [-0.076122, 51.511888], [-0.076098, 51.511937], [-0.07602, 51.511943], [-0.075964, 51.5117], [-0.076001, 51.511666], [-0.076278, 51.511654]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 413, &quot;postcode&quot;: &quot;EC3N 2JY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076148, 51.511342], [-0.076129, 51.511277], [-0.076097, 51.511254], [-0.076123, 51.511252], [-0.076148, 51.511342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC3N 2LB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07581, 51.511526], [-0.075611, 51.511542], [-0.075599, 51.51147], [-0.075533, 51.51141], [-0.075591, 51.511376], [-0.075756, 51.511378], [-0.07581, 51.511526]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 245, &quot;postcode&quot;: &quot;EC3N 2LR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076267, 51.511519], [-0.076191, 51.511523], [-0.076135, 51.511296], [-0.076111, 51.511269], [-0.076059, 51.511259], [-0.075909, 51.511274], [-0.075883, 51.511179], [-0.075802, 51.511147], [-0.075735, 51.511153], [-0.075705, 51.511191], [-0.075589, 51.511165], [-0.075655, 51.511027], [-0.075703, 51.511018], [-0.07573, 51.510993], [-0.075695, 51.510851], [-0.075899, 51.510884], [-0.075938, 51.510868], [-0.075988, 51.510805], [-0.076199, 51.510772], [-0.076267, 51.511519]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1853, &quot;postcode&quot;: &quot;EC3N 2LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075756, 51.511377], [-0.075597, 51.51138], [-0.075533, 51.51141], [-0.075409, 51.511404], [-0.075354, 51.511197], [-0.075562, 51.511163], [-0.075705, 51.511191], [-0.075756, 51.511377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 584, &quot;postcode&quot;: &quot;EC3N 2LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.076426, 51.513259], [-0.076428, 51.513329], [-0.07625, 51.513346], [-0.076153, 51.513119], [-0.076168, 51.513087], [-0.076133, 51.512862], [-0.076096, 51.51283], [-0.076063, 51.512719], [-0.076002, 51.512701], [-0.075763, 51.512722], [-0.075738, 51.512637], [-0.076023, 51.512612], [-0.076071, 51.51257], [-0.075955, 51.512177], [-0.075902, 51.51215], [-0.07578, 51.512156], [-0.075721, 51.511967], [-0.075845, 51.511952], [-0.075884, 51.511923], [-0.075844, 51.511715], [-0.075826, 51.511691], [-0.075783, 51.511677], [-0.075491, 51.511694], [-0.07545, 51.511555], [-0.07575, 51.51153], [-0.075788, 51.51151], [-0.075798, 51.51148], [-0.075626, 51.510938], [-0.075557, 51.510889], [-0.075426, 51.510904], [-0.075352, 51.510876], [-0.0754, 51.510696], [-0.075356, 51.510671], [-0.075202, 51.510657], [-0.075087, 51.510202], [-0.075353, 51.510163], [-0.075456, 51.509879], [-0.075608, 51.509824], [-0.075733, 51.509968], [-0.0755, 51.51001], [-0.075483, 51.510042], [-0.075509, 51.510126], [-0.075578, 51.510151], [-0.075866, 51.510122], [-0.076172, 51.510477], [-0.076199, 51.510772], [-0.075996, 51.510807], [-0.075918, 51.510895], [-0.075774, 51.510872], [-0.075732, 51.510887], [-0.075715, 51.51092], [-0.075777, 51.511131], [-0.075882, 51.511165], [-0.075902, 51.511238], [-0.075933, 51.511261], [-0.076123, 51.511252], [-0.076186, 51.511489], [-0.076218, 51.511513], [-0.076267, 51.511519], [-0.07628, 51.511654], [-0.07605, 51.511666], [-0.075986, 51.511708], [-0.075973, 51.511737], [-0.076012, 51.511866], [-0.076053, 51.511883], [-0.076132, 51.51188], [-0.076119, 51.511927], [-0.076149, 51.512126], [-0.07608, 51.51214], [-0.076057, 51.512177], [-0.076174, 51.512562], [-0.076233, 51.512593], [-0.076364, 51.512583], [-0.076373, 51.512674], [-0.07624, 51.512686], [-0.076202, 51.512729], [-0.07626, 51.513095], [-0.076358, 51.513238], [-0.076426, 51.513259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9744, &quot;postcode&quot;: &quot;EC3N 2LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077746, 51.510814], [-0.077684, 51.510871], [-0.077654, 51.510809], [-0.077546, 51.510788], [-0.077102, 51.510823], [-0.076966, 51.510572], [-0.076983, 51.5105], [-0.076962, 51.510449], [-0.076987, 51.510432], [-0.077006, 51.510473], [-0.077066, 51.510489], [-0.077666, 51.51044], [-0.07771, 51.510741], [-0.077695, 51.510777], [-0.077746, 51.510814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1794, &quot;postcode&quot;: &quot;EC3N 2NR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077629, 51.51085], [-0.077634, 51.510918], [-0.077302, 51.51123], [-0.077146, 51.510896], [-0.077212, 51.510853], [-0.07721, 51.510814], [-0.077245, 51.510811], [-0.077325, 51.510861], [-0.077589, 51.510842], [-0.077629, 51.51085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 818, &quot;postcode&quot;: &quot;EC3N 2NU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075721, 51.511966], [-0.075735, 51.512009], [-0.075571, 51.512026], [-0.075523, 51.511826], [-0.075865, 51.511809], [-0.075893, 51.511939], [-0.075872, 51.511952], [-0.075721, 51.511966]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 449, &quot;postcode&quot;: &quot;EC3N 2PU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.075655, 51.511027], [-0.075589, 51.511165], [-0.075562, 51.511163], [-0.075483, 51.511], [-0.075551, 51.510963], [-0.075544, 51.510929], [-0.075486, 51.510895], [-0.075505, 51.510828], [-0.075573, 51.510755], [-0.0756, 51.510929], [-0.075633, 51.510957], [-0.075655, 51.511027]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 282, &quot;postcode&quot;: &quot;EC3N 2PX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077932, 51.512075], [-0.078225, 51.512313], [-0.078121, 51.512359], [-0.078001, 51.5123], [-0.077955, 51.512332], [-0.077909, 51.51229], [-0.077845, 51.51232], [-0.077733, 51.512217], [-0.07778, 51.51219], [-0.077717, 51.51214], [-0.077932, 51.512075]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 573, &quot;postcode&quot;: &quot;EC3N 3AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077713, 51.511945], [-0.077523, 51.512056], [-0.077483, 51.512042], [-0.077423, 51.512045], [-0.077269, 51.511924], [-0.077213, 51.511905], [-0.077392, 51.511748], [-0.077713, 51.511945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 603, &quot;postcode&quot;: &quot;EC3N 3AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077834, 51.511709], [-0.077691, 51.511772], [-0.077489, 51.511651], [-0.077655, 51.51151], [-0.077804, 51.511594], [-0.077881, 51.511574], [-0.077959, 51.511686], [-0.077834, 51.511709]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 486, &quot;postcode&quot;: &quot;EC3N 3AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078237, 51.51164], [-0.078596, 51.511709], [-0.078072, 51.512], [-0.077876, 51.511883], [-0.078237, 51.51164]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 891, &quot;postcode&quot;: &quot;EC3N 3AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078608, 51.512644], [-0.078323, 51.512778], [-0.078197, 51.512671], [-0.078125, 51.51266], [-0.077974, 51.51253], [-0.078025, 51.512433], [-0.078121, 51.512359], [-0.078225, 51.512313], [-0.078288, 51.512416], [-0.078546, 51.51263], [-0.078608, 51.512644]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1043, &quot;postcode&quot;: &quot;EC3N 3DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077717, 51.51214], [-0.07778, 51.51219], [-0.077733, 51.512217], [-0.077797, 51.512276], [-0.077745, 51.512316], [-0.077659, 51.512233], [-0.077607, 51.512203], [-0.077557, 51.512207], [-0.077491, 51.512156], [-0.077516, 51.512145], [-0.077514, 51.512117], [-0.077423, 51.512045], [-0.0775, 51.512036], [-0.077523, 51.512056], [-0.077713, 51.511945], [-0.077932, 51.512075], [-0.077717, 51.51214]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 592, &quot;postcode&quot;: &quot;EC3N 3DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0775, 51.511657], [-0.078072, 51.512], [-0.07838, 51.512253], [-0.078439, 51.512363], [-0.078721, 51.51259], [-0.07858, 51.512657], [-0.078259, 51.512392], [-0.078274, 51.512387], [-0.078238, 51.512324], [-0.077932, 51.512075], [-0.077392, 51.511748], [-0.0775, 51.511657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1667, &quot;postcode&quot;: &quot;EC3N 3ED&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078237, 51.51164], [-0.077876, 51.511883], [-0.077691, 51.511772], [-0.07775, 51.511738], [-0.07792, 51.511682], [-0.077931, 51.511648], [-0.077881, 51.511575], [-0.077953, 51.511579], [-0.078043, 51.511538], [-0.078072, 51.51155], [-0.078065, 51.511583], [-0.07809, 51.511609], [-0.078237, 51.51164]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 577, &quot;postcode&quot;: &quot;EC3N 3EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078773, 51.509636], [-0.078781, 51.509695], [-0.078876, 51.509696], [-0.078872, 51.509893], [-0.078797, 51.509898], [-0.078596, 51.509818], [-0.078576, 51.50984], [-0.078543, 51.509833], [-0.078397, 51.509767], [-0.078274, 51.509866], [-0.078299, 51.509879], [-0.078161, 51.509995], [-0.07801, 51.509938], [-0.078523, 51.509609], [-0.078741, 51.509603], [-0.078773, 51.509636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1061, &quot;postcode&quot;: &quot;EC3N 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078737, 51.510662], [-0.078595, 51.510785], [-0.078822, 51.510772], [-0.078867, 51.511097], [-0.078146, 51.511233], [-0.078035, 51.511269], [-0.078029, 51.511259], [-0.077904, 51.511288], [-0.077797, 51.511259], [-0.077684, 51.510871], [-0.077746, 51.510814], [-0.077881, 51.510806], [-0.077886, 51.510828], [-0.078058, 51.510817], [-0.078124, 51.510697], [-0.078737, 51.510662]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3964, &quot;postcode&quot;: &quot;EC3N 4AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078737, 51.510662], [-0.079179, 51.510642], [-0.079177, 51.510609], [-0.07919, 51.510616], [-0.079192, 51.510642], [-0.079222, 51.510663], [-0.079253, 51.51097], [-0.079208, 51.51098], [-0.07919, 51.51075], [-0.079211, 51.51102], [-0.079195, 51.511037], [-0.078867, 51.511097], [-0.078822, 51.510772], [-0.078595, 51.510785], [-0.078737, 51.510662]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1403, &quot;postcode&quot;: &quot;EC3N 4AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07919, 51.510462], [-0.07917, 51.51049], [-0.079179, 51.510642], [-0.078163, 51.510695], [-0.078114, 51.510716], [-0.078058, 51.510817], [-0.077886, 51.510828], [-0.077815, 51.51081], [-0.077776, 51.510496], [-0.07772, 51.510282], [-0.077637, 51.510266], [-0.077612, 51.510234], [-0.077564, 51.51022], [-0.077021, 51.510267], [-0.076973, 51.5103], [-0.076959, 51.510443], [-0.076889, 51.510451], [-0.076851, 51.510154], [-0.077897, 51.509993], [-0.078321, 51.509734], [-0.078065, 51.509904], [-0.078066, 51.509955], [-0.078117, 51.509977], [-0.078172, 51.509975], [-0.078274, 51.509897], [-0.078381, 51.509941], [-0.078669, 51.509924], [-0.078716, 51.509903], [-0.078797, 51.509898], [-0.079198, 51.510057], [-0.07919, 51.510462]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9494, &quot;postcode&quot;: &quot;EC3N 4AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.078383, 51.509941], [-0.078274, 51.509897], [-0.078299, 51.509879], [-0.078274, 51.509866], [-0.078397, 51.509767], [-0.078543, 51.509833], [-0.078576, 51.50984], [-0.078596, 51.509818], [-0.078797, 51.509898], [-0.078716, 51.509903], [-0.078719, 51.509921], [-0.078383, 51.509941]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 383, &quot;postcode&quot;: &quot;EC3N 4AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.07962, 51.510106], [-0.079571, 51.510339], [-0.079303, 51.510337], [-0.079246, 51.510319], [-0.079187, 51.510337], [-0.079198, 51.510057], [-0.079251, 51.510096], [-0.079398, 51.510132], [-0.079447, 51.510127], [-0.079478, 51.510104], [-0.07962, 51.510106]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 706, &quot;postcode&quot;: &quot;EC3N 4AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079778, 51.510677], [-0.0794, 51.510675], [-0.079349, 51.510689], [-0.079329, 51.510722], [-0.079341, 51.511011], [-0.07928, 51.511032], [-0.079275, 51.510993], [-0.079247, 51.51097], [-0.079223, 51.510672], [-0.079177, 51.510608], [-0.079169, 51.510462], [-0.079189, 51.510435], [-0.079212, 51.510083], [-0.07919, 51.510055], [-0.079132, 51.510031], [-0.079289, 51.509873], [-0.079345, 51.509773], [-0.079545, 51.509519], [-0.079693, 51.509488], [-0.079661, 51.509529], [-0.07961, 51.509535], [-0.079578, 51.509557], [-0.079467, 51.509715], [-0.079472, 51.509748], [-0.079409, 51.509857], [-0.07937, 51.509877], [-0.079353, 51.50991], [-0.079542, 51.510193], [-0.079415, 51.510144], [-0.079348, 51.510149], [-0.079317, 51.510182], [-0.079317, 51.510291], [-0.079369, 51.510335], [-0.079525, 51.510334], [-0.07979, 51.510362], [-0.0798, 51.510617], [-0.079778, 51.510677]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2733, &quot;postcode&quot;: &quot;EC3N 4AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077766, 51.510479], [-0.077719, 51.510482], [-0.077685, 51.510505], [-0.077687, 51.510581], [-0.07767, 51.510477], [-0.077614, 51.510446], [-0.076997, 51.510496], [-0.076975, 51.510287], [-0.077024, 51.510266], [-0.077498, 51.510225], [-0.077677, 51.510229], [-0.077738, 51.510267], [-0.077766, 51.510479]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1359, &quot;postcode&quot;: &quot;EC3N 4DH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.077794, 51.510768], [-0.077746, 51.510813], [-0.077695, 51.510832], [-0.077684, 51.510871], [-0.077633, 51.51092], [-0.077623, 51.510871], [-0.077552, 51.510845], [-0.077238, 51.510862], [-0.07717, 51.51089], [-0.077161, 51.510924], [-0.077281, 51.511151], [-0.077273, 51.511182], [-0.077301, 51.51123], [-0.077263, 51.511267], [-0.076985, 51.510672], [-0.076939, 51.510646], [-0.07686, 51.510647], [-0.076801, 51.510514], [-0.07674, 51.510499], [-0.076238, 51.510559], [-0.07622, 51.510511], [-0.076173, 51.510477], [-0.076852, 51.510468], [-0.076947, 51.510429], [-0.076954, 51.510338], [-0.076971, 51.510336], [-0.076987, 51.510432], [-0.076969, 51.510574], [-0.077098, 51.510803], [-0.077155, 51.510818], [-0.077551, 51.510785], [-0.077604, 51.510751], [-0.077674, 51.51074], [-0.077703, 51.510712], [-0.077637, 51.510266], [-0.077685, 51.510262], [-0.077794, 51.510768]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1360, &quot;postcode&quot;: &quot;EC3N 4DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.074888, 51.510233], [-0.074725, 51.5102], [-0.074724, 51.510145], [-0.074672, 51.510108], [-0.074497, 51.510117], [-0.074396, 51.510086], [-0.074225, 51.510105], [-0.074181, 51.510136], [-0.074051, 51.510135], [-0.074003, 51.510177], [-0.073176, 51.510152], [-0.07311, 51.510166], [-0.073011, 51.510213], [-0.072908, 51.510301], [-0.07274, 51.510183], [-0.07323, 51.510002], [-0.07411, 51.5099], [-0.074172, 51.510073], [-0.074214, 51.510094], [-0.074276, 51.510092], [-0.074367, 51.510051], [-0.074397, 51.509982], [-0.074537, 51.509899], [-0.074559, 51.509914], [-0.074485, 51.509965], [-0.074492, 51.510007], [-0.074684, 51.510107], [-0.074781, 51.510111], [-0.074833, 51.510091], [-0.074888, 51.510233]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2302, &quot;postcode&quot;: &quot;EC3N 4DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079209, 51.5095], [-0.079164, 51.509531], [-0.07897, 51.509529], [-0.078741, 51.509603], [-0.078524, 51.509609], [-0.078839, 51.509414], [-0.078887, 51.50935], [-0.078859, 51.509424], [-0.078887, 51.509459], [-0.079104, 51.509494], [-0.079172, 51.509476], [-0.079209, 51.5095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 389, &quot;postcode&quot;: &quot;EC3N 4EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082834, 51.50976], [-0.08282, 51.509892], [-0.082779, 51.509923], [-0.082754, 51.510047], [-0.08271, 51.51006], [-0.082689, 51.510088], [-0.082705, 51.51012], [-0.082756, 51.510138], [-0.082734, 51.510217], [-0.082777, 51.510251], [-0.082709, 51.510326], [-0.081924, 51.510045], [-0.081906, 51.510023], [-0.081956, 51.510003], [-0.082145, 51.509777], [-0.08232, 51.509785], [-0.082304, 51.509831], [-0.08233, 51.509862], [-0.082563, 51.509913], [-0.082622, 51.50989], [-0.082633, 51.509843], [-0.082747, 51.5098], [-0.082774, 51.509752], [-0.082834, 51.50976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2148, &quot;postcode&quot;: &quot;EC3R 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085429, 51.510708], [-0.085399, 51.510803], [-0.0852, 51.510787], [-0.084788, 51.510811], [-0.084389, 51.510796], [-0.084151, 51.510749], [-0.083259, 51.510681], [-0.082888, 51.510633], [-0.082833, 51.510615], [-0.082803, 51.51058], [-0.082559, 51.510489], [-0.082488, 51.510431], [-0.081874, 51.510203], [-0.081781, 51.510197], [-0.081779, 51.510164], [-0.081746, 51.510142], [-0.081697, 51.510137], [-0.081655, 51.510152], [-0.080902, 51.509866], [-0.080762, 51.509834], [-0.080682, 51.50985], [-0.080625, 51.509774], [-0.080648, 51.509659], [-0.080566, 51.509612], [-0.080595, 51.509561], [-0.080493, 51.509512], [-0.080566, 51.509533], [-0.080625, 51.50952], [-0.080691, 51.509443], [-0.080704, 51.509378], [-0.080666, 51.509354], [-0.080551, 51.509333], [-0.0805, 51.509354], [-0.080422, 51.509452], [-0.080365, 51.509405], [-0.080424, 51.509348], [-0.080473, 51.509352], [-0.080517, 51.509333], [-0.080514, 51.509281], [-0.080567, 51.509222], [-0.080628, 51.509229], [-0.080718, 51.509206], [-0.080858, 51.509295], [-0.08139, 51.50943], [-0.081114, 51.509709], [-0.081137, 51.50975], [-0.08128, 51.509799], [-0.081344, 51.509784], [-0.081426, 51.509698], [-0.081508, 51.509665], [-0.081588, 51.509584], [-0.081795, 51.509442], [-0.082083, 51.509525], [-0.081957, 51.509672], [-0.081982, 51.509707], [-0.082064, 51.509732], [-0.081858, 51.509976], [-0.081861, 51.510014], [-0.082682, 51.510307], [-0.08273, 51.510341], [-0.082725, 51.510409], [-0.082864, 51.51051], [-0.082964, 51.510543], [-0.083279, 51.51058], [-0.083326, 51.510572], [-0.083376, 51.51059], [-0.083868, 51.510624], [-0.083929, 51.510604], [-0.083941, 51.510551], [-0.084013, 51.510546], [-0.084055, 51.51064], [-0.084283, 51.510677], [-0.084349, 51.510666], [-0.084383, 51.510616], [-0.084458, 51.510626], [-0.08446, 51.510673], [-0.084515, 51.510695], [-0.084794, 51.510713], [-0.085098, 51.510697], [-0.085429, 51.510708]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9131, &quot;postcode&quot;: &quot;EC3R 5AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081425, 51.509698], [-0.081341, 51.509799], [-0.081407, 51.50986], [-0.081084, 51.509731], [-0.0812, 51.509617], [-0.081425, 51.509698]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 285, &quot;postcode&quot;: &quot;EC3R 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080684, 51.509583], [-0.080632, 51.509635], [-0.080577, 51.509636], [-0.080539, 51.509661], [-0.080527, 51.509757], [-0.080575, 51.509779], [-0.080651, 51.509771], [-0.080654, 51.509799], [-0.080556, 51.509784], [-0.080503, 51.509805], [-0.080435, 51.510025], [-0.07994, 51.50998], [-0.079885, 51.510004], [-0.079861, 51.510082], [-0.079706, 51.510068], [-0.079644, 51.510106], [-0.079478, 51.510104], [-0.079349, 51.50992], [-0.079376, 51.509853], [-0.079428, 51.509824], [-0.079452, 51.509737], [-0.079594, 51.509534], [-0.079659, 51.509522], [-0.079693, 51.509488], [-0.080155, 51.509392], [-0.080684, 51.509583]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4746, &quot;postcode&quot;: &quot;EC3R 5AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081426, 51.509169], [-0.081392, 51.509241], [-0.081413, 51.509277], [-0.081316, 51.509392], [-0.081284, 51.509404], [-0.080846, 51.509292], [-0.080798, 51.509292], [-0.080758, 51.509314], [-0.080685, 51.509452], [-0.080594, 51.509546], [-0.080155, 51.509392], [-0.080533, 51.509313], [-0.080629, 51.509333], [-0.080708, 51.509279], [-0.080751, 51.50928], [-0.080795, 51.509259], [-0.081254, 51.509163], [-0.081426, 51.509169]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1283, &quot;postcode&quot;: &quot;EC3R 5AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082383, 51.510426], [-0.082306, 51.510533], [-0.082238, 51.510588], [-0.082187, 51.510808], [-0.082137, 51.51084], [-0.081933, 51.510835], [-0.081602, 51.510802], [-0.0817, 51.510417], [-0.081804, 51.510248], [-0.08185, 51.510237], [-0.081906, 51.510247], [-0.082383, 51.510426]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2408, &quot;postcode&quot;: &quot;EC3R 5AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079528, 51.509547], [-0.079344, 51.509775], [-0.079303, 51.509858], [-0.079132, 51.510031], [-0.078797, 51.509898], [-0.078841, 51.50989], [-0.07887, 51.509866], [-0.078875, 51.509736], [-0.078844, 51.509703], [-0.078782, 51.509695], [-0.078741, 51.509603], [-0.078882, 51.509552], [-0.079031, 51.509522], [-0.079084, 51.509498], [-0.079197, 51.5095], [-0.079254, 51.509487], [-0.079478, 51.50953], [-0.079545, 51.509519], [-0.079634, 51.509527], [-0.079682, 51.509502], [-0.079707, 51.509538], [-0.079578, 51.509532], [-0.079528, 51.509547]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1927, &quot;postcode&quot;: &quot;EC3R 5BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079633, 51.509207], [-0.079744, 51.509307], [-0.079858, 51.509277], [-0.080155, 51.509392], [-0.079484, 51.509531], [-0.079254, 51.509487], [-0.07921, 51.509499], [-0.079193, 51.509479], [-0.079224, 51.509483], [-0.07917, 51.509476], [-0.079161, 51.5095], [-0.078841, 51.509459], [-0.078887, 51.50935], [-0.079102, 51.509039], [-0.079212, 51.509048], [-0.079633, 51.509207]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2668, &quot;postcode&quot;: &quot;EC3R 5BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079011, 51.50854], [-0.078981, 51.508592], [-0.07898, 51.508593], [-0.078981, 51.508591], [-0.079011, 51.50854]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3R 5BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081257, 51.508946], [-0.081139, 51.509133], [-0.081173, 51.50918], [-0.080794, 51.509259], [-0.080725, 51.509221], [-0.080671, 51.509218], [-0.080561, 51.509249], [-0.080533, 51.509313], [-0.080155, 51.509392], [-0.078986, 51.508972], [-0.078804, 51.508868], [-0.079017, 51.50853], [-0.079052, 51.50851], [-0.079152, 51.508368], [-0.079209, 51.508345], [-0.079213, 51.508306], [-0.079307, 51.508306], [-0.079586, 51.50837], [-0.079606, 51.508395], [-0.079579, 51.508441], [-0.079619, 51.508471], [-0.080838, 51.50877], [-0.080942, 51.508811], [-0.081031, 51.50888], [-0.081257, 51.508946]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11113, &quot;postcode&quot;: &quot;EC3R 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079744, 51.509307], [-0.079633, 51.509207], [-0.079829, 51.509281], [-0.079744, 51.509307]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 44, &quot;postcode&quot;: &quot;EC3R 5BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083586, 51.509776], [-0.083567, 51.509808], [-0.08298, 51.509706], [-0.082912, 51.509722], [-0.082826, 51.510122], [-0.082743, 51.51033], [-0.082756, 51.510425], [-0.08272, 51.510443], [-0.082694, 51.510419], [-0.082721, 51.510347], [-0.082691, 51.510311], [-0.082743, 51.510169], [-0.082723, 51.510141], [-0.082683, 51.510128], [-0.082668, 51.510069], [-0.082615, 51.510046], [-0.082499, 51.510049], [-0.082465, 51.510015], [-0.082495, 51.509931], [-0.082464, 51.509893], [-0.082108, 51.509826], [-0.08218, 51.509764], [-0.082279, 51.509613], [-0.082424, 51.509492], [-0.082677, 51.509527], [-0.082744, 51.509569], [-0.082743, 51.509612], [-0.082782, 51.509637], [-0.083586, 51.509776]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2619, &quot;postcode&quot;: &quot;EC3R 5DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085846, 51.509373], [-0.085822, 51.509451], [-0.085742, 51.509461], [-0.085677, 51.509549], [-0.08572, 51.509468], [-0.085667, 51.509426], [-0.085195, 51.509383], [-0.08502, 51.509476], [-0.084901, 51.509472], [-0.084563, 51.509337], [-0.084368, 51.509319], [-0.084364, 51.509264], [-0.08439, 51.509222], [-0.084346, 51.509185], [-0.08454, 51.508959], [-0.084525, 51.508926], [-0.08445, 51.508885], [-0.084494, 51.508696], [-0.084779, 51.508698], [-0.084828, 51.50872], [-0.085306, 51.508756], [-0.085233, 51.50929], [-0.085284, 51.509313], [-0.085612, 51.509332], [-0.085846, 51.509373]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4720, &quot;postcode&quot;: &quot;EC3R 6AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080332, 51.508072], [-0.080024, 51.508476], [-0.079093, 51.508255], [-0.079443, 51.50781], [-0.080332, 51.508072]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3596, &quot;postcode&quot;: &quot;EC3R 6AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079307, 51.508306], [-0.07921, 51.508305], [-0.079094, 51.508255], [-0.079139, 51.508264], [-0.079307, 51.508306]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC3R 6AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086421, 51.509524], [-0.08636, 51.509638], [-0.086323, 51.509659], [-0.086321, 51.509664], [-0.086295, 51.509708], [-0.086264, 51.509759], [-0.086273, 51.509721], [-0.086227, 51.509665], [-0.086086, 51.509638], [-0.086134, 51.509514], [-0.086421, 51.509524]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 322, &quot;postcode&quot;: &quot;EC3R 6AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080521, 51.508123], [-0.080515, 51.508132], [-0.081316, 51.508347], [-0.081308, 51.508406], [-0.081048, 51.508748], [-0.080025, 51.508476], [-0.080331, 51.508071], [-0.080521, 51.508123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3683, &quot;postcode&quot;: &quot;EC3R 6AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079964, 51.508461], [-0.07995, 51.508471], [-0.079607, 51.508395], [-0.079586, 51.50837], [-0.079964, 51.508461]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 49, &quot;postcode&quot;: &quot;EC3R 6AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08142, 51.508185], [-0.081377, 51.508329], [-0.081584, 51.508351], [-0.081574, 51.508378], [-0.08137, 51.508356], [-0.081315, 51.508362], [-0.081316, 51.508347], [-0.08123, 51.508323], [-0.081219, 51.508306], [-0.081317, 51.508331], [-0.081318, 51.508321], [-0.081359, 51.508326], [-0.08142, 51.508185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 79, &quot;postcode&quot;: &quot;EC3R 6AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08594, 51.510275], [-0.085776, 51.510562], [-0.08574, 51.510541], [-0.085637, 51.51052], [-0.085569, 51.510533], [-0.085554, 51.510454], [-0.085517, 51.510426], [-0.0856, 51.510161], [-0.085923, 51.510257], [-0.08594, 51.510275]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 815, &quot;postcode&quot;: &quot;EC3R 6BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086261, 51.510068], [-0.086281, 51.510118], [-0.086376, 51.510144], [-0.086307, 51.510155], [-0.086254, 51.510146], [-0.086261, 51.510068]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC3R 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084494, 51.509199], [-0.084482, 51.50927], [-0.084408, 51.509273], [-0.084334, 51.509323], [-0.083947, 51.509269], [-0.083884, 51.509283], [-0.08358, 51.509772], [-0.083546, 51.509768], [-0.083636, 51.509622], [-0.083622, 51.509583], [-0.08352, 51.509553], [-0.083472, 51.509558], [-0.083439, 51.509583], [-0.083152, 51.509535], [-0.083167, 51.509458], [-0.083146, 51.50943], [-0.082973, 51.509407], [-0.082937, 51.509324], [-0.082878, 51.509296], [-0.082861, 51.509249], [-0.082782, 51.509216], [-0.082663, 51.50921], [-0.082761, 51.509115], [-0.082732, 51.509064], [-0.081738, 51.508931], [-0.081452, 51.508867], [-0.081298, 51.508848], [-0.082753, 51.509007], [-0.082804, 51.509029], [-0.083371, 51.509096], [-0.083602, 51.509112], [-0.083597, 51.50915], [-0.083561, 51.50918], [-0.083568, 51.50921], [-0.083604, 51.509231], [-0.083708, 51.509245], [-0.084238, 51.509263], [-0.084289, 51.509247], [-0.084343, 51.509188], [-0.084494, 51.509199]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3785, &quot;postcode&quot;: &quot;EC3R 6DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087098, 51.509298], [-0.087026, 51.509391], [-0.086992, 51.509484], [-0.086926, 51.509515], [-0.086668, 51.509477], [-0.086484, 51.509524], [-0.086192, 51.509515], [-0.086146, 51.509525], [-0.08612, 51.50955], [-0.086108, 51.509622], [-0.086147, 51.509645], [-0.086232, 51.509655], [-0.08625, 51.509689], [-0.086294, 51.509708], [-0.086218, 51.509835], [-0.086126, 51.509812], [-0.086051, 51.509838], [-0.085937, 51.509819], [-0.085891, 51.509845], [-0.085884, 51.509898], [-0.085838, 51.509959], [-0.085776, 51.509944], [-0.085708, 51.509955], [-0.085668, 51.509944], [-0.085846, 51.509373], [-0.085924, 51.509384], [-0.085975, 51.509369], [-0.086043, 51.509212], [-0.086154, 51.509211], [-0.086197, 51.50914], [-0.0864, 51.509172], [-0.086464, 51.509157], [-0.086563, 51.508908], [-0.086554, 51.508875], [-0.086515, 51.508856], [-0.086029, 51.508789], [-0.086046, 51.508734], [-0.087082, 51.508977], [-0.087095, 51.509018], [-0.087032, 51.509199], [-0.087098, 51.509298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5314, &quot;postcode&quot;: &quot;EC3R 6DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082509, 51.509205], [-0.081897, 51.509185], [-0.081852, 51.509193], [-0.081823, 51.509222], [-0.081834, 51.509261], [-0.081937, 51.509355], [-0.081592, 51.509581], [-0.081489, 51.509687], [-0.08144, 51.509702], [-0.0812, 51.509617], [-0.081352, 51.509464], [-0.081341, 51.509426], [-0.081284, 51.509404], [-0.081387, 51.509308], [-0.081399, 51.509199], [-0.081341, 51.509166], [-0.081254, 51.509164], [-0.081174, 51.50918], [-0.081117, 51.509165], [-0.081235, 51.508961], [-0.081201, 51.50893], [-0.081041, 51.508884], [-0.081072, 51.508867], [-0.081211, 51.508903], [-0.08126, 51.508902], [-0.081401, 51.508952], [-0.08174, 51.509025], [-0.082108, 51.509062], [-0.082509, 51.509205]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3178, &quot;postcode&quot;: &quot;EC3R 6DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080025, 51.508476], [-0.081305, 51.508821], [-0.081296, 51.508848], [-0.081452, 51.508867], [-0.081736, 51.508931], [-0.082761, 51.509064], [-0.083598, 51.50915], [-0.083602, 51.509112], [-0.083631, 51.509132], [-0.083971, 51.509159], [-0.083987, 51.509192], [-0.084316, 51.509219], [-0.084276, 51.509264], [-0.083714, 51.509245], [-0.083373, 51.509203], [-0.083368, 51.509219], [-0.083342, 51.509216], [-0.083349, 51.509197], [-0.081746, 51.509026], [-0.081044, 51.508859], [-0.081027, 51.508877], [-0.080942, 51.508811], [-0.080616, 51.508706], [-0.079195, 51.508369], [-0.079042, 51.508343], [-0.079086, 51.508272], [-0.080016, 51.508486], [-0.080025, 51.508476]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3328, &quot;postcode&quot;: &quot;EC3R 6DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084914, 51.508546], [-0.084773, 51.508705], [-0.084553, 51.508698], [-0.084494, 51.50872], [-0.084405, 51.509118], [-0.084316, 51.509219], [-0.083989, 51.509192], [-0.083926, 51.509156], [-0.083631, 51.509132], [-0.083542, 51.509105], [-0.083649, 51.508637], [-0.08361, 51.508594], [-0.081618, 51.508351], [-0.081317, 51.508331], [-0.080751, 51.50819], [-0.080369, 51.508077], [-0.084914, 51.508546]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8746, &quot;postcode&quot;: &quot;EC3R 6DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08366, 51.508598], [-0.083541, 51.509105], [-0.083406, 51.5091], [-0.082753, 51.509023], [-0.082709, 51.509002], [-0.082447, 51.508971], [-0.081296, 51.508848], [-0.081298, 51.508813], [-0.081261, 51.508786], [-0.081141, 51.508774], [-0.080681, 51.508648], [-0.080993, 51.508729], [-0.081047, 51.508725], [-0.081305, 51.508409], [-0.081311, 51.508354], [-0.081523, 51.508371], [-0.081586, 51.508347], [-0.08366, 51.508598]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9688, &quot;postcode&quot;: &quot;EC3R 6EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086575, 51.508864], [-0.086464, 51.509182], [-0.086262, 51.509151], [-0.086207, 51.509159], [-0.086164, 51.509229], [-0.086085, 51.509221], [-0.086035, 51.509243], [-0.085975, 51.509395], [-0.085612, 51.509332], [-0.085182, 51.509303], [-0.085225, 51.509264], [-0.085294, 51.508776], [-0.085245, 51.50875], [-0.084794, 51.508718], [-0.084779, 51.508698], [-0.084916, 51.508546], [-0.085492, 51.508605], [-0.086045, 51.508734], [-0.086046, 51.508772], [-0.086089, 51.508798], [-0.086575, 51.508864]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6083, &quot;postcode&quot;: &quot;EC3R 6HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0816, 51.511528], [-0.081537, 51.511658], [-0.081483, 51.511683], [-0.08146, 51.511542], [-0.081398, 51.51151], [-0.08134, 51.511523], [-0.081187, 51.511639], [-0.080655, 51.511622], [-0.080625, 51.511471], [-0.080582, 51.511443], [-0.08051, 51.511441], [-0.08051, 51.511375], [-0.081038, 51.511345], [-0.08108, 51.511333], [-0.081385, 51.511326], [-0.08143, 51.511311], [-0.081528, 51.511341], [-0.081585, 51.511336], [-0.081574, 51.511437], [-0.0816, 51.511528]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2010, &quot;postcode&quot;: &quot;EC3R 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080269, 51.511122], [-0.080214, 51.51109], [-0.080244, 51.510973], [-0.080329, 51.510916], [-0.080269, 51.511122]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 87, &quot;postcode&quot;: &quot;EC3R 7AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081808, 51.510246], [-0.081778, 51.51027], [-0.081748, 51.510346], [-0.081645, 51.510322], [-0.081583, 51.510336], [-0.081615, 51.510221], [-0.081611, 51.510156], [-0.081581, 51.510127], [-0.081657, 51.510152], [-0.081657, 51.510185], [-0.08169, 51.510208], [-0.081738, 51.510213], [-0.081788, 51.510197], [-0.081808, 51.510246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 200, &quot;postcode&quot;: &quot;EC3R 7AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080508, 51.510199], [-0.080542, 51.510081], [-0.080596, 51.510023], [-0.080534, 51.510254], [-0.080508, 51.510199]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 53, &quot;postcode&quot;: &quot;EC3R 7AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081748, 51.510346], [-0.081678, 51.510507], [-0.081647, 51.510521], [-0.081663, 51.510434], [-0.081626, 51.510402], [-0.081565, 51.510399], [-0.081583, 51.510336], [-0.081646, 51.510358], [-0.081748, 51.510346]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 100, &quot;postcode&quot;: &quot;EC3R 7BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081501, 51.5114], [-0.081453, 51.511064], [-0.081411, 51.511072], [-0.081421, 51.510876], [-0.081433, 51.510838], [-0.081464, 51.510825], [-0.081451, 51.510957], [-0.081474, 51.510723], [-0.081476, 51.510701], [-0.081565, 51.5104], [-0.081701, 51.510069], [-0.081799, 51.510103], [-0.081781, 51.510197], [-0.08167, 51.510414], [-0.081578, 51.510832], [-0.081592, 51.510839], [-0.081559, 51.511141], [-0.081585, 51.511336], [-0.081501, 51.5114]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1211, &quot;postcode&quot;: &quot;EC3R 7BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079805, 51.512004], [-0.079733, 51.511983], [-0.079714, 51.511878], [-0.079646, 51.511823], [-0.07968, 51.511801], [-0.079692, 51.51176], [-0.079754, 51.511833], [-0.079724, 51.511854], [-0.079721, 51.511884], [-0.079805, 51.512004]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 69, &quot;postcode&quot;: &quot;EC3R 7JP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079477, 51.511519], [-0.079303, 51.511536], [-0.079303, 51.511517], [-0.079169, 51.511517], [-0.079003, 51.511485], [-0.078957, 51.511181], [-0.079493, 51.511075], [-0.07949, 51.511328], [-0.079509, 51.511327], [-0.079474, 51.511341], [-0.079475, 51.511442], [-0.079491, 51.511442], [-0.079477, 51.511519]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1511, &quot;postcode&quot;: &quot;EC3R 7LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079491, 51.511574], [-0.079383, 51.511558], [-0.07938, 51.51153], [-0.079476, 51.511519], [-0.079491, 51.511574]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 32, &quot;postcode&quot;: &quot;EC3R 7LQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080423, 51.511976], [-0.08035, 51.512004], [-0.080292, 51.511925], [-0.080232, 51.511909], [-0.080062, 51.511665], [-0.080087, 51.511634], [-0.080075, 51.511603], [-0.0802, 51.511607], [-0.08028, 51.511727], [-0.080317, 51.511747], [-0.080311, 51.511775], [-0.080353, 51.511838], [-0.080338, 51.51188], [-0.080423, 51.511976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 410, &quot;postcode&quot;: &quot;EC3R 7LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.079509, 51.511327], [-0.079491, 51.511345], [-0.079474, 51.511345], [-0.079509, 51.511327]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC3R 7NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080136, 51.510927], [-0.080083, 51.511105], [-0.080061, 51.511082], [-0.080016, 51.51107], [-0.079796, 51.511076], [-0.079745, 51.511097], [-0.079739, 51.51131], [-0.079665, 51.511338], [-0.079658, 51.511438], [-0.079475, 51.511438], [-0.07949, 51.511132], [-0.079468, 51.511104], [-0.079416, 51.511092], [-0.078135, 51.511329], [-0.077844, 51.511424], [-0.077646, 51.511519], [-0.077538, 51.511609], [-0.077471, 51.511696], [-0.07694, 51.512137], [-0.076934, 51.512175], [-0.077011, 51.512258], [-0.076963, 51.512276], [-0.076912, 51.512228], [-0.076852, 51.51222], [-0.076811, 51.512237], [-0.076746, 51.512303], [-0.076717, 51.51237], [-0.076715, 51.512909], [-0.076784, 51.513235], [-0.076738, 51.513253], [-0.076699, 51.513308], [-0.076628, 51.513314], [-0.076529, 51.512667], [-0.07659, 51.512332], [-0.076724, 51.51217], [-0.076931, 51.511993], [-0.077295, 51.511626], [-0.077299, 51.511562], [-0.077262, 51.51148], [-0.077404, 51.511414], [-0.07798, 51.51127], [-0.078024, 51.511271], [-0.078117, 51.511239], [-0.079179, 51.511044], [-0.079208, 51.511018], [-0.079208, 51.51098], [-0.079302, 51.510963], [-0.079335, 51.510936], [-0.079327, 51.510676], [-0.079623, 51.510674], [-0.079708, 51.510935], [-0.079742, 51.510962], [-0.07979, 51.510966], [-0.07989, 51.510947], [-0.079911, 51.510919], [-0.079905, 51.510858], [-0.07998, 51.510853], [-0.079991, 51.51091], [-0.080028, 51.510937], [-0.080094, 51.510941], [-0.080136, 51.510927]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6392, &quot;postcode&quot;: &quot;EC3R 7NB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080658, 51.509654], [-0.080453, 51.510405], [-0.080352, 51.510692], [-0.080381, 51.510734], [-0.080329, 51.510915], [-0.080271, 51.510935], [-0.080247, 51.510962], [-0.080157, 51.511343], [-0.080167, 51.511606], [-0.080113, 51.511646], [-0.08035, 51.512004], [-0.080314, 51.512063], [-0.080176, 51.511809], [-0.080012, 51.511614], [-0.080039, 51.511334], [-0.080151, 51.510859], [-0.080103, 51.510828], [-0.079946, 51.510822], [-0.079904, 51.510859], [-0.079917, 51.510951], [-0.07972, 51.510975], [-0.079624, 51.510674], [-0.079972, 51.510685], [-0.080154, 51.510709], [-0.080218, 51.510688], [-0.080314, 51.510471], [-0.080402, 51.510138], [-0.080436, 51.510105], [-0.080477, 51.509957], [-0.080464, 51.509926], [-0.080553, 51.509607], [-0.080658, 51.509654]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2971, &quot;postcode&quot;: &quot;EC3R 7ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080511, 51.510347], [-0.080465, 51.510528], [-0.080415, 51.51055], [-0.080353, 51.510658], [-0.080352, 51.510718], [-0.08028, 51.510697], [-0.080212, 51.510719], [-0.079978, 51.510685], [-0.079778, 51.510677], [-0.079799, 51.510615], [-0.079788, 51.510386], [-0.079745, 51.510358], [-0.079571, 51.510339], [-0.079647, 51.510061], [-0.080402, 51.510136], [-0.080351, 51.510327], [-0.080398, 51.510357], [-0.080511, 51.510347]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3245, &quot;postcode&quot;: &quot;EC3R 7NE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08027, 51.510664], [-0.08023, 51.510666], [-0.080265, 51.510565], [-0.080256, 51.510637], [-0.08027, 51.510664]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14, &quot;postcode&quot;: &quot;EC3R 7NL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080269, 51.511122], [-0.0802, 51.511363], [-0.080114, 51.511324], [-0.080039, 51.511351], [-0.080013, 51.511547], [-0.079947, 51.511512], [-0.079682, 51.51152], [-0.079653, 51.511544], [-0.079658, 51.511584], [-0.079631, 51.511616], [-0.079668, 51.511723], [-0.079579, 51.511746], [-0.079478, 51.511549], [-0.079475, 51.511439], [-0.079601, 51.511437], [-0.079653, 51.51141], [-0.07966, 51.51131], [-0.079711, 51.511299], [-0.079736, 51.511272], [-0.079734, 51.511078], [-0.08009, 51.511068], [-0.080088, 51.51111], [-0.080128, 51.511139], [-0.080189, 51.511138], [-0.080235, 51.511107], [-0.080269, 51.511122]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1819, &quot;postcode&quot;: &quot;EC3R 7NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081621, 51.510199], [-0.081477, 51.510698], [-0.081464, 51.510825], [-0.081429, 51.510852], [-0.081408, 51.510945], [-0.081431, 51.511325], [-0.081117, 51.511332], [-0.080571, 51.511373], [-0.080519, 51.511395], [-0.08051, 51.511441], [-0.080187, 51.511445], [-0.080118, 51.511387], [-0.08007, 51.511384], [-0.080027, 51.511403], [-0.080057, 51.511239], [-0.08005, 51.511307], [-0.080079, 51.511336], [-0.080146, 51.511342], [-0.080216, 51.511306], [-0.080251, 51.511174], [-0.080181, 51.511119], [-0.080289, 51.511053], [-0.080372, 51.510766], [-0.080349, 51.510728], [-0.080422, 51.510523], [-0.080476, 51.510487], [-0.080637, 51.509864], [-0.080755, 51.509828], [-0.08087, 51.509854], [-0.081584, 51.510121], [-0.081621, 51.510199]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12151, &quot;postcode&quot;: &quot;EC3R 7PP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080621, 51.509925], [-0.080596, 51.510023], [-0.080542, 51.510081], [-0.080422, 51.51007], [-0.080462, 51.50993], [-0.080538, 51.50994], [-0.080621, 51.509925]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 166, &quot;postcode&quot;: &quot;EC3R 7QH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080681, 51.50985], [-0.080637, 51.509875], [-0.080621, 51.509925], [-0.080573, 51.509921], [-0.080605, 51.509847], [-0.080591, 51.509817], [-0.080618, 51.5098], [-0.080654, 51.509799], [-0.080681, 51.50985]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 50, &quot;postcode&quot;: &quot;EC3R 7QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.080534, 51.510254], [-0.080511, 51.510347], [-0.080407, 51.510325], [-0.080336, 51.510348], [-0.080389, 51.51018], [-0.080375, 51.510147], [-0.080328, 51.510129], [-0.079861, 51.510082], [-0.079891, 51.509973], [-0.080435, 51.510026], [-0.080425, 51.510167], [-0.080459, 51.510194], [-0.080508, 51.510199], [-0.080534, 51.510254]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 686, &quot;postcode&quot;: &quot;EC3R 7QR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085582, 51.510508], [-0.085562, 51.510546], [-0.085482, 51.510539], [-0.085517, 51.510426], [-0.085566, 51.510429], [-0.085556, 51.510478], [-0.085582, 51.510508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 58, &quot;postcode&quot;: &quot;EC3R 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083196, 51.509381], [-0.083154, 51.509526], [-0.082806, 51.509519], [-0.082759, 51.509537], [-0.082744, 51.509569], [-0.082669, 51.509527], [-0.082424, 51.509492], [-0.08237, 51.509465], [-0.082311, 51.509475], [-0.082259, 51.509522], [-0.081869, 51.509403], [-0.081922, 51.509346], [-0.082058, 51.509413], [-0.082217, 51.509455], [-0.082267, 51.509454], [-0.082591, 51.509269], [-0.082609, 51.509236], [-0.082589, 51.509208], [-0.082814, 51.509215], [-0.082857, 51.509244], [-0.082959, 51.509251], [-0.082948, 51.509329], [-0.082999, 51.509375], [-0.083044, 51.509387], [-0.083106, 51.509368], [-0.083196, 51.509381]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1598, &quot;postcode&quot;: &quot;EC3R 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084076, 51.510259], [-0.084074, 51.510236], [-0.084195, 51.510252], [-0.084179, 51.510283], [-0.084257, 51.510298], [-0.084224, 51.510384], [-0.084147, 51.510379], [-0.084144, 51.510366], [-0.08401, 51.510366], [-0.083989, 51.510293], [-0.084049, 51.510288], [-0.084046, 51.510259], [-0.084076, 51.510259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 200, &quot;postcode&quot;: &quot;EC3R 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085605, 51.510431], [-0.085406, 51.51042], [-0.085389, 51.51019], [-0.085444, 51.510041], [-0.085478, 51.510033], [-0.085597, 51.510086], [-0.085578, 51.510128], [-0.0856, 51.510161], [-0.085531, 51.510386], [-0.085552, 51.510418], [-0.085605, 51.510431]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 478, &quot;postcode&quot;: &quot;EC3R 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086094, 51.510063], [-0.08594, 51.510275], [-0.0859, 51.51025], [-0.085559, 51.510149], [-0.085593, 51.51013], [-0.085598, 51.510092], [-0.085629, 51.510066], [-0.085664, 51.509956], [-0.086001, 51.51005], [-0.086094, 51.510063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 704, &quot;postcode&quot;: &quot;EC3R 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086218, 51.509835], [-0.086094, 51.510063], [-0.086013, 51.510053], [-0.085717, 51.509971], [-0.085652, 51.509999], [-0.0856, 51.510161], [-0.085552, 51.510147], [-0.085585, 51.510099], [-0.085561, 51.510064], [-0.085495, 51.510048], [-0.085437, 51.51007], [-0.085357, 51.510227], [-0.085374, 51.510706], [-0.085321, 51.510709], [-0.085296, 51.510384], [-0.085265, 51.510317], [-0.085321, 51.510067], [-0.085298, 51.510035], [-0.085241, 51.51002], [-0.085294, 51.509976], [-0.08534, 51.509974], [-0.085375, 51.509954], [-0.08542, 51.509862], [-0.085461, 51.50984], [-0.085643, 51.509586], [-0.085774, 51.509602], [-0.085686, 51.509885], [-0.085718, 51.509927], [-0.085792, 51.50994], [-0.085841, 51.509926], [-0.08591, 51.509799], [-0.08601, 51.509823], [-0.086077, 51.509796], [-0.086218, 51.509835]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1883, &quot;postcode&quot;: &quot;EC3R 8AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086955, 51.509813], [-0.086902, 51.509959], [-0.086848, 51.509985], [-0.086753, 51.510199], [-0.086657, 51.510212], [-0.08662, 51.510232], [-0.086307, 51.510155], [-0.08625, 51.51009], [-0.086508, 51.509606], [-0.08648, 51.509525], [-0.086645, 51.50968], [-0.086925, 51.509739], [-0.08692, 51.509784], [-0.086955, 51.509813]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2151, &quot;postcode&quot;: &quot;EC3R 8BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085029, 51.510063], [-0.084916, 51.5101], [-0.084783, 51.510091], [-0.084723, 51.510078], [-0.084675, 51.510041], [-0.084309, 51.509978], [-0.084326, 51.509937], [-0.084363, 51.509912], [-0.08441, 51.509804], [-0.084479, 51.509783], [-0.084529, 51.509692], [-0.084653, 51.509699], [-0.084728, 51.509722], [-0.084793, 51.50971], [-0.084852, 51.509671], [-0.084856, 51.509625], [-0.084766, 51.509571], [-0.084904, 51.509643], [-0.084862, 51.509693], [-0.084858, 51.509771], [-0.084947, 51.509827], [-0.084926, 51.509909], [-0.085029, 51.510063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1436, &quot;postcode&quot;: &quot;EC3R 8BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084541, 51.509332], [-0.084474, 51.50944], [-0.084355, 51.509427], [-0.084303, 51.509446], [-0.084277, 51.509509], [-0.084317, 51.50956], [-0.084256, 51.509591], [-0.084237, 51.509622], [-0.084022, 51.509591], [-0.084055, 51.509438], [-0.084026, 51.509401], [-0.083931, 51.509392], [-0.083867, 51.509446], [-0.083919, 51.509356], [-0.083878, 51.509277], [-0.083888, 51.509252], [-0.084206, 51.509306], [-0.084369, 51.509282], [-0.084413, 51.509322], [-0.084541, 51.509332]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 948, &quot;postcode&quot;: &quot;EC3R 8BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084783, 51.510092], [-0.0847, 51.510133], [-0.084644, 51.510126], [-0.084597, 51.510147], [-0.084238, 51.510079], [-0.084292, 51.510015], [-0.084357, 51.510022], [-0.084406, 51.509996], [-0.084654, 51.510039], [-0.084686, 51.510071], [-0.084783, 51.510092]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 350, &quot;postcode&quot;: &quot;EC3R 8DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085277, 51.510266], [-0.085273, 51.510353], [-0.084931, 51.510335], [-0.084679, 51.510305], [-0.084624, 51.510317], [-0.084597, 51.510296], [-0.084819, 51.510219], [-0.084916, 51.5101], [-0.085029, 51.510063], [-0.085115, 51.510077], [-0.085277, 51.510266]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 835, &quot;postcode&quot;: &quot;EC3R 8DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084625, 51.510298], [-0.084596, 51.510382], [-0.0845, 51.510383], [-0.084456, 51.510439], [-0.08448, 51.510377], [-0.084468, 51.510348], [-0.084303, 51.510307], [-0.08434, 51.510227], [-0.084415, 51.510239], [-0.084467, 51.510225], [-0.084547, 51.510241], [-0.084562, 51.510272], [-0.084625, 51.510298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 245, &quot;postcode&quot;: &quot;EC3R 8DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084154, 51.510089], [-0.084229, 51.510092], [-0.084238, 51.510079], [-0.084597, 51.510147], [-0.084767, 51.50982], [-0.084848, 51.509616], [-0.084904, 51.509643], [-0.08465, 51.510248], [-0.0847, 51.510133], [-0.084783, 51.510092], [-0.084916, 51.5101], [-0.084831, 51.510214], [-0.084703, 51.510267], [-0.084896, 51.510295], [-0.084889, 51.510311], [-0.084632, 51.510276], [-0.084597, 51.510296], [-0.084639, 51.5103], [-0.084615, 51.510313], [-0.084494, 51.510601], [-0.08454, 51.51063], [-0.084383, 51.510616], [-0.084547, 51.510241], [-0.084467, 51.510225], [-0.084454, 51.51025], [-0.08434, 51.510227], [-0.084303, 51.510307], [-0.084179, 51.510283], [-0.084195, 51.510252], [-0.084022, 51.510228], [-0.08403, 51.510211], [-0.08396, 51.510214], [-0.084045, 51.510096], [-0.084141, 51.510117], [-0.084154, 51.510089]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1578, &quot;postcode&quot;: &quot;EC3R 8DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084154, 51.510089], [-0.084118, 51.510157], [-0.084065, 51.510197], [-0.084076, 51.510259], [-0.084049, 51.510288], [-0.083983, 51.510293], [-0.08396, 51.510214], [-0.084009, 51.510209], [-0.084043, 51.510188], [-0.084073, 51.510136], [-0.084045, 51.510096], [-0.084056, 51.510083], [-0.08409, 51.510072], [-0.084154, 51.510089]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 121, &quot;postcode&quot;: &quot;EC3R 8DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082776, 51.510254], [-0.082826, 51.510123], [-0.08324, 51.510182], [-0.083208, 51.510266], [-0.08325, 51.510274], [-0.083236, 51.510302], [-0.08316, 51.510286], [-0.083143, 51.510324], [-0.082776, 51.510254]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 469, &quot;postcode&quot;: &quot;EC3R 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084468, 51.509814], [-0.084408, 51.509833], [-0.084366, 51.509909], [-0.084364, 51.509965], [-0.084405, 51.509996], [-0.084381, 51.510036], [-0.084291, 51.510032], [-0.084229, 51.510092], [-0.08409, 51.510072], [-0.084083, 51.510049], [-0.084193, 51.509904], [-0.08426, 51.509763], [-0.084393, 51.509778], [-0.084418, 51.509802], [-0.084468, 51.509814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 472, &quot;postcode&quot;: &quot;EC3R 8DW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082826, 51.510123], [-0.082904, 51.509693], [-0.083502, 51.5098], [-0.0833, 51.510282], [-0.083208, 51.510266], [-0.08324, 51.510182], [-0.082826, 51.510123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1921, &quot;postcode&quot;: &quot;EC3R 8DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084875, 51.509491], [-0.084673, 51.509476], [-0.08465, 51.509511], [-0.084848, 51.509616], [-0.084797, 51.509743], [-0.084753, 51.509718], [-0.084724, 51.509736], [-0.084653, 51.509699], [-0.084637, 51.509708], [-0.084538, 51.509689], [-0.084468, 51.509814], [-0.084385, 51.5098], [-0.084393, 51.509778], [-0.084248, 51.50976], [-0.084341, 51.509424], [-0.084474, 51.50944], [-0.084554, 51.509333], [-0.084901, 51.509472], [-0.084875, 51.509491]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1299, &quot;postcode&quot;: &quot;EC3R 8DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08424, 51.509614], [-0.084308, 51.50942], [-0.084341, 51.509424], [-0.084233, 51.509838], [-0.084083, 51.510049], [-0.08409, 51.510072], [-0.084056, 51.510082], [-0.083958, 51.510204], [-0.08401, 51.510366], [-0.084013, 51.510546], [-0.083941, 51.510551], [-0.083944, 51.510386], [-0.083907, 51.510228], [-0.083847, 51.510223], [-0.083819, 51.510307], [-0.083527, 51.510268], [-0.083568, 51.510167], [-0.083498, 51.510155], [-0.083569, 51.509981], [-0.083714, 51.510005], [-0.083736, 51.509959], [-0.083858, 51.510008], [-0.083932, 51.509918], [-0.083876, 51.509905], [-0.083916, 51.509818], [-0.083934, 51.509798], [-0.083981, 51.509792], [-0.084063, 51.5096], [-0.08424, 51.509614]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2089, &quot;postcode&quot;: &quot;EC3R 8EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084063, 51.5096], [-0.083981, 51.509792], [-0.083941, 51.509804], [-0.083906, 51.509839], [-0.083893, 51.509886], [-0.083932, 51.509918], [-0.083858, 51.510008], [-0.083777, 51.509983], [-0.083714, 51.510005], [-0.083602, 51.509992], [-0.083554, 51.510015], [-0.083304, 51.510626], [-0.083219, 51.510617], [-0.083196, 51.510567], [-0.083208, 51.510537], [-0.083262, 51.510508], [-0.083278, 51.51046], [-0.083253, 51.510427], [-0.083265, 51.5104], [-0.083314, 51.510375], [-0.08334, 51.510312], [-0.083318, 51.510238], [-0.0835, 51.509827], [-0.083495, 51.509782], [-0.083446, 51.509749], [-0.082819, 51.509643], [-0.082834, 51.509519], [-0.083154, 51.509526], [-0.08339, 51.509574], [-0.083436, 51.509565], [-0.083466, 51.509538], [-0.083635, 51.50958], [-0.083683, 51.509579], [-0.083722, 51.509554], [-0.083878, 51.509277], [-0.083948, 51.509378], [-0.084061, 51.509404], [-0.08403, 51.509564], [-0.084063, 51.5096]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3438, &quot;postcode&quot;: &quot;EC3R 8EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082758, 51.509229], [-0.082723, 51.509282], [-0.082555, 51.509287], [-0.08247, 51.509328], [-0.082344, 51.509412], [-0.082336, 51.50945], [-0.082293, 51.50949], [-0.082262, 51.509466], [-0.08198, 51.509381], [-0.081838, 51.509267], [-0.081817, 51.509209], [-0.08185, 51.509183], [-0.082586, 51.509208], [-0.082758, 51.509229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1187, &quot;postcode&quot;: &quot;EC3R 8HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082889, 51.509246], [-0.082819, 51.509643], [-0.082758, 51.509644], [-0.082733, 51.509618], [-0.08276, 51.50949], [-0.082735, 51.509454], [-0.082586, 51.509439], [-0.082491, 51.509458], [-0.082354, 51.509544], [-0.082206, 51.509713], [-0.082213, 51.509758], [-0.082282, 51.50978], [-0.082175, 51.509779], [-0.082132, 51.509795], [-0.081923, 51.510044], [-0.081829, 51.510011], [-0.082033, 51.509767], [-0.082017, 51.509723], [-0.081927, 51.509694], [-0.082055, 51.509541], [-0.082021, 51.509505], [-0.081796, 51.509441], [-0.081862, 51.509397], [-0.081917, 51.509383], [-0.081937, 51.509355], [-0.081981, 51.509382], [-0.081968, 51.509415], [-0.081995, 51.509445], [-0.082251, 51.509509], [-0.082446, 51.509369], [-0.082605, 51.509374], [-0.082703, 51.509361], [-0.08276, 51.509325], [-0.082793, 51.509233], [-0.082889, 51.509246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1516, &quot;postcode&quot;: &quot;EC3R 8HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085178, 51.50938], [-0.085743, 51.509439], [-0.085681, 51.509549], [-0.085767, 51.50941], [-0.085809, 51.509422], [-0.085797, 51.509446], [-0.085822, 51.509451], [-0.085774, 51.509602], [-0.085695, 51.509611], [-0.085708, 51.509593], [-0.085643, 51.509586], [-0.085453, 51.509852], [-0.08542, 51.509862], [-0.085446, 51.509855], [-0.085347, 51.510014], [-0.085294, 51.509976], [-0.085241, 51.51002], [-0.085115, 51.510077], [-0.085029, 51.510063], [-0.084922, 51.509905], [-0.084948, 51.509827], [-0.084886, 51.5098], [-0.084835, 51.509813], [-0.084904, 51.509643], [-0.084662, 51.509526], [-0.084657, 51.509487], [-0.084705, 51.509471], [-0.085028, 51.50951], [-0.08502, 51.509476], [-0.085178, 51.50938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3296, &quot;postcode&quot;: &quot;EC3R 8LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08384, 51.512482], [-0.084336, 51.512612], [-0.084496, 51.512641], [-0.084363, 51.512844], [-0.084201, 51.512807], [-0.08396, 51.51278], [-0.08384, 51.512482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 992, &quot;postcode&quot;: &quot;EC3V 0AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084423, 51.51255], [-0.084423, 51.51257], [-0.084413, 51.512568], [-0.084423, 51.51255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC3V 0AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084088, 51.513356], [-0.083962, 51.513438], [-0.083868, 51.513394], [-0.083842, 51.513363], [-0.083783, 51.513353], [-0.084088, 51.513356]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 92, &quot;postcode&quot;: &quot;EC3V 0AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08414, 51.512252], [-0.084159, 51.512188], [-0.084173, 51.51217], [-0.084207, 51.512178], [-0.084229, 51.512137], [-0.084429, 51.51219], [-0.0844, 51.51224], [-0.084568, 51.512277], [-0.0846, 51.512226], [-0.084644, 51.512233], [-0.084646, 51.512249], [-0.08466, 51.512236], [-0.084761, 51.512253], [-0.084775, 51.512231], [-0.084832, 51.512238], [-0.084622, 51.512486], [-0.084343, 51.512409], [-0.084321, 51.512441], [-0.084274, 51.512428], [-0.084232, 51.512488], [-0.084032, 51.51244], [-0.084121, 51.512337], [-0.084163, 51.512258], [-0.08414, 51.512252]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1181, &quot;postcode&quot;: &quot;EC3V 0AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08447, 51.51302], [-0.084629, 51.512822], [-0.085273, 51.512921], [-0.08523, 51.513011], [-0.085231, 51.513075], [-0.085004, 51.513081], [-0.08447, 51.51302]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1064, &quot;postcode&quot;: &quot;EC3V 0AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08464, 51.51246], [-0.084643, 51.512462], [-0.084623, 51.512485], [-0.08464, 51.51246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3V 0AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086255, 51.51229], [-0.086006, 51.512598], [-0.085961, 51.512616], [-0.085866, 51.512616], [-0.08582, 51.512643], [-0.085779, 51.512746], [-0.085788, 51.512803], [-0.085521, 51.512727], [-0.085451, 51.512738], [-0.085324, 51.512709], [-0.085228, 51.512647], [-0.084843, 51.512552], [-0.085251, 51.511996], [-0.08535, 51.512041], [-0.085832, 51.512123], [-0.086255, 51.51229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5010, &quot;postcode&quot;: &quot;EC3V 0BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085376, 51.512711], [-0.085339, 51.512751], [-0.085355, 51.512823], [-0.085316, 51.512912], [-0.085273, 51.512921], [-0.084629, 51.512822], [-0.084842, 51.512552], [-0.085274, 51.512657], [-0.085298, 51.512685], [-0.085376, 51.512711]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1322, &quot;postcode&quot;: &quot;EC3V 0BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085041, 51.510942], [-0.085108, 51.510998], [-0.084969, 51.511025], [-0.084974, 51.511034], [-0.084891, 51.511041], [-0.084884, 51.511065], [-0.084892, 51.511101], [-0.085023, 51.511121], [-0.085033, 51.511138], [-0.08489, 51.511111], [-0.084878, 51.511136], [-0.084721, 51.511107], [-0.084735, 51.511071], [-0.084583, 51.511101], [-0.084582, 51.511077], [-0.084636, 51.511086], [-0.084675, 51.511032], [-0.084746, 51.511045], [-0.084763, 51.511002], [-0.08484, 51.511011], [-0.084898, 51.510937], [-0.085041, 51.510942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 325, &quot;postcode&quot;: &quot;EC3V 0BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086372, 51.511314], [-0.0863, 51.511399], [-0.086301, 51.511434], [-0.08625, 51.511519], [-0.086182, 51.511545], [-0.086184, 51.511592], [-0.086044, 51.511814], [-0.085983, 51.511806], [-0.085935, 51.511826], [-0.085827, 51.512034], [-0.085358, 51.51194], [-0.085284, 51.511958], [-0.084456, 51.513037], [-0.08438, 51.513154], [-0.08429, 51.513372], [-0.084241, 51.513355], [-0.084145, 51.513358], [-0.084293, 51.513015], [-0.084327, 51.512984], [-0.084301, 51.512929], [-0.084317, 51.512891], [-0.084357, 51.512868], [-0.084544, 51.512576], [-0.084858, 51.512202], [-0.084858, 51.512171], [-0.084828, 51.512149], [-0.084861, 51.512095], [-0.084904, 51.512083], [-0.084926, 51.512056], [-0.084889, 51.512011], [-0.084901, 51.511955], [-0.084921, 51.511929], [-0.084982, 51.511946], [-0.085029, 51.511941], [-0.085084, 51.511894], [-0.085166, 51.511888], [-0.085206, 51.511848], [-0.085233, 51.511796], [-0.085212, 51.511759], [-0.085254, 51.511528], [-0.085379, 51.511462], [-0.085648, 51.510887], [-0.085623, 51.510839], [-0.085655, 51.510787], [-0.085718, 51.510791], [-0.086067, 51.510898], [-0.085882, 51.510857], [-0.085812, 51.510876], [-0.085776, 51.511029], [-0.085786, 51.511083], [-0.085825, 51.511108], [-0.085886, 51.511106], [-0.086089, 51.511016], [-0.086264, 51.510964], [-0.086276, 51.510988], [-0.086239, 51.511063], [-0.086173, 51.511073], [-0.086142, 51.511115], [-0.08615, 51.511145], [-0.08619, 51.511166], [-0.086175, 51.51124], [-0.086208, 51.511268], [-0.086372, 51.511314]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8784, &quot;postcode&quot;: &quot;EC3V 0BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084728, 51.51305], [-0.084582, 51.513046], [-0.084552, 51.513074], [-0.084533, 51.513167], [-0.084416, 51.513158], [-0.084364, 51.513188], [-0.084458, 51.513035], [-0.084728, 51.51305]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 124, &quot;postcode&quot;: &quot;EC3V 0DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084287, 51.512996], [-0.084145, 51.513358], [-0.084088, 51.513356], [-0.084155, 51.513311], [-0.084166, 51.513285], [-0.084039, 51.512973], [-0.084234, 51.513004], [-0.084287, 51.512996]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 312, &quot;postcode&quot;: &quot;EC3V 0DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084611, 51.512845], [-0.084614, 51.51284], [-0.084629, 51.512822], [-0.084611, 51.512845]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3V 0DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085314, 51.511166], [-0.085283, 51.511161], [-0.085357, 51.511174], [-0.085398, 51.511148], [-0.085499, 51.511167], [-0.085333, 51.51139], [-0.085103, 51.51135], [-0.085117, 51.51132], [-0.08505, 51.511307], [-0.085041, 51.511327], [-0.084748, 51.511274], [-0.084707, 51.511363], [-0.084428, 51.511309], [-0.084476, 51.511226], [-0.084434, 51.511219], [-0.084479, 51.511128], [-0.084546, 51.511142], [-0.084567, 51.511104], [-0.084735, 51.511071], [-0.084721, 51.511107], [-0.084878, 51.511136], [-0.08489, 51.511111], [-0.085186, 51.511167], [-0.085074, 51.511146], [-0.085117, 51.511135], [-0.085211, 51.511149], [-0.085216, 51.511132], [-0.085305, 51.511144], [-0.085314, 51.511166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1555, &quot;postcode&quot;: &quot;EC3V 0EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085594, 51.511005], [-0.085521, 51.511171], [-0.085478, 51.511189], [-0.085464, 51.511214], [-0.085439, 51.511247], [-0.085452, 51.511205], [-0.085413, 51.511175], [-0.085316, 51.511167], [-0.085257, 51.511142], [-0.085074, 51.511146], [-0.084892, 51.511101], [-0.084891, 51.511041], [-0.085347, 51.510951], [-0.085594, 51.511005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 830, &quot;postcode&quot;: &quot;EC3V 0EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086296, 51.510948], [-0.086276, 51.510988], [-0.086214, 51.51098], [-0.086087, 51.511016], [-0.085883, 51.511109], [-0.085755, 51.511187], [-0.085785, 51.511111], [-0.085776, 51.511029], [-0.08581, 51.51084], [-0.086296, 51.510948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 609, &quot;postcode&quot;: &quot;EC3V 0EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085521, 51.511171], [-0.085374, 51.511476], [-0.085256, 51.511536], [-0.085227, 51.511744], [-0.085106, 51.511871], [-0.08492, 51.511847], [-0.084929, 51.511805], [-0.08489, 51.511776], [-0.084573, 51.511715], [-0.084748, 51.511274], [-0.08499, 51.511317], [-0.08505, 51.511307], [-0.085116, 51.511319], [-0.085157, 51.511358], [-0.08531, 51.51138], [-0.085358, 51.511356], [-0.085499, 51.511167], [-0.085521, 51.511171]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2426, &quot;postcode&quot;: &quot;EC3V 0HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084891, 51.512006], [-0.08494, 51.512027], [-0.084957, 51.51201], [-0.084998, 51.512012], [-0.084941, 51.512114], [-0.084861, 51.512095], [-0.084891, 51.512006]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 65, &quot;postcode&quot;: &quot;EC3V 0XL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083574, 51.512113], [-0.083614, 51.512141], [-0.083721, 51.512197], [-0.083634, 51.512166], [-0.083574, 51.512113]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;EC3V 1AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083296, 51.513371], [-0.083311, 51.513256], [-0.083062, 51.513224], [-0.083059, 51.513151], [-0.082935, 51.513146], [-0.083057, 51.512826], [-0.083417, 51.512887], [-0.083424, 51.51287], [-0.083544, 51.512888], [-0.083536, 51.512909], [-0.083627, 51.512924], [-0.083635, 51.512906], [-0.084039, 51.512972], [-0.084172, 51.513295], [-0.084088, 51.513356], [-0.083477, 51.513351], [-0.083296, 51.513371]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3607, &quot;postcode&quot;: &quot;EC3V 1LE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083591, 51.513352], [-0.083392, 51.51336], [-0.083116, 51.513394], [-0.082219, 51.513421], [-0.082903, 51.51339], [-0.082936, 51.513355], [-0.082935, 51.513146], [-0.083059, 51.513151], [-0.083064, 51.513201], [-0.0831, 51.513227], [-0.083311, 51.513256], [-0.083306, 51.513326], [-0.083342, 51.513356], [-0.083591, 51.513352]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 580, &quot;postcode&quot;: &quot;EC3V 1LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084147, 51.51299], [-0.083684, 51.512915], [-0.083625, 51.512924], [-0.083536, 51.512909], [-0.083484, 51.512879], [-0.083417, 51.512887], [-0.083057, 51.512826], [-0.083091, 51.512742], [-0.083067, 51.512705], [-0.082835, 51.512651], [-0.082607, 51.512567], [-0.082659, 51.512517], [-0.082776, 51.512562], [-0.082831, 51.512564], [-0.083007, 51.512489], [-0.083838, 51.512483], [-0.083831, 51.512547], [-0.083878, 51.51258], [-0.084031, 51.512951], [-0.084067, 51.512976], [-0.084147, 51.51299]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3121, &quot;postcode&quot;: &quot;EC3V 1LR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084894, 51.51204], [-0.084761, 51.512253], [-0.084637, 51.512241], [-0.084287, 51.512153], [-0.084239, 51.512157], [-0.084172, 51.512188], [-0.084144, 51.512218], [-0.084163, 51.512258], [-0.084121, 51.512336], [-0.083989, 51.512521], [-0.083899, 51.512522], [-0.083873, 51.512548], [-0.083877, 51.512579], [-0.08382, 51.51257], [-0.083825, 51.512514], [-0.08377, 51.512484], [-0.083004, 51.512489], [-0.082879, 51.512271], [-0.082955, 51.512257], [-0.083036, 51.512312], [-0.083124, 51.512355], [-0.083181, 51.512358], [-0.083231, 51.512397], [-0.083529, 51.512423], [-0.083575, 51.512414], [-0.083603, 51.512384], [-0.083594, 51.512338], [-0.083476, 51.51215], [-0.083716, 51.512004], [-0.083736, 51.511944], [-0.083821, 51.511872], [-0.083884, 51.511763], [-0.084, 51.511726], [-0.084158, 51.511751], [-0.084217, 51.511785], [-0.084826, 51.511886], [-0.084897, 51.511944], [-0.084894, 51.51204]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5408, &quot;postcode&quot;: &quot;EC3V 1LT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083989, 51.512521], [-0.084032, 51.51244], [-0.084232, 51.512488], [-0.084274, 51.512428], [-0.084321, 51.512441], [-0.084343, 51.512409], [-0.084622, 51.512486], [-0.084496, 51.512641], [-0.083989, 51.512521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 625, &quot;postcode&quot;: &quot;EC3V 1LU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08466, 51.512236], [-0.084568, 51.512277], [-0.0844, 51.51224], [-0.084407, 51.512193], [-0.08466, 51.512236]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 85, &quot;postcode&quot;: &quot;EC3V 1LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083439, 51.513011], [-0.083439, 51.513011], [-0.083439, 51.513011], [-0.083439, 51.513011]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC3V 1PJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087959, 51.513506], [-0.087921, 51.513431], [-0.08776, 51.513391], [-0.08788, 51.513389], [-0.087949, 51.513405], [-0.087959, 51.513506]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 38, &quot;postcode&quot;: &quot;EC3V 3DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086472, 51.513694], [-0.086478, 51.513738], [-0.086506, 51.513737], [-0.086511, 51.513753], [-0.086463, 51.513753], [-0.086447, 51.513694], [-0.086472, 51.513694]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13, &quot;postcode&quot;: &quot;EC3V 3LF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086575, 51.513454], [-0.08656, 51.51343], [-0.086636, 51.513433], [-0.086596, 51.513443], [-0.086575, 51.513454]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;EC3V 3LL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088458, 51.513674], [-0.088073, 51.51377], [-0.088034, 51.513796], [-0.087463, 51.513968], [-0.08743, 51.51393], [-0.087437, 51.51388], [-0.087372, 51.513857], [-0.087206, 51.513869], [-0.086819, 51.513947], [-0.086685, 51.513956], [-0.08656, 51.513486], [-0.086622, 51.513437], [-0.08776, 51.513391], [-0.087862, 51.513416], [-0.087929, 51.513412], [-0.087988, 51.513589], [-0.08802, 51.513611], [-0.088066, 51.513616], [-0.088103, 51.513699], [-0.088133, 51.513722], [-0.088187, 51.513727], [-0.088357, 51.513681], [-0.088458, 51.513674]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5257, &quot;postcode&quot;: &quot;EC3V 3LP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08667, 51.513426], [-0.086637, 51.513433], [-0.086617, 51.513428], [-0.086619, 51.513428], [-0.08667, 51.513426]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC3V 3LR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086305, 51.51356], [-0.086305, 51.513626], [-0.086254, 51.513886], [-0.086216, 51.513866], [-0.086169, 51.513865], [-0.086117, 51.513723], [-0.086034, 51.513692], [-0.086088, 51.513544], [-0.086305, 51.51356]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 447, &quot;postcode&quot;: &quot;EC3V 3LT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08628, 51.514109], [-0.086278, 51.51414], [-0.085827, 51.514108], [-0.085592, 51.514117], [-0.085566, 51.514038], [-0.085629, 51.513972], [-0.085754, 51.513989], [-0.085789, 51.513969], [-0.085809, 51.513923], [-0.085711, 51.513822], [-0.085488, 51.513759], [-0.08551, 51.513737], [-0.085624, 51.513746], [-0.085668, 51.513736], [-0.085751, 51.51362], [-0.085816, 51.513609], [-0.08584, 51.51357], [-0.085951, 51.513548], [-0.085993, 51.513492], [-0.086045, 51.513496], [-0.085988, 51.513649], [-0.086038, 51.513693], [-0.085933, 51.513844], [-0.085839, 51.514043], [-0.085909, 51.514075], [-0.086215, 51.514039], [-0.086226, 51.514078], [-0.08628, 51.514109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1247, &quot;postcode&quot;: &quot;EC3V 3NA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084859, 51.51348], [-0.085416, 51.513435], [-0.085438, 51.51368], [-0.085203, 51.513695], [-0.085206, 51.513727], [-0.084934, 51.513815], [-0.08479, 51.513749], [-0.084758, 51.513714], [-0.084785, 51.513713], [-0.084661, 51.513713], [-0.084661, 51.513725], [-0.08456, 51.51371], [-0.08457, 51.513481], [-0.084859, 51.51348]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1813, &quot;postcode&quot;: &quot;EC3V 3NB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089108, 51.513434], [-0.088751, 51.513427], [-0.088151, 51.513611], [-0.088009, 51.513423], [-0.087872, 51.51339], [-0.086601, 51.513447], [-0.086549, 51.513431], [-0.086169, 51.513429], [-0.086115, 51.513461], [-0.086038, 51.513692], [-0.085995, 51.513695], [-0.085959, 51.513715], [-0.085803, 51.51395], [-0.086014, 51.513585], [-0.086051, 51.513476], [-0.086012, 51.513435], [-0.085446, 51.513434], [-0.084672, 51.513486], [-0.084253, 51.513467], [-0.084298, 51.513352], [-0.085663, 51.513318], [-0.085702, 51.513287], [-0.085743, 51.513036], [-0.085947, 51.513069], [-0.085939, 51.513114], [-0.08597, 51.513145], [-0.085981, 51.513199], [-0.085974, 51.513271], [-0.086015, 51.513303], [-0.086206, 51.513295], [-0.086293, 51.513137], [-0.08639, 51.513153], [-0.08645, 51.51312], [-0.086528, 51.513137], [-0.086527, 51.51327], [-0.086568, 51.513288], [-0.086634, 51.513285], [-0.086679, 51.513254], [-0.086707, 51.513127], [-0.086804, 51.512945], [-0.086877, 51.512946], [-0.086917, 51.512914], [-0.086963, 51.512928], [-0.087011, 51.51297], [-0.087071, 51.512975], [-0.087116, 51.512954], [-0.087236, 51.512984], [-0.087245, 51.513013], [-0.087282, 51.513032], [-0.087337, 51.513037], [-0.087377, 51.513022], [-0.087419, 51.512948], [-0.087416, 51.512916], [-0.087265, 51.51286], [-0.087338, 51.512747], [-0.088082, 51.512962], [-0.088137, 51.512964], [-0.088597, 51.513161], [-0.088641, 51.513211], [-0.088631, 51.51327], [-0.088663, 51.513303], [-0.089074, 51.513329], [-0.089108, 51.513434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11084, &quot;postcode&quot;: &quot;EC3V 3ND&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086715, 51.513111], [-0.086707, 51.513128], [-0.086681, 51.513123], [-0.086686, 51.513114], [-0.086715, 51.513111]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3, &quot;postcode&quot;: &quot;EC3V 3NF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086217, 51.51316], [-0.086174, 51.513268], [-0.086195, 51.513302], [-0.085954, 51.513311], [-0.085982, 51.513199], [-0.086087, 51.513143], [-0.086217, 51.51316]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 243, &quot;postcode&quot;: &quot;EC3V 3NG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08479, 51.513749], [-0.084488, 51.513775], [-0.084494, 51.513724], [-0.08446, 51.513696], [-0.084188, 51.51367], [-0.084209, 51.513584], [-0.084222, 51.513566], [-0.084253, 51.513466], [-0.084274, 51.513414], [-0.084278, 51.513445], [-0.084318, 51.513468], [-0.08457, 51.513481], [-0.084568, 51.513691], [-0.084622, 51.513715], [-0.084758, 51.513714], [-0.08479, 51.513749]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 696, &quot;postcode&quot;: &quot;EC3V 3NH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086854, 51.513997], [-0.086374, 51.514121], [-0.086287, 51.514113], [-0.086218, 51.514078], [-0.086215, 51.514039], [-0.086331, 51.514017], [-0.086363, 51.513976], [-0.086254, 51.513886], [-0.086286, 51.513688], [-0.086199, 51.513656], [-0.086212, 51.513616], [-0.086192, 51.513567], [-0.086091, 51.513547], [-0.086124, 51.513429], [-0.08667, 51.513426], [-0.086594, 51.513451], [-0.086557, 51.513502], [-0.086665, 51.513864], [-0.08671, 51.513921], [-0.086788, 51.513946], [-0.086842, 51.513943], [-0.086854, 51.513997]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2122, &quot;postcode&quot;: &quot;EC3V 3NL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084661, 51.513761], [-0.084661, 51.513752], [-0.08479, 51.513749], [-0.084845, 51.513766], [-0.084842, 51.513891], [-0.084845, 51.513774], [-0.084934, 51.513815], [-0.084917, 51.513874], [-0.08479, 51.51401], [-0.084773, 51.513934], [-0.084714, 51.513939], [-0.08471, 51.513926], [-0.084478, 51.513913], [-0.08449, 51.513766], [-0.084661, 51.513761]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 560, &quot;postcode&quot;: &quot;EC3V 3NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088248, 51.513286], [-0.088249, 51.513291], [-0.088074, 51.513276], [-0.088248, 51.513286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC3V 3NR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085589, 51.513277], [-0.085571, 51.513325], [-0.084347, 51.513352], [-0.084297, 51.51337], [-0.084274, 51.513412], [-0.084264, 51.513371], [-0.084301, 51.513346], [-0.084381, 51.513152], [-0.084483, 51.513158], [-0.084533, 51.513128], [-0.084542, 51.513067], [-0.08451, 51.513044], [-0.084458, 51.513035], [-0.08447, 51.51302], [-0.085004, 51.513081], [-0.085231, 51.513075], [-0.085237, 51.513197], [-0.085305, 51.51326], [-0.085589, 51.513277]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2022, &quot;postcode&quot;: &quot;EC3V 3PD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085984, 51.51343], [-0.085961, 51.513548], [-0.085858, 51.513577], [-0.085827, 51.513632], [-0.085779, 51.51364], [-0.085714, 51.513684], [-0.085668, 51.513749], [-0.085532, 51.513744], [-0.085383, 51.513772], [-0.085206, 51.513727], [-0.085205, 51.513695], [-0.085345, 51.513686], [-0.085408, 51.513667], [-0.085431, 51.513644], [-0.085418, 51.513473], [-0.085389, 51.513448], [-0.085337, 51.51344], [-0.085984, 51.51343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1168, &quot;postcode&quot;: &quot;EC3V 3QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086508, 51.513292], [-0.086526, 51.513175], [-0.086542, 51.513188], [-0.086586, 51.513106], [-0.086707, 51.513128], [-0.086671, 51.513285], [-0.086508, 51.513292]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 212, &quot;postcode&quot;: &quot;EC3V 3SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083074, 51.514073], [-0.083007, 51.514086], [-0.082758, 51.514054], [-0.082713, 51.514076], [-0.082678, 51.514145], [-0.081965, 51.514143], [-0.081964, 51.5136], [-0.081944, 51.513574], [-0.081896, 51.513561], [-0.081977, 51.513538], [-0.082733, 51.513541], [-0.082709, 51.513881], [-0.082728, 51.51391], [-0.082784, 51.513928], [-0.082768, 51.513994], [-0.082805, 51.514019], [-0.082964, 51.514053], [-0.083074, 51.514059], [-0.083074, 51.514073]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3642, &quot;postcode&quot;: &quot;EC3V 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083961, 51.513438], [-0.083084, 51.514004], [-0.082706, 51.513912], [-0.082727, 51.513571], [-0.082672, 51.513544], [-0.08247, 51.513546], [-0.083021, 51.513526], [-0.083811, 51.513455], [-0.083859, 51.513433], [-0.083868, 51.513394], [-0.083961, 51.513438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2873, &quot;postcode&quot;: &quot;EC3V 4QT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089135, 51.513232], [-0.088956, 51.513304], [-0.088843, 51.513317], [-0.088563, 51.513303], [-0.088636, 51.513247], [-0.088628, 51.513193], [-0.088567, 51.513149], [-0.088209, 51.513006], [-0.08818, 51.512982], [-0.087454, 51.512786], [-0.087143, 51.512683], [-0.086645, 51.512449], [-0.085835, 51.512125], [-0.085342, 51.512032], [-0.085391, 51.511946], [-0.086032, 51.512081], [-0.086773, 51.512419], [-0.086832, 51.512428], [-0.087205, 51.512609], [-0.087364, 51.51267], [-0.087661, 51.512748], [-0.087805, 51.512806], [-0.08787, 51.512806], [-0.088121, 51.512889], [-0.088183, 51.51289], [-0.088242, 51.512872], [-0.088331, 51.512741], [-0.088384, 51.51272], [-0.088397, 51.512684], [-0.088466, 51.512698], [-0.088531, 51.512684], [-0.088631, 51.512576], [-0.088655, 51.512585], [-0.088624, 51.512613], [-0.088631, 51.512644], [-0.089135, 51.513232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4733, &quot;postcode&quot;: &quot;EC3V 9AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087124, 51.51204], [-0.086824, 51.512441], [-0.086564, 51.512334], [-0.086503, 51.512352], [-0.086491, 51.51239], [-0.086445, 51.512428], [-0.086435, 51.512386], [-0.086341, 51.512348], [-0.086286, 51.512301], [-0.086359, 51.512292], [-0.086391, 51.512217], [-0.086484, 51.512196], [-0.086628, 51.511999], [-0.086708, 51.512017], [-0.086754, 51.512009], [-0.086829, 51.511914], [-0.086916, 51.511937], [-0.086989, 51.512003], [-0.087124, 51.51204]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1660, &quot;postcode&quot;: &quot;EC3V 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085648, 51.51289], [-0.085772, 51.512913], [-0.085783, 51.512885], [-0.085775, 51.512905], [-0.085874, 51.512928], [-0.085846, 51.512962], [-0.085762, 51.512951], [-0.085768, 51.512927], [-0.085631, 51.51291], [-0.085648, 51.51289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 50, &quot;postcode&quot;: &quot;EC3V 9AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087886, 51.512002], [-0.08783, 51.512029], [-0.08784, 51.512088], [-0.087338, 51.512657], [-0.087211, 51.512614], [-0.08687, 51.512455], [-0.086944, 51.512367], [-0.086922, 51.512321], [-0.086968, 51.512256], [-0.087055, 51.512239], [-0.087205, 51.512078], [-0.087228, 51.51207], [-0.08751, 51.512145], [-0.087584, 51.512129], [-0.087685, 51.512148], [-0.087729, 51.512129], [-0.087858, 51.511977], [-0.087886, 51.512002]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2282, &quot;postcode&quot;: &quot;EC3V 9AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087742, 51.512631], [-0.087661, 51.512748], [-0.087349, 51.512672], [-0.087242, 51.512619], [-0.087329, 51.512624], [-0.087374, 51.512611], [-0.087566, 51.512403], [-0.087707, 51.512443], [-0.087738, 51.512492], [-0.087681, 51.512587], [-0.087742, 51.512631]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 646, &quot;postcode&quot;: &quot;EC3V 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088051, 51.512953], [-0.088082, 51.512958], [-0.088098, 51.512966], [-0.088051, 51.512953]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC3V 9AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087038, 51.512937], [-0.086978, 51.512963], [-0.086904, 51.512928], [-0.087028, 51.512815], [-0.087038, 51.512828], [-0.087002, 51.512848], [-0.08698, 51.512893], [-0.087038, 51.512937]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 45, &quot;postcode&quot;: &quot;EC3V 9AZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086598, 51.511617], [-0.086585, 51.511644], [-0.086325, 51.511573], [-0.086205, 51.511593], [-0.086168, 51.511616], [-0.086134, 51.511565], [-0.085738, 51.51149], [-0.08575, 51.511457], [-0.086058, 51.511511], [-0.086108, 51.511497], [-0.086146, 51.511457], [-0.086243, 51.511517], [-0.086598, 51.511617]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 299, &quot;postcode&quot;: &quot;EC3V 9BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087167, 51.511093], [-0.087021, 51.511398], [-0.086729, 51.511845], [-0.086743, 51.511886], [-0.086829, 51.511914], [-0.086774, 51.512001], [-0.086763, 51.512066], [-0.086664, 51.512035], [-0.0866, 51.512048], [-0.086431, 51.512267], [-0.086353, 51.512231], [-0.086292, 51.512235], [-0.08627, 51.512191], [-0.08598, 51.512066], [-0.086046, 51.511958], [-0.086014, 51.511925], [-0.085898, 51.511894], [-0.085947, 51.511794], [-0.086007, 51.511802], [-0.086056, 51.511787], [-0.086197, 51.511576], [-0.086248, 51.511577], [-0.086286, 51.511559], [-0.086584, 51.511644], [-0.086565, 51.511694], [-0.086599, 51.511726], [-0.086653, 51.511734], [-0.086698, 51.511721], [-0.087013, 51.511312], [-0.087104, 51.511087], [-0.087167, 51.511093]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3285, &quot;postcode&quot;: &quot;EC3V 9BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086072, 51.511939], [-0.08598, 51.512066], [-0.085827, 51.512034], [-0.085898, 51.511894], [-0.086072, 51.511939]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 196, &quot;postcode&quot;: &quot;EC3V 9BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086978, 51.512963], [-0.086955, 51.512991], [-0.086953, 51.513089], [-0.086946, 51.512986], [-0.086915, 51.512967], [-0.086844, 51.512957], [-0.086787, 51.512979], [-0.086711, 51.513119], [-0.086594, 51.513124], [-0.086542, 51.513188], [-0.086472, 51.513163], [-0.086421, 51.513165], [-0.086302, 51.513138], [-0.086449, 51.512877], [-0.086834, 51.512949], [-0.086882, 51.512942], [-0.086917, 51.512914], [-0.086935, 51.512946], [-0.086978, 51.512963]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 753, &quot;postcode&quot;: &quot;EC3V 9BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085956, 51.512855], [-0.08619, 51.512913], [-0.086161, 51.512968], [-0.085923, 51.512902], [-0.085956, 51.512855]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 103, &quot;postcode&quot;: &quot;EC3V 9DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085853, 51.512619], [-0.085774, 51.512762], [-0.085781, 51.512792], [-0.085813, 51.512811], [-0.085772, 51.512913], [-0.085568, 51.512875], [-0.085507, 51.512824], [-0.085349, 51.512797], [-0.085287, 51.512773], [-0.085324, 51.512709], [-0.085431, 51.512733], [-0.08552, 51.512726], [-0.085689, 51.512772], [-0.085737, 51.512771], [-0.085777, 51.512747], [-0.08582, 51.51264], [-0.085853, 51.512619]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 428, &quot;postcode&quot;: &quot;EC3V 9DF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086218, 51.513157], [-0.086087, 51.513143], [-0.086066, 51.513114], [-0.086149, 51.513129], [-0.086218, 51.513157]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17, &quot;postcode&quot;: &quot;EC3V 9DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086188, 51.512913], [-0.086103, 51.512928], [-0.086062, 51.512999], [-0.086008, 51.512985], [-0.085957, 51.512997], [-0.085925, 51.513065], [-0.085816, 51.513044], [-0.085847, 51.51295], [-0.085828, 51.512923], [-0.085775, 51.512905], [-0.085802, 51.512836], [-0.08578, 51.512801], [-0.086175, 51.512894], [-0.086188, 51.512913]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 400, &quot;postcode&quot;: &quot;EC3V 9DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086087, 51.513143], [-0.086036, 51.513192], [-0.085965, 51.513193], [-0.08593, 51.513143], [-0.085924, 51.513054], [-0.085964, 51.512955], [-0.08606, 51.512975], [-0.086037, 51.513081], [-0.086087, 51.513143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 197, &quot;postcode&quot;: &quot;EC3V 9DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085909, 51.512929], [-0.085851, 51.512958], [-0.085816, 51.513044], [-0.085768, 51.513051], [-0.085738, 51.513075], [-0.085696, 51.51332], [-0.085571, 51.513325], [-0.085558, 51.513293], [-0.085509, 51.513275], [-0.085285, 51.513273], [-0.085238, 51.513226], [-0.08523, 51.513011], [-0.085278, 51.512911], [-0.085328, 51.512884], [-0.085343, 51.512843], [-0.085328, 51.512817], [-0.085349, 51.512797], [-0.085543, 51.512831], [-0.085564, 51.51287], [-0.085648, 51.51289], [-0.085688, 51.512916], [-0.085809, 51.51294], [-0.085909, 51.512929]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1696, &quot;postcode&quot;: &quot;EC3V 9DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086724, 51.512494], [-0.086562, 51.512698], [-0.08644, 51.512893], [-0.086266, 51.513186], [-0.086224, 51.513302], [-0.086158, 51.513303], [-0.086196, 51.51317], [-0.086115, 51.513125], [-0.086023, 51.513106], [-0.086113, 51.512923], [-0.086109, 51.512893], [-0.086075, 51.512871], [-0.08579, 51.512799], [-0.085777, 51.512755], [-0.085862, 51.512628], [-0.085967, 51.512636], [-0.086128, 51.512577], [-0.086141, 51.512527], [-0.086296, 51.512333], [-0.08647, 51.512394], [-0.086303, 51.51262], [-0.086333, 51.512669], [-0.086422, 51.512696], [-0.086483, 51.512686], [-0.086666, 51.512461], [-0.086724, 51.512494]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2484, &quot;postcode&quot;: &quot;EC3V 9DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086736, 51.512501], [-0.086674, 51.512494], [-0.086628, 51.512511], [-0.086492, 51.512692], [-0.086458, 51.51271], [-0.086272, 51.512649], [-0.086352, 51.512568], [-0.086479, 51.512386], [-0.086645, 51.512449], [-0.086736, 51.512501]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 499, &quot;postcode&quot;: &quot;EC3V 9EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087443, 51.512894], [-0.087341, 51.513145], [-0.087301, 51.513148], [-0.087307, 51.513051], [-0.087215, 51.513017], [-0.087173, 51.51298], [-0.087093, 51.512989], [-0.086939, 51.512953], [-0.086802, 51.51295], [-0.086454, 51.512878], [-0.086561, 51.512698], [-0.086729, 51.512497], [-0.08713, 51.512678], [-0.087338, 51.512746], [-0.087288, 51.512824], [-0.087291, 51.512854], [-0.087362, 51.512888], [-0.087443, 51.512894]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2227, &quot;postcode&quot;: &quot;EC3V 9LJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097343, 51.512329], [-0.097254, 51.512665], [-0.097279, 51.512702], [-0.097268, 51.512745], [-0.097223, 51.512859], [-0.09716, 51.512875], [-0.097117, 51.512937], [-0.097047, 51.512936], [-0.096585, 51.51284], [-0.096599, 51.512796], [-0.096548, 51.512766], [-0.096603, 51.512762], [-0.096635, 51.512738], [-0.096794, 51.512282], [-0.097343, 51.512329]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2736, &quot;postcode&quot;: &quot;EC4M 5AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097223, 51.512859], [-0.097172, 51.513053], [-0.095209, 51.51266], [-0.095156, 51.512686], [-0.094976, 51.513041], [-0.094914, 51.513049], [-0.094853, 51.513125], [-0.094779, 51.513144], [-0.094409, 51.513098], [-0.094434, 51.512997], [-0.094389, 51.512961], [-0.094329, 51.512957], [-0.094289, 51.512973], [-0.094121, 51.512946], [-0.094111, 51.512904], [-0.09404, 51.512882], [-0.093991, 51.512886], [-0.093959, 51.512907], [-0.093708, 51.512875], [-0.093795, 51.512491], [-0.094398, 51.512549], [-0.094453, 51.512517], [-0.094456, 51.51242], [-0.095119, 51.512548], [-0.095177, 51.512537], [-0.095209, 51.512499], [-0.095193, 51.512558], [-0.09523, 51.51259], [-0.095298, 51.512591], [-0.095688, 51.512667], [-0.095762, 51.512639], [-0.095786, 51.512509], [-0.095875, 51.512521], [-0.095852, 51.512672], [-0.095895, 51.512709], [-0.096431, 51.512814], [-0.096485, 51.512804], [-0.096535, 51.512764], [-0.096588, 51.512775], [-0.096576, 51.512818], [-0.096612, 51.512849], [-0.097057, 51.512937], [-0.09713, 51.512918], [-0.097171, 51.512839], [-0.097223, 51.512859]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6898, &quot;postcode&quot;: &quot;EC4M 5SB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095985, 51.512082], [-0.095968, 51.512174], [-0.095935, 51.5122], [-0.095902, 51.512308], [-0.095875, 51.512521], [-0.095822, 51.512522], [-0.095786, 51.512542], [-0.095758, 51.512654], [-0.09571, 51.512672], [-0.095312, 51.512595], [-0.095267, 51.512604], [-0.095168, 51.51266], [-0.095139, 51.51264], [-0.095158, 51.512575], [-0.095105, 51.512546], [-0.095159, 51.512544], [-0.095193, 51.512523], [-0.095368, 51.512217], [-0.095428, 51.512189], [-0.095503, 51.512043], [-0.09556, 51.512033], [-0.095562, 51.512073], [-0.095619, 51.512097], [-0.095903, 51.512114], [-0.095985, 51.512082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2482, &quot;postcode&quot;: &quot;EC4M 6XD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095172, 51.512561], [-0.09442, 51.512415], [-0.094397, 51.512382], [-0.094426, 51.512357], [-0.095372, 51.512173], [-0.09538, 51.512197], [-0.095172, 51.512561]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1494, &quot;postcode&quot;: &quot;EC4M 6XH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101565, 51.513483], [-0.101549, 51.513572], [-0.101397, 51.513568], [-0.101351, 51.513647], [-0.101293, 51.513674], [-0.101272, 51.513729], [-0.101178, 51.513747], [-0.101139, 51.513717], [-0.101071, 51.513715], [-0.101033, 51.513741], [-0.10102, 51.513805], [-0.100793, 51.513784], [-0.100608, 51.513785], [-0.100579, 51.51377], [-0.100608, 51.513717], [-0.100598, 51.513687], [-0.100371, 51.513557], [-0.100405, 51.513447], [-0.100446, 51.513389], [-0.10078, 51.513424], [-0.100837, 51.513411], [-0.100885, 51.513296], [-0.101021, 51.513127], [-0.101166, 51.513151], [-0.101183, 51.513173], [-0.101151, 51.513225], [-0.101163, 51.513259], [-0.10126, 51.513289], [-0.101502, 51.513409], [-0.101565, 51.513483]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3352, &quot;postcode&quot;: &quot;EC4M 7AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101546, 51.513791], [-0.101228, 51.513753], [-0.101224, 51.51374], [-0.101248, 51.513727], [-0.101562, 51.513763], [-0.101546, 51.513791]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 72, &quot;postcode&quot;: &quot;EC4M 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100885, 51.514231], [-0.100836, 51.514391], [-0.100859, 51.514432], [-0.100765, 51.514379], [-0.100711, 51.514385], [-0.100681, 51.514411], [-0.100653, 51.514407], [-0.100702, 51.514228], [-0.100684, 51.514096], [-0.100732, 51.514284], [-0.100803, 51.514296], [-0.100856, 51.514262], [-0.100867, 51.514228], [-0.100844, 51.5142], [-0.100867, 51.514121], [-0.100885, 51.514231]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 187, &quot;postcode&quot;: &quot;EC4M 7AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101895, 51.513537], [-0.101845, 51.513662], [-0.101589, 51.513653], [-0.10155, 51.513682], [-0.101541, 51.51376], [-0.101276, 51.51373], [-0.101225, 51.51374], [-0.10122, 51.513724], [-0.101282, 51.513697], [-0.101303, 51.513642], [-0.101357, 51.513618], [-0.101381, 51.513554], [-0.101577, 51.513572], [-0.10162, 51.513557], [-0.10164, 51.513523], [-0.101609, 51.513424], [-0.101521, 51.513357], [-0.101338, 51.513271], [-0.101384, 51.513227], [-0.101428, 51.513214], [-0.101464, 51.513271], [-0.101633, 51.513329], [-0.101644, 51.51337], [-0.101895, 51.513537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 944, &quot;postcode&quot;: &quot;EC4M 7AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101523, 51.51527], [-0.101473, 51.515268], [-0.101454, 51.515241], [-0.10141, 51.515227], [-0.101325, 51.515227], [-0.101278, 51.515246], [-0.100999, 51.515247], [-0.100961, 51.515189], [-0.100844, 51.515184], [-0.100821, 51.515121], [-0.100841, 51.515089], [-0.100823, 51.514867], [-0.101039, 51.514865], [-0.101065, 51.514916], [-0.10119, 51.514945], [-0.101472, 51.514947], [-0.101477, 51.515028], [-0.101521, 51.515056], [-0.101505, 51.515198], [-0.101523, 51.51527]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1607, &quot;postcode&quot;: &quot;EC4M 7BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101378, 51.515534], [-0.101305, 51.515808], [-0.101234, 51.515942], [-0.100651, 51.5158], [-0.10064, 51.515772], [-0.100602, 51.515753], [-0.100522, 51.515766], [-0.100451, 51.515748], [-0.10052, 51.51572], [-0.100673, 51.51546], [-0.100653, 51.514966], [-0.100714, 51.514984], [-0.100753, 51.51526], [-0.1008, 51.515287], [-0.100861, 51.515281], [-0.100868, 51.515306], [-0.100809, 51.515299], [-0.100764, 51.515319], [-0.100769, 51.515398], [-0.100831, 51.515417], [-0.100887, 51.515397], [-0.1009, 51.515433], [-0.100946, 51.515451], [-0.101187, 51.515458], [-0.101185, 51.515493], [-0.101214, 51.515518], [-0.101378, 51.515534]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2616, &quot;postcode&quot;: &quot;EC4M 7BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101745, 51.514586], [-0.102017, 51.514577], [-0.101622, 51.516101], [-0.101413, 51.516057], [-0.101356, 51.515988], [-0.101236, 51.515938], [-0.101305, 51.515807], [-0.101367, 51.515567], [-0.101322, 51.515532], [-0.101174, 51.515521], [-0.101172, 51.515488], [-0.101139, 51.515465], [-0.100925, 51.515449], [-0.10088, 51.51546], [-0.100837, 51.515549], [-0.100651, 51.5158], [-0.100523, 51.515766], [-0.1007, 51.515584], [-0.100757, 51.51545], [-0.100721, 51.515038], [-0.100697, 51.515012], [-0.100653, 51.515001], [-0.100652, 51.514879], [-0.10071, 51.514843], [-0.100714, 51.514717], [-0.100709, 51.514516], [-0.100662, 51.51447], [-0.100845, 51.513988], [-0.10086, 51.514171], [-0.10088, 51.5142], [-0.100816, 51.514385], [-0.100841, 51.514423], [-0.100974, 51.514436], [-0.101359, 51.514433], [-0.101501, 51.514472], [-0.101612, 51.514469], [-0.101656, 51.514489], [-0.101707, 51.514567], [-0.101745, 51.514586]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11592, &quot;postcode&quot;: &quot;EC4M 7BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101181, 51.51448], [-0.101135, 51.514626], [-0.10115, 51.514663], [-0.101058, 51.514663], [-0.101002, 51.514694], [-0.100864, 51.514695], [-0.100821, 51.51471], [-0.100781, 51.514686], [-0.100714, 51.514692], [-0.100653, 51.514675], [-0.100635, 51.514458], [-0.100738, 51.514506], [-0.100832, 51.514475], [-0.101181, 51.51448]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 807, &quot;postcode&quot;: &quot;EC4M 7BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102098, 51.514266], [-0.102018, 51.514576], [-0.101721, 51.51459], [-0.101658, 51.514494], [-0.101614, 51.514472], [-0.101504, 51.514474], [-0.101351, 51.514433], [-0.101058, 51.514435], [-0.101107, 51.514429], [-0.101139, 51.514407], [-0.101188, 51.514256], [-0.101295, 51.514255], [-0.101369, 51.514144], [-0.10148, 51.514153], [-0.101532, 51.514115], [-0.101629, 51.514128], [-0.101639, 51.514154], [-0.101678, 51.514173], [-0.101884, 51.514182], [-0.102071, 51.51421], [-0.10207, 51.514242], [-0.102098, 51.514266]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2248, &quot;postcode&quot;: &quot;EC4M 7DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102183, 51.513938], [-0.102098, 51.514266], [-0.102059, 51.514262], [-0.102054, 51.514225], [-0.102012, 51.514201], [-0.101616, 51.514169], [-0.101601, 51.514135], [-0.101532, 51.514115], [-0.10152, 51.514075], [-0.101477, 51.514053], [-0.101401, 51.514068], [-0.101369, 51.514144], [-0.10135, 51.514143], [-0.1014, 51.513956], [-0.101381, 51.513921], [-0.10094, 51.513869], [-0.100763, 51.513865], [-0.100752, 51.51378], [-0.101644, 51.513863], [-0.101703, 51.51385], [-0.101723, 51.513816], [-0.101828, 51.513831], [-0.101825, 51.513868], [-0.101863, 51.513892], [-0.102183, 51.513938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2072, &quot;postcode&quot;: &quot;EC4M 7DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.1016, 51.513858], [-0.101554, 51.513895], [-0.101572, 51.513934], [-0.101518, 51.514157], [-0.101402, 51.514162], [-0.101335, 51.514207], [-0.10131, 51.514267], [-0.101231, 51.514264], [-0.101189, 51.51428], [-0.101131, 51.514434], [-0.100859, 51.514432], [-0.100834, 51.514404], [-0.100829, 51.514328], [-0.100775, 51.514311], [-0.100722, 51.514325], [-0.100652, 51.513871], [-0.100608, 51.513785], [-0.100753, 51.51379], [-0.100763, 51.51384], [-0.100802, 51.513865], [-0.100964, 51.51387], [-0.101022, 51.513842], [-0.101025, 51.513786], [-0.101128, 51.513793], [-0.101167, 51.513774], [-0.101178, 51.513747], [-0.101222, 51.513748], [-0.101226, 51.51379], [-0.101265, 51.513815], [-0.1016, 51.513858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3280, &quot;postcode&quot;: &quot;EC4M 7DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100668, 51.515255], [-0.100654, 51.515017], [-0.100654, 51.515017], [-0.100653, 51.515002], [-0.100668, 51.515255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 7DW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101622, 51.516101], [-0.101597, 51.516198], [-0.100524, 51.515913], [-0.100436, 51.515886], [-0.100411, 51.515858], [-0.100314, 51.515831], [-0.100271, 51.515799], [-0.100112, 51.515759], [-0.10004, 51.515777], [-0.099578, 51.515652], [-0.0995, 51.515668], [-0.099468, 51.515752], [-0.099386, 51.515719], [-0.099457, 51.515619], [-0.09945, 51.515593], [-0.099415, 51.515572], [-0.099339, 51.515555], [-0.099281, 51.515573], [-0.098862, 51.515467], [-0.098743, 51.515487], [-0.098673, 51.515475], [-0.098677, 51.515437], [-0.098633, 51.515408], [-0.098251, 51.515327], [-0.098034, 51.515264], [-0.097978, 51.515266], [-0.097755, 51.515202], [-0.097527, 51.515164], [-0.097451, 51.515179], [-0.097485, 51.515103], [-0.097565, 51.515118], [-0.097612, 51.515112], [-0.097668, 51.515037], [-0.097707, 51.515027], [-0.097732, 51.515001], [-0.097694, 51.514757], [-0.09773, 51.514713], [-0.097683, 51.514435], [-0.097849, 51.514416], [-0.097905, 51.514315], [-0.098114, 51.514201], [-0.098167, 51.514384], [-0.098222, 51.514399], [-0.098378, 51.514386], [-0.098416, 51.514351], [-0.098397, 51.514203], [-0.098497, 51.51418], [-0.098547, 51.514138], [-0.098557, 51.514096], [-0.098599, 51.514093], [-0.098638, 51.514207], [-0.098793, 51.514278], [-0.098807, 51.51437], [-0.098847, 51.514404], [-0.098943, 51.51442], [-0.09923, 51.5144], [-0.099268, 51.514382], [-0.09931, 51.514319], [-0.0993, 51.514258], [-0.09926, 51.514214], [-0.099276, 51.514042], [-0.099495, 51.514058], [-0.099421, 51.514114], [-0.099438, 51.514198], [-0.099479, 51.514227], [-0.099948, 51.514203], [-0.100003, 51.514171], [-0.099994, 51.514093], [-0.100375, 51.514067], [-0.100423, 51.51405], [-0.100439, 51.514022], [-0.100411, 51.513866], [-0.100646, 51.51385], [-0.100705, 51.51422], [-0.10066, 51.514377], [-0.100679, 51.514411], [-0.100635, 51.514505], [-0.100678, 51.515411], [-0.100651, 51.515523], [-0.10052, 51.515747], [-0.100561, 51.515776], [-0.101395, 51.515992], [-0.101395, 51.516021], [-0.101435, 51.51606], [-0.101622, 51.516101]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 31505, &quot;postcode&quot;: &quot;EC4M 7DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098828, 51.515312], [-0.097635, 51.515029], [-0.097644, 51.51498], [-0.097715, 51.515014], [-0.098828, 51.515312]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 176, &quot;postcode&quot;: &quot;EC4M 7DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102318, 51.513695], [-0.102676, 51.51369], [-0.102908, 51.513699], [-0.102304, 51.513744], [-0.102318, 51.513695]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 128, &quot;postcode&quot;: &quot;EC4M 7JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102351, 51.513743], [-0.10227, 51.513752], [-0.102232, 51.513771], [-0.10217, 51.513936], [-0.10196, 51.513907], [-0.101966, 51.513876], [-0.101944, 51.513853], [-0.101829, 51.513831], [-0.10188, 51.513831], [-0.10197, 51.513804], [-0.102012, 51.513731], [-0.10221, 51.51373], [-0.102315, 51.513707], [-0.102351, 51.513743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 389, &quot;postcode&quot;: &quot;EC4M 7JN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099447, 51.515637], [-0.099386, 51.515719], [-0.099087, 51.515704], [-0.099024, 51.515727], [-0.09873, 51.515711], [-0.098759, 51.515622], [-0.098729, 51.515536], [-0.098687, 51.515485], [-0.098601, 51.515446], [-0.098599, 51.515427], [-0.098652, 51.515413], [-0.098705, 51.515425], [-0.098768, 51.51541], [-0.098828, 51.515421], [-0.098867, 51.515467], [-0.099439, 51.515617], [-0.099447, 51.515637]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1104, &quot;postcode&quot;: &quot;EC4M 7LS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098422, 51.514387], [-0.098159, 51.514404], [-0.098126, 51.51427], [-0.098052, 51.514245], [-0.097909, 51.514313], [-0.097828, 51.514387], [-0.097833, 51.514425], [-0.097683, 51.514435], [-0.097612, 51.514408], [-0.097387, 51.514448], [-0.097311, 51.514333], [-0.097307, 51.514268], [-0.097247, 51.514242], [-0.097317, 51.514212], [-0.097327, 51.514118], [-0.097581, 51.514002], [-0.098005, 51.513972], [-0.098048, 51.514014], [-0.098118, 51.514024], [-0.098146, 51.514108], [-0.098243, 51.51412], [-0.098296, 51.514179], [-0.098397, 51.514203], [-0.098422, 51.514387]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2755, &quot;postcode&quot;: &quot;EC4M 8AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099785, 51.513875], [-0.099651, 51.513884], [-0.099609, 51.5139], [-0.099564, 51.513978], [-0.099596, 51.514021], [-0.099575, 51.514032], [-0.099495, 51.514057], [-0.099333, 51.514048], [-0.099283, 51.51407], [-0.099271, 51.51416], [-0.099311, 51.514314], [-0.099258, 51.514399], [-0.098906, 51.514423], [-0.098816, 51.514384], [-0.098794, 51.514308], [-0.098725, 51.514244], [-0.098775, 51.514208], [-0.098776, 51.514158], [-0.098823, 51.514128], [-0.098794, 51.514078], [-0.098706, 51.514073], [-0.098593, 51.514102], [-0.098477, 51.514189], [-0.098351, 51.514198], [-0.098226, 51.514133], [-0.098138, 51.514133], [-0.098108, 51.514047], [-0.098013, 51.514024], [-0.098001, 51.513996], [-0.097961, 51.513977], [-0.097478, 51.514009], [-0.097453, 51.513929], [-0.097347, 51.513873], [-0.09734, 51.513813], [-0.097422, 51.513745], [-0.097419, 51.513568], [-0.097542, 51.513463], [-0.097618, 51.51344], [-0.097951, 51.513395], [-0.098013, 51.513423], [-0.098101, 51.513421], [-0.098199, 51.513363], [-0.098307, 51.513348], [-0.098478, 51.513396], [-0.098695, 51.513361], [-0.099145, 51.513373], [-0.099466, 51.513412], [-0.099554, 51.513514], [-0.099731, 51.513515], [-0.099785, 51.513875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12942, &quot;postcode&quot;: &quot;EC4M 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097529, 51.51347], [-0.097535, 51.513466], [-0.097541, 51.513463], [-0.097529, 51.51347]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 8AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099735, 51.513541], [-0.099731, 51.513515], [-0.099731, 51.513515], [-0.099735, 51.513541]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100579, 51.51377], [-0.100528, 51.513788], [-0.100508, 51.51383], [-0.100403, 51.513817], [-0.100353, 51.513826], [-0.100284, 51.513771], [-0.100206, 51.513758], [-0.100206, 51.513728], [-0.100245, 51.51369], [-0.100217, 51.513643], [-0.100039, 51.513549], [-0.099746, 51.513434], [-0.099131, 51.51334], [-0.098972, 51.513327], [-0.098268, 51.513349], [-0.097595, 51.513445], [-0.097462, 51.513518], [-0.097336, 51.513672], [-0.097302, 51.513751], [-0.097294, 51.513878], [-0.097339, 51.513966], [-0.097307, 51.5144], [-0.097322, 51.514429], [-0.097398, 51.514445], [-0.098616, 51.514216], [-0.098622, 51.514245], [-0.097965, 51.514371], [-0.097929, 51.514391], [-0.097921, 51.514419], [-0.097638, 51.514445], [-0.097597, 51.514468], [-0.097594, 51.5145], [-0.097484, 51.514522], [-0.097384, 51.51453], [-0.097149, 51.514511], [-0.097234, 51.514277], [-0.097205, 51.514238], [-0.097192, 51.513833], [-0.097259, 51.513647], [-0.097389, 51.51345], [-0.097453, 51.513451], [-0.097576, 51.513412], [-0.097797, 51.513371], [-0.097847, 51.513333], [-0.097865, 51.513285], [-0.097824, 51.513207], [-0.097699, 51.513157], [-0.097172, 51.513053], [-0.097223, 51.512859], [-0.097278, 51.51288], [-0.097251, 51.512956], [-0.097288, 51.512992], [-0.098233, 51.513186], [-0.098398, 51.513206], [-0.099217, 51.513223], [-0.099418, 51.51324], [-0.099566, 51.51327], [-0.100057, 51.513426], [-0.100204, 51.513522], [-0.100189, 51.513578], [-0.100269, 51.513633], [-0.100353, 51.513628], [-0.100393, 51.513568], [-0.100539, 51.51366], [-0.100631, 51.513681], [-0.100579, 51.51377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5087, &quot;postcode&quot;: &quot;EC4M 8AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097666, 51.512319], [-0.097443, 51.512311], [-0.097336, 51.512357], [-0.097284, 51.512323], [-0.096938, 51.512288], [-0.096947, 51.512271], [-0.097011, 51.512275], [-0.097055, 51.51226], [-0.097073, 51.512227], [-0.097044, 51.512194], [-0.097069, 51.512192], [-0.097341, 51.512234], [-0.097405, 51.512219], [-0.09741, 51.51226], [-0.097441, 51.512283], [-0.097666, 51.512319]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 331, &quot;postcode&quot;: &quot;EC4M 8AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100455, 51.51336], [-0.100425, 51.513449], [-0.100395, 51.513478], [-0.100377, 51.51354], [-0.100393, 51.513568], [-0.100344, 51.513671], [-0.1003, 51.513671], [-0.100262, 51.513689], [-0.100248, 51.513738], [-0.100212, 51.513757], [-0.100166, 51.513851], [-0.10013, 51.513875], [-0.099869, 51.513939], [-0.099827, 51.51398], [-0.099555, 51.514026], [-0.099493, 51.51407], [-0.099445, 51.514029], [-0.099305, 51.514033], [-0.099268, 51.514059], [-0.099245, 51.514145], [-0.099192, 51.514155], [-0.099174, 51.514097], [-0.099115, 51.514077], [-0.09882, 51.514147], [-0.098782, 51.514178], [-0.098787, 51.514233], [-0.098742, 51.514252], [-0.09873, 51.514281], [-0.09869, 51.514247], [-0.098622, 51.514245], [-0.098615, 51.514099], [-0.098669, 51.514075], [-0.099116, 51.514046], [-0.099161, 51.51402], [-0.099162, 51.51397], [-0.099551, 51.513943], [-0.099581, 51.513915], [-0.099574, 51.513851], [-0.099626, 51.513844], [-0.099684, 51.51388], [-0.099758, 51.513867], [-0.099779, 51.513835], [-0.099737, 51.513555], [-0.099707, 51.513526], [-0.09966, 51.513519], [-0.099609, 51.513528], [-0.099581, 51.513559], [-0.099525, 51.513559], [-0.09951, 51.513488], [-0.099476, 51.513467], [-0.09946, 51.513424], [-0.099414, 51.513406], [-0.099145, 51.513373], [-0.098668, 51.513361], [-0.098554, 51.513396], [-0.098478, 51.513398], [-0.098329, 51.513349], [-0.098978, 51.513326], [-0.099133, 51.513341], [-0.099748, 51.513434], [-0.100036, 51.513548], [-0.10012, 51.513537], [-0.100134, 51.513482], [-0.100054, 51.513425], [-0.099569, 51.513271], [-0.099169, 51.513208], [-0.099052, 51.513221], [-0.099178, 51.513172], [-0.09921, 51.513019], [-0.099238, 51.513005], [-0.100152, 51.513051], [-0.100172, 51.513067], [-0.10015, 51.513297], [-0.100188, 51.513315], [-0.100455, 51.51336]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5598, &quot;postcode&quot;: &quot;EC4M 8AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10067, 51.51385], [-0.100664, 51.513971], [-0.100657, 51.513922], [-0.100658, 51.513896], [-0.100627, 51.513863], [-0.100469, 51.513862], [-0.100419, 51.513902], [-0.100447, 51.514062], [-0.100039, 51.514094], [-0.100003, 51.514125], [-0.100013, 51.514198], [-0.099441, 51.514235], [-0.099404, 51.514093], [-0.099614, 51.514017], [-0.099802, 51.513983], [-0.099843, 51.51394], [-0.100131, 51.513874], [-0.100168, 51.513848], [-0.100232, 51.513725], [-0.100359, 51.513813], [-0.100464, 51.513821], [-0.100506, 51.513805], [-0.100522, 51.513779], [-0.100579, 51.51377], [-0.100607, 51.513784], [-0.100627, 51.513829], [-0.10067, 51.51385]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1942, &quot;postcode&quot;: &quot;EC4M 8BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099472, 51.513017], [-0.099276, 51.513007], [-0.099221, 51.513024], [-0.099182, 51.513184], [-0.099215, 51.513223], [-0.098331, 51.513202], [-0.097657, 51.513068], [-0.097691, 51.512924], [-0.098978, 51.512991], [-0.099033, 51.512975], [-0.099059, 51.512927], [-0.099139, 51.512922], [-0.09921, 51.512945], [-0.099211, 51.512979], [-0.099251, 51.513004], [-0.099472, 51.513017]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2680, &quot;postcode&quot;: &quot;EC4M 8BX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097279, 51.512702], [-0.097267, 51.512695], [-0.09728, 51.512696], [-0.097279, 51.512702]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 8EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097142, 51.513976], [-0.097137, 51.514052], [-0.097019, 51.514068], [-0.096867, 51.514067], [-0.096767, 51.513993], [-0.09662, 51.513851], [-0.096547, 51.513722], [-0.096484, 51.513443], [-0.096604, 51.513434], [-0.096646, 51.5134], [-0.097075, 51.513428], [-0.097042, 51.513517], [-0.097061, 51.513631], [-0.097108, 51.513661], [-0.097122, 51.51376], [-0.097103, 51.513793], [-0.097142, 51.513976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2492, &quot;postcode&quot;: &quot;EC4M 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095963, 51.513348], [-0.096322, 51.513375], [-0.096322, 51.513375], [-0.095963, 51.513348]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 9AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096776, 51.51342], [-0.096483, 51.513445], [-0.096539, 51.513703], [-0.096663, 51.513902], [-0.096867, 51.514067], [-0.097137, 51.514052], [-0.097136, 51.51392], [-0.097111, 51.513924], [-0.097101, 51.513871], [-0.097123, 51.513869], [-0.097085, 51.513762], [-0.097122, 51.51376], [-0.097111, 51.51368], [-0.097108, 51.51366], [-0.097065, 51.513664], [-0.097041, 51.513509], [-0.097075, 51.513428], [-0.097389, 51.51345], [-0.097259, 51.513648], [-0.097197, 51.513809], [-0.097205, 51.514239], [-0.097142, 51.514234], [-0.097118, 51.514405], [-0.09699, 51.514392], [-0.096978, 51.514465], [-0.09708, 51.514479], [-0.097049, 51.514511], [-0.096969, 51.514526], [-0.096875, 51.514508], [-0.096844, 51.514587], [-0.096683, 51.514558], [-0.0967, 51.51447], [-0.096153, 51.514378], [-0.096112, 51.514458], [-0.095513, 51.514358], [-0.095522, 51.514285], [-0.094886, 51.51417], [-0.094839, 51.514246], [-0.094449, 51.514174], [-0.094622, 51.513865], [-0.094788, 51.513486], [-0.094877, 51.513202], [-0.09571, 51.513329], [-0.096646, 51.5134], [-0.096643, 51.513411], [-0.096776, 51.51342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17851, &quot;postcode&quot;: &quot;EC4M 9AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094912, 51.513168], [-0.094869, 51.513227], [-0.094852, 51.513282], [-0.094795, 51.513247], [-0.094842, 51.513212], [-0.094842, 51.513162], [-0.094912, 51.513168]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 42, &quot;postcode&quot;: &quot;EC4M 9AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093811, 51.512526], [-0.093793, 51.512536], [-0.093783, 51.512545], [-0.093792, 51.512524], [-0.093811, 51.512526]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 9AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093662, 51.512795], [-0.093621, 51.512958], [-0.093514, 51.512938], [-0.093547, 51.512863], [-0.093461, 51.512845], [-0.093491, 51.512792], [-0.093662, 51.512795]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 165, &quot;postcode&quot;: &quot;EC4M 9AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094473, 51.513093], [-0.094458, 51.513107], [-0.094451, 51.513105], [-0.094462, 51.513101], [-0.094473, 51.513093]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4M 9BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094852, 51.513282], [-0.094788, 51.513486], [-0.094622, 51.513865], [-0.094596, 51.513911], [-0.094539, 51.513905], [-0.094743, 51.513475], [-0.094811, 51.513287], [-0.094784, 51.513246], [-0.094852, 51.513282]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 258, &quot;postcode&quot;: &quot;EC4M 9BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094414, 51.513179], [-0.094354, 51.513174], [-0.094311, 51.513189], [-0.094261, 51.513302], [-0.094185, 51.513291], [-0.094181, 51.513259], [-0.094141, 51.513236], [-0.094063, 51.513246], [-0.093926, 51.513228], [-0.093971, 51.513088], [-0.094166, 51.513114], [-0.094414, 51.513179]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 396, &quot;postcode&quot;: &quot;EC4M 9BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094976, 51.513042], [-0.095175, 51.512647], [-0.097172, 51.513053], [-0.097076, 51.513417], [-0.096656, 51.513381], [-0.09665, 51.5134], [-0.09571, 51.513329], [-0.094894, 51.513205], [-0.094912, 51.513168], [-0.094795, 51.513143], [-0.094859, 51.51312], [-0.094913, 51.513026], [-0.094976, 51.513042]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8337, &quot;postcode&quot;: &quot;EC4M 9BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09445, 51.513105], [-0.093813, 51.513011], [-0.093326, 51.512902], [-0.093321, 51.512847], [-0.093221, 51.512818], [-0.093399, 51.512855], [-0.093461, 51.512845], [-0.093547, 51.512863], [-0.093536, 51.512926], [-0.093612, 51.512956], [-0.093682, 51.51294], [-0.093708, 51.512875], [-0.09391, 51.5129], [-0.09399, 51.512875], [-0.094116, 51.512895], [-0.094183, 51.512955], [-0.094255, 51.512967], [-0.09431, 51.512952], [-0.094444, 51.512967], [-0.094418, 51.513069], [-0.09445, 51.513105]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 871, &quot;postcode&quot;: &quot;EC4M 9BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096646, 51.511998], [-0.096594, 51.512188], [-0.096661, 51.512195], [-0.096649, 51.512241], [-0.096716, 51.512247], [-0.096663, 51.512491], [-0.096643, 51.512499], [-0.096546, 51.512766], [-0.096454, 51.512818], [-0.095862, 51.512702], [-0.095849, 51.512677], [-0.095905, 51.512286], [-0.095937, 51.512181], [-0.095968, 51.512174], [-0.095985, 51.512082], [-0.095944, 51.512077], [-0.095935, 51.512054], [-0.096387, 51.511996], [-0.096602, 51.511983], [-0.096646, 51.511998]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4285, &quot;postcode&quot;: &quot;EC4M 9BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093041, 51.512635], [-0.093025, 51.512608], [-0.092795, 51.512662], [-0.092785, 51.512706], [-0.092656, 51.512661], [-0.092722, 51.512479], [-0.092771, 51.512495], [-0.093173, 51.512404], [-0.093211, 51.512368], [-0.093163, 51.512339], [-0.09372, 51.512465], [-0.09371, 51.512524], [-0.093657, 51.512488], [-0.093638, 51.51249], [-0.093397, 51.512533], [-0.093397, 51.512564], [-0.093295, 51.512582], [-0.093664, 51.512616], [-0.093691, 51.512632], [-0.093662, 51.512795], [-0.093491, 51.512792], [-0.09345, 51.512865], [-0.09299, 51.512769], [-0.09297, 51.512739], [-0.093076, 51.512626], [-0.093056, 51.512631], [-0.093051, 51.51262], [-0.093041, 51.512635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2344, &quot;postcode&quot;: &quot;EC4M 9BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092979, 51.512798], [-0.092993, 51.51277], [-0.093353, 51.512846], [-0.093326, 51.512902], [-0.093621, 51.512958], [-0.093617, 51.51297], [-0.093869, 51.513024], [-0.094072, 51.513054], [-0.094077, 51.513044], [-0.094145, 51.513053], [-0.09447, 51.513109], [-0.094473, 51.513093], [-0.094846, 51.513154], [-0.094836, 51.513173], [-0.094904, 51.513185], [-0.094894, 51.513205], [-0.094877, 51.513202], [-0.09487, 51.513225], [-0.094691, 51.5132], [-0.094321, 51.513133], [-0.093971, 51.513088], [-0.093974, 51.513078], [-0.093679, 51.513024], [-0.093623, 51.513017], [-0.093618, 51.513041], [-0.093568, 51.513018], [-0.09296, 51.512873], [-0.092246, 51.512633], [-0.092396, 51.512591], [-0.092388, 51.512606], [-0.092421, 51.5126], [-0.09264, 51.512698], [-0.092656, 51.512661], [-0.092964, 51.512762], [-0.092943, 51.512796], [-0.092979, 51.512798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1477, &quot;postcode&quot;: &quot;EC4M 9DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093546, 51.513298], [-0.093623, 51.513017], [-0.093679, 51.513024], [-0.093595, 51.513326], [-0.0933, 51.513883], [-0.093242, 51.513872], [-0.093308, 51.513748], [-0.093251, 51.513735], [-0.093302, 51.51365], [-0.093243, 51.51364], [-0.093285, 51.513542], [-0.093406, 51.513562], [-0.093546, 51.513298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 539, &quot;postcode&quot;: &quot;EC4M 9DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093474, 51.513536], [-0.093452, 51.513576], [-0.093452, 51.513577], [-0.093452, 51.513576], [-0.093474, 51.513536]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4M 9DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093561, 51.513238], [-0.093405, 51.513562], [-0.093327, 51.51355], [-0.093197, 51.513554], [-0.093154, 51.513569], [-0.093131, 51.513606], [-0.093029, 51.513598], [-0.093082, 51.513428], [-0.092962, 51.51337], [-0.092812, 51.513349], [-0.092814, 51.513282], [-0.092848, 51.513244], [-0.092809, 51.513175], [-0.092928, 51.513169], [-0.09298, 51.513127], [-0.093037, 51.51313], [-0.093137, 51.513204], [-0.093561, 51.513238]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1584, &quot;postcode&quot;: &quot;EC4M 9DN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094218, 51.513611], [-0.094245, 51.513617], [-0.094219, 51.513679], [-0.094201, 51.513647], [-0.094218, 51.513611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC4M 9DQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093188, 51.51293], [-0.093618, 51.513041], [-0.093561, 51.513238], [-0.093081, 51.513203], [-0.093085, 51.513161], [-0.093039, 51.51313], [-0.093143, 51.51313], [-0.093188, 51.51293]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 864, &quot;postcode&quot;: &quot;EC4M 9DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093747, 51.513053], [-0.093679, 51.513066], [-0.093652, 51.51312], [-0.093679, 51.513024], [-0.093747, 51.513039], [-0.093747, 51.513053]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15, &quot;postcode&quot;: &quot;EC4M 9EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094026, 51.513313], [-0.094019, 51.513333], [-0.093963, 51.513344], [-0.093914, 51.513388], [-0.093815, 51.513579], [-0.093731, 51.513564], [-0.09369, 51.513534], [-0.093516, 51.513496], [-0.093593, 51.513326], [-0.09367, 51.513054], [-0.093696, 51.513043], [-0.093974, 51.513078], [-0.093913, 51.513263], [-0.093943, 51.513292], [-0.094026, 51.513313]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1227, &quot;postcode&quot;: &quot;EC4M 9EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094424, 51.513345], [-0.094306, 51.513628], [-0.094246, 51.513624], [-0.094199, 51.513648], [-0.093815, 51.513579], [-0.093949, 51.513325], [-0.0939, 51.51329], [-0.093699, 51.51327], [-0.093708, 51.513235], [-0.093803, 51.513243], [-0.093852, 51.513219], [-0.09401, 51.513239], [-0.094111, 51.513231], [-0.094274, 51.513268], [-0.094273, 51.513302], [-0.094304, 51.513325], [-0.094424, 51.513345]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1422, &quot;postcode&quot;: &quot;EC4M 9EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092367, 51.513233], [-0.092293, 51.51323], [-0.092277, 51.51323], [-0.09215, 51.513227], [-0.092254, 51.513222], [-0.092289, 51.513179], [-0.092336, 51.513195], [-0.092367, 51.513233]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 24, &quot;postcode&quot;: &quot;EC4N 1SE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092891, 51.513205], [-0.092889, 51.513248], [-0.092817, 51.513309], [-0.092784, 51.513436], [-0.092516, 51.51341], [-0.092545, 51.513253], [-0.092499, 51.513215], [-0.092545, 51.513194], [-0.092561, 51.513147], [-0.092615, 51.51318], [-0.092809, 51.513175], [-0.092838, 51.513198], [-0.092891, 51.513205]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 579, &quot;postcode&quot;: &quot;EC4N 1SP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092564, 51.513147], [-0.092562, 51.513143], [-0.092577, 51.513068], [-0.092564, 51.513147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1, &quot;postcode&quot;: &quot;EC4N 1SR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092624, 51.513776], [-0.092225, 51.513727], [-0.092315, 51.51326], [-0.092291, 51.51323], [-0.09241, 51.513235], [-0.092429, 51.513201], [-0.092305, 51.513193], [-0.092329, 51.513165], [-0.092386, 51.512858], [-0.092526, 51.512883], [-0.092552, 51.512752], [-0.092532, 51.512722], [-0.092629, 51.512768], [-0.09255, 51.513198], [-0.09269, 51.5132], [-0.092689, 51.513211], [-0.092572, 51.513217], [-0.09255, 51.513232], [-0.092515, 51.51341], [-0.092784, 51.513436], [-0.092624, 51.513776]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2201, &quot;postcode&quot;: &quot;EC4N 1SW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093188, 51.51293], [-0.093142, 51.51313], [-0.093011, 51.513132], [-0.09296, 51.513171], [-0.092558, 51.513183], [-0.092602, 51.51292], [-0.092567, 51.512889], [-0.092486, 51.512876], [-0.092534, 51.512843], [-0.092551, 51.512731], [-0.092958, 51.512872], [-0.093188, 51.51293]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1480, &quot;postcode&quot;: &quot;EC4N 1TX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09301, 51.51244], [-0.092942, 51.512455], [-0.09301, 51.51244], [-0.09301, 51.51244]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4N 4SA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093211, 51.512368], [-0.093166, 51.512406], [-0.092773, 51.512495], [-0.092689, 51.51248], [-0.092642, 51.512488], [-0.092614, 51.512512], [-0.092561, 51.512657], [-0.092421, 51.5126], [-0.092478, 51.512591], [-0.092509, 51.512556], [-0.092513, 51.51252], [-0.092482, 51.512493], [-0.092582, 51.512187], [-0.09271, 51.512212], [-0.092685, 51.5123], [-0.092728, 51.512337], [-0.092912, 51.512364], [-0.09295, 51.512345], [-0.092987, 51.512287], [-0.093165, 51.51234], [-0.093211, 51.512368]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 951, &quot;postcode&quot;: &quot;EC4N 4SF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093426, 51.512354], [-0.093275, 51.512325], [-0.093297, 51.512282], [-0.09338, 51.512312], [-0.093426, 51.512354]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 37, &quot;postcode&quot;: &quot;EC4N 4SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095946, 51.512176], [-0.095927, 51.512239], [-0.095859, 51.51224], [-0.095811, 51.512282], [-0.095655, 51.512273], [-0.095551, 51.512291], [-0.095499, 51.512282], [-0.095369, 51.512216], [-0.095317, 51.512138], [-0.095214, 51.512078], [-0.095156, 51.512069], [-0.095147, 51.512034], [-0.095081, 51.511989], [-0.095125, 51.511931], [-0.095193, 51.511918], [-0.095203, 51.511959], [-0.095263, 51.511979], [-0.095656, 51.511911], [-0.095574, 51.512083], [-0.095586, 51.512118], [-0.095627, 51.512135], [-0.095829, 51.512155], [-0.095898, 51.51218], [-0.095946, 51.512176]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1168, &quot;postcode&quot;: &quot;EC4N 4SJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090986, 51.512965], [-0.0909, 51.512974], [-0.090864, 51.512998], [-0.090889, 51.512951], [-0.090965, 51.512933], [-0.090986, 51.512965]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 22, &quot;postcode&quot;: &quot;EC4N 4TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092526, 51.512883], [-0.092435, 51.512872], [-0.092384, 51.512898], [-0.092329, 51.513165], [-0.092305, 51.513193], [-0.092196, 51.513192], [-0.092138, 51.513227], [-0.09209, 51.513186], [-0.091913, 51.513177], [-0.091866, 51.513193], [-0.091846, 51.513225], [-0.091689, 51.51321], [-0.091664, 51.513167], [-0.091568, 51.513153], [-0.091546, 51.513131], [-0.091601, 51.512963], [-0.091588, 51.512934], [-0.091548, 51.512917], [-0.09157, 51.512838], [-0.091642, 51.51282], [-0.091661, 51.512769], [-0.091788, 51.512754], [-0.092246, 51.512633], [-0.092544, 51.512731], [-0.092526, 51.512883]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3155, &quot;postcode&quot;: &quot;EC4N 4TR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094695, 51.51208], [-0.094625, 51.512122], [-0.094628, 51.512171], [-0.094162, 51.512268], [-0.093984, 51.51223], [-0.094003, 51.512176], [-0.09408, 51.512148], [-0.094102, 51.512122], [-0.094096, 51.512093], [-0.094063, 51.512071], [-0.094046, 51.511996], [-0.094008, 51.51197], [-0.094038, 51.511899], [-0.094125, 51.511799], [-0.094215, 51.511806], [-0.094402, 51.511963], [-0.094393, 51.512003], [-0.094422, 51.512032], [-0.094695, 51.51208]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1334, &quot;postcode&quot;: &quot;EC4N 4UA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090874, 51.51298], [-0.090828, 51.51307], [-0.090778, 51.513086], [-0.090757, 51.513113], [-0.090772, 51.513146], [-0.090831, 51.513171], [-0.090575, 51.513224], [-0.090216, 51.513323], [-0.090183, 51.513364], [-0.090235, 51.513404], [-0.090227, 51.513423], [-0.089969, 51.513379], [-0.089833, 51.513372], [-0.089752, 51.513186], [-0.08996, 51.513056], [-0.090028, 51.512952], [-0.090021, 51.512914], [-0.090066, 51.512862], [-0.090026, 51.512815], [-0.090045, 51.512772], [-0.09012, 51.512771], [-0.090161, 51.512749], [-0.090494, 51.51224], [-0.090509, 51.512243], [-0.090438, 51.512365], [-0.090434, 51.512425], [-0.090391, 51.512496], [-0.090351, 51.512518], [-0.090248, 51.512689], [-0.090265, 51.512731], [-0.090245, 51.512796], [-0.090278, 51.512822], [-0.090557, 51.512899], [-0.090599, 51.51294], [-0.090796, 51.512983], [-0.090874, 51.51298]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3266, &quot;postcode&quot;: &quot;EC4N 4XY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093723, 51.512411], [-0.093718, 51.512465], [-0.09305, 51.512306], [-0.093003, 51.512306], [-0.092965, 51.512325], [-0.09293, 51.512379], [-0.092818, 51.512356], [-0.092756, 51.51238], [-0.09264, 51.512698], [-0.092477, 51.512631], [-0.092418, 51.512643], [-0.092396, 51.512679], [-0.092365, 51.51263], [-0.092292, 51.512619], [-0.092034, 51.512684], [-0.091993, 51.51271], [-0.091695, 51.512772], [-0.091654, 51.512815], [-0.091608, 51.512816], [-0.09157, 51.512837], [-0.091491, 51.512819], [-0.090915, 51.512945], [-0.090874, 51.51298], [-0.090782, 51.512989], [-0.090746, 51.51301], [-0.090744, 51.513049], [-0.090798, 51.513077], [-0.090503, 51.513149], [-0.090481, 51.513103], [-0.090431, 51.513067], [-0.090396, 51.512952], [-0.090457, 51.512933], [-0.090462, 51.512887], [-0.090428, 51.512865], [-0.090268, 51.512821], [-0.090233, 51.512795], [-0.090304, 51.512651], [-0.090312, 51.512567], [-0.090286, 51.512538], [-0.090321, 51.512489], [-0.090365, 51.512489], [-0.090404, 51.512471], [-0.090521, 51.51229], [-0.090494, 51.51224], [-0.090518, 51.512197], [-0.090514, 51.512143], [-0.090598, 51.512131], [-0.090634, 51.512109], [-0.090771, 51.511841], [-0.090887, 51.511816], [-0.090936, 51.511823], [-0.091044, 51.511806], [-0.091167, 51.511877], [-0.092014, 51.512071], [-0.092093, 51.512053], [-0.092149, 51.512058], [-0.092273, 51.512122], [-0.0926, 51.512189], [-0.092648, 51.512183], [-0.092677, 51.512164], [-0.092729, 51.512171], [-0.092775, 51.512159], [-0.092814, 51.512066], [-0.092877, 51.512094], [-0.093342, 51.512194], [-0.093298, 51.512292], [-0.093319, 51.512328], [-0.093723, 51.512411]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15750, &quot;postcode&quot;: &quot;EC4N 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089652, 51.511569], [-0.08959, 51.511594], [-0.089524, 51.511745], [-0.089308, 51.511697], [-0.089398, 51.511526], [-0.089652, 51.511569]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 319, &quot;postcode&quot;: &quot;EC4N 5AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090632, 51.511786], [-0.090614, 51.511835], [-0.090577, 51.511853], [-0.0906, 51.511786], [-0.090567, 51.511744], [-0.090321, 51.511681], [-0.090559, 51.511724], [-0.090632, 51.511786]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 36, &quot;postcode&quot;: &quot;EC4N 5AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090051, 51.511636], [-0.090004, 51.51164], [-0.089971, 51.511661], [-0.089908, 51.511816], [-0.089929, 51.511855], [-0.090006, 51.511878], [-0.089984, 51.511907], [-0.089812, 51.511869], [-0.089768, 51.511881], [-0.089736, 51.511918], [-0.089759, 51.511874], [-0.089725, 51.511838], [-0.089585, 51.511807], [-0.089534, 51.51182], [-0.089507, 51.511854], [-0.089463, 51.511844], [-0.089388, 51.511807], [-0.089373, 51.511757], [-0.089287, 51.511734], [-0.089308, 51.511697], [-0.089465, 51.511729], [-0.089523, 51.511718], [-0.089604, 51.511561], [-0.090051, 51.511636]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 962, &quot;postcode&quot;: &quot;EC4N 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087726, 51.511225], [-0.087708, 51.511258], [-0.087638, 51.511239], [-0.087637, 51.511202], [-0.087588, 51.511173], [-0.087703, 51.511196], [-0.087726, 51.511225]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 36, &quot;postcode&quot;: &quot;EC4N 5AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088739, 51.51189], [-0.088507, 51.511796], [-0.088553, 51.511642], [-0.088519, 51.511526], [-0.088679, 51.511556], [-0.088745, 51.511408], [-0.089023, 51.511458], [-0.088889, 51.511714], [-0.088869, 51.511708], [-0.088739, 51.51189]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1093, &quot;postcode&quot;: &quot;EC4N 5AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089377, 51.511522], [-0.089324, 51.511548], [-0.089176, 51.511794], [-0.088889, 51.511714], [-0.089023, 51.511458], [-0.089377, 51.511522]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 706, &quot;postcode&quot;: &quot;EC4N 5AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090809, 51.511534], [-0.090724, 51.511653], [-0.090732, 51.511693], [-0.090711, 51.511733], [-0.090616, 51.511733], [-0.088808, 51.51142], [-0.088735, 51.51144], [-0.088679, 51.511556], [-0.088519, 51.511526], [-0.088512, 51.511491], [-0.08848, 51.511468], [-0.08834, 51.511448], [-0.08835, 51.51142], [-0.088321, 51.511387], [-0.088327, 51.511354], [-0.088287, 51.511324], [-0.087655, 51.511185], [-0.08697, 51.511064], [-0.087003, 51.511003], [-0.087533, 51.511092], [-0.087585, 51.511071], [-0.087616, 51.51101], [-0.087732, 51.511053], [-0.087971, 51.511097], [-0.088085, 51.511089], [-0.088134, 51.511128], [-0.088595, 51.511219], [-0.088676, 51.511201], [-0.088754, 51.511202], [-0.088761, 51.51123], [-0.088798, 51.511251], [-0.089208, 51.511334], [-0.089275, 51.511322], [-0.08932, 51.511266], [-0.08931, 51.511322], [-0.089378, 51.511359], [-0.090253, 51.511505], [-0.090321, 51.511496], [-0.090395, 51.51151], [-0.090436, 51.511536], [-0.090679, 51.511578], [-0.090734, 51.511574], [-0.090785, 51.511528], [-0.090809, 51.511534]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4756, &quot;postcode&quot;: &quot;EC4N 5AX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092254, 51.511748], [-0.092245, 51.511777], [-0.092199, 51.511775], [-0.092159, 51.511793], [-0.092099, 51.511898], [-0.0921, 51.511928], [-0.092136, 51.511953], [-0.092078, 51.512087], [-0.091154, 51.511877], [-0.091045, 51.511812], [-0.090939, 51.511828], [-0.090876, 51.511819], [-0.09077, 51.511842], [-0.090663, 51.511833], [-0.090834, 51.511487], [-0.090945, 51.511507], [-0.090989, 51.511544], [-0.091241, 51.511594], [-0.091301, 51.511585], [-0.091329, 51.511548], [-0.091328, 51.511591], [-0.091363, 51.511617], [-0.091876, 51.511715], [-0.091936, 51.511706], [-0.091974, 51.511664], [-0.09208, 51.511654], [-0.092157, 51.511732], [-0.092254, 51.511748]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3456, &quot;postcode&quot;: &quot;EC4N 6AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090237, 51.511502], [-0.089705, 51.511409], [-0.089704, 51.511377], [-0.089851, 51.511086], [-0.08979, 51.511062], [-0.089794, 51.511041], [-0.089708, 51.510979], [-0.089679, 51.511], [-0.089673, 51.510957], [-0.089837, 51.510865], [-0.089982, 51.510757], [-0.090022, 51.510657], [-0.090054, 51.510654], [-0.090018, 51.510641], [-0.090106, 51.510584], [-0.090174, 51.510596], [-0.090073, 51.510657], [-0.090171, 51.510675], [-0.090269, 51.510469], [-0.090176, 51.510452], [-0.090222, 51.510356], [-0.090314, 51.510375], [-0.090806, 51.509259], [-0.091783, 51.509391], [-0.091352, 51.510135], [-0.091187, 51.510484], [-0.091218, 51.510496], [-0.091217, 51.51052], [-0.09099, 51.510954], [-0.090966, 51.510946], [-0.09095, 51.510978], [-0.090974, 51.510985], [-0.090909, 51.511065], [-0.090851, 51.511185], [-0.090843, 51.511202], [-0.090894, 51.511216], [-0.090913, 51.511268], [-0.090879, 51.51141], [-0.090749, 51.511572], [-0.090706, 51.511583], [-0.09038, 51.511527], [-0.090395, 51.51151], [-0.09032, 51.511495], [-0.090304, 51.511514], [-0.090269, 51.511508], [-0.090304, 51.511514], [-0.090237, 51.511502]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 17513, &quot;postcode&quot;: &quot;EC4N 6AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087542, 51.510989], [-0.087509, 51.511064], [-0.087522, 51.511093], [-0.086916, 51.510987], [-0.086852, 51.510965], [-0.086912, 51.510861], [-0.086883, 51.510802], [-0.086977, 51.510782], [-0.087111, 51.510804], [-0.087157, 51.510786], [-0.087178, 51.510749], [-0.087263, 51.510753], [-0.087363, 51.510812], [-0.087346, 51.51085], [-0.087361, 51.510879], [-0.087482, 51.510913], [-0.087542, 51.510989]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1083, &quot;postcode&quot;: &quot;EC4N 6AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088892, 51.51101], [-0.088772, 51.511037], [-0.088669, 51.511216], [-0.088641, 51.511228], [-0.088128, 51.511127], [-0.08805, 51.51115], [-0.088011, 51.511105], [-0.087631, 51.511029], [-0.087616, 51.51101], [-0.087915, 51.510505], [-0.08817, 51.510553], [-0.088214, 51.510532], [-0.088268, 51.510444], [-0.088415, 51.510478], [-0.088241, 51.51076], [-0.08825, 51.510802], [-0.088389, 51.510843], [-0.088396, 51.510876], [-0.088433, 51.510896], [-0.088529, 51.510914], [-0.088588, 51.510892], [-0.088829, 51.51095], [-0.088839, 51.510991], [-0.088892, 51.51101]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3628, &quot;postcode&quot;: &quot;EC4N 6EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089464, 51.511048], [-0.089353, 51.511213], [-0.08916, 51.511163], [-0.089087, 51.511306], [-0.088738, 51.51124], [-0.088781, 51.51114], [-0.08886, 51.511022], [-0.088892, 51.51101], [-0.089273, 51.511071], [-0.089281, 51.511054], [-0.089316, 51.511064], [-0.089356, 51.511011], [-0.089464, 51.511048]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 963, &quot;postcode&quot;: &quot;EC4N 6HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08985, 51.511086], [-0.089705, 51.511409], [-0.089354, 51.511355], [-0.089544, 51.51106], [-0.089625, 51.510991], [-0.089708, 51.510979], [-0.08985, 51.511086]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 979, &quot;postcode&quot;: &quot;EC4N 6HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089345, 51.511225], [-0.089328, 51.511265], [-0.089373, 51.511303], [-0.089355, 51.511334], [-0.089279, 51.511346], [-0.089227, 51.511417], [-0.089252, 51.511374], [-0.089236, 51.511341], [-0.089086, 51.511308], [-0.08916, 51.511163], [-0.089213, 51.511177], [-0.0892, 51.511219], [-0.089244, 51.511253], [-0.089304, 51.511254], [-0.089345, 51.511225]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 199, &quot;postcode&quot;: &quot;EC4N 6HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094003, 51.512176], [-0.093984, 51.51223], [-0.094026, 51.512222], [-0.094162, 51.512268], [-0.093937, 51.512315], [-0.093817, 51.512302], [-0.093847, 51.512178], [-0.093973, 51.512134], [-0.094021, 51.512177], [-0.094003, 51.512176]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 245, &quot;postcode&quot;: &quot;EC4N 6JD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093779, 51.512085], [-0.093727, 51.512372], [-0.093575, 51.51238], [-0.093426, 51.512354], [-0.093374, 51.512309], [-0.093302, 51.512282], [-0.093324, 51.512219], [-0.093294, 51.512186], [-0.092923, 51.512104], [-0.092943, 51.512061], [-0.092914, 51.512021], [-0.093026, 51.512032], [-0.093127, 51.511993], [-0.093192, 51.511887], [-0.093391, 51.511919], [-0.093364, 51.512047], [-0.093514, 51.51212], [-0.093583, 51.512123], [-0.093677, 51.512073], [-0.093779, 51.512085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1482, &quot;postcode&quot;: &quot;EC4N 6JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09208, 51.511917], [-0.092109, 51.511879], [-0.092089, 51.511916], [-0.092106, 51.511936], [-0.092345, 51.511979], [-0.092337, 51.511997], [-0.092608, 51.512051], [-0.09246, 51.512022], [-0.092481, 51.512023], [-0.092487, 51.512005], [-0.092581, 51.512021], [-0.092618, 51.512008], [-0.09266, 51.511948], [-0.092644, 51.51201], [-0.09276, 51.512049], [-0.092719, 51.512171], [-0.092563, 51.512143], [-0.092451, 51.512154], [-0.092307, 51.512127], [-0.092296, 51.512146], [-0.092206, 51.512079], [-0.092093, 51.512053], [-0.092136, 51.511953], [-0.0921, 51.511946], [-0.09208, 51.511917]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 676, &quot;postcode&quot;: &quot;EC4N 6LY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09269, 51.51186], [-0.092618, 51.512008], [-0.092581, 51.512021], [-0.092108, 51.511937], [-0.092089, 51.511916], [-0.092162, 51.511782], [-0.092272, 51.511767], [-0.09234, 51.511716], [-0.092517, 51.511743], [-0.092538, 51.511812], [-0.092672, 51.51184], [-0.09269, 51.51186]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 893, &quot;postcode&quot;: &quot;EC4N 6NP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086878, 51.511482], [-0.086687, 51.511747], [-0.086544, 51.511726], [-0.086582, 51.511644], [-0.086558, 51.511608], [-0.08625, 51.511519], [-0.086286, 51.511458], [-0.086277, 51.511427], [-0.086332, 51.511359], [-0.086815, 51.511481], [-0.086878, 51.511482]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 900, &quot;postcode&quot;: &quot;EC4N 7AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088572, 51.512563], [-0.088459, 51.512694], [-0.088416, 51.512692], [-0.088217, 51.512435], [-0.08816, 51.512454], [-0.087993, 51.512268], [-0.088033, 51.512254], [-0.087984, 51.512183], [-0.088009, 51.512174], [-0.088174, 51.51237], [-0.088215, 51.51238], [-0.088521, 51.512017], [-0.08856, 51.512066], [-0.088336, 51.512348], [-0.088654, 51.512447], [-0.088764, 51.512318], [-0.088807, 51.512371], [-0.08863, 51.512577], [-0.089094, 51.512732], [-0.089671, 51.513479], [-0.089327, 51.513459], [-0.089296, 51.513403], [-0.088991, 51.513465], [-0.089002, 51.513489], [-0.088865, 51.513518], [-0.088822, 51.513427], [-0.089108, 51.513434], [-0.089074, 51.513329], [-0.088843, 51.513317], [-0.088956, 51.513304], [-0.089135, 51.513232], [-0.088572, 51.512563]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3851, &quot;postcode&quot;: &quot;EC4N 7AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088553, 51.511642], [-0.088483, 51.511715], [-0.088458, 51.511788], [-0.088469, 51.511819], [-0.088523, 51.511846], [-0.088472, 51.511824], [-0.088441, 51.511803], [-0.08832, 51.511767], [-0.088257, 51.511689], [-0.088306, 51.511612], [-0.08834, 51.511448], [-0.088509, 51.511461], [-0.088497, 51.511499], [-0.088553, 51.511642]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 533, &quot;postcode&quot;: &quot;EC4N 7BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087469, 51.511657], [-0.087268, 51.511956], [-0.087225, 51.51195], [-0.087182, 51.511963], [-0.087124, 51.51204], [-0.086944, 51.511992], [-0.086873, 51.511926], [-0.086704, 51.511882], [-0.087034, 51.511374], [-0.087093, 51.511376], [-0.087339, 51.511669], [-0.08741, 51.511685], [-0.087469, 51.511657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1996, &quot;postcode&quot;: &quot;EC4N 7BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087729, 51.512147], [-0.087704, 51.512155], [-0.087613, 51.512135], [-0.087558, 51.512159], [-0.087268, 51.512082], [-0.087208, 51.512086], [-0.08687, 51.512455], [-0.086824, 51.512442], [-0.087436, 51.511602], [-0.087479, 51.511642], [-0.087418, 51.51176], [-0.087729, 51.512147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1307, &quot;postcode&quot;: &quot;EC4N 7BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088408, 51.512682], [-0.088389, 51.512724], [-0.088314, 51.512767], [-0.088245, 51.512743], [-0.088204, 51.512706], [-0.088061, 51.512652], [-0.08798, 51.512652], [-0.087992, 51.512603], [-0.088078, 51.512573], [-0.088098, 51.512533], [-0.087845, 51.51222], [-0.087792, 51.512203], [-0.087729, 51.512217], [-0.087841, 51.512087], [-0.087887, 51.51211], [-0.087951, 51.512103], [-0.088034, 51.512206], [-0.088023, 51.512301], [-0.088134, 51.512423], [-0.088217, 51.512435], [-0.088408, 51.512682]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 971, &quot;postcode&quot;: &quot;EC4N 7BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08813, 51.512558], [-0.087988, 51.512611], [-0.08786, 51.512823], [-0.087603, 51.512731], [-0.087667, 51.512721], [-0.087715, 51.512666], [-0.087712, 51.512631], [-0.08766, 51.512598], [-0.087731, 51.512483], [-0.087698, 51.512442], [-0.087606, 51.512416], [-0.087552, 51.512425], [-0.087507, 51.512468], [-0.087725, 51.512197], [-0.087697, 51.512163], [-0.08758, 51.512134], [-0.087591, 51.512121], [-0.08769, 51.51215], [-0.087744, 51.512145], [-0.087775, 51.512122], [-0.08777, 51.512083], [-0.087805, 51.512043], [-0.087841, 51.512087], [-0.087792, 51.512147], [-0.087795, 51.512178], [-0.08813, 51.512558]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1444, &quot;postcode&quot;: &quot;EC4N 7BL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08765, 51.51121], [-0.087495, 51.511508], [-0.087417, 51.51155], [-0.087436, 51.511602], [-0.087363, 51.511706], [-0.087122, 51.511411], [-0.087077, 51.511392], [-0.087023, 51.511397], [-0.087147, 51.511136], [-0.08711, 51.511088], [-0.087586, 51.511173], [-0.08765, 51.51121]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1588, &quot;postcode&quot;: &quot;EC4N 7BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088257, 51.511689], [-0.088216, 51.511615], [-0.088266, 51.511595], [-0.088311, 51.511605], [-0.088257, 51.511689]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 35, &quot;postcode&quot;: &quot;EC4N 7BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088708, 51.511878], [-0.08856, 51.512065], [-0.088469, 51.511928], [-0.088366, 51.511824], [-0.088455, 51.511767], [-0.088523, 51.511649], [-0.088486, 51.511473], [-0.088454, 51.511451], [-0.088352, 51.51143], [-0.088364, 51.511414], [-0.088548, 51.511448], [-0.088518, 51.511518], [-0.088553, 51.511642], [-0.088517, 51.511784], [-0.088542, 51.51181], [-0.088708, 51.511878]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 481, &quot;postcode&quot;: &quot;EC4N 7DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086992, 51.51133], [-0.086975, 51.511376], [-0.086867, 51.511496], [-0.086335, 51.51136], [-0.086372, 51.511314], [-0.086438, 51.511305], [-0.0865, 51.511246], [-0.086546, 51.511228], [-0.08676, 51.511287], [-0.086992, 51.51133]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 715, &quot;postcode&quot;: &quot;EC4N 7HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087107, 51.511088], [-0.087038, 51.511232], [-0.08706, 51.511319], [-0.087033, 51.511374], [-0.08696, 51.511373], [-0.086958, 51.511341], [-0.086925, 51.511319], [-0.086578, 51.511237], [-0.086487, 51.511263], [-0.086406, 51.511339], [-0.086305, 51.511292], [-0.086164, 51.51126], [-0.086178, 51.511189], [-0.086124, 51.511155], [-0.08617, 51.511053], [-0.08625, 51.511035], [-0.086296, 51.510948], [-0.08678, 51.511034], [-0.086841, 51.511015], [-0.086852, 51.510965], [-0.08694, 51.510993], [-0.086923, 51.511028], [-0.086951, 51.511058], [-0.087107, 51.511088]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1970, &quot;postcode&quot;: &quot;EC4N 7HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088521, 51.512017], [-0.08824, 51.512367], [-0.088197, 51.512381], [-0.088006, 51.512171], [-0.087993, 51.512128], [-0.087939, 51.512112], [-0.087873, 51.512126], [-0.087844, 51.512102], [-0.087797, 51.512094], [-0.087752, 51.512107], [-0.087721, 51.512138], [-0.087462, 51.511814], [-0.087423, 51.511795], [-0.087378, 51.511795], [-0.087468, 51.511649], [-0.087386, 51.51155], [-0.087494, 51.511506], [-0.08762, 51.511337], [-0.087676, 51.511315], [-0.08772, 51.511234], [-0.087703, 51.511196], [-0.088348, 51.511338], [-0.0883, 51.511427], [-0.088328, 51.511465], [-0.088307, 51.511602], [-0.088252, 51.511625], [-0.088243, 51.511668], [-0.088481, 51.511944], [-0.088521, 51.512017]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5949, &quot;postcode&quot;: &quot;EC4N 7TW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090712, 51.511733], [-0.090483, 51.512196], [-0.090497, 51.512233], [-0.090547, 51.512252], [-0.090395, 51.512487], [-0.090344, 51.512488], [-0.090308, 51.512508], [-0.090095, 51.512859], [-0.089947, 51.512967], [-0.089609, 51.513307], [-0.08954, 51.513293], [-0.089593, 51.513257], [-0.089642, 51.513187], [-0.090057, 51.512779], [-0.090222, 51.512498], [-0.09022, 51.512469], [-0.090389, 51.512208], [-0.090445, 51.512175], [-0.090609, 51.511802], [-0.090595, 51.511745], [-0.090544, 51.51172], [-0.090712, 51.511733]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1150, &quot;postcode&quot;: &quot;EC4N 8AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089199, 51.511758], [-0.08901, 51.512048], [-0.088653, 51.512447], [-0.088336, 51.512348], [-0.088708, 51.511879], [-0.088763, 51.511856], [-0.08887, 51.511708], [-0.089122, 51.511778], [-0.089199, 51.511758]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2044, &quot;postcode&quot;: &quot;EC4N 8AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090605, 51.511781], [-0.090446, 51.512183], [-0.090389, 51.512208], [-0.090133, 51.512599], [-0.089752, 51.512506], [-0.08978, 51.512457], [-0.089594, 51.512412], [-0.089121, 51.512259], [-0.089214, 51.512151], [-0.089041, 51.512093], [-0.089115, 51.512004], [-0.089252, 51.512037], [-0.089373, 51.511834], [-0.089463, 51.511844], [-0.089455, 51.511856], [-0.089498, 51.511868], [-0.089475, 51.511902], [-0.089705, 51.511961], [-0.089781, 51.511855], [-0.089984, 51.511907], [-0.090006, 51.511878], [-0.089894, 51.51185], [-0.089984, 51.511625], [-0.090293, 51.511675], [-0.090562, 51.511737], [-0.090605, 51.511781]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6368, &quot;postcode&quot;: &quot;EC4N 8AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089499, 51.511867], [-0.089455, 51.511856], [-0.089463, 51.511844], [-0.089507, 51.511851], [-0.089499, 51.511867]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;EC4N 8AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089784, 51.511851], [-0.089705, 51.511961], [-0.089475, 51.511902], [-0.089435, 51.511869], [-0.089374, 51.511869], [-0.08934, 51.51189], [-0.089252, 51.512037], [-0.089133, 51.512017], [-0.089069, 51.512062], [-0.089087, 51.512106], [-0.089214, 51.512151], [-0.089149, 51.512232], [-0.089169, 51.512272], [-0.089598, 51.512413], [-0.089494, 51.512537], [-0.089336, 51.512484], [-0.089287, 51.512482], [-0.089199, 51.512545], [-0.089136, 51.512549], [-0.089094, 51.512583], [-0.089007, 51.512555], [-0.088953, 51.512561], [-0.088872, 51.512655], [-0.088692, 51.512597], [-0.088642, 51.512596], [-0.08852, 51.512702], [-0.088469, 51.512701], [-0.088335, 51.512744], [-0.088287, 51.512807], [-0.088222, 51.512715], [-0.08847, 51.512673], [-0.088572, 51.512563], [-0.088616, 51.512564], [-0.088656, 51.512545], [-0.088789, 51.512391], [-0.088796, 51.512362], [-0.088764, 51.512318], [-0.089013, 51.512044], [-0.089341, 51.511515], [-0.089397, 51.511526], [-0.089329, 51.511659], [-0.089342, 51.511696], [-0.089497, 51.511728], [-0.089539, 51.511705], [-0.089566, 51.511646], [-0.08954, 51.51172], [-0.089602, 51.511799], [-0.089784, 51.511851]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3228, &quot;postcode&quot;: &quot;EC4N 8AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09077, 51.511842], [-0.090626, 51.512125], [-0.090514, 51.512143], [-0.090663, 51.511834], [-0.09077, 51.511842]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 251, &quot;postcode&quot;: &quot;EC4N 8AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090514, 51.512143], [-0.09052, 51.512197], [-0.090493, 51.51224], [-0.090464, 51.512233], [-0.090514, 51.512143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 19, &quot;postcode&quot;: &quot;EC4N 8AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09006, 51.512775], [-0.089987, 51.512864], [-0.089991, 51.512895], [-0.090041, 51.512937], [-0.089958, 51.513059], [-0.089761, 51.513187], [-0.089834, 51.513373], [-0.089813, 51.513442], [-0.089749, 51.513346], [-0.089536, 51.513292], [-0.089292, 51.512985], [-0.089373, 51.512838], [-0.089351, 51.512794], [-0.089445, 51.512645], [-0.089502, 51.512657], [-0.089554, 51.512642], [-0.09006, 51.512775]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2643, &quot;postcode&quot;: &quot;EC4N 8BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089452, 51.512635], [-0.089338, 51.512794], [-0.089007, 51.51271], [-0.088878, 51.512654], [-0.088959, 51.512537], [-0.089086, 51.512566], [-0.089146, 51.512527], [-0.089216, 51.512523], [-0.089268, 51.512482], [-0.089232, 51.512521], [-0.089246, 51.512558], [-0.089452, 51.512635]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 711, &quot;postcode&quot;: &quot;EC4N 8BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090306, 51.512652], [-0.090265, 51.512731], [-0.090217, 51.51274], [-0.090184, 51.512715], [-0.090129, 51.512711], [-0.090045, 51.512772], [-0.089606, 51.512656], [-0.089529, 51.512672], [-0.089199, 51.512545], [-0.089285, 51.512467], [-0.089583, 51.512565], [-0.089649, 51.512552], [-0.089693, 51.512492], [-0.090102, 51.512586], [-0.090154, 51.512566], [-0.09022, 51.51247], [-0.09024, 51.512517], [-0.090286, 51.512538], [-0.090268, 51.512576], [-0.090306, 51.512652]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1247, &quot;postcode&quot;: &quot;EC4N 8BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089594, 51.512412], [-0.08978, 51.512457], [-0.089752, 51.512506], [-0.089693, 51.512492], [-0.089635, 51.512585], [-0.089494, 51.512537], [-0.089594, 51.512412]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 189, &quot;postcode&quot;: &quot;EC4N 8BS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095032, 51.512234], [-0.094817, 51.512278], [-0.094805, 51.51228], [-0.094817, 51.512278], [-0.095032, 51.512234]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4P 4LX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090269, 51.510469], [-0.090171, 51.510674], [-0.090083, 51.51066], [-0.090035, 51.510668], [-0.089982, 51.510757], [-0.089837, 51.510865], [-0.089748, 51.510865], [-0.089681, 51.510898], [-0.089659, 51.510927], [-0.089668, 51.511009], [-0.089601, 51.510983], [-0.089553, 51.510983], [-0.08945, 51.511049], [-0.089357, 51.511012], [-0.089403, 51.510947], [-0.08947, 51.510923], [-0.089473, 51.510885], [-0.089274, 51.510791], [-0.089272, 51.510751], [-0.089133, 51.510624], [-0.089311, 51.510663], [-0.08937, 51.51065], [-0.089657, 51.510332], [-0.090269, 51.510469]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2884, &quot;postcode&quot;: &quot;EC4R 0AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090367, 51.510264], [-0.09031, 51.510345], [-0.090314, 51.510375], [-0.090264, 51.510368], [-0.090219, 51.510381], [-0.090175, 51.510452], [-0.089746, 51.510354], [-0.089901, 51.510301], [-0.089982, 51.510241], [-0.09008, 51.51021], [-0.090248, 51.510245], [-0.090326, 51.510203], [-0.090325, 51.510239], [-0.090367, 51.510264]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 623, &quot;postcode&quot;: &quot;EC4R 0AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089193, 51.511171], [-0.089353, 51.511213], [-0.089258, 51.511357], [-0.089167, 51.511351], [-0.089217, 51.511239], [-0.089181, 51.511229], [-0.089213, 51.511177], [-0.089193, 51.511171]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 149, &quot;postcode&quot;: &quot;EC4R 0AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088829, 51.51095], [-0.088626, 51.510913], [-0.088656, 51.510861], [-0.088703, 51.510871], [-0.088756, 51.510807], [-0.088875, 51.510832], [-0.088829, 51.51095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 156, &quot;postcode&quot;: &quot;EC4R 0BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089926, 51.510282], [-0.089746, 51.510354], [-0.08963, 51.510326], [-0.089573, 51.510338], [-0.089287, 51.510658], [-0.088673, 51.510522], [-0.08873, 51.510434], [-0.088727, 51.510405], [-0.088689, 51.510381], [-0.088551, 51.510353], [-0.088702, 51.510053], [-0.089164, 51.510179], [-0.089221, 51.510166], [-0.089273, 51.510096], [-0.089346, 51.510072], [-0.089465, 51.510107], [-0.089712, 51.510233], [-0.08985, 51.510255], [-0.089926, 51.510282]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3418, &quot;postcode&quot;: &quot;EC4R 0BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088765, 51.510395], [-0.088695, 51.510494], [-0.08871, 51.510522], [-0.088752, 51.510539], [-0.08868, 51.510541], [-0.08864, 51.510581], [-0.088443, 51.510537], [-0.088443, 51.510498], [-0.088387, 51.510452], [-0.088439, 51.51043], [-0.088514, 51.5103], [-0.088543, 51.51035], [-0.088765, 51.510395]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 427, &quot;postcode&quot;: &quot;EC4R 0DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087634, 51.510798], [-0.087627, 51.510813], [-0.087605, 51.510856], [-0.087545, 51.510779], [-0.087602, 51.510779], [-0.087634, 51.510798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 26, &quot;postcode&quot;: &quot;EC4R 0DJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088387, 51.510452], [-0.088414, 51.510479], [-0.088356, 51.510574], [-0.088392, 51.510494], [-0.088365, 51.510468], [-0.088306, 51.510457], [-0.088248, 51.510478], [-0.088196, 51.510567], [-0.087948, 51.510518], [-0.087897, 51.510539], [-0.08786, 51.510601], [-0.087914, 51.510506], [-0.088008, 51.510361], [-0.088003, 51.510331], [-0.087971, 51.51031], [-0.087999, 51.510265], [-0.087989, 51.510308], [-0.088051, 51.510374], [-0.088387, 51.510452]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 381, &quot;postcode&quot;: &quot;EC4R 0DP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088266, 51.50996], [-0.08774, 51.510785], [-0.087574, 51.511102], [-0.087497, 51.511089], [-0.087557, 51.510919], [-0.087595, 51.510875], [-0.087581, 51.510837], [-0.087531, 51.51082], [-0.087478, 51.510831], [-0.087443, 51.510864], [-0.087441, 51.510904], [-0.087194, 51.510853], [-0.087204, 51.510834], [-0.08727, 51.510825], [-0.087293, 51.510798], [-0.087263, 51.510753], [-0.087294, 51.510645], [-0.087261, 51.51061], [-0.087329, 51.510526], [-0.08734, 51.510429], [-0.087589, 51.510411], [-0.087802, 51.510465], [-0.087869, 51.510456], [-0.088132, 51.510074], [-0.08819, 51.509949], [-0.088266, 51.50996]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2177, &quot;postcode&quot;: &quot;EC4R 0DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088765, 51.510789], [-0.088703, 51.510871], [-0.088564, 51.510931], [-0.088368, 51.51088], [-0.088341, 51.510839], [-0.088247, 51.510816], [-0.088187, 51.510835], [-0.088125, 51.510921], [-0.08821, 51.510799], [-0.088254, 51.510804], [-0.088297, 51.510789], [-0.088375, 51.510685], [-0.088757, 51.510755], [-0.088765, 51.510789]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 584, &quot;postcode&quot;: &quot;EC4R 0EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090013, 51.510646], [-0.089959, 51.510759], [-0.089545, 51.51106], [-0.089296, 51.511432], [-0.089227, 51.511418], [-0.08943, 51.511097], [-0.089536, 51.510968], [-0.089483, 51.51091], [-0.089315, 51.510826], [-0.089234, 51.510844], [-0.0891, 51.511045], [-0.088918, 51.511015], [-0.088857, 51.511032], [-0.088665, 51.511314], [-0.088629, 51.511306], [-0.088711, 51.511121], [-0.088832, 51.510945], [-0.08886, 51.51085], [-0.088832, 51.510825], [-0.088756, 51.510807], [-0.088756, 51.510772], [-0.088723, 51.51075], [-0.088388, 51.510697], [-0.088352, 51.510717], [-0.088126, 51.511021], [-0.088024, 51.511194], [-0.087957, 51.511182], [-0.088441, 51.510439], [-0.088638, 51.510035], [-0.088702, 51.510053], [-0.088466, 51.51052], [-0.088499, 51.510548], [-0.088579, 51.510567], [-0.088639, 51.510559], [-0.088673, 51.510522], [-0.08905, 51.510602], [-0.089009, 51.51069], [-0.08897, 51.510722], [-0.088971, 51.510832], [-0.088923, 51.510867], [-0.088901, 51.510943], [-0.088932, 51.510979], [-0.089021, 51.510994], [-0.089076, 51.510974], [-0.089288, 51.510657], [-0.089596, 51.510311], [-0.089657, 51.510332], [-0.089371, 51.510654], [-0.089293, 51.510766], [-0.089307, 51.510803], [-0.089574, 51.510919], [-0.089635, 51.510921], [-0.089812, 51.510818], [-0.089935, 51.510721], [-0.089925, 51.510674], [-0.089824, 51.51063], [-0.089908, 51.510547], [-0.089979, 51.51056], [-0.089955, 51.51061], [-0.090013, 51.510646]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2985, &quot;postcode&quot;: &quot;EC4R 0EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089238, 51.510731], [-0.089137, 51.510889], [-0.089195, 51.510962], [-0.089169, 51.511027], [-0.089187, 51.511059], [-0.0891, 51.511045], [-0.089058, 51.511002], [-0.08889, 51.510976], [-0.088955, 51.510812], [-0.088969, 51.51068], [-0.089012, 51.51066], [-0.08905, 51.510602], [-0.089133, 51.510624], [-0.089238, 51.510731]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 717, &quot;postcode&quot;: &quot;EC4R 0EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093144, 51.510271], [-0.093187, 51.51018], [-0.093197, 51.510159], [-0.093144, 51.510271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4R 1AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093281, 51.511576], [-0.09328, 51.511576], [-0.093281, 51.511573], [-0.093281, 51.511576]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4R 1AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093192, 51.511887], [-0.093132, 51.512012], [-0.093062, 51.512044], [-0.092972, 51.512045], [-0.092923, 51.512104], [-0.092827, 51.512104], [-0.092792, 51.51216], [-0.092814, 51.512066], [-0.09286, 51.512039], [-0.092925, 51.511861], [-0.093192, 51.511887]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 393, &quot;postcode&quot;: &quot;EC4R 1BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093372, 51.510384], [-0.093242, 51.51079], [-0.092974, 51.510754], [-0.09302, 51.510723], [-0.093144, 51.510271], [-0.093397, 51.509781], [-0.093698, 51.509855], [-0.093372, 51.510384]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2106, &quot;postcode&quot;: &quot;EC4R 1BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093582, 51.511218], [-0.093505, 51.511484], [-0.093316, 51.511499], [-0.093283, 51.511526], [-0.093281, 51.511534], [-0.093281, 51.511572], [-0.09328, 51.511573], [-0.093279, 51.511475], [-0.093253, 51.511446], [-0.093208, 51.511435], [-0.09315, 51.511453], [-0.093031, 51.511448], [-0.093131, 51.51118], [-0.093582, 51.511218]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1010, &quot;postcode&quot;: &quot;EC4R 1BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093282, 51.511611], [-0.093154, 51.511597], [-0.093108, 51.511608], [-0.093088, 51.51166], [-0.093179, 51.511694], [-0.093184, 51.511709], [-0.093056, 51.511825], [-0.092955, 51.511882], [-0.092926, 51.511854], [-0.092869, 51.511842], [-0.092865, 51.511798], [-0.092917, 51.511787], [-0.09296, 51.511743], [-0.093036, 51.511447], [-0.093112, 51.511448], [-0.093153, 51.511428], [-0.093278, 51.511435], [-0.093282, 51.511611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 657, &quot;postcode&quot;: &quot;EC4R 1BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093565, 51.511029], [-0.093472, 51.511031], [-0.093431, 51.511086], [-0.093429, 51.511153], [-0.093518, 51.511183], [-0.093199, 51.511154], [-0.09312, 51.511192], [-0.093097, 51.51124], [-0.093111, 51.511193], [-0.093095, 51.511164], [-0.092938, 51.511138], [-0.092831, 51.511026], [-0.092966, 51.510841], [-0.093252, 51.510911], [-0.093442, 51.510922], [-0.09357, 51.510908], [-0.093565, 51.511029]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1274, &quot;postcode&quot;: &quot;EC4R 1DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093122, 51.511164], [-0.092925, 51.511806], [-0.092869, 51.511806], [-0.092827, 51.511832], [-0.092788, 51.511813], [-0.092521, 51.511776], [-0.092517, 51.511743], [-0.092562, 51.511738], [-0.092594, 51.511714], [-0.092643, 51.511554], [-0.092497, 51.511493], [-0.092295, 51.511462], [-0.09247, 51.51111], [-0.092462, 51.511073], [-0.092424, 51.511054], [-0.092376, 51.511055], [-0.09219, 51.51114], [-0.092001, 51.511114], [-0.091837, 51.511044], [-0.091839, 51.510943], [-0.092013, 51.510941], [-0.092044, 51.510907], [-0.092019, 51.510867], [-0.092147, 51.510849], [-0.092226, 51.510815], [-0.092299, 51.510721], [-0.092347, 51.510719], [-0.092388, 51.510696], [-0.092681, 51.510759], [-0.092891, 51.510733], [-0.092966, 51.510841], [-0.092831, 51.511026], [-0.092774, 51.511053], [-0.092771, 51.511092], [-0.092814, 51.511118], [-0.093122, 51.511164]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5332, &quot;postcode&quot;: &quot;EC4R 1EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092925, 51.51185], [-0.092844, 51.512081], [-0.092804, 51.512111], [-0.092807, 51.512186], [-0.092718, 51.512176], [-0.092665, 51.512203], [-0.092579, 51.512195], [-0.092547, 51.512174], [-0.092451, 51.512154], [-0.092563, 51.512143], [-0.092674, 51.512159], [-0.092732, 51.512132], [-0.092745, 51.512056], [-0.092644, 51.51201], [-0.092684, 51.511869], [-0.092672, 51.51184], [-0.092771, 51.511852], [-0.092827, 51.511832], [-0.092925, 51.51185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 496, &quot;postcode&quot;: &quot;EC4R 1EE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093553, 51.510905], [-0.093448, 51.510923], [-0.093198, 51.510909], [-0.093163, 51.510884], [-0.092966, 51.510841], [-0.092895, 51.510726], [-0.092967, 51.510738], [-0.09302, 51.510723], [-0.09307, 51.510767], [-0.093196, 51.510784], [-0.093247, 51.510775], [-0.093288, 51.510796], [-0.093499, 51.510821], [-0.093553, 51.510905]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 512, &quot;postcode&quot;: &quot;EC4R 1QS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092662, 51.511546], [-0.092578, 51.511752], [-0.092362, 51.511722], [-0.092245, 51.511776], [-0.09223, 51.511747], [-0.092178, 51.511729], [-0.092081, 51.511654], [-0.092092, 51.511642], [-0.09216, 51.511653], [-0.092209, 51.511638], [-0.092266, 51.511529], [-0.092352, 51.51155], [-0.092417, 51.511535], [-0.092446, 51.511513], [-0.092662, 51.511546]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 687, &quot;postcode&quot;: &quot;EC4R 2RA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092651, 51.511501], [-0.092628, 51.51154], [-0.09248, 51.511523], [-0.092363, 51.511577], [-0.092266, 51.511528], [-0.092295, 51.511462], [-0.092464, 51.511472], [-0.092557, 51.511499], [-0.092636, 51.511486], [-0.092651, 51.511501]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 172, &quot;postcode&quot;: &quot;EC4R 2RB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092116, 51.510955], [-0.091542, 51.510929], [-0.091486, 51.510942], [-0.091413, 51.510922], [-0.091398, 51.510898], [-0.09156, 51.510768], [-0.091624, 51.510752], [-0.091636, 51.510706], [-0.0917, 51.510655], [-0.091898, 51.510641], [-0.091939, 51.510648], [-0.091896, 51.510757], [-0.092116, 51.510955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 959, &quot;postcode&quot;: &quot;EC4R 2RH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093024, 51.511126], [-0.093014, 51.51115], [-0.092552, 51.511076], [-0.092489, 51.511089], [-0.092197, 51.511688], [-0.092207, 51.511719], [-0.092246, 51.511738], [-0.092831, 51.511819], [-0.092816, 51.511861], [-0.092245, 51.511777], [-0.092204, 51.511744], [-0.092017, 51.511712], [-0.091939, 51.511727], [-0.090987, 51.511544], [-0.090916, 51.511551], [-0.090945, 51.511507], [-0.091262, 51.511566], [-0.091328, 51.511553], [-0.091449, 51.511576], [-0.091501, 51.511566], [-0.091637, 51.511355], [-0.091521, 51.511246], [-0.091529, 51.511222], [-0.091606, 51.511213], [-0.09164, 51.511156], [-0.091755, 51.511173], [-0.091807, 51.511161], [-0.091839, 51.511102], [-0.091795, 51.511063], [-0.091837, 51.511044], [-0.092008, 51.511115], [-0.092165, 51.511136], [-0.092211, 51.51113], [-0.092439, 51.511025], [-0.092594, 51.510781], [-0.092636, 51.510797], [-0.092525, 51.510997], [-0.092536, 51.511035], [-0.092712, 51.511072], [-0.092762, 51.511057], [-0.092785, 51.51102], [-0.092831, 51.511026], [-0.092856, 51.511092], [-0.093024, 51.511126]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4124, &quot;postcode&quot;: &quot;EC4R 2RP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091758, 51.511513], [-0.091703, 51.511539], [-0.091679, 51.51162], [-0.091334, 51.511554], [-0.091339, 51.511509], [-0.091446, 51.51143], [-0.091521, 51.511246], [-0.091555, 51.511275], [-0.091646, 51.511293], [-0.091666, 51.511311], [-0.091642, 51.511358], [-0.091656, 51.511387], [-0.091615, 51.511405], [-0.09159, 51.511443], [-0.091599, 51.511478], [-0.091638, 51.511497], [-0.091758, 51.511513]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 549, &quot;postcode&quot;: &quot;EC4R 2RU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091135, 51.511471], [-0.091339, 51.511509], [-0.091321, 51.511578], [-0.091056, 51.511528], [-0.091135, 51.511471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 131, &quot;postcode&quot;: &quot;EC4R 2SH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091397, 51.511287], [-0.091059, 51.511235], [-0.091109, 51.511065], [-0.091426, 51.511079], [-0.091486, 51.510942], [-0.091397, 51.511287]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 526, &quot;postcode&quot;: &quot;EC4R 2SP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091109, 51.511065], [-0.091099, 51.511097], [-0.091054, 51.511084], [-0.091055, 51.511063], [-0.091109, 51.511065]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC4R 2ST&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091919, 51.510777], [-0.091818, 51.510857], [-0.09165, 51.510786], [-0.09156, 51.51078], [-0.091437, 51.510875], [-0.091446, 51.510905], [-0.091489, 51.510926], [-0.091839, 51.510943], [-0.091852, 51.511076], [-0.091811, 51.511183], [-0.091669, 51.511169], [-0.091632, 51.511188], [-0.09161, 51.511235], [-0.091529, 51.511248], [-0.091432, 51.51146], [-0.091358, 51.511513], [-0.091159, 51.511477], [-0.091114, 51.511487], [-0.091056, 51.511528], [-0.090896, 51.511498], [-0.090836, 51.511508], [-0.090732, 51.511692], [-0.090716, 51.511688], [-0.090791, 51.511557], [-0.090785, 51.511528], [-0.090881, 51.511403], [-0.090911, 51.511264], [-0.090891, 51.511223], [-0.090843, 51.511201], [-0.090909, 51.511065], [-0.090958, 51.511012], [-0.090965, 51.510947], [-0.091004, 51.510922], [-0.09122, 51.510509], [-0.091293, 51.510522], [-0.091343, 51.510565], [-0.091479, 51.510557], [-0.0917, 51.510654], [-0.091685, 51.510687], [-0.091712, 51.510717], [-0.091893, 51.510753], [-0.091919, 51.510777]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4889, &quot;postcode&quot;: &quot;EC4R 2SU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090791, 51.509296], [-0.090697, 51.509517], [-0.090656, 51.509524], [-0.090627, 51.509549], [-0.090336, 51.510167], [-0.090274, 51.510254], [-0.090091, 51.510215], [-0.089982, 51.510241], [-0.089893, 51.510231], [-0.08985, 51.510255], [-0.089685, 51.510231], [-0.089656, 51.510198], [-0.089463, 51.510107], [-0.08938, 51.510086], [-0.089262, 51.510121], [-0.089207, 51.510197], [-0.089101, 51.510158], [-0.089072, 51.510014], [-0.089101, 51.509958], [-0.089071, 51.509925], [-0.088796, 51.509851], [-0.088363, 51.509786], [-0.088572, 51.50928], [-0.088669, 51.50897], [-0.090765, 51.509254], [-0.090791, 51.509296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 15884, &quot;postcode&quot;: &quot;EC4R 3AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087766, 51.509022], [-0.087767, 51.509022], [-0.087754, 51.509021], [-0.087766, 51.509022]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4R 3AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092388, 51.510696], [-0.092343, 51.510729], [-0.092299, 51.510721], [-0.092262, 51.51079], [-0.092182, 51.510828], [-0.092208, 51.51078], [-0.09216, 51.51087], [-0.092132, 51.510923], [-0.092069, 51.510896], [-0.092092, 51.510849], [-0.092019, 51.510867], [-0.091885, 51.510746], [-0.091971, 51.51059], [-0.09237, 51.510664], [-0.092387, 51.51063], [-0.092895, 51.510726], [-0.092688, 51.510761], [-0.092388, 51.510696]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 924, &quot;postcode&quot;: &quot;EC4R 3TA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09368, 51.509814], [-0.093661, 51.509846], [-0.093452, 51.509799], [-0.093377, 51.509823], [-0.093377, 51.509789], [-0.093344, 51.509766], [-0.092543, 51.509553], [-0.09368, 51.509814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 221, &quot;postcode&quot;: &quot;EC4R 3TB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093397, 51.509781], [-0.093145, 51.510269], [-0.093118, 51.510412], [-0.093009, 51.510738], [-0.092447, 51.510642], [-0.09237, 51.510664], [-0.092022, 51.5106], [-0.091968, 51.510612], [-0.091939, 51.510648], [-0.091702, 51.510655], [-0.091482, 51.510559], [-0.09122, 51.510508], [-0.091187, 51.510484], [-0.091201, 51.510453], [-0.091244, 51.510448], [-0.091276, 51.510426], [-0.091458, 51.51006], [-0.091671, 51.509712], [-0.09174, 51.509721], [-0.091791, 51.509699], [-0.091946, 51.509414], [-0.093397, 51.509781]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14358, &quot;postcode&quot;: &quot;EC4R 3TD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091946, 51.509413], [-0.091773, 51.509733], [-0.091671, 51.509712], [-0.091703, 51.509641], [-0.091665, 51.509604], [-0.091681, 51.509576], [-0.091752, 51.509557], [-0.091794, 51.509484], [-0.09176, 51.509435], [-0.091783, 51.509391], [-0.091946, 51.509413]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 326, &quot;postcode&quot;: &quot;EC4R 3TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088252, 51.509828], [-0.088218, 51.509897], [-0.088149, 51.509914], [-0.088113, 51.509981], [-0.088036, 51.509926], [-0.087881, 51.509899], [-0.087837, 51.50987], [-0.087784, 51.509863], [-0.087742, 51.509877], [-0.087637, 51.50986], [-0.087625, 51.509829], [-0.087559, 51.509807], [-0.087478, 51.509717], [-0.087332, 51.509714], [-0.087359, 51.509672], [-0.087344, 51.50964], [-0.087205, 51.50961], [-0.087192, 51.509412], [-0.087146, 51.509391], [-0.087082, 51.509397], [-0.087052, 51.509422], [-0.087048, 51.509472], [-0.087036, 51.509379], [-0.087097, 51.509323], [-0.087425, 51.509466], [-0.087392, 51.509566], [-0.087428, 51.509606], [-0.087857, 51.509671], [-0.087944, 51.509713], [-0.087932, 51.509754], [-0.087965, 51.509783], [-0.088252, 51.509828]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1457, &quot;postcode&quot;: &quot;EC4R 3TJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089096, 51.509979], [-0.089072, 51.510014], [-0.088624, 51.510059], [-0.088583, 51.510021], [-0.088381, 51.509988], [-0.088104, 51.510059], [-0.088125, 51.510008], [-0.088036, 51.509926], [-0.08754, 51.509844], [-0.087559, 51.509807], [-0.087658, 51.509824], [-0.087703, 51.509851], [-0.087754, 51.50985], [-0.087888, 51.509882], [-0.087931, 51.509907], [-0.088106, 51.509924], [-0.088166, 51.509867], [-0.08816, 51.509828], [-0.088038, 51.509784], [-0.087925, 51.509779], [-0.087951, 51.509733], [-0.087894, 51.509684], [-0.088329, 51.509749], [-0.088371, 51.509726], [-0.088388, 51.509679], [-0.088357, 51.509647], [-0.088292, 51.509641], [-0.088309, 51.5096], [-0.088354, 51.509639], [-0.088422, 51.509642], [-0.088379, 51.50975], [-0.088409, 51.509789], [-0.08855, 51.509815], [-0.088606, 51.509803], [-0.088777, 51.509856], [-0.089074, 51.509908], [-0.089063, 51.509947], [-0.089096, 51.509979]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1754, &quot;postcode&quot;: &quot;EC4R 3TN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088619, 51.509143], [-0.088366, 51.509762], [-0.088286, 51.509767], [-0.088245, 51.509743], [-0.087972, 51.509699], [-0.088198, 51.509727], [-0.088258, 51.509709], [-0.088439, 51.509294], [-0.088489, 51.509269], [-0.088547, 51.509134], [-0.088619, 51.509143]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 571, &quot;postcode&quot;: &quot;EC4R 3TT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090388, 51.510059], [-0.090339, 51.510179], [-0.090317, 51.510203], [-0.090388, 51.510059]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4R 3UE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090806, 51.509259], [-0.090368, 51.510264], [-0.090302, 51.510253], [-0.090769, 51.509254], [-0.090806, 51.509259]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 479, &quot;postcode&quot;: &quot;EC4R 3UL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091836, 51.509406], [-0.091457, 51.510061], [-0.091281, 51.510417], [-0.091224, 51.510407], [-0.091353, 51.510135], [-0.091781, 51.509395], [-0.091836, 51.509406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 487, &quot;postcode&quot;: &quot;EC4R 3XJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088638, 51.510033], [-0.088424, 51.51046], [-0.088005, 51.510366], [-0.088036, 51.510302], [-0.088, 51.510264], [-0.088074, 51.510245], [-0.088125, 51.510172], [-0.088105, 51.510131], [-0.088038, 51.510119], [-0.088104, 51.51006], [-0.088404, 51.50998], [-0.088638, 51.510033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1498, &quot;postcode&quot;: &quot;EC4R 9AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086558, 51.510634], [-0.086538, 51.510671], [-0.086486, 51.510702], [-0.086273, 51.510773], [-0.086037, 51.51074], [-0.085976, 51.510766], [-0.085982, 51.51081], [-0.085846, 51.510778], [-0.0859, 51.510773], [-0.085931, 51.51075], [-0.085897, 51.510678], [-0.086068, 51.510348], [-0.086263, 51.510391], [-0.08629, 51.510426], [-0.086375, 51.510445], [-0.08634, 51.510525], [-0.086349, 51.510555], [-0.086407, 51.510605], [-0.086558, 51.510634]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1301, &quot;postcode&quot;: &quot;EC4R 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086713, 51.510395], [-0.086681, 51.510452], [-0.08663, 51.510479], [-0.086558, 51.510634], [-0.086309, 51.51058], [-0.086361, 51.510472], [-0.086333, 51.510417], [-0.086068, 51.510348], [-0.086106, 51.510279], [-0.08619, 51.510268], [-0.086482, 51.510326], [-0.086605, 51.51036], [-0.086657, 51.510393], [-0.086713, 51.510395]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 832, &quot;postcode&quot;: &quot;EC4R 9AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087342, 51.509696], [-0.087266, 51.509857], [-0.087176, 51.509893], [-0.087129, 51.510014], [-0.087144, 51.510048], [-0.087195, 51.510066], [-0.087145, 51.510211], [-0.087175, 51.510269], [-0.087098, 51.510384], [-0.087153, 51.510439], [-0.087029, 51.510435], [-0.08698, 51.510457], [-0.086872, 51.510717], [-0.086886, 51.510809], [-0.086959, 51.510889], [-0.086916, 51.510988], [-0.086416, 51.510908], [-0.085943, 51.510801], [-0.085991, 51.510727], [-0.086254, 51.510775], [-0.086495, 51.510698], [-0.086595, 51.510611], [-0.086713, 51.510394], [-0.086762, 51.51039], [-0.086792, 51.510371], [-0.086792, 51.510327], [-0.086834, 51.510282], [-0.086818, 51.510241], [-0.086725, 51.510209], [-0.086774, 51.510179], [-0.086859, 51.509952], [-0.086917, 51.509918], [-0.086943, 51.509843], [-0.086913, 51.509757], [-0.086872, 51.509729], [-0.086645, 51.509684], [-0.086485, 51.509525], [-0.086668, 51.509474], [-0.086903, 51.509501], [-0.086997, 51.509457], [-0.087035, 51.50938], [-0.087043, 51.50964], [-0.087154, 51.509673], [-0.087342, 51.509696]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4790, &quot;postcode&quot;: &quot;EC4R 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087386, 51.510541], [-0.087318, 51.510598], [-0.087287, 51.510714], [-0.087207, 51.510828], [-0.087017, 51.510794], [-0.086973, 51.510806], [-0.08694, 51.51084], [-0.086883, 51.510802], [-0.08687, 51.510757], [-0.086833, 51.510724], [-0.086851, 51.510685], [-0.086901, 51.510659], [-0.086943, 51.510542], [-0.086998, 51.510522], [-0.087091, 51.510391], [-0.087161, 51.510438], [-0.087263, 51.510447], [-0.087371, 51.510435], [-0.087334, 51.510502], [-0.087386, 51.510541]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1117, &quot;postcode&quot;: &quot;EC4R 9AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088007, 51.510134], [-0.088131, 51.510076], [-0.087863, 51.51048], [-0.087589, 51.510411], [-0.087362, 51.510432], [-0.087254, 51.510407], [-0.087322, 51.51031], [-0.087196, 51.510282], [-0.087144, 51.510216], [-0.087296, 51.50981], [-0.088045, 51.509925], [-0.088139, 51.510018], [-0.088075, 51.510095], [-0.088007, 51.510134]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3584, &quot;postcode&quot;: &quot;EC4R 9AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088593, 51.509008], [-0.088596, 51.509049], [-0.08853, 51.509082], [-0.088253, 51.509732], [-0.087378, 51.5096], [-0.0874, 51.50954], [-0.087421, 51.509478], [-0.08743, 51.509453], [-0.087426, 51.509466], [-0.087094, 51.509323], [-0.087098, 51.509298], [-0.087269, 51.509263], [-0.087488, 51.509291], [-0.087595, 51.509002], [-0.088013, 51.509057], [-0.088035, 51.508995], [-0.088088, 51.509001], [-0.0881, 51.508975], [-0.088612, 51.50897], [-0.088593, 51.509008]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5274, &quot;postcode&quot;: &quot;EC4R 9EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093764, 51.512202], [-0.093742, 51.512291], [-0.093766, 51.512318], [-0.09381, 51.512329], [-0.093813, 51.512384], [-0.093677, 51.512984], [-0.093617, 51.51297], [-0.093746, 51.512337], [-0.093734, 51.512307], [-0.093744, 51.512219], [-0.093764, 51.512202]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 369, &quot;postcode&quot;: &quot;EC4V 2AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095348, 51.511256], [-0.095337, 51.511388], [-0.095239, 51.511639], [-0.095164, 51.512032], [-0.095183, 51.512063], [-0.095245, 51.51209], [-0.095144, 51.51211], [-0.094618, 51.512036], [-0.094783, 51.511527], [-0.094751, 51.511452], [-0.094938, 51.511481], [-0.094989, 51.511467], [-0.09501, 51.511438], [-0.095238, 51.511452], [-0.095275, 51.511426], [-0.095323, 51.511263], [-0.095348, 51.511256]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2567, &quot;postcode&quot;: &quot;EC4V 2AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093831, 51.510926], [-0.094028, 51.510898], [-0.094108, 51.510939], [-0.094252, 51.511169], [-0.094186, 51.511194], [-0.094093, 51.511197], [-0.094045, 51.511219], [-0.094049, 51.511164], [-0.093905, 51.511888], [-0.094597, 51.51201], [-0.09476, 51.511453], [-0.094805, 51.511458], [-0.094618, 51.512036], [-0.095143, 51.51211], [-0.094768, 51.51209], [-0.093988, 51.511958], [-0.093893, 51.511975], [-0.093798, 51.512379], [-0.093728, 51.512363], [-0.093803, 51.511982], [-0.093062, 51.511868], [-0.092925, 51.511861], [-0.092925, 51.51185], [-0.092826, 51.511836], [-0.092838, 51.511794], [-0.092925, 51.511806], [-0.092943, 51.511748], [-0.092938, 51.511803], [-0.093003, 51.511818], [-0.093762, 51.511923], [-0.09381, 51.511926], [-0.093846, 51.511908], [-0.093931, 51.511251], [-0.09312, 51.511176], [-0.093122, 51.511164], [-0.093014, 51.51115], [-0.093024, 51.511126], [-0.093197, 51.51115], [-0.093332, 51.511165], [-0.093525, 51.511184], [-0.093407, 51.511168], [-0.093454, 51.511019], [-0.093565, 51.511029], [-0.09357, 51.510908], [-0.093692, 51.510897], [-0.093831, 51.510926]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3419, &quot;postcode&quot;: &quot;EC4V 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095016, 51.51175], [-0.094996, 51.511792], [-0.094733, 51.511859], [-0.09468, 51.511847], [-0.094553, 51.511713], [-0.094571, 51.511672], [-0.094734, 51.511692], [-0.094779, 51.511679], [-0.094801, 51.511651], [-0.094868, 51.511656], [-0.094891, 51.511685], [-0.095016, 51.51175]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 450, &quot;postcode&quot;: &quot;EC4V 2AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09627, 51.511755], [-0.096264, 51.511826], [-0.095762, 51.51189], [-0.095203, 51.511993], [-0.095185, 51.511964], [-0.095224, 51.511747], [-0.095636, 51.511781], [-0.095706, 51.511757], [-0.096007, 51.511766], [-0.096063, 51.51174], [-0.09627, 51.511755]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1172, &quot;postcode&quot;: &quot;EC4V 2AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094125, 51.511799], [-0.093992, 51.511978], [-0.093922, 51.51197], [-0.093913, 51.51194], [-0.093876, 51.51192], [-0.093698, 51.511914], [-0.093703, 51.511831], [-0.093633, 51.511732], [-0.093577, 51.511705], [-0.093502, 51.511701], [-0.093353, 51.511751], [-0.093306, 51.511812], [-0.093212, 51.511847], [-0.093056, 51.511825], [-0.093192, 51.511675], [-0.093187, 51.511645], [-0.093149, 51.511622], [-0.093157, 51.511597], [-0.09323, 51.5116], [-0.093275, 51.511574], [-0.09328, 51.51149], [-0.093463, 51.511477], [-0.093511, 51.511453], [-0.093582, 51.511218], [-0.093964, 51.511255], [-0.094045, 51.511219], [-0.094021, 51.511295], [-0.09396, 51.511297], [-0.093926, 51.511324], [-0.093873, 51.511653], [-0.093915, 51.51169], [-0.094062, 51.5117], [-0.094062, 51.511731], [-0.094125, 51.511799]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2847, &quot;postcode&quot;: &quot;EC4V 2AU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09411, 51.512134], [-0.094021, 51.512176], [-0.093973, 51.512134], [-0.093948, 51.512057], [-0.093859, 51.512036], [-0.0938, 51.51205], [-0.093779, 51.512085], [-0.093709, 51.512085], [-0.093668, 51.512113], [-0.093596, 51.512103], [-0.093626, 51.512034], [-0.093619, 51.511967], [-0.093641, 51.511957], [-0.093843, 51.511989], [-0.093922, 51.51197], [-0.094008, 51.51197], [-0.09406, 51.511996], [-0.09411, 51.512134]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 417, &quot;postcode&quot;: &quot;EC4V 2BA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093378, 51.51196], [-0.093433, 51.511925], [-0.093618, 51.511954], [-0.093643, 51.512055], [-0.093616, 51.512052], [-0.093606, 51.512133], [-0.093519, 51.512122], [-0.09336, 51.512057], [-0.093378, 51.51196], [-0.093482, 51.511981], [-0.093378, 51.51196]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 320, &quot;postcode&quot;: &quot;EC4V 2BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093709, 51.511842], [-0.093698, 51.511914], [-0.093619, 51.511967], [-0.0936, 51.511909], [-0.093505, 51.511889], [-0.093454, 51.511902], [-0.093378, 51.51196], [-0.093392, 51.511906], [-0.093373, 51.511878], [-0.093212, 51.511847], [-0.093215, 51.511834], [-0.093303, 51.511807], [-0.093335, 51.511754], [-0.093513, 51.511696], [-0.093596, 51.511708], [-0.093638, 51.511732], [-0.093709, 51.511842]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 548, &quot;postcode&quot;: &quot;EC4V 2BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096342, 51.511282], [-0.096286, 51.511485], [-0.096297, 51.511753], [-0.096227, 51.511759], [-0.096187, 51.511743], [-0.096104, 51.511741], [-0.096035, 51.511767], [-0.09573, 51.511757], [-0.095659, 51.511785], [-0.095225, 51.511747], [-0.095246, 51.511615], [-0.095293, 51.511512], [-0.095264, 51.511471], [-0.095073, 51.511444], [-0.095021, 51.511455], [-0.094997, 51.511485], [-0.094852, 51.511476], [-0.094794, 51.511457], [-0.094721, 51.511465], [-0.094549, 51.511451], [-0.094574, 51.511276], [-0.094537, 51.511252], [-0.094397, 51.511225], [-0.094458, 51.511038], [-0.094799, 51.511074], [-0.094866, 51.511053], [-0.094878, 51.511012], [-0.094843, 51.510983], [-0.095041, 51.510449], [-0.095214, 51.510169], [-0.095257, 51.510179], [-0.09525, 51.510232], [-0.095084, 51.51055], [-0.095092, 51.510584], [-0.095193, 51.510612], [-0.095373, 51.510552], [-0.095549, 51.510577], [-0.095543, 51.510652], [-0.095654, 51.510682], [-0.095621, 51.510776], [-0.095631, 51.510814], [-0.095831, 51.510865], [-0.095842, 51.51121], [-0.095888, 51.51123], [-0.096342, 51.511282]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10489, &quot;postcode&quot;: &quot;EC4V 3AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099812, 51.511001], [-0.099739, 51.511265], [-0.099611, 51.511373], [-0.09955, 51.5114], [-0.099482, 51.511409], [-0.09945, 51.511449], [-0.099397, 51.511457], [-0.099368, 51.511486], [-0.099405, 51.511534], [-0.099615, 51.51156], [-0.099604, 51.511596], [-0.099092, 51.511541], [-0.099047, 51.511569], [-0.099034, 51.511648], [-0.098809, 51.511773], [-0.098686, 51.51177], [-0.098631, 51.511729], [-0.09878, 51.511228], [-0.09875, 51.511187], [-0.098621, 51.511152], [-0.098375, 51.511157], [-0.09834, 51.511202], [-0.098289, 51.511419], [-0.097904, 51.511365], [-0.097971, 51.511076], [-0.098021, 51.510959], [-0.09794, 51.510854], [-0.097933, 51.510713], [-0.098163, 51.510659], [-0.09892, 51.510762], [-0.09891, 51.510813], [-0.098953, 51.510845], [-0.099267, 51.510926], [-0.099812, 51.511001]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8720, &quot;postcode&quot;: &quot;EC4V 3AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093692, 51.510897], [-0.093553, 51.510905], [-0.093499, 51.510821], [-0.093711, 51.510843], [-0.093692, 51.510897]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 95, &quot;postcode&quot;: &quot;EC4V 3BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095213, 51.510169], [-0.095041, 51.510451], [-0.094932, 51.510744], [-0.094941, 51.510778], [-0.095, 51.510809], [-0.09495, 51.510805], [-0.094905, 51.510826], [-0.094834, 51.510983], [-0.094083, 51.510887], [-0.093831, 51.510926], [-0.093693, 51.510897], [-0.09369, 51.51086], [-0.09365, 51.510837], [-0.093267, 51.510793], [-0.093247, 51.510775], [-0.093379, 51.510364], [-0.093698, 51.509855], [-0.094393, 51.509979], [-0.095213, 51.510169]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11706, &quot;postcode&quot;: &quot;EC4V 3BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101828, 51.511227], [-0.101799, 51.511369], [-0.101713, 51.511408], [-0.101659, 51.511403], [-0.101729, 51.511224], [-0.101828, 51.511227]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 156, &quot;postcode&quot;: &quot;EC4V 3DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103106, 51.51115], [-0.102817, 51.511153], [-0.102735, 51.511189], [-0.102723, 51.511384], [-0.102655, 51.511398], [-0.102626, 51.511429], [-0.102695, 51.511528], [-0.102512, 51.511872], [-0.102587, 51.511948], [-0.102635, 51.511963], [-0.102915, 51.511888], [-0.102625, 51.511979], [-0.102492, 51.512087], [-0.102344, 51.512106], [-0.102295, 51.512149], [-0.10197, 51.512095], [-0.101919, 51.512108], [-0.101893, 51.512139], [-0.101786, 51.51214], [-0.101741, 51.51217], [-0.101721, 51.512141], [-0.101811, 51.512058], [-0.101845, 51.511979], [-0.101823, 51.511919], [-0.101782, 51.511898], [-0.101492, 51.511856], [-0.101583, 51.511603], [-0.10166, 51.511605], [-0.101705, 51.511578], [-0.10179, 51.511408], [-0.101829, 51.511227], [-0.102063, 51.511235], [-0.102069, 51.511392], [-0.102037, 51.511505], [-0.102063, 51.511536], [-0.102117, 51.511545], [-0.102173, 51.51152], [-0.102218, 51.511414], [-0.102214, 51.51124], [-0.102607, 51.511243], [-0.102719, 51.51119], [-0.102738, 51.51115], [-0.102817, 51.51115], [-0.102946, 51.511119], [-0.103085, 51.511117], [-0.103106, 51.51115]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5938, &quot;postcode&quot;: &quot;EC4V 3DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097091, 51.510501], [-0.096993, 51.510744], [-0.096936, 51.510743], [-0.096895, 51.510771], [-0.096823, 51.510944], [-0.096845, 51.510975], [-0.096899, 51.510988], [-0.096835, 51.510989], [-0.096792, 51.511012], [-0.096742, 51.5111], [-0.09677, 51.51114], [-0.096607, 51.511206], [-0.096498, 51.511218], [-0.096374, 51.511185], [-0.096169, 51.511035], [-0.096038, 51.511014], [-0.095971, 51.511033], [-0.095925, 51.511122], [-0.095807, 51.511088], [-0.095729, 51.511099], [-0.095792, 51.510956], [-0.095824, 51.510933], [-0.095932, 51.510966], [-0.09601, 51.510964], [-0.096195, 51.510993], [-0.096306, 51.510961], [-0.096337, 51.510925], [-0.096335, 51.510962], [-0.09639, 51.511004], [-0.096487, 51.511023], [-0.09654, 51.511016], [-0.096569, 51.510992], [-0.096814, 51.510462], [-0.097091, 51.510501]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2146, &quot;postcode&quot;: &quot;EC4V 3DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09534, 51.511223], [-0.095348, 51.511256], [-0.095326, 51.511262], [-0.09534, 51.511223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4V 3DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09568, 51.510557], [-0.095699, 51.510592], [-0.09567, 51.51065], [-0.09568, 51.510557]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10, &quot;postcode&quot;: &quot;EC4V 3EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095826, 51.510876], [-0.095793, 51.510857], [-0.095615, 51.510821], [-0.095636, 51.5107], [-0.095523, 51.510648], [-0.09555, 51.510577], [-0.095626, 51.510584], [-0.095673, 51.510565], [-0.095793, 51.510399], [-0.095998, 51.510325], [-0.096033, 51.510339], [-0.095826, 51.510876]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1004, &quot;postcode&quot;: &quot;EC4V 3EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098084, 51.511389], [-0.098078, 51.511463], [-0.097829, 51.511456], [-0.097334, 51.511409], [-0.097288, 51.511429], [-0.097275, 51.511481], [-0.097241, 51.511508], [-0.097089, 51.511467], [-0.097021, 51.511386], [-0.09698, 51.511368], [-0.096984, 51.511336], [-0.096957, 51.51131], [-0.096761, 51.511283], [-0.096807, 51.511225], [-0.096812, 51.511177], [-0.096791, 51.511148], [-0.09673, 51.511127], [-0.09691, 51.510728], [-0.096992, 51.510744], [-0.0969, 51.510988], [-0.096865, 51.511021], [-0.096854, 51.511244], [-0.096878, 51.511275], [-0.097076, 51.51129], [-0.097088, 51.511354], [-0.097205, 51.511394], [-0.097502, 51.511387], [-0.097561, 51.511352], [-0.097615, 51.511391], [-0.097868, 51.511392], [-0.097901, 51.511365], [-0.097939, 51.511229], [-0.097892, 51.511184], [-0.097843, 51.511184], [-0.097661, 51.511238], [-0.097562, 51.511338], [-0.097556, 51.511324], [-0.097737, 51.510895], [-0.09794, 51.510854], [-0.097991, 51.510922], [-0.097955, 51.511009], [-0.097985, 51.511045], [-0.097915, 51.511336], [-0.097957, 51.511371], [-0.098084, 51.511389]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1755, &quot;postcode&quot;: &quot;EC4V 3HT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098943, 51.510682], [-0.09892, 51.510762], [-0.097908, 51.510626], [-0.097861, 51.510633], [-0.097832, 51.510656], [-0.097076, 51.51054], [-0.097033, 51.510493], [-0.096842, 51.510471], [-0.096786, 51.510514], [-0.096552, 51.511029], [-0.096516, 51.511028], [-0.096358, 51.511002], [-0.096315, 51.510976], [-0.096477, 51.510598], [-0.096514, 51.510576], [-0.096544, 51.510512], [-0.096523, 51.510472], [-0.096456, 51.510461], [-0.096498, 51.510382], [-0.096493, 51.510352], [-0.096459, 51.510331], [-0.096188, 51.510272], [-0.096141, 51.510281], [-0.096059, 51.510339], [-0.095998, 51.510324], [-0.096164, 51.510265], [-0.098943, 51.510682]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3320, &quot;postcode&quot;: &quot;EC4V 3PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096543, 51.510515], [-0.096505, 51.510602], [-0.096463, 51.510631], [-0.096315, 51.510976], [-0.096265, 51.510989], [-0.096019, 51.510947], [-0.095949, 51.510965], [-0.095844, 51.51095], [-0.095814, 51.510913], [-0.096033, 51.510338], [-0.096076, 51.510326], [-0.096162, 51.510264], [-0.096519, 51.510344], [-0.096457, 51.510469], [-0.096483, 51.5105], [-0.096543, 51.510515]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2671, &quot;postcode&quot;: &quot;EC4V 3PL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096549, 51.510485], [-0.096543, 51.510515], [-0.096437, 51.510494], [-0.096455, 51.510461], [-0.096519, 51.51044], [-0.096549, 51.510485]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 40, &quot;postcode&quot;: &quot;EC4V 3PQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096058, 51.510338], [-0.096005, 51.510334], [-0.095999, 51.510326], [-0.096058, 51.510338]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC4V 3PT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096939, 51.51066], [-0.096918, 51.51071], [-0.096917, 51.510711], [-0.096918, 51.51071], [-0.096939, 51.51066]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4V 3QH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098169, 51.51066], [-0.097971, 51.511076], [-0.097901, 51.511364], [-0.098082, 51.511398], [-0.09733, 51.511386], [-0.097328, 51.511406], [-0.097071, 51.51137], [-0.097076, 51.51129], [-0.096851, 51.511284], [-0.096867, 51.510987], [-0.0969, 51.510988], [-0.097073, 51.51054], [-0.097832, 51.510656], [-0.097848, 51.510618], [-0.098169, 51.51066]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6538, &quot;postcode&quot;: &quot;EC4V 3QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095032, 51.511067], [-0.09502, 51.511102], [-0.094974, 51.511103], [-0.094938, 51.511123], [-0.094914, 51.511207], [-0.094857, 51.5112], [-0.094868, 51.511122], [-0.094835, 51.51109], [-0.094788, 51.511074], [-0.09452, 51.511045], [-0.094451, 51.511068], [-0.094412, 51.511178], [-0.094252, 51.511169], [-0.094112, 51.510946], [-0.094028, 51.510898], [-0.094043, 51.510881], [-0.094196, 51.510887], [-0.094246, 51.510911], [-0.094949, 51.510997], [-0.09501, 51.510986], [-0.094995, 51.511034], [-0.095032, 51.511067]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1060, &quot;postcode&quot;: &quot;EC4V 3RL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104235, 51.510858], [-0.102144, 51.510842], [-0.102098, 51.510852], [-0.102071, 51.510886], [-0.102063, 51.511235], [-0.101781, 51.511226], [-0.101722, 51.511247], [-0.10169, 51.511343], [-0.101737, 51.511374], [-0.101799, 51.511369], [-0.101789, 51.511414], [-0.101758, 51.511445], [-0.101671, 51.511659], [-0.101618, 51.511647], [-0.101564, 51.511665], [-0.101504, 51.511804], [-0.101511, 51.511841], [-0.101546, 51.511863], [-0.101844, 51.511906], [-0.101856, 51.511946], [-0.101821, 51.512048], [-0.101721, 51.512141], [-0.101543, 51.512123], [-0.101522, 51.512105], [-0.101526, 51.51205], [-0.101485, 51.512026], [-0.101209, 51.512007], [-0.101254, 51.511858], [-0.101216, 51.511818], [-0.100289, 51.511693], [-0.100242, 51.511697], [-0.100206, 51.511722], [-0.100161, 51.511899], [-0.099799, 51.511884], [-0.099752, 51.511895], [-0.099729, 51.511925], [-0.099521, 51.511911], [-0.099566, 51.511658], [-0.099839, 51.511694], [-0.099888, 51.511678], [-0.09991, 51.511641], [-0.099875, 51.511592], [-0.099653, 51.51156], [-0.099797, 51.511024], [-0.099754, 51.510996], [-0.099265, 51.510925], [-0.098898, 51.510835], [-0.098944, 51.510682], [-0.099907, 51.510825], [-0.104233, 51.510849], [-0.104235, 51.510858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 18244, &quot;postcode&quot;: &quot;EC4V 4AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09579, 51.511218], [-0.095861, 51.511113], [-0.095925, 51.511122], [-0.096052, 51.511138], [-0.095957, 51.511126], [-0.096198, 51.511062], [-0.096374, 51.511185], [-0.096498, 51.511218], [-0.096481, 51.511245], [-0.096389, 51.511243], [-0.09637, 51.511284], [-0.096451, 51.511293], [-0.09635, 51.511455], [-0.096293, 51.511459], [-0.096342, 51.511282], [-0.09579, 51.511218]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 763, &quot;postcode&quot;: &quot;EC4V 4AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097275, 51.511481], [-0.097273, 51.511512], [-0.097004, 51.511488], [-0.096968, 51.511508], [-0.096956, 51.51154], [-0.096879, 51.511552], [-0.096852, 51.511593], [-0.096681, 51.511521], [-0.096539, 51.511536], [-0.096351, 51.511455], [-0.096424, 51.511331], [-0.09641, 51.511301], [-0.09637, 51.511284], [-0.096389, 51.511243], [-0.096451, 51.511242], [-0.096519, 51.511213], [-0.096609, 51.511204], [-0.096772, 51.511139], [-0.096812, 51.511166], [-0.096808, 51.51127], [-0.096846, 51.51129], [-0.096997, 51.511313], [-0.096994, 51.511348], [-0.097077, 51.511458], [-0.0972, 51.511501], [-0.097275, 51.511481]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1484, &quot;postcode&quot;: &quot;EC4V 4AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097963, 51.511148], [-0.097937, 51.511236], [-0.097895, 51.511238], [-0.097858, 51.511258], [-0.097819, 51.511359], [-0.097569, 51.511326], [-0.097647, 51.511242], [-0.097963, 51.511148]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 289, &quot;postcode&quot;: &quot;EC4V 4AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095425, 51.512138], [-0.095357, 51.512273], [-0.095338, 51.51227], [-0.095349, 51.51221], [-0.095278, 51.512185], [-0.094482, 51.512348], [-0.094453, 51.512392], [-0.094497, 51.512427], [-0.094441, 51.512557], [-0.093795, 51.512491], [-0.093817, 51.512302], [-0.093947, 51.512312], [-0.094578, 51.512179], [-0.094605, 51.512128], [-0.094706, 51.512065], [-0.094688, 51.512001], [-0.094733, 51.51186], [-0.094996, 51.511792], [-0.095124, 51.511931], [-0.095095, 51.511974], [-0.09511, 51.512008], [-0.095287, 51.512123], [-0.095425, 51.512138]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3194, &quot;postcode&quot;: &quot;EC4V 4AY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094756, 51.511466], [-0.09469, 51.511685], [-0.094614, 51.511687], [-0.094577, 51.511723], [-0.09468, 51.511847], [-0.094631, 51.511885], [-0.094612, 51.511958], [-0.094636, 51.511989], [-0.094688, 51.512001], [-0.094695, 51.51208], [-0.094655, 51.512072], [-0.094657, 51.51204], [-0.094622, 51.512014], [-0.094398, 51.511979], [-0.094464, 51.511922], [-0.094469, 51.511802], [-0.094443, 51.511771], [-0.09439, 51.511761], [-0.094214, 51.511805], [-0.094125, 51.511799], [-0.094038, 51.51171], [-0.093941, 51.511694], [-0.094039, 51.511225], [-0.094093, 51.511197], [-0.09418, 51.511193], [-0.094587, 51.511246], [-0.094564, 51.511433], [-0.094612, 51.511456], [-0.094756, 51.511466]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3112, &quot;postcode&quot;: &quot;EC4V 4BE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102945, 51.511918], [-0.10286, 51.51192], [-0.102817, 51.51194], [-0.102663, 51.5122], [-0.102679, 51.512492], [-0.102388, 51.512492], [-0.102325, 51.512524], [-0.102329, 51.512555], [-0.102381, 51.512611], [-0.102609, 51.512621], [-0.102572, 51.512828], [-0.101594, 51.512743], [-0.101587, 51.512698], [-0.101503, 51.512658], [-0.101693, 51.512522], [-0.101822, 51.512251], [-0.101846, 51.512239], [-0.102615, 51.512236], [-0.10265, 51.51221], [-0.102646, 51.512176], [-0.102492, 51.512087], [-0.102615, 51.511982], [-0.102915, 51.511888], [-0.102945, 51.511918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4116, &quot;postcode&quot;: &quot;EC4V 4BF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098071, 51.512022], [-0.097673, 51.512011], [-0.097619, 51.512028], [-0.097379, 51.512275], [-0.097267, 51.512695], [-0.097246, 51.512693], [-0.097338, 51.51235], [-0.097325, 51.51232], [-0.097284, 51.512303], [-0.096993, 51.512275], [-0.096801, 51.512291], [-0.096598, 51.512847], [-0.096542, 51.512765], [-0.096666, 51.512475], [-0.096707, 51.512287], [-0.096691, 51.512257], [-0.096649, 51.512241], [-0.096636, 51.512204], [-0.096594, 51.512187], [-0.096635, 51.512033], [-0.096617, 51.512001], [-0.096556, 51.511986], [-0.096036, 51.512035], [-0.09599, 51.512059], [-0.095978, 51.512119], [-0.095568, 51.512094], [-0.09566, 51.51191], [-0.096266, 51.511826], [-0.096304, 51.511809], [-0.096359, 51.511824], [-0.096784, 51.51181], [-0.096836, 51.511798], [-0.096866, 51.51176], [-0.096849, 51.511732], [-0.096804, 51.511717], [-0.096813, 51.5116], [-0.096855, 51.511579], [-0.096878, 51.511532], [-0.096943, 51.511521], [-0.096969, 51.511477], [-0.097241, 51.511498], [-0.097275, 51.51147], [-0.097282, 51.511401], [-0.09735, 51.511407], [-0.097324, 51.511744], [-0.097338, 51.511773], [-0.097385, 51.511791], [-0.09772, 51.511804], [-0.097733, 51.511865], [-0.097819, 51.511878], [-0.097813, 51.511958], [-0.097834, 51.511985], [-0.098059, 51.512008], [-0.098071, 51.512022]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6887, &quot;postcode&quot;: &quot;EC4V 4BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099735, 51.511881], [-0.100161, 51.511899], [-0.100214, 51.511683], [-0.101266, 51.511823], [-0.101209, 51.512007], [-0.101146, 51.512004], [-0.101538, 51.512028], [-0.101488, 51.512215], [-0.101556, 51.512223], [-0.101094, 51.512195], [-0.101078, 51.512292], [-0.10106, 51.512286], [-0.101075, 51.512194], [-0.099898, 51.512127], [-0.099901, 51.512105], [-0.09916, 51.512067], [-0.099154, 51.511894], [-0.099347, 51.511885], [-0.099339, 51.511799], [-0.099358, 51.511773], [-0.099545, 51.511765], [-0.099521, 51.511911], [-0.099729, 51.511925], [-0.099735, 51.511881]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5682, &quot;postcode&quot;: &quot;EC4V 4BQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098627, 51.511851], [-0.098651, 51.511852], [-0.098686, 51.51177], [-0.098809, 51.511773], [-0.099194, 51.511892], [-0.099153, 51.511897], [-0.09916, 51.512067], [-0.09943, 51.512081], [-0.099423, 51.512101], [-0.099162, 51.512086], [-0.099169, 51.512168], [-0.099088, 51.512168], [-0.099072, 51.511981], [-0.098995, 51.511976], [-0.099004, 51.512169], [-0.098914, 51.512169], [-0.098841, 51.51228], [-0.098712, 51.512283], [-0.098704, 51.512342], [-0.098427, 51.512239], [-0.098439, 51.512044], [-0.098405, 51.512041], [-0.098492, 51.51204], [-0.098533, 51.511945], [-0.098614, 51.511884], [-0.098627, 51.511851]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2087, &quot;postcode&quot;: &quot;EC4V 4BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101051, 51.512193], [-0.101004, 51.512383], [-0.100568, 51.512398], [-0.100497, 51.512413], [-0.100472, 51.512451], [-0.100421, 51.512451], [-0.100412, 51.512426], [-0.100505, 51.5124], [-0.100536, 51.512372], [-0.100531, 51.512311], [-0.100476, 51.512279], [-0.100468, 51.512236], [-0.100528, 51.512215], [-0.100542, 51.512164], [-0.101051, 51.512193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 866, &quot;postcode&quot;: &quot;EC4V 4BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104533, 51.511256], [-0.10447, 51.511901], [-0.104444, 51.5119], [-0.104435, 51.511865], [-0.104399, 51.511844], [-0.104196, 51.511819], [-0.104149, 51.511826], [-0.104119, 51.511854], [-0.104116, 51.511937], [-0.103987, 51.511941], [-0.103848, 51.512012], [-0.103826, 51.512039], [-0.103832, 51.512098], [-0.103749, 51.512084], [-0.103435, 51.512164], [-0.103414, 51.512195], [-0.103419, 51.512304], [-0.103366, 51.5123], [-0.10331, 51.512334], [-0.103285, 51.512328], [-0.10329, 51.512221], [-0.103262, 51.512195], [-0.103222, 51.512186], [-0.10299, 51.512211], [-0.102945, 51.512242], [-0.102708, 51.512242], [-0.102655, 51.51223], [-0.101873, 51.512239], [-0.101803, 51.512266], [-0.101928, 51.512085], [-0.102593, 51.512209], [-0.102647, 51.512204], [-0.102677, 51.512181], [-0.102776, 51.511988], [-0.102718, 51.511954], [-0.102611, 51.511975], [-0.102551, 51.511913], [-0.102805, 51.511842], [-0.102832, 51.511816], [-0.10283, 51.511779], [-0.103379, 51.511605], [-0.103411, 51.511555], [-0.10356, 51.511553], [-0.103654, 51.511523], [-0.103696, 51.511476], [-0.103896, 51.51147], [-0.103936, 51.511452], [-0.103961, 51.51141], [-0.104013, 51.511391], [-0.104056, 51.511401], [-0.104102, 51.511392], [-0.104128, 51.511366], [-0.104132, 51.51132], [-0.104078, 51.511249], [-0.104119, 51.511227], [-0.104138, 51.511175], [-0.104464, 51.51118], [-0.104473, 51.511232], [-0.104533, 51.511256]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8516, &quot;postcode&quot;: &quot;EC4V 4DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099739, 51.511265], [-0.099715, 51.511358], [-0.099685, 51.511451], [-0.099611, 51.511373], [-0.099739, 51.511265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 72, &quot;postcode&quot;: &quot;EC4V 4EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104572, 51.51085], [-0.104533, 51.511256], [-0.104483, 51.511241], [-0.104415, 51.511181], [-0.104206, 51.511176], [-0.104154, 51.511187], [-0.104105, 51.511252], [-0.104134, 51.511291], [-0.104123, 51.511478], [-0.104078, 51.511427], [-0.104029, 51.511412], [-0.103978, 51.511423], [-0.103923, 51.511473], [-0.10377, 51.511472], [-0.103706, 51.511199], [-0.103631, 51.511132], [-0.103408, 51.511115], [-0.102946, 51.511119], [-0.102767, 51.511158], [-0.102612, 51.511245], [-0.102282, 51.511241], [-0.102237, 51.511254], [-0.102216, 51.511282], [-0.102219, 51.511412], [-0.102079, 51.511766], [-0.101955, 51.511752], [-0.102069, 51.511392], [-0.102072, 51.510842], [-0.104572, 51.51085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 7696, &quot;postcode&quot;: &quot;EC4V 4EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098289, 51.511419], [-0.098364, 51.511148], [-0.098628, 51.511152], [-0.09879, 51.511197], [-0.098631, 51.511729], [-0.098686, 51.51177], [-0.098651, 51.511852], [-0.098627, 51.511851], [-0.098614, 51.511884], [-0.098533, 51.511945], [-0.098492, 51.51204], [-0.098071, 51.512022], [-0.09806, 51.512008], [-0.097771, 51.511992], [-0.097814, 51.511945], [-0.09782, 51.51186], [-0.097862, 51.511812], [-0.09732, 51.511789], [-0.09735, 51.511407], [-0.098068, 51.511493], [-0.098082, 51.511398], [-0.098289, 51.511419]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5974, &quot;postcode&quot;: &quot;EC4V 4EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099538, 51.511802], [-0.099486, 51.511768], [-0.099382, 51.511772], [-0.099343, 51.511802], [-0.099347, 51.511885], [-0.099194, 51.511892], [-0.098809, 51.511773], [-0.099032, 51.511643], [-0.099032, 51.511599], [-0.098958, 51.511569], [-0.09895, 51.511529], [-0.099134, 51.511533], [-0.099173, 51.511508], [-0.0992, 51.511433], [-0.099408, 51.51144], [-0.09946, 51.511401], [-0.099549, 51.511398], [-0.099611, 51.511373], [-0.099685, 51.511451], [-0.099673, 51.511547], [-0.099708, 51.511567], [-0.099808, 51.511581], [-0.099897, 51.511676], [-0.099888, 51.511702], [-0.099638, 51.511669], [-0.09959, 51.511675], [-0.099557, 51.511704], [-0.099538, 51.511802]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2142, &quot;postcode&quot;: &quot;EC4V 4ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09635, 51.511455], [-0.096539, 51.511536], [-0.096672, 51.511514], [-0.096852, 51.511593], [-0.096813, 51.511599], [-0.096804, 51.511717], [-0.097193, 51.511722], [-0.097187, 51.511788], [-0.09681, 51.511805], [-0.096786, 51.511853], [-0.097134, 51.511925], [-0.097125, 51.511957], [-0.097075, 51.511981], [-0.096882, 51.511989], [-0.096812, 51.511978], [-0.096746, 51.511936], [-0.096755, 51.511917], [-0.09671, 51.511913], [-0.096778, 51.511845], [-0.096744, 51.511806], [-0.096264, 51.511829], [-0.096271, 51.511755], [-0.096298, 51.511753], [-0.096286, 51.511482], [-0.096293, 51.511459], [-0.09635, 51.511455]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1760, &quot;postcode&quot;: &quot;EC4V 4HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102661, 51.512242], [-0.102708, 51.51224], [-0.102708, 51.512242], [-0.102661, 51.512242]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2, &quot;postcode&quot;: &quot;EC4V 4LA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102683, 51.512234], [-0.102441, 51.512241], [-0.102458, 51.512211], [-0.102435, 51.512179], [-0.102295, 51.512149], [-0.102326, 51.512106], [-0.102492, 51.512088], [-0.102673, 51.512187], [-0.102683, 51.512234]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 264, &quot;postcode&quot;: &quot;EC4V 4QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100912, 51.513262], [-0.100843, 51.513431], [-0.100446, 51.513388], [-0.100403, 51.513349], [-0.100198, 51.513317], [-0.100151, 51.513323], [-0.100132, 51.513308], [-0.100141, 51.513257], [-0.100188, 51.513253], [-0.100222, 51.513231], [-0.100236, 51.513169], [-0.100397, 51.51318], [-0.100453, 51.513158], [-0.100745, 51.513184], [-0.100745, 51.513215], [-0.100774, 51.513239], [-0.100912, 51.513262]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1047, &quot;postcode&quot;: &quot;EC4V 5AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100752, 51.513239], [-0.100745, 51.513184], [-0.100453, 51.513158], [-0.100445, 51.513184], [-0.100265, 51.51317], [-0.100279, 51.513059], [-0.101021, 51.513127], [-0.100912, 51.513262], [-0.100752, 51.513239]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 581, &quot;postcode&quot;: &quot;EC4V 5AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099738, 51.51303], [-0.099927, 51.513039], [-0.099473, 51.513017], [-0.099738, 51.51303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4V 5AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101207, 51.513135], [-0.101183, 51.513173], [-0.10115, 51.513149], [-0.101046, 51.513129], [-0.100328, 51.513067], [-0.100278, 51.513094], [-0.100217, 51.513263], [-0.100141, 51.513257], [-0.100167, 51.513089], [-0.100151, 51.513064], [-0.100109, 51.513049], [-0.097269, 51.512903], [-0.097279, 51.512855], [-0.097497, 51.51286], [-0.098318, 51.51291], [-0.098377, 51.512902], [-0.098432, 51.512922], [-0.099015, 51.51295], [-0.099055, 51.512934], [-0.099072, 51.512906], [-0.099174, 51.5129], [-0.09921, 51.512861], [-0.099173, 51.512586], [-0.099239, 51.512556], [-0.099457, 51.512526], [-0.099643, 51.512529], [-0.099697, 51.51251], [-0.099805, 51.512503], [-0.09986, 51.512515], [-0.100464, 51.512478], [-0.100528, 51.512493], [-0.100551, 51.512518], [-0.100545, 51.512949], [-0.100565, 51.513001], [-0.100605, 51.513018], [-0.101157, 51.513084], [-0.101166, 51.513115], [-0.101207, 51.513135]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6728, &quot;postcode&quot;: &quot;EC4V 5AE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101277, 51.51271], [-0.101214, 51.512753], [-0.101098, 51.512954], [-0.101011, 51.512952], [-0.100965, 51.512972], [-0.100948, 51.513058], [-0.100285, 51.512986], [-0.100481, 51.512997], [-0.100543, 51.512961], [-0.100549, 51.51252], [-0.100512, 51.512489], [-0.100438, 51.512479], [-0.100421, 51.512451], [-0.100441, 51.512409], [-0.100499, 51.512402], [-0.100534, 51.512376], [-0.100534, 51.512241], [-0.1006, 51.512241], [-0.100609, 51.512361], [-0.100644, 51.512393], [-0.100953, 51.512385], [-0.101009, 51.512355], [-0.101057, 51.512194], [-0.101048, 51.512261], [-0.101078, 51.512292], [-0.10106, 51.51243], [-0.101082, 51.512634], [-0.101189, 51.512694], [-0.101277, 51.51271]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3011, &quot;postcode&quot;: &quot;EC4V 5AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100858, 51.512914], [-0.100954, 51.512932], [-0.100951, 51.512948], [-0.100844, 51.512946], [-0.100858, 51.512914]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 23, &quot;postcode&quot;: &quot;EC4V 5AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101074, 51.512657], [-0.101044, 51.512735], [-0.100945, 51.512738], [-0.100898, 51.512784], [-0.100805, 51.512789], [-0.100808, 51.512716], [-0.100915, 51.512644], [-0.100979, 51.512674], [-0.101033, 51.512674], [-0.101074, 51.512657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 163, &quot;postcode&quot;: &quot;EC4V 5AH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099211, 51.512846], [-0.099149, 51.512867], [-0.099139, 51.512922], [-0.099059, 51.512927], [-0.099058, 51.512849], [-0.099023, 51.512827], [-0.098955, 51.512821], [-0.098937, 51.512731], [-0.099129, 51.5127], [-0.099143, 51.51275], [-0.099205, 51.512769], [-0.099211, 51.512846]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 271, &quot;postcode&quot;: &quot;EC4V 5AJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100959, 51.512948], [-0.101098, 51.512954], [-0.101038, 51.513054], [-0.101009, 51.513065], [-0.100948, 51.513058], [-0.100959, 51.512948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 97, &quot;postcode&quot;: &quot;EC4V 5AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098704, 51.512342], [-0.098701, 51.51237], [-0.098711, 51.51237], [-0.098727, 51.512371], [-0.098708, 51.51238], [-0.098659, 51.512367], [-0.098621, 51.512474], [-0.098533, 51.51246], [-0.09854, 51.512352], [-0.098536, 51.512418], [-0.098418, 51.512384], [-0.098427, 51.512239], [-0.098704, 51.512342]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 289, &quot;postcode&quot;: &quot;EC4V 5AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0993, 51.512938], [-0.100184, 51.512983], [-0.099215, 51.512945], [-0.099118, 51.512956], [-0.098373, 51.512919], [-0.09843, 51.512867], [-0.098453, 51.512674], [-0.0985, 51.512541], [-0.098481, 51.512509], [-0.098413, 51.512482], [-0.098415, 51.512433], [-0.098562, 51.512464], [-0.098625, 51.512445], [-0.098659, 51.512367], [-0.098702, 51.512339], [-0.098712, 51.512283], [-0.098839, 51.512271], [-0.098914, 51.512169], [-0.098962, 51.512164], [-0.098994, 51.512142], [-0.098995, 51.511976], [-0.099072, 51.511981], [-0.099088, 51.512132], [-0.099118, 51.512155], [-0.099168, 51.512161], [-0.099195, 51.512466], [-0.099248, 51.512534], [-0.099306, 51.512552], [-0.099206, 51.512592], [-0.099184, 51.512619], [-0.099214, 51.512849], [-0.099247, 51.512919], [-0.0993, 51.512938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4011, &quot;postcode&quot;: &quot;EC4V 5BD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098892, 51.512572], [-0.098895, 51.512696], [-0.098867, 51.512698], [-0.098816, 51.512671], [-0.098636, 51.512664], [-0.098634, 51.512602], [-0.098515, 51.51256], [-0.098466, 51.512561], [-0.098408, 51.512584], [-0.098418, 51.512384], [-0.098536, 51.512418], [-0.098521, 51.51249], [-0.098554, 51.512523], [-0.098892, 51.512572]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 420, &quot;postcode&quot;: &quot;EC4V 5BH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098416, 51.512584], [-0.098501, 51.512542], [-0.098467, 51.51263], [-0.098453, 51.5126], [-0.098416, 51.512584]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 20, &quot;postcode&quot;: &quot;EC4V 5BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101643, 51.513514], [-0.101617, 51.513647], [-0.101565, 51.513763], [-0.101528, 51.513758], [-0.101558, 51.513475], [-0.101477, 51.513396], [-0.101288, 51.513304], [-0.10122, 51.513305], [-0.101135, 51.513419], [-0.10109, 51.513671], [-0.101117, 51.513707], [-0.101182, 51.51372], [-0.10117, 51.513772], [-0.100976, 51.513755], [-0.101028, 51.513421], [-0.101206, 51.513138], [-0.101274, 51.513138], [-0.101314, 51.513216], [-0.101497, 51.513282], [-0.101482, 51.513332], [-0.101621, 51.513433], [-0.101643, 51.513514]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 949, &quot;postcode&quot;: &quot;EC4V 5BR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.100545, 51.512402], [-0.100467, 51.512424], [-0.100463, 51.512478], [-0.099809, 51.512518], [-0.099749, 51.512507], [-0.099695, 51.512526], [-0.099416, 51.512531], [-0.099239, 51.512556], [-0.099229, 51.512518], [-0.099197, 51.512498], [-0.099162, 51.512086], [-0.099375, 51.512098], [-0.099432, 51.512081], [-0.099899, 51.512105], [-0.099953, 51.51213], [-0.100542, 51.512164], [-0.100524, 51.512264], [-0.100545, 51.512402]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4087, &quot;postcode&quot;: &quot;EC4V 5BT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101419, 51.512891], [-0.101391, 51.512953], [-0.101379, 51.513082], [-0.101288, 51.513136], [-0.101158, 51.513084], [-0.10126, 51.512867], [-0.101419, 51.512891]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 339, &quot;postcode&quot;: &quot;EC4V 5BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10126, 51.512866], [-0.101376, 51.512748], [-0.101474, 51.512753], [-0.101438, 51.512886], [-0.101421, 51.512887], [-0.101447, 51.512833], [-0.101419, 51.512891], [-0.10126, 51.512866]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 152, &quot;postcode&quot;: &quot;EC4V 5BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101893, 51.512139], [-0.10178, 51.512304], [-0.101695, 51.512521], [-0.101429, 51.512706], [-0.101409, 51.512747], [-0.101357, 51.512765], [-0.101265, 51.512861], [-0.101158, 51.513084], [-0.101009, 51.513065], [-0.101047, 51.51304], [-0.101219, 51.512735], [-0.101192, 51.512701], [-0.101074, 51.512658], [-0.101059, 51.512382], [-0.101012, 51.512344], [-0.101044, 51.512302], [-0.101051, 51.512194], [-0.101489, 51.512211], [-0.101522, 51.512267], [-0.101612, 51.512298], [-0.101668, 51.512276], [-0.101761, 51.512139], [-0.101773, 51.512077], [-0.101722, 51.512046], [-0.101815, 51.512048], [-0.101809, 51.512113], [-0.101843, 51.512134], [-0.101893, 51.512139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2780, &quot;postcode&quot;: &quot;EC4V 5DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101546, 51.512759], [-0.101442, 51.512963], [-0.101586, 51.512982], [-0.101594, 51.513035], [-0.10156, 51.513074], [-0.101493, 51.513052], [-0.101471, 51.513078], [-0.101395, 51.513054], [-0.101382, 51.513071], [-0.101394, 51.512976], [-0.101378, 51.512973], [-0.101475, 51.512803], [-0.101473, 51.512756], [-0.101502, 51.512745], [-0.101799, 51.51276], [-0.10184, 51.512806], [-0.101833, 51.512831], [-0.101787, 51.512831], [-0.101798, 51.51278], [-0.101546, 51.512759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 293, &quot;postcode&quot;: &quot;EC4V 5DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102098, 51.512787], [-0.10201, 51.512808], [-0.101887, 51.512803], [-0.101843, 51.512825], [-0.101791, 51.513118], [-0.101736, 51.51311], [-0.10174, 51.513048], [-0.101711, 51.51302], [-0.101645, 51.513012], [-0.101594, 51.513035], [-0.101548, 51.512981], [-0.101442, 51.512963], [-0.101546, 51.512759], [-0.101744, 51.512775], [-0.101799, 51.512761], [-0.102098, 51.512787]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 734, &quot;postcode&quot;: &quot;EC4V 5DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.101769, 51.513123], [-0.101756, 51.513223], [-0.101684, 51.513239], [-0.101441, 51.513193], [-0.101312, 51.513138], [-0.101192, 51.513159], [-0.101142, 51.513117], [-0.101158, 51.513084], [-0.101272, 51.51312], [-0.101321, 51.513118], [-0.101395, 51.513054], [-0.10144, 51.513064], [-0.101551, 51.513056], [-0.10159, 51.513037], [-0.101603, 51.513007], [-0.101747, 51.513018], [-0.101739, 51.513092], [-0.101769, 51.513123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 568, &quot;postcode&quot;: &quot;EC4V 5DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10231, 51.513539], [-0.102268, 51.513696], [-0.10204, 51.513707], [-0.101975, 51.513823], [-0.101905, 51.513842], [-0.101639, 51.513803], [-0.101616, 51.513776], [-0.101565, 51.513763], [-0.101617, 51.513647], [-0.101708, 51.513659], [-0.101824, 51.513648], [-0.101858, 51.513627], [-0.101887, 51.513556], [-0.101872, 51.513522], [-0.101768, 51.513453], [-0.101787, 51.513317], [-0.101758, 51.513292], [-0.10171, 51.513285], [-0.101659, 51.513299], [-0.101633, 51.513329], [-0.101451, 51.513266], [-0.10142, 51.513245], [-0.101278, 51.513205], [-0.101274, 51.513138], [-0.101314, 51.513133], [-0.101414, 51.513184], [-0.101465, 51.513185], [-0.101602, 51.513228], [-0.101709, 51.513234], [-0.101754, 51.513258], [-0.102099, 51.513285], [-0.102149, 51.513303], [-0.102239, 51.513302], [-0.102293, 51.513334], [-0.102266, 51.513362], [-0.102248, 51.513503], [-0.10231, 51.513539]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2204, &quot;postcode&quot;: &quot;EC4V 5EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10195, 51.513324], [-0.101854, 51.513315], [-0.101803, 51.51333], [-0.101768, 51.513453], [-0.101621, 51.513355], [-0.101652, 51.51329], [-0.101709, 51.513234], [-0.101756, 51.513223], [-0.101818, 51.513257], [-0.101926, 51.51327], [-0.10195, 51.513324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 252, &quot;postcode&quot;: &quot;EC4V 5EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102391, 51.51355], [-0.102242, 51.51353], [-0.102264, 51.513374], [-0.102299, 51.513337], [-0.102374, 51.513362], [-0.102553, 51.51338], [-0.102522, 51.513483], [-0.102452, 51.513472], [-0.102423, 51.513541], [-0.102391, 51.51355]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 344, &quot;postcode&quot;: &quot;EC4V 5EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102095, 51.512791], [-0.102241, 51.512799], [-0.102252, 51.512828], [-0.10222, 51.512826], [-0.102184, 51.513037], [-0.102054, 51.513029], [-0.102069, 51.512918], [-0.101825, 51.512906], [-0.101842, 51.512796], [-0.10201, 51.512808], [-0.102095, 51.512791]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 466, &quot;postcode&quot;: &quot;EC4V 5EH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102511, 51.513088], [-0.102486, 51.513244], [-0.102296, 51.513233], [-0.102274, 51.51317], [-0.102318, 51.51308], [-0.102511, 51.513088]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 241, &quot;postcode&quot;: &quot;EC4V 5EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10224, 51.513301], [-0.102274, 51.513171], [-0.102303, 51.513181], [-0.102296, 51.513233], [-0.102486, 51.513244], [-0.102499, 51.513161], [-0.102714, 51.513174], [-0.102683, 51.513352], [-0.102596, 51.513346], [-0.102537, 51.513378], [-0.102374, 51.513362], [-0.10224, 51.513301]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 533, &quot;postcode&quot;: &quot;EC4V 5EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102284, 51.513116], [-0.102251, 51.513302], [-0.102128, 51.513305], [-0.102082, 51.513283], [-0.101798, 51.513252], [-0.101756, 51.513222], [-0.101825, 51.512906], [-0.102069, 51.512918], [-0.102072, 51.513014], [-0.102147, 51.513034], [-0.102178, 51.51308], [-0.102268, 51.513091], [-0.102284, 51.513116]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1124, &quot;postcode&quot;: &quot;EC4V 5EQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098247, 51.513351], [-0.098087, 51.513425], [-0.098004, 51.513425], [-0.097938, 51.513399], [-0.097683, 51.51343], [-0.097611, 51.513407], [-0.097454, 51.513455], [-0.09665, 51.5134], [-0.096656, 51.513382], [-0.097021, 51.513411], [-0.097078, 51.51339], [-0.097172, 51.513053], [-0.097228, 51.51305], [-0.097265, 51.513019], [-0.097242, 51.51297], [-0.097267, 51.512894], [-0.097223, 51.512859], [-0.097255, 51.512739], [-0.097256, 51.512816], [-0.097293, 51.512845], [-0.097497, 51.51286], [-0.097507, 51.512897], [-0.097554, 51.512916], [-0.097806, 51.51292], [-0.097723, 51.512931], [-0.097687, 51.512952], [-0.097665, 51.51304], [-0.097702, 51.513077], [-0.097662, 51.513119], [-0.097686, 51.513151], [-0.097812, 51.513199], [-0.097846, 51.513229], [-0.097866, 51.513284], [-0.097843, 51.513352], [-0.097863, 51.51338], [-0.097922, 51.513393], [-0.098247, 51.513351]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2682, &quot;postcode&quot;: &quot;EC4V 5ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102345, 51.512877], [-0.102327, 51.513011], [-0.102282, 51.513018], [-0.102317, 51.512832], [-0.102278, 51.513042], [-0.102184, 51.513037], [-0.10222, 51.512826], [-0.102252, 51.512828], [-0.102241, 51.512799], [-0.102456, 51.512818], [-0.102398, 51.512881], [-0.102345, 51.512877]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 274, &quot;postcode&quot;: &quot;EC4V 5EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103373, 51.512873], [-0.103318, 51.512983], [-0.10322, 51.512946], [-0.103044, 51.512964], [-0.103021, 51.512987], [-0.103013, 51.513051], [-0.102918, 51.513116], [-0.102767, 51.51311], [-0.102758, 51.513068], [-0.102706, 51.513048], [-0.10256, 51.513048], [-0.102511, 51.513088], [-0.102318, 51.51308], [-0.102345, 51.512878], [-0.102404, 51.512869], [-0.102456, 51.512818], [-0.102553, 51.512813], [-0.102584, 51.512765], [-0.102613, 51.512758], [-0.102943, 51.512709], [-0.102986, 51.512686], [-0.103301, 51.512688], [-0.10331, 51.512729], [-0.103263, 51.512777], [-0.103182, 51.51279], [-0.103166, 51.512831], [-0.103226, 51.512882], [-0.103274, 51.512882], [-0.103343, 51.512856], [-0.103373, 51.512873]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2164, &quot;postcode&quot;: &quot;EC4V 5EX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099064, 51.512924], [-0.099046, 51.512935], [-0.098507, 51.512913], [-0.098153, 51.512884], [-0.097243, 51.512846], [-0.097364, 51.512328], [-0.097403, 51.5123], [-0.097405, 51.512247], [-0.097637, 51.512009], [-0.098439, 51.512044], [-0.098417, 51.51256], [-0.098494, 51.51259], [-0.098553, 51.51258], [-0.09866, 51.512591], [-0.098714, 51.512618], [-0.098784, 51.5126], [-0.098913, 51.512614], [-0.098922, 51.512642], [-0.098895, 51.51269], [-0.098937, 51.512731], [-0.09896, 51.512804], [-0.098994, 51.51282], [-0.099063, 51.512825], [-0.099064, 51.512924]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8350, &quot;postcode&quot;: &quot;EC4V 5EY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102139, 51.513082], [-0.102148, 51.513034], [-0.102278, 51.513042], [-0.102282, 51.513018], [-0.102327, 51.513011], [-0.10231, 51.513136], [-0.102278, 51.513151], [-0.102268, 51.513091], [-0.102139, 51.513082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 91, &quot;postcode&quot;: &quot;EC4V 5HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104101, 51.51275], [-0.104078, 51.512969], [-0.104046, 51.513012], [-0.103916, 51.513025], [-0.103838, 51.51301], [-0.103754, 51.51308], [-0.103719, 51.51308], [-0.103706, 51.512996], [-0.103816, 51.512997], [-0.10386, 51.51296], [-0.103811, 51.512656], [-0.103767, 51.512551], [-0.10379, 51.512399], [-0.103764, 51.51226], [-0.103779, 51.512233], [-0.103946, 51.512275], [-0.104099, 51.512275], [-0.10408, 51.512698], [-0.104101, 51.51275]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1680, &quot;postcode&quot;: &quot;EC4V 6BJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104088, 51.512749], [-0.104095, 51.512881], [-0.104075, 51.512894], [-0.104094, 51.512866], [-0.104088, 51.512749]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11, &quot;postcode&quot;: &quot;EC4V 6BW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.10447, 51.511901], [-0.10443, 51.512313], [-0.10433, 51.512282], [-0.104287, 51.512295], [-0.104266, 51.512322], [-0.104243, 51.513059], [-0.10413, 51.513063], [-0.104088, 51.513098], [-0.104136, 51.513598], [-0.104101, 51.513601], [-0.104017, 51.513122], [-0.103969, 51.513092], [-0.103822, 51.513079], [-0.103835, 51.513013], [-0.103934, 51.513025], [-0.104051, 51.512996], [-0.104077, 51.512969], [-0.104075, 51.512894], [-0.104106, 51.512864], [-0.1041, 51.512745], [-0.104066, 51.512693], [-0.104116, 51.512686], [-0.104148, 51.512658], [-0.10416, 51.512446], [-0.10411, 51.512406], [-0.104108, 51.512258], [-0.104044, 51.512226], [-0.104115, 51.511976], [-0.104087, 51.511937], [-0.104116, 51.511906], [-0.104119, 51.51181], [-0.104276, 51.511828], [-0.104272, 51.512039], [-0.104315, 51.512076], [-0.104376, 51.512075], [-0.104431, 51.512037], [-0.104444, 51.5119], [-0.10447, 51.511901]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2189, &quot;postcode&quot;: &quot;EC4V 6DB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102025, 51.513699], [-0.102318, 51.513695], [-0.10221, 51.513732], [-0.102012, 51.513731], [-0.102025, 51.513699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 69, &quot;postcode&quot;: &quot;EC4V 6DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102861, 51.513625], [-0.102879, 51.513699], [-0.102739, 51.513699], [-0.102654, 51.513682], [-0.102599, 51.5137], [-0.102577, 51.513726], [-0.10252, 51.513731], [-0.102469, 51.513693], [-0.102552, 51.513674], [-0.102601, 51.513618], [-0.10268, 51.513634], [-0.102861, 51.513625]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 180, &quot;postcode&quot;: &quot;EC4V 6DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102621, 51.513691], [-0.10266, 51.513607], [-0.10265, 51.513628], [-0.102601, 51.513618], [-0.102581, 51.513656], [-0.102512, 51.513688], [-0.102268, 51.513696], [-0.10231, 51.513539], [-0.102391, 51.51355], [-0.102423, 51.513541], [-0.102452, 51.513472], [-0.10265, 51.513503], [-0.102663, 51.513387], [-0.102611, 51.513384], [-0.102596, 51.513354], [-0.102628, 51.513348], [-0.102755, 51.513401], [-0.102755, 51.513438], [-0.102863, 51.513363], [-0.103005, 51.51322], [-0.102941, 51.513213], [-0.102983, 51.51317], [-0.103133, 51.513121], [-0.103164, 51.513093], [-0.103203, 51.5131], [-0.103266, 51.512989], [-0.103471, 51.513031], [-0.103471, 51.513084], [-0.103269, 51.51304], [-0.103204, 51.51316], [-0.103058, 51.513225], [-0.102909, 51.51338], [-0.102768, 51.513477], [-0.102743, 51.513537], [-0.102846, 51.51355], [-0.102847, 51.513574], [-0.102893, 51.513582], [-0.102861, 51.513625], [-0.102703, 51.513633], [-0.102694, 51.513678], [-0.102739, 51.513699], [-0.102621, 51.513691]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1132, &quot;postcode&quot;: &quot;EC4V 6DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102683, 51.513352], [-0.102708, 51.513208], [-0.102933, 51.513239], [-0.102947, 51.513226], [-0.102961, 51.513264], [-0.102802, 51.513406], [-0.102766, 51.513413], [-0.102628, 51.513348], [-0.102683, 51.513352]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 294, &quot;postcode&quot;: &quot;EC4V 6DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102802, 51.513406], [-0.102772, 51.513427], [-0.10276, 51.513443], [-0.102766, 51.513414], [-0.102802, 51.513406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4V 6DY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103334, 51.513003], [-0.103281, 51.513023], [-0.10325, 51.513076], [-0.103185, 51.513081], [-0.103083, 51.513142], [-0.10299, 51.513168], [-0.102972, 51.513216], [-0.102933, 51.513239], [-0.102708, 51.513208], [-0.102657, 51.513171], [-0.102499, 51.513161], [-0.102518, 51.513044], [-0.102658, 51.513036], [-0.10269, 51.512946], [-0.102794, 51.512952], [-0.102776, 51.513077], [-0.102834, 51.513113], [-0.102892, 51.513107], [-0.102973, 51.513067], [-0.103014, 51.513024], [-0.103024, 51.512949], [-0.103134, 51.512949], [-0.103172, 51.512901], [-0.103279, 51.512908], [-0.103271, 51.512951], [-0.103334, 51.513003]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 957, &quot;postcode&quot;: &quot;EC4V 6EB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102917, 51.512773], [-0.102903, 51.512775], [-0.102919, 51.512735], [-0.102917, 51.512773]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4, &quot;postcode&quot;: &quot;EC4V 6EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103473, 51.513652], [-0.103018, 51.513689], [-0.103018, 51.513632], [-0.102996, 51.513604], [-0.102743, 51.513537], [-0.102768, 51.513477], [-0.102908, 51.51338], [-0.102976, 51.51331], [-0.102948, 51.513226], [-0.103092, 51.513211], [-0.103113, 51.513179], [-0.10309, 51.513127], [-0.103149, 51.513104], [-0.103182, 51.51307], [-0.103233, 51.513067], [-0.10327, 51.51304], [-0.103471, 51.513084], [-0.103473, 51.513652]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2420, &quot;postcode&quot;: &quot;EC4V 6EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103867, 51.513006], [-0.10374, 51.513011], [-0.103716, 51.513037], [-0.103719, 51.51308], [-0.103528, 51.513081], [-0.103471, 51.513115], [-0.103463, 51.513043], [-0.103334, 51.513003], [-0.103313, 51.512921], [-0.103172, 51.512901], [-0.103165, 51.512868], [-0.10313, 51.512847], [-0.102961, 51.512834], [-0.102956, 51.512797], [-0.102917, 51.512773], [-0.102919, 51.512735], [-0.10294, 51.512729], [-0.102998, 51.512759], [-0.103224, 51.512774], [-0.103283, 51.512756], [-0.103312, 51.512716], [-0.103293, 51.512456], [-0.103338, 51.512414], [-0.103326, 51.512388], [-0.103288, 51.51237], [-0.103285, 51.51233], [-0.10341, 51.512263], [-0.103411, 51.512164], [-0.103686, 51.512102], [-0.103699, 51.512276], [-0.103724, 51.512302], [-0.103774, 51.512317], [-0.103792, 51.512397], [-0.103768, 51.512553], [-0.103837, 51.512739], [-0.103867, 51.513006]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3560, &quot;postcode&quot;: &quot;EC4V 6ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104129, 51.513508], [-0.104126, 51.513511], [-0.104126, 51.513506], [-0.104129, 51.513508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;EC4V 6JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.104441, 51.51203], [-0.104406, 51.512084], [-0.104397, 51.512428], [-0.104416, 51.512461], [-0.104307, 51.513584], [-0.103473, 51.513652], [-0.103471, 51.51308], [-0.103738, 51.513076], [-0.103862, 51.512966], [-0.103914, 51.513025], [-0.103914, 51.513066], [-0.103964, 51.513089], [-0.104041, 51.513088], [-0.104084, 51.51306], [-0.104201, 51.513056], [-0.104243, 51.513024], [-0.104254, 51.512721], [-0.104225, 51.512696], [-0.104184, 51.512688], [-0.104121, 51.512705], [-0.1041, 51.512742], [-0.104078, 51.512718], [-0.104097, 51.51226], [-0.10407, 51.512235], [-0.104027, 51.512226], [-0.103873, 51.512109], [-0.103932, 51.512024], [-0.103961, 51.511936], [-0.104125, 51.511944], [-0.104056, 51.512191], [-0.104074, 51.51222], [-0.104112, 51.512234], [-0.104113, 51.512376], [-0.104169, 51.512409], [-0.104231, 51.512404], [-0.104264, 51.512371], [-0.104276, 51.511828], [-0.104444, 51.511849], [-0.104441, 51.51203]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5766, &quot;postcode&quot;: &quot;EC4V 6JJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.102861, 51.513625], [-0.102893, 51.513582], [-0.103018, 51.513602], [-0.103018, 51.51369], [-0.102879, 51.513699], [-0.102861, 51.513625]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 115, &quot;postcode&quot;: &quot;EC4V 6RN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.103864, 51.512201], [-0.103802, 51.512215], [-0.10377, 51.512242], [-0.103774, 51.512317], [-0.103731, 51.512306], [-0.103738, 51.512268], [-0.103693, 51.512239], [-0.10369, 51.512214], [-0.103751, 51.512212], [-0.10379, 51.512182], [-0.103864, 51.512201]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 52, &quot;postcode&quot;: &quot;EC4Y 8DU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097077, 51.505123], [-0.096867, 51.50522], [-0.096824, 51.505081], [-0.097077, 51.505123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 131, &quot;postcode&quot;: &quot;SE1 0AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09453, 51.506666], [-0.09445, 51.506655], [-0.094541, 51.506466], [-0.094392, 51.506439], [-0.094289, 51.506667], [-0.094222, 51.506654], [-0.094346, 51.506394], [-0.094956, 51.506564], [-0.095153, 51.506596], [-0.095162, 51.50664], [-0.094985, 51.507283], [-0.09462, 51.507945], [-0.094475, 51.507903], [-0.094503, 51.50786], [-0.094525, 51.507865], [-0.094858, 51.507306], [-0.094911, 51.507133], [-0.094854, 51.507128], [-0.094875, 51.507053], [-0.094542, 51.507027], [-0.094551, 51.506974], [-0.09469, 51.506946], [-0.094177, 51.506909], [-0.094205, 51.506707], [-0.094268, 51.506714], [-0.094192, 51.50688], [-0.094415, 51.50692], [-0.094616, 51.506479], [-0.09453, 51.506666]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3621, &quot;postcode&quot;: &quot;SE1 0AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09495, 51.506949], [-0.09495, 51.506993], [-0.09486, 51.506958], [-0.094916, 51.50696], [-0.09495, 51.506949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 13, &quot;postcode&quot;: &quot;SE1 0EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097362, 51.505454], [-0.097385, 51.505501], [-0.097316, 51.505524], [-0.097294, 51.505482], [-0.097362, 51.505454]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 28, &quot;postcode&quot;: &quot;SE1 0ES&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.098231, 51.506193], [-0.097913, 51.506205], [-0.09784, 51.506229], [-0.097835, 51.506254], [-0.097943, 51.506451], [-0.097702, 51.50615], [-0.098201, 51.506156], [-0.098231, 51.506193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 242, &quot;postcode&quot;: &quot;SE1 0FD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095529, 51.504215], [-0.095549, 51.504182], [-0.095722, 51.50423], [-0.09571, 51.504386], [-0.095529, 51.504215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 143, &quot;postcode&quot;: &quot;SE1 0NJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095529, 51.504215], [-0.09571, 51.504386], [-0.095671, 51.50493], [-0.095357, 51.504894], [-0.095186, 51.504679], [-0.095194, 51.504607], [-0.095329, 51.504639], [-0.095353, 51.504602], [-0.095348, 51.50452], [-0.095258, 51.504495], [-0.095296, 51.504409], [-0.095221, 51.504383], [-0.095225, 51.504343], [-0.095529, 51.504215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2029, &quot;postcode&quot;: &quot;SE1 0NQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097696, 51.506137], [-0.097294, 51.506094], [-0.097379, 51.505972], [-0.097474, 51.505683], [-0.097696, 51.506137]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 617, &quot;postcode&quot;: &quot;SE1 0SW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096844, 51.505884], [-0.097157, 51.505821], [-0.097236, 51.50597], [-0.096743, 51.506023], [-0.096797, 51.506017], [-0.096807, 51.506043], [-0.096451, 51.506005], [-0.095974, 51.505919], [-0.095931, 51.505877], [-0.096107, 51.505908], [-0.095805, 51.505854], [-0.095926, 51.505514], [-0.096793, 51.505659], [-0.096747, 51.505792], [-0.096844, 51.505884]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3240, &quot;postcode&quot;: &quot;SE1 0TL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09738, 51.505972], [-0.097293, 51.506094], [-0.097244, 51.506089], [-0.09726, 51.505686], [-0.097386, 51.505661], [-0.097316, 51.505524], [-0.097385, 51.505501], [-0.097474, 51.505683], [-0.09738, 51.505972]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 583, &quot;postcode&quot;: &quot;SE1 0TP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096627, 51.506024], [-0.096739, 51.506035], [-0.096627, 51.506024], [-0.096627, 51.506024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;SE1 0TQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092359, 51.503933], [-0.092224, 51.504184], [-0.091996, 51.504176], [-0.091866, 51.504044], [-0.091638, 51.504], [-0.09164, 51.503947], [-0.092359, 51.503933]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 853, &quot;postcode&quot;: &quot;SE1 1GJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090521, 51.50434], [-0.090814, 51.504104], [-0.090903, 51.504155], [-0.09093, 51.50428], [-0.090908, 51.504313], [-0.090832, 51.504292], [-0.090808, 51.504327], [-0.090707, 51.504387], [-0.090614, 51.504391], [-0.090521, 51.50434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 468, &quot;postcode&quot;: &quot;SE1 1NL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089514, 51.505779], [-0.089606, 51.505525], [-0.089709, 51.505475], [-0.089723, 51.505484], [-0.08965, 51.505536], [-0.089785, 51.505525], [-0.090226, 51.505815], [-0.090049, 51.505883], [-0.089514, 51.505779]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1143, &quot;postcode&quot;: &quot;SE1 1PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092525, 51.504585], [-0.092234, 51.504706], [-0.092187, 51.504751], [-0.091808, 51.504751], [-0.09146, 51.504627], [-0.091408, 51.50464], [-0.091275, 51.504729], [-0.091026, 51.504726], [-0.090883, 51.504817], [-0.090805, 51.50482], [-0.090673, 51.504705], [-0.090636, 51.504629], [-0.090672, 51.504606], [-0.090732, 51.504601], [-0.090783, 51.504564], [-0.090902, 51.504542], [-0.090942, 51.504496], [-0.091142, 51.504474], [-0.091193, 51.504449], [-0.091271, 51.504458], [-0.091326, 51.504418], [-0.091437, 51.504443], [-0.091481, 51.504479], [-0.091544, 51.504477], [-0.091606, 51.504439], [-0.091646, 51.504344], [-0.091683, 51.504321], [-0.091746, 51.50422], [-0.091912, 51.504242], [-0.091996, 51.504176], [-0.092224, 51.504184], [-0.092089, 51.504436], [-0.092103, 51.504475], [-0.092525, 51.504585]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4119, &quot;postcode&quot;: &quot;SE1 1RQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094909, 51.504371], [-0.094975, 51.504359], [-0.095017, 51.504309], [-0.095225, 51.504343], [-0.095221, 51.504383], [-0.095296, 51.504409], [-0.095258, 51.504495], [-0.095348, 51.50452], [-0.095353, 51.504602], [-0.095329, 51.504639], [-0.095189, 51.504605], [-0.095186, 51.504679], [-0.095357, 51.504894], [-0.094804, 51.504829], [-0.095001, 51.505001], [-0.094675, 51.504963], [-0.094529, 51.504824], [-0.09413, 51.504714], [-0.094198, 51.504686], [-0.094224, 51.504688], [-0.094147, 51.50468], [-0.094123, 51.504658], [-0.094198, 51.504547], [-0.094399, 51.504598], [-0.094532, 51.504414], [-0.094609, 51.504421], [-0.094622, 51.504401], [-0.094971, 51.504365], [-0.094909, 51.504371]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3756, &quot;postcode&quot;: &quot;SE1 1RU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094523, 51.504017], [-0.094596, 51.503915], [-0.094738, 51.503955], [-0.094664, 51.503987], [-0.094617, 51.503983], [-0.094591, 51.504018], [-0.094523, 51.504017]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 77, &quot;postcode&quot;: &quot;SE1 1SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094576, 51.504039], [-0.094617, 51.503983], [-0.094664, 51.503987], [-0.094738, 51.503955], [-0.095549, 51.504182], [-0.095529, 51.504215], [-0.095225, 51.504343], [-0.095017, 51.504309], [-0.095071, 51.504243], [-0.094712, 51.504248], [-0.094709, 51.504189], [-0.094459, 51.504193], [-0.094536, 51.504092], [-0.094668, 51.504106], [-0.094622, 51.504051], [-0.094576, 51.504039]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1604, &quot;postcode&quot;: &quot;SE1 1TD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095071, 51.504243], [-0.094975, 51.504359], [-0.094539, 51.504423], [-0.094399, 51.504598], [-0.094256, 51.504562], [-0.094202, 51.504565], [-0.094136, 51.50464], [-0.094152, 51.504669], [-0.094197, 51.504686], [-0.09413, 51.504714], [-0.094028, 51.504707], [-0.094523, 51.504017], [-0.094591, 51.504018], [-0.094668, 51.504106], [-0.094583, 51.504093], [-0.094533, 51.504105], [-0.094503, 51.504148], [-0.094536, 51.504184], [-0.094709, 51.504189], [-0.094723, 51.504228], [-0.094769, 51.504247], [-0.095071, 51.504243]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1573, &quot;postcode&quot;: &quot;SE1 1TE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092639, 51.505084], [-0.092387, 51.505002], [-0.092195, 51.504819], [-0.092237, 51.504794], [-0.092222, 51.504754], [-0.092187, 51.504751], [-0.092225, 51.50471], [-0.092525, 51.504585], [-0.093022, 51.504708], [-0.092833, 51.504965], [-0.092864, 51.504976], [-0.092639, 51.505084]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1991, &quot;postcode&quot;: &quot;SE1 1TU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091472, 51.504623], [-0.091808, 51.504751], [-0.092215, 51.504752], [-0.092237, 51.504794], [-0.091824, 51.504963], [-0.091449, 51.505096], [-0.091267, 51.505055], [-0.09127, 51.50504], [-0.090928, 51.504978], [-0.090951, 51.504934], [-0.090929, 51.504934], [-0.090925, 51.504897], [-0.090893, 51.504898], [-0.090881, 51.504799], [-0.090941, 51.504792], [-0.091009, 51.504724], [-0.091276, 51.504729], [-0.091415, 51.504636], [-0.091472, 51.504623]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2716, &quot;postcode&quot;: &quot;SE1 1TY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093863, 51.504761], [-0.093802, 51.504936], [-0.093742, 51.504949], [-0.093712, 51.50499], [-0.093743, 51.505052], [-0.093691, 51.505058], [-0.093662, 51.505082], [-0.093656, 51.505162], [-0.093657, 51.505096], [-0.093634, 51.50507], [-0.09341, 51.505031], [-0.093334, 51.505046], [-0.093297, 51.505114], [-0.093229, 51.5051], [-0.093198, 51.504966], [-0.09314, 51.504915], [-0.09308, 51.504895], [-0.093102, 51.50485], [-0.093108, 51.504713], [-0.093863, 51.504761]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1624, &quot;postcode&quot;: &quot;SE1 1UN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091124, 51.504192], [-0.090999, 51.504148], [-0.090903, 51.504155], [-0.090814, 51.504104], [-0.091336, 51.503687], [-0.091417, 51.503767], [-0.091354, 51.503847], [-0.091451, 51.503872], [-0.091437, 51.503892], [-0.091579, 51.503926], [-0.091601, 51.503947], [-0.091667, 51.503949], [-0.091638, 51.504], [-0.09187, 51.504041], [-0.091996, 51.504176], [-0.091916, 51.504258], [-0.091746, 51.50422], [-0.091674, 51.504348], [-0.091583, 51.504333], [-0.091598, 51.504291], [-0.091522, 51.504279], [-0.091536, 51.504254], [-0.091513, 51.504246], [-0.091411, 51.504257], [-0.091346, 51.50428], [-0.09124, 51.504256], [-0.091231, 51.504234], [-0.091117, 51.504204], [-0.091124, 51.504192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2684, &quot;postcode&quot;: &quot;SE1 1XF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091598, 51.504291], [-0.091583, 51.504333], [-0.091674, 51.504348], [-0.09169, 51.504306], [-0.091674, 51.504348], [-0.091646, 51.504344], [-0.091597, 51.504464], [-0.091571, 51.504461], [-0.091567, 51.504479], [-0.091492, 51.504502], [-0.091416, 51.50447], [-0.091438, 51.504443], [-0.091233, 51.504397], [-0.091233, 51.504348], [-0.091267, 51.504315], [-0.091447, 51.504359], [-0.091471, 51.50431], [-0.091346, 51.50428], [-0.091411, 51.504257], [-0.091513, 51.504246], [-0.091536, 51.504254], [-0.091522, 51.504279], [-0.091598, 51.504291]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 434, &quot;postcode&quot;: &quot;SE1 1XN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090719, 51.504378], [-0.090808, 51.504327], [-0.090832, 51.504292], [-0.090939, 51.504312], [-0.090889, 51.504402], [-0.090942, 51.504496], [-0.090915, 51.504544], [-0.090783, 51.504564], [-0.090727, 51.504626], [-0.090672, 51.504606], [-0.090636, 51.504629], [-0.090386, 51.504592], [-0.09018, 51.504613], [-0.090521, 51.50434], [-0.090614, 51.504391], [-0.090719, 51.504378]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1073, &quot;postcode&quot;: &quot;SE1 1XU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091219, 51.504251], [-0.091471, 51.50431], [-0.091447, 51.504359], [-0.091267, 51.504315], [-0.091233, 51.504348], [-0.091233, 51.504397], [-0.091326, 51.504418], [-0.091288, 51.504473], [-0.091164, 51.504442], [-0.091193, 51.504449], [-0.091159, 51.504472], [-0.090942, 51.504496], [-0.090888, 51.504417], [-0.090942, 51.504319], [-0.090908, 51.504313], [-0.09093, 51.50428], [-0.090903, 51.504155], [-0.090999, 51.504148], [-0.091097, 51.504177], [-0.091124, 51.504192], [-0.091117, 51.504204], [-0.091231, 51.504234], [-0.09124, 51.504256], [-0.091219, 51.504251]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 863, &quot;postcode&quot;: &quot;SE1 1XW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089888, 51.504846], [-0.09018, 51.504613], [-0.090386, 51.504592], [-0.090636, 51.504629], [-0.090673, 51.504705], [-0.090803, 51.50482], [-0.09031, 51.505041], [-0.089888, 51.504846]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1880, &quot;postcode&quot;: &quot;SE1 1YB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082077, 51.505187], [-0.082065, 51.505215], [-0.081969, 51.505191], [-0.082008, 51.505112], [-0.082077, 51.505187]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 44, &quot;postcode&quot;: &quot;SE1 2AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081184, 51.503962], [-0.082021, 51.50431], [-0.082075, 51.504354], [-0.082097, 51.504337], [-0.082369, 51.504433], [-0.082132, 51.504381], [-0.082018, 51.504565], [-0.082281, 51.504625], [-0.082391, 51.504438], [-0.083017, 51.504634], [-0.083289, 51.50474], [-0.083836, 51.504984], [-0.083845, 51.505], [-0.083482, 51.505326], [-0.083274, 51.505487], [-0.082978, 51.50535], [-0.082684, 51.505242], [-0.082021, 51.505084], [-0.081965, 51.505199], [-0.081532, 51.505713], [-0.08143, 51.505925], [-0.081394, 51.505919], [-0.081386, 51.505971], [-0.081359, 51.505974], [-0.081161, 51.505939], [-0.081053, 51.505906], [-0.08106, 51.505892], [-0.080634, 51.505778], [-0.079709, 51.505496], [-0.080003, 51.504874], [-0.081184, 51.503962]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 31106, &quot;postcode&quot;: &quot;SE1 2AP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08228, 51.504296], [-0.08242, 51.504276], [-0.082594, 51.504364], [-0.082724, 51.504537], [-0.082373, 51.504434], [-0.08228, 51.504296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 385, &quot;postcode&quot;: &quot;SE1 2AT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082008, 51.505112], [-0.082021, 51.505084], [-0.082114, 51.505106], [-0.082077, 51.505187], [-0.082008, 51.505112]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 43, &quot;postcode&quot;: &quot;SE1 2BY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083212, 51.504139], [-0.083108, 51.504081], [-0.083038, 51.503894], [-0.083125, 51.503844], [-0.083164, 51.503872], [-0.08325, 51.504121], [-0.083289, 51.504151], [-0.083212, 51.504139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 263, &quot;postcode&quot;: &quot;SE1 2EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082362, 51.503377], [-0.082861, 51.503646], [-0.083125, 51.503844], [-0.083038, 51.503894], [-0.082994, 51.503811], [-0.082903, 51.503803], [-0.082774, 51.50382], [-0.082732, 51.50376], [-0.082769, 51.503752], [-0.082773, 51.503735], [-0.082612, 51.503642], [-0.082583, 51.503583], [-0.082536, 51.503599], [-0.082435, 51.50354], [-0.082553, 51.503609], [-0.082468, 51.503622], [-0.082406, 51.503661], [-0.082372, 51.503665], [-0.082367, 51.503653], [-0.082185, 51.50362], [-0.082362, 51.503377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1044, &quot;postcode&quot;: &quot;SE1 2EL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.081617, 51.504035], [-0.081585, 51.504046], [-0.081537, 51.504021], [-0.081538, 51.504001], [-0.081617, 51.504035]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 12, &quot;postcode&quot;: &quot;SE1 2EN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083004, 51.504231], [-0.083046, 51.504203], [-0.083147, 51.504188], [-0.083128, 51.504147], [-0.083164, 51.504123], [-0.083289, 51.504151], [-0.083347, 51.504301], [-0.083292, 51.504372], [-0.08308, 51.504342], [-0.08295, 51.504363], [-0.082909, 51.504295], [-0.082967, 51.504256], [-0.082962, 51.504237], [-0.082995, 51.504233], [-0.083038, 51.504226], [-0.083004, 51.504231]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 527, &quot;postcode&quot;: &quot;SE1 2ER&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083164, 51.504123], [-0.083138, 51.50415], [-0.083147, 51.504188], [-0.083045, 51.504206], [-0.082909, 51.504295], [-0.082844, 51.504259], [-0.082772, 51.504258], [-0.082681, 51.504225], [-0.082581, 51.504214], [-0.082534, 51.504225], [-0.082373, 51.504195], [-0.082359, 51.504177], [-0.08245, 51.504084], [-0.082444, 51.50405], [-0.082402, 51.504029], [-0.082185, 51.503998], [-0.082224, 51.50393], [-0.082302, 51.503888], [-0.082872, 51.503806], [-0.082975, 51.503807], [-0.083012, 51.503825], [-0.083104, 51.504068], [-0.083164, 51.504123]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2304, &quot;postcode&quot;: &quot;SE1 2FB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083173, 51.505559], [-0.083482, 51.505326], [-0.083772, 51.505066], [-0.083828, 51.505163], [-0.083288, 51.505618], [-0.083173, 51.505559]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 631, &quot;postcode&quot;: &quot;SE1 2HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083231, 51.505591], [-0.082908, 51.505838], [-0.082831, 51.505839], [-0.082766, 51.50586], [-0.082671, 51.505995], [-0.082585, 51.506176], [-0.081386, 51.505971], [-0.081394, 51.505919], [-0.08143, 51.505925], [-0.081532, 51.505713], [-0.081969, 51.505191], [-0.082065, 51.505215], [-0.082114, 51.505106], [-0.082684, 51.505242], [-0.082978, 51.50535], [-0.083274, 51.505487], [-0.083173, 51.505559], [-0.083231, 51.505591]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 9091, &quot;postcode&quot;: &quot;SE1 2HJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082946, 51.505812], [-0.082989, 51.505779], [-0.083047, 51.505734], [-0.082946, 51.505812]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;SE1 2HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082608, 51.506124], [-0.082587, 51.506173], [-0.082573, 51.506203], [-0.082551, 51.506199], [-0.082608, 51.506124]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6, &quot;postcode&quot;: &quot;SE1 2HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082391, 51.504438], [-0.082281, 51.504625], [-0.082018, 51.504565], [-0.082111, 51.504405], [-0.082107, 51.504375], [-0.08201, 51.504308], [-0.081535, 51.504101], [-0.081585, 51.504046], [-0.081609, 51.504043], [-0.081924, 51.504163], [-0.082089, 51.504283], [-0.08228, 51.504296], [-0.082391, 51.504438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1013, &quot;postcode&quot;: &quot;SE1 2HZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086911, 51.506679], [-0.086148, 51.506546], [-0.084714, 51.506621], [-0.081163, 51.505939], [-0.082563, 51.506172], [-0.08261, 51.506209], [-0.083146, 51.506307], [-0.08321, 51.506296], [-0.083238, 51.506252], [-0.083317, 51.506255], [-0.083402, 51.506283], [-0.08339, 51.506322], [-0.083424, 51.506353], [-0.083675, 51.506396], [-0.083728, 51.506389], [-0.083758, 51.506357], [-0.084195, 51.506445], [-0.084779, 51.506525], [-0.085475, 51.506528], [-0.085531, 51.506547], [-0.086224, 51.506545], [-0.086585, 51.506591], [-0.086911, 51.506679]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1757, &quot;postcode&quot;: &quot;SE1 2JH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086539, 51.505905], [-0.086458, 51.505892], [-0.0864, 51.505931], [-0.086413, 51.505965], [-0.086523, 51.50602], [-0.086494, 51.506151], [-0.086808, 51.50626], [-0.08658, 51.506595], [-0.086224, 51.506545], [-0.085479, 51.506551], [-0.085475, 51.506527], [-0.08555, 51.506517], [-0.085526, 51.506117], [-0.085691, 51.506113], [-0.085935, 51.505849], [-0.085889, 51.50583], [-0.085937, 51.505801], [-0.085798, 51.505724], [-0.085766, 51.505779], [-0.085687, 51.505745], [-0.085688, 51.505712], [-0.085792, 51.505661], [-0.086018, 51.505649], [-0.086129, 51.505679], [-0.086159, 51.505802], [-0.086362, 51.505736], [-0.086512, 51.505786], [-0.086539, 51.505905]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5966, &quot;postcode&quot;: &quot;SE1 2PR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.085937, 51.505801], [-0.085889, 51.50583], [-0.085739, 51.505754], [-0.085686, 51.505745], [-0.085337, 51.505601], [-0.085489, 51.50556], [-0.085542, 51.5056], [-0.085937, 51.505801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 298, &quot;postcode&quot;: &quot;SE1 2QF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088294, 51.506377], [-0.088284, 51.506402], [-0.088191, 51.5064], [-0.088167, 51.506389], [-0.088168, 51.506361], [-0.088294, 51.506377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 29, &quot;postcode&quot;: &quot;SE1 2QJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08401, 51.505058], [-0.084476, 51.505254], [-0.084531, 51.505237], [-0.084855, 51.505308], [-0.084972, 51.505461], [-0.085253, 51.505587], [-0.08531, 51.50559], [-0.085935, 51.505849], [-0.085691, 51.506113], [-0.085526, 51.506117], [-0.08555, 51.506517], [-0.085224, 51.506531], [-0.084779, 51.506525], [-0.08423, 51.506452], [-0.083758, 51.506357], [-0.083743, 51.506407], [-0.083419, 51.506355], [-0.083383, 51.50633], [-0.083402, 51.506283], [-0.0833, 51.506252], [-0.083238, 51.506252], [-0.083212, 51.506301], [-0.083169, 51.506312], [-0.082573, 51.506203], [-0.082671, 51.505995], [-0.082766, 51.50586], [-0.082831, 51.505839], [-0.08291, 51.505838], [-0.08323, 51.505591], [-0.083288, 51.505618], [-0.083289, 51.505602], [-0.083384, 51.505543], [-0.083383, 51.505525], [-0.083421, 51.505514], [-0.083423, 51.505495], [-0.083457, 51.505486], [-0.08356, 51.505396], [-0.083554, 51.50538], [-0.083579, 51.50538], [-0.08393, 51.505076], [-0.083828, 51.505163], [-0.083772, 51.505066], [-0.083845, 51.505], [-0.083738, 51.504941], [-0.083836, 51.504937], [-0.083946, 51.504972], [-0.08401, 51.505058]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 22836, &quot;postcode&quot;: &quot;SE1 2QN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.084111, 51.50498], [-0.084305, 51.505026], [-0.08433, 51.504997], [-0.084593, 51.505099], [-0.08453, 51.505149], [-0.084531, 51.505237], [-0.084476, 51.505254], [-0.08401, 51.505058], [-0.083946, 51.504972], [-0.084111, 51.50498]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 651, &quot;postcode&quot;: &quot;SE1 2QP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082367, 51.503653], [-0.082415, 51.503762], [-0.082607, 51.503737], [-0.082629, 51.503775], [-0.082732, 51.50376], [-0.082774, 51.50382], [-0.082302, 51.503888], [-0.082263, 51.503909], [-0.082206, 51.503886], [-0.082072, 51.503789], [-0.082185, 51.50362], [-0.082367, 51.503653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 766, &quot;postcode&quot;: &quot;SE1 2RH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082776, 51.503743], [-0.082629, 51.503775], [-0.082607, 51.503737], [-0.082415, 51.503762], [-0.082372, 51.503665], [-0.082606, 51.503639], [-0.082776, 51.503743]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 263, &quot;postcode&quot;: &quot;SE1 2RU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088075, 51.506229], [-0.08804, 51.506351], [-0.08801, 51.506348], [-0.087964, 51.506271], [-0.087817, 51.506189], [-0.08671, 51.506024], [-0.086652, 51.506037], [-0.08663, 51.506079], [-0.086413, 51.505965], [-0.0864, 51.505931], [-0.086423, 51.505906], [-0.086517, 51.505868], [-0.086512, 51.505786], [-0.086719, 51.505698], [-0.086753, 51.505577], [-0.087021, 51.505582], [-0.086803, 51.505677], [-0.086806, 51.50572], [-0.086892, 51.505762], [-0.086967, 51.505778], [-0.087016, 51.50577], [-0.087204, 51.505629], [-0.087405, 51.505758], [-0.087456, 51.505768], [-0.087724, 51.505753], [-0.088052, 51.505913], [-0.087781, 51.506028], [-0.087755, 51.506064], [-0.087796, 51.506103], [-0.088007, 51.50614], [-0.088075, 51.506229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4216, &quot;postcode&quot;: &quot;SE1 2SW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088415, 51.506091], [-0.088083, 51.506875], [-0.088037, 51.506896], [-0.08787, 51.506864], [-0.087863, 51.506834], [-0.087814, 51.506804], [-0.087666, 51.506783], [-0.0878, 51.506791], [-0.087843, 51.506779], [-0.087875, 51.506718], [-0.08792, 51.506694], [-0.087947, 51.506628], [-0.087947, 51.506522], [-0.087986, 51.506502], [-0.087999, 51.506464], [-0.087937, 51.506421], [-0.087885, 51.506409], [-0.087839, 51.506337], [-0.087539, 51.506306], [-0.087446, 51.506349], [-0.087344, 51.506348], [-0.087248, 51.506407], [-0.087133, 51.50638], [-0.086494, 51.506151], [-0.086523, 51.50602], [-0.086583, 51.506036], [-0.086648, 51.506011], [-0.086699, 51.506013], [-0.087124, 51.506079], [-0.087182, 51.506056], [-0.087176, 51.506006], [-0.087204, 51.505989], [-0.087328, 51.506006], [-0.087383, 51.506039], [-0.087347, 51.506077], [-0.087383, 51.506117], [-0.08782, 51.506189], [-0.08796, 51.506267], [-0.088006, 51.506275], [-0.088068, 51.50625], [-0.088081, 51.506168], [-0.088059, 51.506136], [-0.087966, 51.506103], [-0.087995, 51.506014], [-0.088088, 51.506022], [-0.088251, 51.506011], [-0.088415, 51.506091]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4496, &quot;postcode&quot;: &quot;SE1 2SX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088686, 51.506116], [-0.088594, 51.506191], [-0.088585, 51.506259], [-0.088517, 51.506405], [-0.088438, 51.506415], [-0.088235, 51.506535], [-0.088207, 51.506581], [-0.088163, 51.506557], [-0.087959, 51.506531], [-0.088006, 51.506454], [-0.08809, 51.506442], [-0.088205, 51.506467], [-0.088262, 51.506445], [-0.088416, 51.506091], [-0.088482, 51.506034], [-0.088545, 51.506038], [-0.088542, 51.506073], [-0.088571, 51.506098], [-0.088686, 51.506116]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 881, &quot;postcode&quot;: &quot;SE1 2SY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.082873, 51.503654], [-0.08235, 51.503373], [-0.082476, 51.503183], [-0.086847, 51.505323], [-0.086531, 51.505776], [-0.086362, 51.505736], [-0.086159, 51.505802], [-0.086129, 51.505679], [-0.086018, 51.505649], [-0.085788, 51.505663], [-0.085746, 51.505577], [-0.08577, 51.505583], [-0.085497, 51.505508], [-0.085489, 51.50556], [-0.085337, 51.505601], [-0.085253, 51.505587], [-0.084972, 51.505461], [-0.084855, 51.505308], [-0.084911, 51.505239], [-0.084767, 51.505165], [-0.08425, 51.504961], [-0.08433, 51.504997], [-0.084305, 51.505026], [-0.084111, 51.50498], [-0.083946, 51.504972], [-0.083836, 51.504937], [-0.083738, 51.504941], [-0.083289, 51.50474], [-0.082863, 51.504579], [-0.0833, 51.504504], [-0.083329, 51.504471], [-0.083292, 51.504372], [-0.083347, 51.504301], [-0.083297, 51.504162], [-0.08325, 51.504121], [-0.083164, 51.503872], [-0.082873, 51.503654]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 26442, &quot;postcode&quot;: &quot;SE1 2TF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.083329, 51.504471], [-0.0833, 51.504504], [-0.082863, 51.504579], [-0.082724, 51.504537], [-0.082594, 51.504366], [-0.082441, 51.504287], [-0.082099, 51.504295], [-0.081925, 51.504163], [-0.081987, 51.504113], [-0.081996, 51.504075], [-0.082115, 51.503996], [-0.082154, 51.503938], [-0.082134, 51.503892], [-0.082023, 51.503863], [-0.082072, 51.503789], [-0.082204, 51.503885], [-0.082263, 51.503909], [-0.082211, 51.503953], [-0.082233, 51.503998], [-0.082343, 51.504026], [-0.082469, 51.504027], [-0.08245, 51.504113], [-0.082386, 51.504157], [-0.08241, 51.5042], [-0.082476, 51.504217], [-0.082543, 51.5042], [-0.082768, 51.50424], [-0.082892, 51.50424], [-0.082889, 51.504277], [-0.082958, 51.504348], [-0.08308, 51.504342], [-0.083292, 51.504372], [-0.083329, 51.504471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2448, &quot;postcode&quot;: &quot;SE1 2TH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.08218, 51.503899], [-0.082116, 51.503996], [-0.08201, 51.504066], [-0.081995, 51.504108], [-0.081925, 51.504163], [-0.081637, 51.504056], [-0.081575, 51.504064], [-0.081535, 51.504101], [-0.081194, 51.503965], [-0.081277, 51.50389], [-0.081537, 51.504001], [-0.08157, 51.504028], [-0.081818, 51.504108], [-0.081875, 51.504085], [-0.082023, 51.503864], [-0.08218, 51.503899]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 612, &quot;postcode&quot;: &quot;SE1 2TU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091549, 51.50537], [-0.091482, 51.505432], [-0.091271, 51.505388], [-0.091122, 51.505388], [-0.091073, 51.505364], [-0.091011, 51.50537], [-0.090966, 51.50535], [-0.090619, 51.505304], [-0.090577, 51.505249], [-0.090408, 51.505135], [-0.09031, 51.505041], [-0.090803, 51.50482], [-0.090883, 51.504817], [-0.090893, 51.504874], [-0.090977, 51.504977], [-0.09127, 51.50504], [-0.091305, 51.505063], [-0.09141, 51.505087], [-0.091366, 51.505198], [-0.091392, 51.505243], [-0.091549, 51.50537]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3013, &quot;postcode&quot;: &quot;SE1 9AA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092477, 51.505471], [-0.092256, 51.505471], [-0.092262, 51.505423], [-0.092172, 51.505357], [-0.092066, 51.505309], [-0.091991, 51.505302], [-0.091939, 51.505328], [-0.091928, 51.505383], [-0.091814, 51.505449], [-0.091764, 51.505397], [-0.091712, 51.505384], [-0.091475, 51.505457], [-0.091433, 51.505484], [-0.091368, 51.505598], [-0.091122, 51.505388], [-0.091263, 51.505386], [-0.091396, 51.505412], [-0.091447, 51.5054], [-0.09147, 51.505369], [-0.091461, 51.505308], [-0.091368, 51.505275], [-0.091386, 51.505242], [-0.091358, 51.505183], [-0.09141, 51.505087], [-0.091463, 51.50509], [-0.091573, 51.505054], [-0.092195, 51.504819], [-0.092387, 51.505002], [-0.092261, 51.505317], [-0.092477, 51.505471]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3403, &quot;postcode&quot;: &quot;SE1 9AB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091508, 51.505448], [-0.091742, 51.505367], [-0.091814, 51.505449], [-0.091849, 51.505437], [-0.091865, 51.505432], [-0.091847, 51.505411], [-0.091928, 51.505383], [-0.091936, 51.505361], [-0.091896, 51.505315], [-0.091958, 51.505293], [-0.092071, 51.505309], [-0.092142, 51.505348], [-0.092006, 51.505586], [-0.092105, 51.505862], [-0.092095, 51.505953], [-0.092139, 51.505955], [-0.092422, 51.506741], [-0.092679, 51.506774], [-0.092657, 51.506849], [-0.092737, 51.506925], [-0.092702, 51.507063], [-0.092114, 51.507052], [-0.0921, 51.506942], [-0.091923, 51.506934], [-0.091929, 51.506906], [-0.091787, 51.506893], [-0.091791, 51.506866], [-0.091491, 51.506811], [-0.091551, 51.506686], [-0.091681, 51.505995], [-0.091667, 51.50582], [-0.091636, 51.50582], [-0.091538, 51.505732], [-0.09144, 51.505682], [-0.091434, 51.505655], [-0.091368, 51.505598], [-0.091428, 51.505514], [-0.091459, 51.505543], [-0.09141, 51.505497], [-0.091416, 51.50548], [-0.091507, 51.505449], [-0.091463, 51.505463], [-0.091482, 51.505436], [-0.091508, 51.505448]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 8546, &quot;postcode&quot;: &quot;SE1 9AD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091089, 51.505705], [-0.091415, 51.505675], [-0.091426, 51.505664], [-0.091538, 51.505732], [-0.091636, 51.50582], [-0.091498, 51.505955], [-0.09106, 51.505918], [-0.091065, 51.505897], [-0.090695, 51.505799], [-0.090928, 51.505689], [-0.090963, 51.505689], [-0.090963, 51.505674], [-0.091089, 51.505705]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1299, &quot;postcode&quot;: &quot;SE1 9AF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091086, 51.506244], [-0.091071, 51.506305], [-0.091003, 51.506312], [-0.090556, 51.506293], [-0.090568, 51.50621], [-0.090601, 51.506212], [-0.090591, 51.506136], [-0.090357, 51.506109], [-0.090456, 51.50576], [-0.090651, 51.50579], [-0.090938, 51.505858], [-0.091065, 51.505897], [-0.09106, 51.505918], [-0.091498, 51.505955], [-0.091666, 51.506133], [-0.091603, 51.506449], [-0.091523, 51.506433], [-0.091503, 51.506539], [-0.091355, 51.506531], [-0.091368, 51.50649], [-0.091078, 51.506509], [-0.091086, 51.506244]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4617, &quot;postcode&quot;: &quot;SE1 9AG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091434, 51.505655], [-0.091415, 51.505675], [-0.091321, 51.505689], [-0.091089, 51.505705], [-0.091007, 51.505686], [-0.090932, 51.505691], [-0.090695, 51.505799], [-0.090507, 51.50577], [-0.090457, 51.505786], [-0.090439, 51.50582], [-0.090345, 51.505799], [-0.090226, 51.505815], [-0.089801, 51.505537], [-0.08965, 51.505536], [-0.0897, 51.505499], [-0.089717, 51.505455], [-0.089697, 51.505423], [-0.089652, 51.505409], [-0.089711, 51.505364], [-0.089709, 51.505325], [-0.089755, 51.505266], [-0.089629, 51.505053], [-0.089888, 51.504846], [-0.09031, 51.505041], [-0.090631, 51.505302], [-0.091011, 51.505362], [-0.091078, 51.505351], [-0.091434, 51.505655]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6877, &quot;postcode&quot;: &quot;SE1 9AL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099286, 51.506209], [-0.09928, 51.506662], [-0.100059, 51.506602], [-0.100021, 51.506655], [-0.099461, 51.506686], [-0.099454, 51.506722], [-0.099461, 51.506686], [-0.099065, 51.506712], [-0.099008, 51.506635], [-0.099174, 51.506626], [-0.099206, 51.50661], [-0.099214, 51.506233], [-0.099227, 51.506218], [-0.099286, 51.506209]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 630, &quot;postcode&quot;: &quot;SE1 9AN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091467, 51.506223], [-0.091424, 51.506277], [-0.091267, 51.506252], [-0.091124, 51.506256], [-0.091087, 51.506281], [-0.091081, 51.506326], [-0.091071, 51.506305], [-0.091107, 51.506202], [-0.091238, 51.506246], [-0.091291, 51.506236], [-0.091316, 51.506208], [-0.091467, 51.506223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 111, &quot;postcode&quot;: &quot;SE1 9AQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096823, 51.506823], [-0.096803, 51.506865], [-0.096564, 51.506998], [-0.096522, 51.507073], [-0.096145, 51.507002], [-0.096206, 51.506867], [-0.09619, 51.506839], [-0.096143, 51.50682], [-0.096309, 51.50677], [-0.096594, 51.50684], [-0.096652, 51.506819], [-0.096682, 51.506763], [-0.096823, 51.506823]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 960, &quot;postcode&quot;: &quot;SE1 9AR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095647, 51.507304], [-0.096017, 51.507316], [-0.096008, 51.507421], [-0.09598, 51.507553], [-0.095665, 51.507714], [-0.09557, 51.507693], [-0.095583, 51.507388], [-0.095647, 51.507304]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1076, &quot;postcode&quot;: &quot;SE1 9AS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089741, 51.505441], [-0.089584, 51.505542], [-0.089514, 51.505779], [-0.089385, 51.505777], [-0.089049, 51.505544], [-0.089351, 51.505283], [-0.089508, 51.505348], [-0.089487, 51.505394], [-0.089543, 51.505432], [-0.089603, 51.505437], [-0.089652, 51.505409], [-0.089741, 51.505441]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1321, &quot;postcode&quot;: &quot;SE1 9AW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090826, 51.506883], [-0.090811, 51.507041], [-0.090768, 51.507121], [-0.090344, 51.507087], [-0.090353, 51.507063], [-0.090447, 51.507058], [-0.090486, 51.506993], [-0.090578, 51.506966], [-0.090627, 51.506875], [-0.090722, 51.506892], [-0.09079, 51.506873], [-0.090826, 51.506883]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 525, &quot;postcode&quot;: &quot;SE1 9BB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087968, 51.506568], [-0.08791, 51.506723], [-0.087875, 51.506718], [-0.087851, 51.5068], [-0.087341, 51.506741], [-0.087241, 51.506703], [-0.087233, 51.506712], [-0.087059, 51.506705], [-0.086981, 51.506681], [-0.086964, 51.506696], [-0.086584, 51.506591], [-0.086808, 51.50626], [-0.087293, 51.506436], [-0.087484, 51.506467], [-0.087546, 51.506411], [-0.087614, 51.506396], [-0.087956, 51.506418], [-0.087952, 51.506432], [-0.08801, 51.506439], [-0.087981, 51.506525], [-0.087941, 51.506521], [-0.087929, 51.506563], [-0.087968, 51.506568]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3354, &quot;postcode&quot;: &quot;SE1 9BG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091006, 51.506393], [-0.090703, 51.506401], [-0.090706, 51.506299], [-0.091003, 51.506312], [-0.091006, 51.506393]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 213, &quot;postcode&quot;: &quot;SE1 9BN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090989, 51.506596], [-0.091012, 51.506544], [-0.091003, 51.506312], [-0.091071, 51.506305], [-0.091075, 51.506547], [-0.090989, 51.506596]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 143, &quot;postcode&quot;: &quot;SE1 9BP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093195, 51.507005], [-0.09306, 51.507044], [-0.092961, 51.507016], [-0.092912, 51.507019], [-0.092877, 51.50704], [-0.09285, 51.507105], [-0.092268, 51.507275], [-0.092095, 51.507228], [-0.092037, 51.506944], [-0.0921, 51.506942], [-0.092112, 51.507023], [-0.092157, 51.50705], [-0.092668, 51.507061], [-0.09272, 51.507032], [-0.092736, 51.506935], [-0.092661, 51.506836], [-0.093195, 51.507005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1350, &quot;postcode&quot;: &quot;SE1 9BU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086861, 51.505578], [-0.086753, 51.505577], [-0.086758, 51.505449], [-0.086847, 51.505323], [-0.086871, 51.505335], [-0.086861, 51.505578]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 171, &quot;postcode&quot;: &quot;SE1 9BZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090583, 51.506135], [-0.090523, 51.506194], [-0.090415, 51.506184], [-0.090371, 51.506194], [-0.09034, 51.506251], [-0.090106, 51.506182], [-0.090027, 51.506202], [-0.090004, 51.506344], [-0.090027, 51.506376], [-0.090002, 51.506423], [-0.090033, 51.506451], [-0.090113, 51.506472], [-0.090001, 51.506681], [-0.089956, 51.506713], [-0.089857, 51.506714], [-0.089843, 51.506674], [-0.08981, 51.506653], [-0.089536, 51.506605], [-0.089137, 51.506655], [-0.089129, 51.506628], [-0.089092, 51.506608], [-0.088552, 51.506521], [-0.088494, 51.50655], [-0.088378, 51.506864], [-0.088341, 51.506883], [-0.088322, 51.506925], [-0.088038, 51.506896], [-0.088095, 51.506846], [-0.088225, 51.506541], [-0.088515, 51.506382], [-0.088543, 51.506337], [-0.088534, 51.506298], [-0.088733, 51.506311], [-0.088815, 51.506283], [-0.088851, 51.506224], [-0.088892, 51.506199], [-0.088901, 51.506172], [-0.08888, 51.506144], [-0.08872, 51.506098], [-0.088725, 51.506058], [-0.088701, 51.506031], [-0.088528, 51.505994], [-0.089049, 51.505544], [-0.089394, 51.505775], [-0.089514, 51.505779], [-0.090031, 51.505878], [-0.090235, 51.505812], [-0.090353, 51.505797], [-0.090439, 51.50582], [-0.090372, 51.506087], [-0.090414, 51.506115], [-0.090583, 51.506135]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 11365, &quot;postcode&quot;: &quot;SE1 9DA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.088631, 51.50653], [-0.088862, 51.506557], [-0.089152, 51.506618], [-0.089084, 51.506796], [-0.089072, 51.506941], [-0.088801, 51.506922], [-0.088378, 51.506864], [-0.088509, 51.506513], [-0.08854, 51.506518], [-0.088546, 51.506503], [-0.088603, 51.506525], [-0.088618, 51.50649], [-0.088646, 51.506495], [-0.088631, 51.50653]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1850, &quot;postcode&quot;: &quot;SE1 9DD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091234, 51.506732], [-0.091173, 51.506854], [-0.091086, 51.506859], [-0.09104, 51.506927], [-0.090816, 51.506882], [-0.090746, 51.506898], [-0.09067, 51.506885], [-0.090625, 51.506895], [-0.090589, 51.506976], [-0.090486, 51.507006], [-0.090465, 51.507049], [-0.090477, 51.507076], [-0.090451, 51.507081], [-0.090389, 51.507073], [-0.090342, 51.507087], [-0.090206, 51.507076], [-0.090161, 51.507059], [-0.090102, 51.507068], [-0.08832, 51.506922], [-0.088349, 51.506856], [-0.088803, 51.506922], [-0.089247, 51.506953], [-0.090104, 51.507049], [-0.090157, 51.507042], [-0.090185, 51.507018], [-0.090181, 51.506983], [-0.09035, 51.5066], [-0.090287, 51.506414], [-0.09026, 51.506388], [-0.090213, 51.506379], [-0.090168, 51.506391], [-0.090113, 51.506472], [-0.089993, 51.506442], [-0.090023, 51.506157], [-0.090284, 51.506228], [-0.090334, 51.506212], [-0.090354, 51.506176], [-0.090503, 51.506189], [-0.090591, 51.506136], [-0.090597, 51.506212], [-0.090567, 51.506234], [-0.090566, 51.506265], [-0.090609, 51.506293], [-0.090706, 51.506299], [-0.090706, 51.506362], [-0.090729, 51.506388], [-0.090773, 51.506399], [-0.091006, 51.506393], [-0.091011, 51.506544], [-0.090969, 51.506641], [-0.09098, 51.506675], [-0.091234, 51.506732]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5091, &quot;postcode&quot;: &quot;SE1 9DE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090157, 51.507035], [-0.090119, 51.50705], [-0.089072, 51.506941], [-0.089084, 51.506796], [-0.089137, 51.506655], [-0.089532, 51.506604], [-0.089842, 51.506658], [-0.089857, 51.506714], [-0.089697, 51.506686], [-0.089877, 51.506718], [-0.089884, 51.506719], [-0.089945, 51.506716], [-0.090002, 51.50668], [-0.090193, 51.50634], [-0.09026, 51.506343], [-0.090353, 51.506607], [-0.090157, 51.507035]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3629, &quot;postcode&quot;: &quot;SE1 9DF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092043, 51.507024], [-0.091452, 51.507051], [-0.091381, 51.507041], [-0.091332, 51.507057], [-0.090794, 51.507081], [-0.090811, 51.507042], [-0.091224, 51.506963], [-0.091324, 51.506975], [-0.091379, 51.506934], [-0.091763, 51.506861], [-0.09183, 51.506895], [-0.091929, 51.506906], [-0.091964, 51.506934], [-0.092036, 51.506944], [-0.092043, 51.507024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1022, &quot;postcode&quot;: &quot;SE1 9DG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09145, 51.507051], [-0.092043, 51.507024], [-0.092094, 51.507228], [-0.091289, 51.507157], [-0.091345, 51.507031], [-0.09145, 51.507051]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 919, &quot;postcode&quot;: &quot;SE1 9DL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097074, 51.507722], [-0.096483, 51.507849], [-0.096328, 51.50774], [-0.096341, 51.507665], [-0.096316, 51.507634], [-0.096002, 51.507606], [-0.09595, 51.507632], [-0.095882, 51.507762], [-0.095897, 51.507795], [-0.095947, 51.507813], [-0.095875, 51.507813], [-0.095833, 51.507851], [-0.095757, 51.507836], [-0.095786, 51.507779], [-0.095772, 51.507746], [-0.095666, 51.507714], [-0.095975, 51.507551], [-0.096019, 51.507317], [-0.096529, 51.507333], [-0.096525, 51.50743], [-0.096544, 51.507457], [-0.096596, 51.507485], [-0.096829, 51.507545], [-0.097074, 51.507722]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2698, &quot;postcode&quot;: &quot;SE1 9DR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096035, 51.507829], [-0.096046, 51.507865], [-0.096302, 51.507874], [-0.096293, 51.507926], [-0.096299, 51.50789], [-0.096395, 51.507893], [-0.0963, 51.50817], [-0.095965, 51.508327], [-0.09555, 51.508209], [-0.095553, 51.508197], [-0.095585, 51.508203], [-0.095757, 51.507836], [-0.095833, 51.507851], [-0.095803, 51.507907], [-0.095861, 51.507797], [-0.096035, 51.507829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2165, &quot;postcode&quot;: &quot;SE1 9DS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097675, 51.508343], [-0.097494, 51.508358], [-0.097441, 51.508349], [-0.097133, 51.508376], [-0.097053, 51.508396], [-0.096139, 51.508377], [-0.095965, 51.508327], [-0.096295, 51.508168], [-0.096395, 51.507893], [-0.096491, 51.507833], [-0.096558, 51.507834], [-0.097066, 51.507732], [-0.097082, 51.507787], [-0.097131, 51.507809], [-0.097468, 51.507817], [-0.097618, 51.507804], [-0.097637, 51.50794], [-0.097598, 51.507959], [-0.097588, 51.507988], [-0.097646, 51.508294], [-0.097675, 51.508343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6004, &quot;postcode&quot;: &quot;SE1 9DT&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096483, 51.507849], [-0.096395, 51.507893], [-0.096299, 51.50789], [-0.096249, 51.50787], [-0.096046, 51.507865], [-0.096009, 51.507825], [-0.095862, 51.507797], [-0.095967, 51.507599], [-0.09635, 51.507628], [-0.096336, 51.507741], [-0.096483, 51.507849]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 885, &quot;postcode&quot;: &quot;SE1 9DX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097147, 51.507255], [-0.097181, 51.507257], [-0.097177, 51.507354], [-0.096939, 51.507347], [-0.097147, 51.507255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 112, &quot;postcode&quot;: &quot;SE1 9DZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09494, 51.506477], [-0.094416, 51.506378], [-0.094346, 51.506394], [-0.094025, 51.506305], [-0.093955, 51.506319], [-0.093938, 51.506359], [-0.094101, 51.5068], [-0.09418, 51.506822], [-0.094235, 51.506786], [-0.094417, 51.506765], [-0.094457, 51.506827], [-0.094436, 51.506901], [-0.09447, 51.506927], [-0.094526, 51.506935], [-0.094551, 51.506974], [-0.094542, 51.507027], [-0.094043, 51.507022], [-0.093899, 51.507267], [-0.093931, 51.507322], [-0.093677, 51.507393], [-0.093402, 51.506994], [-0.093441, 51.506895], [-0.093426, 51.506861], [-0.093266, 51.506803], [-0.093036, 51.506789], [-0.093013, 51.506728], [-0.092897, 51.506704], [-0.092883, 51.50659], [-0.092851, 51.506567], [-0.092807, 51.506561], [-0.092807, 51.506462], [-0.092823, 51.506233], [-0.092878, 51.506157], [-0.092919, 51.505862], [-0.092898, 51.505803], [-0.092772, 51.505651], [-0.093565, 51.505665], [-0.093621, 51.505649], [-0.093639, 51.505621], [-0.093659, 51.505066], [-0.093753, 51.504922], [-0.093771, 51.504928], [-0.093731, 51.505123], [-0.093768, 51.505219], [-0.093854, 51.505279], [-0.093968, 51.505307], [-0.093968, 51.505336], [-0.093996, 51.50536], [-0.094199, 51.505392], [-0.094177, 51.505436], [-0.094235, 51.50547], [-0.094181, 51.50563], [-0.094192, 51.50566], [-0.09423, 51.505678], [-0.094384, 51.505699], [-0.094361, 51.505777], [-0.094398, 51.505813], [-0.094829, 51.505872], [-0.09494, 51.506477]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 18775, &quot;postcode&quot;: &quot;SE1 9EA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096253, 51.507229], [-0.096065, 51.507318], [-0.095647, 51.507304], [-0.095715, 51.5072], [-0.095687, 51.50717], [-0.095614, 51.507155], [-0.095603, 51.507087], [-0.095903, 51.507111], [-0.095956, 51.507101], [-0.095997, 51.50713], [-0.096161, 51.507162], [-0.096253, 51.507229]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 777, &quot;postcode&quot;: &quot;SE1 9ED&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093272, 51.506804], [-0.093448, 51.506875], [-0.093402, 51.506994], [-0.093677, 51.507393], [-0.093569, 51.507646], [-0.092268, 51.507276], [-0.09285, 51.507105], [-0.092901, 51.506997], [-0.09306, 51.507044], [-0.093195, 51.507005], [-0.092661, 51.506836], [-0.092679, 51.506774], [-0.093109, 51.506831], [-0.092929, 51.506807], [-0.093063, 51.506785], [-0.093272, 51.506804]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4579, &quot;postcode&quot;: &quot;SE1 9EF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.0933, 51.505107], [-0.093341, 51.505019], [-0.093659, 51.505066], [-0.093637, 51.505666], [-0.092772, 51.505651], [-0.092662, 51.505571], [-0.09275, 51.505527], [-0.092696, 51.50548], [-0.092933, 51.50535], [-0.093053, 51.505196], [-0.093387, 51.505154], [-0.09326, 51.505111], [-0.0933, 51.505107]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 3320, &quot;postcode&quot;: &quot;SE1 9EG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09594, 51.505516], [-0.095813, 51.505831], [-0.095518, 51.505789], [-0.0955, 51.505752], [-0.095443, 51.505735], [-0.095454, 51.50547], [-0.095506, 51.505445], [-0.09594, 51.505516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1078, &quot;postcode&quot;: &quot;SE1 9EJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097107, 51.505715], [-0.09726, 51.505686], [-0.097244, 51.506089], [-0.096807, 51.506043], [-0.096797, 51.506017], [-0.097236, 51.50597], [-0.097157, 51.505821], [-0.096844, 51.505884], [-0.096747, 51.505792], [-0.096793, 51.505659], [-0.097017, 51.505696], [-0.096867, 51.50522], [-0.097077, 51.505123], [-0.097211, 51.505144], [-0.097362, 51.505454], [-0.097294, 51.505482], [-0.097207, 51.505313], [-0.097322, 51.505537], [-0.097362, 51.505613], [-0.097386, 51.505661], [-0.097316, 51.505675], [-0.097107, 51.505715]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2488, &quot;postcode&quot;: &quot;SE1 9EP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092919, 51.50586], [-0.09288, 51.505897], [-0.092901, 51.505992], [-0.092879, 51.506163], [-0.092824, 51.506221], [-0.092807, 51.50656], [-0.092781, 51.506599], [-0.092733, 51.506609], [-0.092703, 51.506637], [-0.092366, 51.506584], [-0.092352, 51.506546], [-0.0924, 51.506401], [-0.092422, 51.506225], [-0.092442, 51.505825], [-0.092426, 51.505796], [-0.092346, 51.505744], [-0.092521, 51.505651], [-0.092541, 51.505615], [-0.092432, 51.50553], [-0.092473, 51.505498], [-0.092465, 51.50546], [-0.092225, 51.505301], [-0.092479, 51.505269], [-0.092538, 51.505275], [-0.092648, 51.505248], [-0.092661, 51.505254], [-0.092589, 51.505319], [-0.092535, 51.505326], [-0.092507, 51.505351], [-0.092499, 51.505412], [-0.092561, 51.505442], [-0.092607, 51.505435], [-0.092873, 51.505302], [-0.092932, 51.505349], [-0.092735, 51.505463], [-0.092723, 51.505493], [-0.09275, 51.505527], [-0.092698, 51.505575], [-0.092899, 51.505804], [-0.092919, 51.50586]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4057, &quot;postcode&quot;: &quot;SE1 9EQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095813, 51.505831], [-0.095805, 51.505854], [-0.095931, 51.505877], [-0.095974, 51.505919], [-0.096451, 51.506005], [-0.096171, 51.505975], [-0.095675, 51.506316], [-0.095387, 51.506254], [-0.095331, 51.506101], [-0.095458, 51.505982], [-0.095451, 51.506006], [-0.095459, 51.505979], [-0.095383, 51.50581], [-0.095415, 51.505759], [-0.095443, 51.505735], [-0.095532, 51.505749], [-0.095518, 51.505789], [-0.095813, 51.505831]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2132, &quot;postcode&quot;: &quot;SE1 9EU&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.090794, 51.507082], [-0.091334, 51.507057], [-0.091289, 51.507157], [-0.091039, 51.507111], [-0.091025, 51.507142], [-0.090768, 51.507122], [-0.090794, 51.507082]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 262, &quot;postcode&quot;: &quot;SE1 9FE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092781, 51.5066], [-0.092901, 51.506803], [-0.092679, 51.506774], [-0.092722, 51.506639], [-0.092703, 51.506637], [-0.092703, 51.506605], [-0.092781, 51.5066]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 198, &quot;postcode&quot;: &quot;SE1 9FJ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094933, 51.507736], [-0.095086, 51.507779], [-0.095068, 51.507807], [-0.095244, 51.507849], [-0.095392, 51.507653], [-0.095359, 51.507709], [-0.095393, 51.507713], [-0.095333, 51.507818], [-0.095422, 51.507662], [-0.095806, 51.507745], [-0.095585, 51.508203], [-0.095547, 51.508196], [-0.09555, 51.508209], [-0.094798, 51.507995], [-0.094933, 51.507736]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2456, &quot;postcode&quot;: &quot;SE1 9HA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09537, 51.506803], [-0.095334, 51.506949], [-0.095248, 51.506911], [-0.095268, 51.506768], [-0.09523, 51.506748], [-0.095135, 51.506739], [-0.095153, 51.506596], [-0.095196, 51.506507], [-0.095337, 51.506541], [-0.095289, 51.506756], [-0.095313, 51.506788], [-0.09537, 51.506803]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 375, &quot;postcode&quot;: &quot;SE1 9HB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094541, 51.506466], [-0.094417, 51.506765], [-0.094215, 51.506794], [-0.094189, 51.506821], [-0.094177, 51.506909], [-0.094137, 51.506907], [-0.093907, 51.506272], [-0.094346, 51.506394], [-0.094385, 51.506437], [-0.094541, 51.506466]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1553, &quot;postcode&quot;: &quot;SE1 9HD&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09583, 51.50621], [-0.095915, 51.506395], [-0.095908, 51.506409], [-0.09586, 51.506399], [-0.095933, 51.506427], [-0.095804, 51.506666], [-0.095331, 51.506571], [-0.095337, 51.506541], [-0.095196, 51.506507], [-0.095216, 51.506426], [-0.095375, 51.50636], [-0.095368, 51.506393], [-0.095386, 51.5063], [-0.0957, 51.506363], [-0.095479, 51.506316], [-0.095547, 51.506288], [-0.095675, 51.506316], [-0.09583, 51.50621]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1515, &quot;postcode&quot;: &quot;SE1 9HF&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094258, 51.505407], [-0.094235, 51.50547], [-0.09389, 51.505511], [-0.093834, 51.505504], [-0.093825, 51.505472], [-0.094101, 51.505439], [-0.094199, 51.505392], [-0.094258, 51.505407]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 172, &quot;postcode&quot;: &quot;SE1 9HG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09509, 51.505079], [-0.095508, 51.505444], [-0.095215, 51.505586], [-0.095454, 51.50547], [-0.095443, 51.505735], [-0.095383, 51.50581], [-0.095459, 51.505979], [-0.095331, 51.506101], [-0.095387, 51.506254], [-0.095547, 51.506288], [-0.095479, 51.506316], [-0.095386, 51.5063], [-0.095375, 51.50636], [-0.095216, 51.506426], [-0.095173, 51.5066], [-0.094956, 51.506564], [-0.094812, 51.50578], [-0.094981, 51.505699], [-0.094839, 51.50568], [-0.094774, 51.505527], [-0.094924, 51.505547], [-0.094847, 51.505478], [-0.094847, 51.505442], [-0.094645, 51.505413], [-0.094687, 51.505343], [-0.09439, 51.505274], [-0.094372, 51.505303], [-0.094309, 51.505288], [-0.094429, 51.50509], [-0.094935, 51.505213], [-0.09509, 51.505079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6346, &quot;postcode&quot;: &quot;SE1 9HH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093889, 51.507284], [-0.094028, 51.50702], [-0.094016, 51.507012], [-0.09446, 51.507022], [-0.094875, 51.507053], [-0.094854, 51.507128], [-0.094911, 51.507133], [-0.094858, 51.507306], [-0.094525, 51.507865], [-0.094503, 51.50786], [-0.094475, 51.507903], [-0.093569, 51.507646], [-0.093677, 51.507393], [-0.093932, 51.507322], [-0.093889, 51.507284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 5930, &quot;postcode&quot;: &quot;SE1 9HL&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094956, 51.506563], [-0.094346, 51.506394], [-0.094359, 51.506367], [-0.09494, 51.506477], [-0.094956, 51.506563]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 261, &quot;postcode&quot;: &quot;SE1 9HN&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.09294, 51.504906], [-0.092971, 51.504865], [-0.093172, 51.50492], [-0.093101, 51.505057], [-0.092884, 51.504983], [-0.092907, 51.504952], [-0.092859, 51.504929], [-0.09291, 51.504861], [-0.092961, 51.504879], [-0.09294, 51.504906]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 279, &quot;postcode&quot;: &quot;SE1 9HP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095334, 51.506949], [-0.095221, 51.507168], [-0.095193, 51.50729], [-0.094985, 51.507283], [-0.095081, 51.506934], [-0.095052, 51.506894], [-0.094979, 51.50689], [-0.095011, 51.506754], [-0.095064, 51.50677], [-0.095135, 51.506739], [-0.095288, 51.506753], [-0.095255, 51.506896], [-0.095334, 51.506949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 966, &quot;postcode&quot;: &quot;SE1 9HQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.093387, 51.505154], [-0.093061, 51.505199], [-0.092929, 51.505347], [-0.092883, 51.505322], [-0.092822, 51.505328], [-0.092636, 51.505421], [-0.09254, 51.505508], [-0.092477, 51.505471], [-0.092514, 51.505323], [-0.092497, 51.50529], [-0.092441, 51.505275], [-0.092261, 51.505295], [-0.092387, 51.505002], [-0.092605, 51.505072], [-0.092652, 51.505074], [-0.092815, 51.504998], [-0.09286, 51.504929], [-0.09289, 51.504921], [-0.092921, 51.504991], [-0.093045, 51.505035], [-0.093119, 51.505017], [-0.093158, 51.504943], [-0.093199, 51.504954], [-0.093232, 51.505093], [-0.093387, 51.505154]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2134, &quot;postcode&quot;: &quot;SE1 9HR&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.095747, 51.507177], [-0.095584, 51.507389], [-0.09557, 51.507693], [-0.095475, 51.507674], [-0.095422, 51.507683], [-0.095393, 51.507713], [-0.095334, 51.507731], [-0.095244, 51.507849], [-0.095068, 51.507807], [-0.09504, 51.50777], [-0.09493, 51.507741], [-0.095183, 51.507329], [-0.095253, 51.507095], [-0.095747, 51.507177]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2480, &quot;postcode&quot;: &quot;SE1 9HS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.094981, 51.505699], [-0.094825, 51.505779], [-0.094829, 51.505872], [-0.094348, 51.505808], [-0.094371, 51.505734], [-0.094355, 51.505705], [-0.094167, 51.50567], [-0.094238, 51.505414], [-0.094197, 51.505392], [-0.093953, 51.505358], [-0.093944, 51.505314], [-0.09381, 51.505254], [-0.09374, 51.505171], [-0.093733, 51.505035], [-0.093771, 51.504928], [-0.093814, 51.5049], [-0.093863, 51.504761], [-0.093973, 51.50476], [-0.094028, 51.504707], [-0.09413, 51.504714], [-0.094529, 51.504824], [-0.094685, 51.504962], [-0.095002, 51.505002], [-0.09509, 51.505079], [-0.094935, 51.505213], [-0.094469, 51.505103], [-0.09441, 51.505125], [-0.09435, 51.505235], [-0.09439, 51.505274], [-0.094687, 51.505343], [-0.09467, 51.505387], [-0.094699, 51.505417], [-0.094847, 51.505442], [-0.094857, 51.505486], [-0.094924, 51.505547], [-0.094855, 51.505543], [-0.094811, 51.505564], [-0.09483, 51.505657], [-0.094868, 51.505683], [-0.094981, 51.505699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6187, &quot;postcode&quot;: &quot;SE1 9HW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096712, 51.506663], [-0.096639, 51.506852], [-0.096323, 51.506774], [-0.096143, 51.50682], [-0.096068, 51.506809], [-0.096038, 51.506798], [-0.096057, 51.506756], [-0.096034, 51.506725], [-0.095805, 51.506666], [-0.095919, 51.506451], [-0.095915, 51.506395], [-0.096485, 51.506516], [-0.096584, 51.506561], [-0.096712, 51.506663]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1925, &quot;postcode&quot;: &quot;SE1 9HZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099461, 51.506686], [-0.09939, 51.507185], [-0.098362, 51.507132], [-0.098303, 51.507153], [-0.098286, 51.507199], [-0.097838, 51.507176], [-0.097768, 51.507128], [-0.098253, 51.506763], [-0.098244, 51.50668], [-0.098092, 51.506638], [-0.097926, 51.50643], [-0.097832, 51.506243], [-0.097879, 51.506212], [-0.098068, 51.506192], [-0.098244, 51.506193], [-0.098536, 51.506159], [-0.098987, 51.506164], [-0.099137, 51.506198], [-0.099215, 51.506199], [-0.099206, 51.506608], [-0.099169, 51.506639], [-0.099166, 51.50667], [-0.099229, 51.506701], [-0.099461, 51.506686]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 10009, &quot;postcode&quot;: &quot;SE1 9JA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099034, 51.508377], [-0.09883, 51.50837], [-0.098786, 51.508385], [-0.098821, 51.508179], [-0.098896, 51.508173], [-0.098899, 51.508249], [-0.098928, 51.50825], [-0.098928, 51.508263], [-0.099176, 51.508246], [-0.099177, 51.508147], [-0.099254, 51.50815], [-0.09928, 51.508171], [-0.099399, 51.508175], [-0.099416, 51.508163], [-0.099409, 51.508444], [-0.099053, 51.508437], [-0.099075, 51.508407], [-0.099034, 51.508377]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 964, &quot;postcode&quot;: &quot;SE1 9JB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097675, 51.507745], [-0.09765, 51.507757], [-0.097688, 51.508024], [-0.097862, 51.508049], [-0.097941, 51.508228], [-0.098119, 51.508202], [-0.098114, 51.508188], [-0.098263, 51.508112], [-0.098771, 51.508125], [-0.098809, 51.508151], [-0.098916, 51.508157], [-0.09893, 51.508143], [-0.099114, 51.508146], [-0.099176, 51.508246], [-0.098928, 51.508263], [-0.098928, 51.50825], [-0.098899, 51.508249], [-0.098896, 51.508173], [-0.098821, 51.508179], [-0.098786, 51.508385], [-0.09883, 51.50837], [-0.099034, 51.508377], [-0.099075, 51.508407], [-0.099053, 51.508437], [-0.097055, 51.508396], [-0.09713, 51.508376], [-0.097491, 51.508345], [-0.097494, 51.508358], [-0.097675, 51.508343], [-0.097669, 51.508319], [-0.097009, 51.508369], [-0.097033, 51.508302], [-0.097082, 51.508299], [-0.097104, 51.508317], [-0.097258, 51.508311], [-0.097273, 51.508291], [-0.097303, 51.508289], [-0.097305, 51.508301], [-0.097388, 51.508294], [-0.097384, 51.508282], [-0.097435, 51.508278], [-0.097439, 51.50829], [-0.097651, 51.508266], [-0.09758, 51.507943], [-0.097637, 51.50794], [-0.097618, 51.507804], [-0.097468, 51.507817], [-0.097283, 51.507805], [-0.09728, 51.507819], [-0.097081, 51.507806], [-0.097066, 51.507732], [-0.09775, 51.507493], [-0.097845, 51.507425], [-0.097808, 51.507753], [-0.097675, 51.507745]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 4796, &quot;postcode&quot;: &quot;SE1 9JE&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096932, 51.506508], [-0.09706, 51.506517], [-0.097056, 51.506615], [-0.097016, 51.506612], [-0.096932, 51.506508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 64, &quot;postcode&quot;: &quot;SE1 9JX&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097617, 51.506129], [-0.097818, 51.506569], [-0.096924, 51.506507], [-0.096536, 51.506434], [-0.096485, 51.506516], [-0.095915, 51.506395], [-0.09583, 51.50621], [-0.096171, 51.505975], [-0.097617, 51.506129]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6187, &quot;postcode&quot;: &quot;SE1 9JY&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.096536, 51.506434], [-0.096932, 51.506508], [-0.097016, 51.506612], [-0.096978, 51.50661], [-0.097056, 51.506615], [-0.09706, 51.506517], [-0.097822, 51.506567], [-0.097617, 51.506129], [-0.097578, 51.506125], [-0.097696, 51.506137], [-0.098154, 51.506715], [-0.097403, 51.507265], [-0.097147, 51.507255], [-0.096994, 51.507062], [-0.096714, 51.507043], [-0.096821, 51.506813], [-0.096682, 51.506763], [-0.096712, 51.506663], [-0.096584, 51.506561], [-0.096488, 51.506529], [-0.096485, 51.506516], [-0.096536, 51.506434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 6337, &quot;postcode&quot;: &quot;SE1 9JZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.091355, 51.506531], [-0.091503, 51.506539], [-0.091522, 51.506438], [-0.091603, 51.506449], [-0.091551, 51.506686], [-0.091491, 51.506811], [-0.091763, 51.506861], [-0.091379, 51.506934], [-0.091351, 51.506988], [-0.091224, 51.506963], [-0.090811, 51.507042], [-0.090826, 51.506883], [-0.09104, 51.506927], [-0.091084, 51.506838], [-0.091173, 51.506854], [-0.091234, 51.506732], [-0.090947, 51.506687], [-0.090989, 51.506596], [-0.091075, 51.506547], [-0.091078, 51.506509], [-0.091368, 51.50649], [-0.091355, 51.506531]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1918, &quot;postcode&quot;: &quot;SE1 9LB&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092353, 51.506546], [-0.092006, 51.505586], [-0.092156, 51.505325], [-0.092177, 51.505328], [-0.092193, 51.505376], [-0.092329, 51.505464], [-0.092478, 51.505472], [-0.092501, 51.505489], [-0.092465, 51.505517], [-0.092467, 51.505548], [-0.092582, 51.505626], [-0.092404, 51.505713], [-0.09238, 51.505739], [-0.092391, 51.505772], [-0.092443, 51.505802], [-0.09242, 51.506249], [-0.0924, 51.506401], [-0.092353, 51.506546]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 2361, &quot;postcode&quot;: &quot;SE1 9PA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089907, 51.505413], [-0.089843, 51.505405], [-0.089788, 51.505434], [-0.089698, 51.50545], [-0.089617, 51.5055], [-0.089579, 51.50557], [-0.089561, 51.505547], [-0.089612, 51.505504], [-0.089609, 51.50547], [-0.089458, 51.505393], [-0.089479, 51.505361], [-0.089463, 51.505332], [-0.089351, 51.505283], [-0.089629, 51.505053], [-0.08977, 51.505297], [-0.089846, 51.50534], [-0.089907, 51.505413]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 857, &quot;postcode&quot;: &quot;SE1 9QG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.089005, 51.506088], [-0.088931, 51.506118], [-0.088808, 51.506307], [-0.088746, 51.506325], [-0.088561, 51.506294], [-0.088538, 51.506261], [-0.088479, 51.506242], [-0.088531, 51.506076], [-0.088482, 51.506034], [-0.088528, 51.505994], [-0.08876, 51.506039], [-0.088745, 51.506091], [-0.088815, 51.506123], [-0.088886, 51.506112], [-0.088905, 51.506068], [-0.089005, 51.506088]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 735, &quot;postcode&quot;: &quot;SE1 9QQ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087885, 51.506409], [-0.087833, 51.506416], [-0.087606, 51.506397], [-0.087544, 51.506413], [-0.087493, 51.506455], [-0.087293, 51.506436], [-0.087135, 51.50638], [-0.087256, 51.506395], [-0.087358, 51.506336], [-0.087468, 51.506342], [-0.087517, 51.506301], [-0.087717, 51.50632], [-0.087749, 51.506345], [-0.087867, 51.506381], [-0.087885, 51.506409]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 401, &quot;postcode&quot;: &quot;SE1 9RA&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097712, 51.507504], [-0.097074, 51.507722], [-0.096829, 51.507545], [-0.096775, 51.507341], [-0.097249, 51.507356], [-0.0973, 51.507341], [-0.097712, 51.507504]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1645, &quot;postcode&quot;: &quot;SE1 9RW&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.092448, 51.506603], [-0.092451, 51.506601], [-0.092491, 51.506609], [-0.092448, 51.506603]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 0, &quot;postcode&quot;: &quot;SE1 9RZ&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087074, 51.505458], [-0.087093, 51.505444], [-0.087724, 51.505753], [-0.087448, 51.505769], [-0.087401, 51.505758], [-0.087204, 51.505629], [-0.087168, 51.505496], [-0.087272, 51.505539], [-0.087074, 51.505458]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 480, &quot;postcode&quot;: &quot;SE1 9SG&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.097146, 51.507255], [-0.097053, 51.507295], [-0.097046, 51.507341], [-0.096545, 51.507231], [-0.096487, 51.5072], [-0.096526, 51.507095], [-0.096452, 51.50706], [-0.096519, 51.507052], [-0.096558, 51.507], [-0.096803, 51.506865], [-0.096737, 51.506996], [-0.096744, 51.507025], [-0.096793, 51.507048], [-0.096994, 51.507062], [-0.097146, 51.507255]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 1181, &quot;postcode&quot;: &quot;SE1 9SH&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.087168, 51.505496], [-0.087164, 51.505518], [-0.087021, 51.505581], [-0.086781, 51.505575], [-0.086745, 51.505607], [-0.08674, 51.505697], [-0.086512, 51.505786], [-0.08644, 51.505755], [-0.0865, 51.505764], [-0.086551, 51.505744], [-0.086758, 51.505449], [-0.08682, 51.505453], [-0.086862, 51.50543], [-0.086871, 51.505335], [-0.087168, 51.505496]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 668, &quot;postcode&quot;: &quot;SE1 9SP&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.086742, 51.505695], [-0.087164, 51.505518], [-0.087204, 51.505629], [-0.086997, 51.505789], [-0.086888, 51.505762], [-0.086742, 51.505695]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 444, &quot;postcode&quot;: &quot;SE1 9SS&quot;}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;geometry&quot;: {&quot;coordinates&quot;: [[[-0.099177, 51.508147], [-0.099176, 51.508238], [-0.099114, 51.508146], [-0.09893, 51.508143], [-0.098916, 51.508157], [-0.098809, 51.508151], [-0.098771, 51.508125], [-0.098263, 51.508112], [-0.098114, 51.508188], [-0.098119, 51.508202], [-0.097941, 51.508228], [-0.097862, 51.508049], [-0.097688, 51.508024], [-0.09765, 51.507757], [-0.097675, 51.507745], [-0.097808, 51.507753], [-0.097858, 51.507435], [-0.097732, 51.507338], [-0.097797, 51.507306], [-0.097662, 51.507204], [-0.097768, 51.507128], [-0.097838, 51.507176], [-0.098288, 51.5072], [-0.098298, 51.507129], [-0.09939, 51.507185], [-0.099461, 51.506686], [-0.100021, 51.506655], [-0.099433, 51.50749], [-0.099416, 51.508163], [-0.099399, 51.508175], [-0.09928, 51.508171], [-0.099238, 51.50815], [-0.099254, 51.50815], [-0.099177, 51.508147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;properties&quot;: {&quot;area_sqm&quot;: 14484, &quot;postcode&quot;: &quot;SE1 9TG&quot;}, &quot;type&quot;: &quot;Feature&quot;}], &quot;type&quot;: &quot;FeatureCollection&quot;});\n",
"\n",
" \n",
" \n",
" geo_json_cd5071f492bfe49e621f3cf97bb9bdc9.bindTooltip(\n",
" function(layer){\n",
" let div = L.DomUtil.create(&#x27;div&#x27;);\n",
" \n",
" let handleObject = feature =&gt; {\n",
" if (feature === null) {\n",
" return &#x27;&#x27;;\n",
" } else if (typeof(feature)==&#x27;object&#x27;) {\n",
" return JSON.stringify(feature);\n",
" } else {\n",
" return feature;\n",
" }\n",
" }\n",
" let fields = [&quot;postcode&quot;, &quot;area_sqm&quot;];\n",
" let aliases = [&quot;Postcode&quot;, &quot;Area (sqm)&quot;];\n",
" let table = &#x27;&lt;table&gt;&#x27; +\n",
" String(\n",
" fields.map(\n",
" (v,i)=&gt;\n",
" `&lt;tr&gt;\n",
" &lt;th&gt;${aliases[i]}&lt;/th&gt;\n",
" \n",
" &lt;td&gt;${handleObject(layer.feature.properties[v])}&lt;/td&gt;\n",
" &lt;/tr&gt;`).join(&#x27;&#x27;))\n",
" +&#x27;&lt;/table&gt;&#x27;;\n",
" div.innerHTML=table;\n",
" \n",
" return div\n",
" }\n",
" ,{\n",
" &quot;sticky&quot;: true,\n",
" &quot;className&quot;: &quot;foliumtooltip&quot;,\n",
"});\n",
" \n",
" \n",
" geo_json_cd5071f492bfe49e621f3cf97bb9bdc9.addTo(map_f9989a28ed9e0882d445f10655b7b235);\n",
" \n",
" \n",
" var color_map_ea3a187b40c52d5850920fcb89a2611e = {};\n",
"\n",
" \n",
" color_map_ea3a187b40c52d5850920fcb89a2611e.color = d3.scale.threshold()\n",
" .domain([0.0, 0.18011443326497756, 0.3602288665299551, 0.5403432997949326, 0.7204577330599102, 0.9005721663248878, 1.0806865995898651, 1.260801032854843, 1.4409154661198205, 1.621029899384798, 1.8011443326497756, 1.9812587659147531, 2.1613731991797303, 2.341487632444708, 2.521602065709686, 2.701716498974663, 2.881830932239641, 3.0619453655046183, 3.242059798769596, 3.422174232034574, 3.602288665299551, 3.7824030985645285, 3.9625175318295063, 4.142631965094484, 4.3227463983594605, 4.502860831624439, 4.682975264889416, 4.863089698154393, 5.043204131419372, 5.223318564684349, 5.403432997949326, 5.5835474312143045, 5.763661864479282, 5.943776297744259, 6.1238907310092365, 6.304005164274215, 6.484119597539192, 6.664234030804169, 6.844348464069148, 7.024462897334125, 7.204577330599102, 7.38469176386408, 7.564806197129057, 7.744920630394034, 7.925035063659013, 8.105149496923989, 8.285263930188968, 8.465378363453945, 8.645492796718921, 8.8256072299839, 9.005721663248877, 9.185836096513855, 9.365950529778832, 9.546064963043811, 9.726179396308787, 9.906293829573766, 10.086408262838743, 10.26652269610372, 10.446637129368698, 10.626751562633677, 10.806865995898653, 10.986980429163632, 11.167094862428609, 11.347209295693586, 11.527323728958564, 11.70743816222354, 11.887552595488518, 12.067667028753496, 12.247781462018473, 12.42789589528345, 12.60801032854843, 12.788124761813405, 12.968239195078384, 13.148353628343362, 13.328468061608339, 13.508582494873316, 13.688696928138295, 13.86881136140327, 14.04892579466825, 14.229040227933227, 14.409154661198205, 14.589269094463182, 14.76938352772816, 14.949497960993137, 15.129612394258114, 15.309726827523093, 15.489841260788069, 15.669955694053048, 15.850070127318025, 16.030184560583002, 16.210298993847978, 16.390413427112957, 16.570527860377936, 16.750642293642912, 16.93075672690789, 17.110871160172866, 17.290985593437842, 17.471100026702825, 17.6512144599678, 17.831328893232776, 18.011443326497755, 18.191557759762734, 18.37167219302771, 18.55178662629269, 18.731901059557664, 18.912015492822643, 19.092129926087622, 19.272244359352598, 19.452358792617574, 19.632473225882556, 19.812587659147532, 19.992702092412507, 20.172816525677487, 20.352930958942462, 20.53304539220744, 20.71315982547242, 20.893274258737396, 21.07338869200237, 21.253503125267354, 21.43361755853233, 21.613731991797305, 21.793846425062284, 21.973960858327263, 22.15407529159224, 22.334189724857218, 22.514304158122194, 22.694418591387173, 22.874533024652152, 23.054647457917127, 23.234761891182103, 23.41487632444708, 23.59499075771206, 23.775105190977037, 23.955219624242012, 24.13533405750699, 24.31544849077197, 24.495562924036946, 24.675677357301925, 24.8557917905669, 25.03590622383188, 25.21602065709686, 25.396135090361835, 25.57624952362681, 25.756363956891793, 25.93647839015677, 26.116592823421744, 26.296707256686723, 26.4768216899517, 26.656936123216678, 26.837050556481657, 27.017164989746632, 27.197279423011608, 27.37739385627659, 27.557508289541566, 27.73762272280654, 27.91773715607152, 28.0978515893365, 28.277966022601476, 28.458080455866455, 28.63819488913143, 28.81830932239641, 28.99842375566139, 29.178538188926364, 29.35865262219134, 29.53876705545632, 29.718881488721298, 29.898995921986273, 30.079110355251252, 30.259224788516228, 30.439339221781207, 30.619453655046186, 30.79956808831116, 30.979682521576137, 31.15979695484112, 31.339911388106096, 31.52002582137107, 31.70014025463605, 31.880254687901026, 32.060369121166005, 32.24048355443098, 32.420597987695956, 32.60071242096094, 32.780826854225914, 32.96094128749089, 33.14105572075587, 33.32117015402085, 33.501284587285824, 33.6813990205508, 33.86151345381578, 34.04162788708076, 34.22174232034573, 34.401856753610716, 34.581971186875684, 34.76208562014067, 34.94220005340565, 35.12231448667062, 35.3024289199356, 35.48254335320058, 35.66265778646555, 35.842772219730534, 36.02288665299551, 36.203001086260485, 36.38311551952547, 36.563229952790444, 36.74334438605542, 36.9234588193204, 37.10357325258538, 37.28368768585035, 37.46380211911533, 37.64391655238031, 37.82403098564529, 38.00414541891026, 38.184259852175245, 38.36437428544021, 38.544488718705196, 38.72460315197018, 38.90471758523515, 39.08483201850013, 39.26494645176511, 39.44506088503008, 39.625175318295064, 39.80528975156004, 39.985404184825015, 40.16551861809, 40.34563305135497, 40.52574748461995, 40.705861917884924, 40.88597635114991, 41.06609078441488, 41.24620521767986, 41.42631965094484, 41.606434084209816, 41.78654851747479, 41.966662950739774, 42.14677738400474, 42.326891817269725, 42.50700625053471, 42.68712068379968, 42.86723511706466, 43.04734955032964, 43.22746398359461, 43.40757841685959, 43.58769285012457, 43.767807283389544, 43.94792171665453, 44.1280361499195, 44.30815058318448, 44.48826501644945, 44.668379449714436, 44.84849388297941, 45.02860831624439, 45.20872274950937, 45.388837182774346, 45.56895161603932, 45.749066049304304, 45.92918048256927, 46.109294915834255, 46.28940934909923, 46.469523782364206, 46.64963821562919, 46.82975264889416, 47.00986708215914, 47.18998151542412, 47.37009594868909, 47.550210381954074, 47.730324815219056, 47.910439248484025, 48.09055368174901, 48.27066811501398, 48.45078254827896, 48.63089698154394, 48.81101141480892, 48.99112584807389, 49.17124028133887, 49.35135471460385, 49.531469147868826, 49.7115835811338, 49.891698014398784, 50.07181244766376, 50.251926880928735, 50.43204131419372, 50.61215574745869, 50.79227018072367, 50.97238461398865, 51.15249904725362, 51.3326134805186, 51.512727913783586, 51.692842347048554, 51.87295678031354, 52.05307121357851, 52.23318564684349, 52.41330008010847, 52.593414513373446, 52.77352894663842, 52.9536433799034, 53.13375781316838, 53.313872246433355, 53.49398667969833, 53.674101112963314, 53.85421554622829, 54.034329979493265, 54.21444441275825, 54.394558846023216, 54.5746732792882, 54.75478771255318, 54.93490214581815, 55.11501657908313, 55.29513101234811, 55.47524544561308, 55.655359878878066, 55.83547431214304, 56.01558874540802, 56.195703178673, 56.375817611937975, 56.55593204520295, 56.73604647846793, 56.91616091173291, 57.096275344997885, 57.27638977826286, 57.45650421152784, 57.63661864479282, 57.816733078057794, 57.99684751132278, 58.176961944587745, 58.35707637785273, 58.53719081111771, 58.71730524438268, 58.89741967764766, 59.07753411091264, 59.25764854417761, 59.437762977442596, 59.61787741070757, 59.79799184397255, 59.97810627723753, 60.158220710502505, 60.33833514376748, 60.518449577032456, 60.69856401029744, 60.878678443562414, 61.05879287682739, 61.23890731009237, 61.41902174335734, 61.59913617662232, 61.779250609887306, 61.959365043152275, 62.13947947641726, 62.31959390968224, 62.49970834294721, 62.67982277621219, 62.85993720947717, 63.04005164274214, 63.220166076007125, 63.4002805092721, 63.580394942537076, 63.76050937580205, 63.94062380906703, 64.12073824233201, 64.30085267559699, 64.48096710886196, 64.66108154212695, 64.84119597539191, 65.0213104086569, 65.20142484192188, 65.38153927518685, 65.56165370845183, 65.74176814171682, 65.92188257498178, 66.10199700824676, 66.28211144151174, 66.46222587477672, 66.6423403080417, 66.82245474130667, 67.00256917457165, 67.18268360783662, 67.3627980411016, 67.54291247436659, 67.72302690763156, 67.90314134089654, 68.08325577416151, 68.26337020742649, 68.44348464069147, 68.62359907395646, 68.80371350722143, 68.9838279404864, 69.16394237375137, 69.34405680701636, 69.52417124028133, 69.70428567354631, 69.8844001068113, 70.06451454007627, 70.24462897334124, 70.42474340660623, 70.6048578398712, 70.78497227313618, 70.96508670640117, 71.14520113966614, 71.3253155729311, 71.5054300061961, 71.68554443946107, 71.86565887272604, 72.04577330599102, 72.22588773925601, 72.40600217252097, 72.58611660578595, 72.76623103905094, 72.94634547231591, 73.12645990558089, 73.30657433884588, 73.48668877211084, 73.66680320537581, 73.8469176386408, 74.02703207190578, 74.20714650517075, 74.38726093843572, 74.5673753717007, 74.74748980496568, 74.92760423823066, 75.10771867149565, 75.28783310476062, 75.46794753802558, 75.64806197129057, 75.82817640455555, 76.00829083782052, 76.18840527108551, 76.36851970435049, 76.54863413761545, 76.72874857088043, 76.90886300414542, 77.08897743741039, 77.26909187067537, 77.44920630394036, 77.62932073720532, 77.8094351704703, 77.98954960373528, 78.16966403700026, 78.34977847026524, 78.52989290353023, 78.71000733679519, 78.89012177006016, 79.07023620332514, 79.25035063659013, 79.4304650698551, 79.61057950312008, 79.79069393638505, 79.97080836965003, 80.150922802915, 80.33103723618, 80.51115166944497, 80.69126610270995, 80.87138053597492, 81.0514949692399, 81.23160940250487, 81.41172383576985, 81.59183826903484, 81.77195270229981, 81.95206713556477, 82.13218156882976, 82.31229600209474, 82.49241043535972, 82.6725248686247, 82.85263930188968, 83.03275373515464, 83.21286816841963, 83.39298260168461, 83.57309703494958, 83.75321146821456, 83.93332590147955, 84.11344033474451, 84.29355476800949, 84.47366920127448, 84.65378363453945, 84.83389806780443, 85.01401250106942, 85.19412693433438, 85.37424136759935, 85.55435580086434, 85.73447023412932, 85.9145846673943, 86.09469910065928, 86.27481353392425, 86.45492796718922, 86.6350424004542, 86.81515683371919, 86.99527126698416, 87.17538570024914, 87.35550013351411, 87.53561456677909, 87.71572900004406, 87.89584343330905, 88.07595786657403, 88.256072299839, 88.43618673310398, 88.61630116636896, 88.79641559963393, 88.9765300328989, 89.1566444661639, 89.33675889942887, 89.51687333269383, 89.69698776595882, 89.8771021992238])\n",
" .range([&#x27;#ffffccff&#x27;, &#x27;#ffffcbff&#x27;, &#x27;#fffecbff&#x27;, &#x27;#fffdcaff&#x27;, &#x27;#fffdc9ff&#x27;, &#x27;#fffcc8ff&#x27;, &#x27;#fffbc7ff&#x27;, &#x27;#fffbc6ff&#x27;, &#x27;#fffac5ff&#x27;, &#x27;#fff9c4ff&#x27;, &#x27;#fff9c4ff&#x27;, &#x27;#fff8c3ff&#x27;, &#x27;#fff7c2ff&#x27;, &#x27;#fff7c1ff&#x27;, &#x27;#fff6c0ff&#x27;, &#x27;#fff5bfff&#x27;, &#x27;#fff4beff&#x27;, &#x27;#fff4beff&#x27;, &#x27;#fff3bdff&#x27;, &#x27;#fff2bcff&#x27;, &#x27;#fff2bbff&#x27;, &#x27;#fff1baff&#x27;, &#x27;#fff0b9ff&#x27;, &#x27;#fff0b8ff&#x27;, &#x27;#ffefb7ff&#x27;, &#x27;#ffeeb7ff&#x27;, &#x27;#ffeeb6ff&#x27;, &#x27;#ffedb5ff&#x27;, &#x27;#ffecb4ff&#x27;, &#x27;#ffecb3ff&#x27;, &#x27;#ffebb2ff&#x27;, &#x27;#ffeab1ff&#x27;, &#x27;#ffe9b0ff&#x27;, &#x27;#ffe9b0ff&#x27;, &#x27;#ffe8afff&#x27;, &#x27;#ffe7aeff&#x27;, &#x27;#ffe7adff&#x27;, &#x27;#ffe6acff&#x27;, &#x27;#ffe5abff&#x27;, &#x27;#ffe5aaff&#x27;, &#x27;#ffe4aaff&#x27;, &#x27;#ffe3a9ff&#x27;, &#x27;#ffe3a8ff&#x27;, &#x27;#ffe2a7ff&#x27;, &#x27;#ffe1a6ff&#x27;, &#x27;#ffe1a5ff&#x27;, &#x27;#ffe0a4ff&#x27;, &#x27;#ffdfa3ff&#x27;, &#x27;#ffdea3ff&#x27;, &#x27;#ffdea2ff&#x27;, &#x27;#ffdda1ff&#x27;, &#x27;#ffdca0ff&#x27;, &#x27;#ffdc9fff&#x27;, &#x27;#ffdb9eff&#x27;, &#x27;#ffda9dff&#x27;, &#x27;#ffda9cff&#x27;, &#x27;#ffd99cff&#x27;, &#x27;#ffd89bff&#x27;, &#x27;#ffd89aff&#x27;, &#x27;#ffd799ff&#x27;, &#x27;#ffd698ff&#x27;, &#x27;#ffd697ff&#x27;, &#x27;#ffd596ff&#x27;, &#x27;#ffd496ff&#x27;, &#x27;#ffd395ff&#x27;, &#x27;#ffd394ff&#x27;, &#x27;#ffd293ff&#x27;, &#x27;#ffd192ff&#x27;, &#x27;#ffd191ff&#x27;, &#x27;#ffd090ff&#x27;, &#x27;#ffcf8fff&#x27;, &#x27;#ffcf8fff&#x27;, &#x27;#ffce8eff&#x27;, &#x27;#ffcd8dff&#x27;, &#x27;#ffcd8cff&#x27;, &#x27;#ffcc8bff&#x27;, &#x27;#ffcb8aff&#x27;, &#x27;#ffcb89ff&#x27;, &#x27;#ffca89ff&#x27;, &#x27;#ffc988ff&#x27;, &#x27;#ffc887ff&#x27;, &#x27;#ffc886ff&#x27;, &#x27;#ffc785ff&#x27;, &#x27;#fec684ff&#x27;, &#x27;#fec683ff&#x27;, &#x27;#fec582ff&#x27;, &#x27;#fec482ff&#x27;, &#x27;#fec481ff&#x27;, &#x27;#fec380ff&#x27;, &#x27;#fec27fff&#x27;, &#x27;#fec27eff&#x27;, &#x27;#fec17dff&#x27;, &#x27;#fec07cff&#x27;, &#x27;#fec07bff&#x27;, &#x27;#febf7bff&#x27;, &#x27;#febe7aff&#x27;, &#x27;#febd79ff&#x27;, &#x27;#febd78ff&#x27;, &#x27;#febc77ff&#x27;, &#x27;#febb76ff&#x27;, &#x27;#febb75ff&#x27;, &#x27;#feba75ff&#x27;, &#x27;#feb974ff&#x27;, &#x27;#feb973ff&#x27;, &#x27;#feb872ff&#x27;, &#x27;#feb771ff&#x27;, &#x27;#feb770ff&#x27;, &#x27;#feb66fff&#x27;, &#x27;#feb56eff&#x27;, &#x27;#feb56eff&#x27;, &#x27;#feb46dff&#x27;, &#x27;#feb36cff&#x27;, &#x27;#feb26bff&#x27;, &#x27;#feb26aff&#x27;, &#x27;#feb169ff&#x27;, &#x27;#feb068ff&#x27;, &#x27;#feb067ff&#x27;, &#x27;#feaf67ff&#x27;, &#x27;#feae66ff&#x27;, &#x27;#feae65ff&#x27;, &#x27;#fead64ff&#x27;, &#x27;#feac63ff&#x27;, &#x27;#feac62ff&#x27;, &#x27;#feab61ff&#x27;, &#x27;#feaa61ff&#x27;, &#x27;#fea960ff&#x27;, &#x27;#fea95fff&#x27;, &#x27;#fea85eff&#x27;, &#x27;#fea75dff&#x27;, &#x27;#fea75cff&#x27;, &#x27;#fea65bff&#x27;, &#x27;#fea55aff&#x27;, &#x27;#fea55aff&#x27;, &#x27;#fea459ff&#x27;, &#x27;#fea358ff&#x27;, &#x27;#fea357ff&#x27;, &#x27;#fea256ff&#x27;, &#x27;#fea155ff&#x27;, &#x27;#fea154ff&#x27;, &#x27;#fea053ff&#x27;, &#x27;#fe9f53ff&#x27;, &#x27;#fe9e52ff&#x27;, &#x27;#fe9e51ff&#x27;, &#x27;#fe9d50ff&#x27;, &#x27;#fe9c4fff&#x27;, &#x27;#fe9c4eff&#x27;, &#x27;#fe9b4dff&#x27;, &#x27;#fe9a4dff&#x27;, &#x27;#fe9a4cff&#x27;, &#x27;#fe994bff&#x27;, &#x27;#fe984aff&#x27;, &#x27;#fe9849ff&#x27;, &#x27;#fe9748ff&#x27;, &#x27;#fe9647ff&#x27;, &#x27;#fe9646ff&#x27;, &#x27;#fe9546ff&#x27;, &#x27;#fe9445ff&#x27;, &#x27;#fe9344ff&#x27;, &#x27;#fe9343ff&#x27;, &#x27;#fe9242ff&#x27;, &#x27;#fe9141ff&#x27;, &#x27;#fe9140ff&#x27;, &#x27;#fe9040ff&#x27;, &#x27;#fe8f3fff&#x27;, &#x27;#fe8f3eff&#x27;, &#x27;#fe8e3dff&#x27;, &#x27;#fd8d3cff&#x27;, &#x27;#fd8d3cff&#x27;, &#x27;#fd8c3bff&#x27;, &#x27;#fd8b3bff&#x27;, &#x27;#fd8b3bff&#x27;, &#x27;#fd8a3bff&#x27;, &#x27;#fd893bff&#x27;, &#x27;#fc883aff&#x27;, &#x27;#fc883aff&#x27;, &#x27;#fc873aff&#x27;, &#x27;#fc863aff&#x27;, &#x27;#fc863aff&#x27;, &#x27;#fc8539ff&#x27;, &#x27;#fc8439ff&#x27;, &#x27;#fb8439ff&#x27;, &#x27;#fb8339ff&#x27;, &#x27;#fb8239ff&#x27;, &#x27;#fb8139ff&#x27;, &#x27;#fb8138ff&#x27;, &#x27;#fb8038ff&#x27;, &#x27;#fa7f38ff&#x27;, &#x27;#fa7f38ff&#x27;, &#x27;#fa7e38ff&#x27;, &#x27;#fa7d37ff&#x27;, &#x27;#fa7d37ff&#x27;, &#x27;#fa7c37ff&#x27;, &#x27;#f97b37ff&#x27;, &#x27;#f97b37ff&#x27;, &#x27;#f97a36ff&#x27;, &#x27;#f97936ff&#x27;, &#x27;#f97836ff&#x27;, &#x27;#f97836ff&#x27;, &#x27;#f97736ff&#x27;, &#x27;#f87635ff&#x27;, &#x27;#f87635ff&#x27;, &#x27;#f87535ff&#x27;, &#x27;#f87435ff&#x27;, &#x27;#f87435ff&#x27;, &#x27;#f87334ff&#x27;, &#x27;#f77234ff&#x27;, &#x27;#f77234ff&#x27;, &#x27;#f77134ff&#x27;, &#x27;#f77034ff&#x27;, &#x27;#f76f33ff&#x27;, &#x27;#f76f33ff&#x27;, &#x27;#f66e33ff&#x27;, &#x27;#f66d33ff&#x27;, &#x27;#f66d33ff&#x27;, &#x27;#f66c33ff&#x27;, &#x27;#f66b32ff&#x27;, &#x27;#f66b32ff&#x27;, &#x27;#f66a32ff&#x27;, &#x27;#f56932ff&#x27;, &#x27;#f56832ff&#x27;, &#x27;#f56831ff&#x27;, &#x27;#f56731ff&#x27;, &#x27;#f56631ff&#x27;, &#x27;#f56631ff&#x27;, &#x27;#f46531ff&#x27;, &#x27;#f46430ff&#x27;, &#x27;#f46430ff&#x27;, &#x27;#f46330ff&#x27;, &#x27;#f46230ff&#x27;, &#x27;#f46230ff&#x27;, &#x27;#f4612fff&#x27;, &#x27;#f3602fff&#x27;, &#x27;#f35f2fff&#x27;, &#x27;#f35f2fff&#x27;, &#x27;#f35e2fff&#x27;, &#x27;#f35d2eff&#x27;, &#x27;#f35d2eff&#x27;, &#x27;#f25c2eff&#x27;, &#x27;#f25b2eff&#x27;, &#x27;#f25b2eff&#x27;, &#x27;#f25a2eff&#x27;, &#x27;#f2592dff&#x27;, &#x27;#f2592dff&#x27;, &#x27;#f1582dff&#x27;, &#x27;#f1572dff&#x27;, &#x27;#f1562dff&#x27;, &#x27;#f1562cff&#x27;, &#x27;#f1552cff&#x27;, &#x27;#f1542cff&#x27;, &#x27;#f1542cff&#x27;, &#x27;#f0532cff&#x27;, &#x27;#f0522bff&#x27;, &#x27;#f0522bff&#x27;, &#x27;#f0512bff&#x27;, &#x27;#f0502bff&#x27;, &#x27;#f0502bff&#x27;, &#x27;#ef4f2aff&#x27;, &#x27;#ef4e2aff&#x27;, &#x27;#ef4d2aff&#x27;, &#x27;#ef4d2aff&#x27;, &#x27;#ef4c2aff&#x27;, &#x27;#ef4b29ff&#x27;, &#x27;#ee4b29ff&#x27;, &#x27;#ee4a29ff&#x27;, &#x27;#ee4929ff&#x27;, &#x27;#ee4929ff&#x27;, &#x27;#ee4828ff&#x27;, &#x27;#ee4728ff&#x27;, &#x27;#ee4628ff&#x27;, &#x27;#ed4628ff&#x27;, &#x27;#ed4528ff&#x27;, &#x27;#ed4428ff&#x27;, &#x27;#ed4427ff&#x27;, &#x27;#ed4327ff&#x27;, &#x27;#ed4227ff&#x27;, &#x27;#ec4227ff&#x27;, &#x27;#ec4127ff&#x27;, &#x27;#ec4026ff&#x27;, &#x27;#ec4026ff&#x27;, &#x27;#ec3f26ff&#x27;, &#x27;#ec3e26ff&#x27;, &#x27;#eb3d26ff&#x27;, &#x27;#eb3d25ff&#x27;, &#x27;#eb3c25ff&#x27;, &#x27;#eb3b25ff&#x27;, &#x27;#eb3b25ff&#x27;, &#x27;#eb3a25ff&#x27;, &#x27;#eb3924ff&#x27;, &#x27;#ea3924ff&#x27;, &#x27;#ea3824ff&#x27;, &#x27;#ea3724ff&#x27;, &#x27;#ea3724ff&#x27;, &#x27;#ea3623ff&#x27;, &#x27;#ea3523ff&#x27;, &#x27;#e93423ff&#x27;, &#x27;#e93423ff&#x27;, &#x27;#e93323ff&#x27;, &#x27;#e93222ff&#x27;, &#x27;#e93222ff&#x27;, &#x27;#e93122ff&#x27;, &#x27;#e93022ff&#x27;, &#x27;#e83022ff&#x27;, &#x27;#e82f22ff&#x27;, &#x27;#e82e21ff&#x27;, &#x27;#e82d21ff&#x27;, &#x27;#e82d21ff&#x27;, &#x27;#e82c21ff&#x27;, &#x27;#e72b21ff&#x27;, &#x27;#e72b20ff&#x27;, &#x27;#e72a20ff&#x27;, &#x27;#e72920ff&#x27;, &#x27;#e72920ff&#x27;, &#x27;#e72820ff&#x27;, &#x27;#e6271fff&#x27;, &#x27;#e6271fff&#x27;, &#x27;#e6261fff&#x27;, &#x27;#e6251fff&#x27;, &#x27;#e6241fff&#x27;, &#x27;#e6241eff&#x27;, &#x27;#e6231eff&#x27;, &#x27;#e5221eff&#x27;, &#x27;#e5221eff&#x27;, &#x27;#e5211eff&#x27;, &#x27;#e5201dff&#x27;, &#x27;#e5201dff&#x27;, &#x27;#e51f1dff&#x27;, &#x27;#e41e1dff&#x27;, &#x27;#e41e1dff&#x27;, &#x27;#e41d1dff&#x27;, &#x27;#e41c1cff&#x27;, &#x27;#e41b1cff&#x27;, &#x27;#e41b1cff&#x27;, &#x27;#e31a1cff&#x27;, &#x27;#e31a1cff&#x27;, &#x27;#e3191cff&#x27;, &#x27;#e2191cff&#x27;, &#x27;#e1191cff&#x27;, &#x27;#e1191cff&#x27;, &#x27;#e0191cff&#x27;, &#x27;#e0191cff&#x27;, &#x27;#df181cff&#x27;, &#x27;#de181cff&#x27;, &#x27;#de181cff&#x27;, &#x27;#dd181cff&#x27;, &#x27;#dd181cff&#x27;, &#x27;#dc181cff&#x27;, &#x27;#db181cff&#x27;, &#x27;#db171cff&#x27;, &#x27;#da171dff&#x27;, &#x27;#da171dff&#x27;, &#x27;#d9171dff&#x27;, &#x27;#d8171dff&#x27;, &#x27;#d8171dff&#x27;, &#x27;#d7161dff&#x27;, &#x27;#d7161dff&#x27;, &#x27;#d6161dff&#x27;, &#x27;#d5161dff&#x27;, &#x27;#d5161dff&#x27;, &#x27;#d4161dff&#x27;, &#x27;#d4151dff&#x27;, &#x27;#d3151dff&#x27;, &#x27;#d2151dff&#x27;, &#x27;#d2151dff&#x27;, &#x27;#d1151dff&#x27;, &#x27;#d1151eff&#x27;, &#x27;#d0151eff&#x27;, &#x27;#cf141eff&#x27;, &#x27;#cf141eff&#x27;, &#x27;#ce141eff&#x27;, &#x27;#ce141eff&#x27;, &#x27;#cd141eff&#x27;, &#x27;#cc141eff&#x27;, &#x27;#cc131eff&#x27;, &#x27;#cb131eff&#x27;, &#x27;#cb131eff&#x27;, &#x27;#ca131eff&#x27;, &#x27;#c9131eff&#x27;, &#x27;#c9131eff&#x27;, &#x27;#c8121eff&#x27;, &#x27;#c8121eff&#x27;, &#x27;#c7121eff&#x27;, &#x27;#c7121fff&#x27;, &#x27;#c6121fff&#x27;, &#x27;#c5121fff&#x27;, &#x27;#c5121fff&#x27;, &#x27;#c4111fff&#x27;, &#x27;#c4111fff&#x27;, &#x27;#c3111fff&#x27;, &#x27;#c2111fff&#x27;, &#x27;#c2111fff&#x27;, &#x27;#c1111fff&#x27;, &#x27;#c1101fff&#x27;, &#x27;#c0101fff&#x27;, &#x27;#bf101fff&#x27;, &#x27;#bf101fff&#x27;, &#x27;#be101fff&#x27;, &#x27;#be101fff&#x27;, &#x27;#bd101fff&#x27;, &#x27;#bc0f20ff&#x27;, &#x27;#bc0f20ff&#x27;, &#x27;#bb0f20ff&#x27;, &#x27;#bb0f20ff&#x27;, &#x27;#ba0f20ff&#x27;, &#x27;#b90f20ff&#x27;, &#x27;#b90e20ff&#x27;, &#x27;#b80e20ff&#x27;, &#x27;#b80e20ff&#x27;, &#x27;#b70e20ff&#x27;, &#x27;#b60e20ff&#x27;, &#x27;#b60e20ff&#x27;, &#x27;#b50d20ff&#x27;, &#x27;#b50d20ff&#x27;, &#x27;#b40d20ff&#x27;, &#x27;#b30d20ff&#x27;, &#x27;#b30d21ff&#x27;, &#x27;#b20d21ff&#x27;, &#x27;#b20d21ff&#x27;, &#x27;#b10c21ff&#x27;, &#x27;#b00c21ff&#x27;, &#x27;#b00c21ff&#x27;, &#x27;#af0c21ff&#x27;, &#x27;#af0c21ff&#x27;, &#x27;#ae0c21ff&#x27;, &#x27;#ad0b21ff&#x27;, &#x27;#ad0b21ff&#x27;, &#x27;#ac0b21ff&#x27;, &#x27;#ac0b21ff&#x27;, &#x27;#ab0b21ff&#x27;, &#x27;#aa0b21ff&#x27;, &#x27;#aa0a21ff&#x27;, &#x27;#a90a21ff&#x27;, &#x27;#a90a22ff&#x27;, &#x27;#a80a22ff&#x27;, &#x27;#a70a22ff&#x27;, &#x27;#a70a22ff&#x27;, &#x27;#a60a22ff&#x27;, &#x27;#a60922ff&#x27;, &#x27;#a50922ff&#x27;, &#x27;#a40922ff&#x27;, &#x27;#a40922ff&#x27;, &#x27;#a30922ff&#x27;, &#x27;#a30922ff&#x27;, &#x27;#a20822ff&#x27;, &#x27;#a10822ff&#x27;, &#x27;#a10822ff&#x27;, &#x27;#a00822ff&#x27;, &#x27;#a00822ff&#x27;, &#x27;#9f0823ff&#x27;, &#x27;#9e0823ff&#x27;, &#x27;#9e0723ff&#x27;, &#x27;#9d0723ff&#x27;, &#x27;#9d0723ff&#x27;, &#x27;#9c0723ff&#x27;, &#x27;#9b0723ff&#x27;, &#x27;#9b0723ff&#x27;, &#x27;#9a0623ff&#x27;, &#x27;#9a0623ff&#x27;, &#x27;#990623ff&#x27;, &#x27;#990623ff&#x27;, &#x27;#980623ff&#x27;, &#x27;#970623ff&#x27;, &#x27;#970523ff&#x27;, &#x27;#960523ff&#x27;, &#x27;#960523ff&#x27;, &#x27;#950524ff&#x27;, &#x27;#940524ff&#x27;, &#x27;#940524ff&#x27;, &#x27;#930524ff&#x27;, &#x27;#930424ff&#x27;, &#x27;#920424ff&#x27;, &#x27;#910424ff&#x27;, &#x27;#910424ff&#x27;, &#x27;#900424ff&#x27;, &#x27;#900424ff&#x27;, &#x27;#8f0324ff&#x27;, &#x27;#8e0324ff&#x27;, &#x27;#8e0324ff&#x27;, &#x27;#8d0324ff&#x27;, &#x27;#8d0324ff&#x27;, &#x27;#8c0324ff&#x27;, &#x27;#8b0225ff&#x27;, &#x27;#8b0225ff&#x27;, &#x27;#8a0225ff&#x27;, &#x27;#8a0225ff&#x27;, &#x27;#890225ff&#x27;, &#x27;#880225ff&#x27;, &#x27;#880225ff&#x27;, &#x27;#870125ff&#x27;, &#x27;#870125ff&#x27;, &#x27;#860125ff&#x27;, &#x27;#850125ff&#x27;, &#x27;#850125ff&#x27;, &#x27;#840125ff&#x27;, &#x27;#840025ff&#x27;, &#x27;#830025ff&#x27;, &#x27;#820025ff&#x27;, &#x27;#820025ff&#x27;, &#x27;#810026ff&#x27;, &#x27;#810026ff&#x27;, &#x27;#800026ff&#x27;]);\n",
" \n",
"\n",
" color_map_ea3a187b40c52d5850920fcb89a2611e.x = d3.scale.linear()\n",
" .domain([0.0, 89.8771021992238])\n",
" .range([0, 450 - 50]);\n",
"\n",
" color_map_ea3a187b40c52d5850920fcb89a2611e.legend = L.control({position: &#x27;topright&#x27;});\n",
" color_map_ea3a187b40c52d5850920fcb89a2611e.legend.onAdd = function (map) {var div = L.DomUtil.create(&#x27;div&#x27;, &#x27;legend&#x27;); return div};\n",
" color_map_ea3a187b40c52d5850920fcb89a2611e.legend.addTo(map_f9989a28ed9e0882d445f10655b7b235);\n",
"\n",
" color_map_ea3a187b40c52d5850920fcb89a2611e.xAxis = d3.svg.axis()\n",
" .scale(color_map_ea3a187b40c52d5850920fcb89a2611e.x)\n",
" .orient(&quot;top&quot;)\n",
" .tickSize(1)\n",
" .tickValues([0.0, 29.959034066407934, 59.91806813281587, 89.87710219922378]);\n",
"\n",
" color_map_ea3a187b40c52d5850920fcb89a2611e.svg = d3.select(&quot;.legend.leaflet-control&quot;).append(&quot;svg&quot;)\n",
" .attr(&quot;id&quot;, &#x27;legend&#x27;)\n",
" .attr(&quot;width&quot;, 450)\n",
" .attr(&quot;height&quot;, 40);\n",
"\n",
" color_map_ea3a187b40c52d5850920fcb89a2611e.g = color_map_ea3a187b40c52d5850920fcb89a2611e.svg.append(&quot;g&quot;)\n",
" .attr(&quot;class&quot;, &quot;key&quot;)\n",
" .attr(&quot;fill&quot;, &quot;black&quot;)\n",
" .attr(&quot;transform&quot;, &quot;translate(25,16)&quot;);\n",
"\n",
" color_map_ea3a187b40c52d5850920fcb89a2611e.g.selectAll(&quot;rect&quot;)\n",
" .data(color_map_ea3a187b40c52d5850920fcb89a2611e.color.range().map(function(d, i) {\n",
" return {\n",
" x0: i ? color_map_ea3a187b40c52d5850920fcb89a2611e.x(color_map_ea3a187b40c52d5850920fcb89a2611e.color.domain()[i - 1]) : color_map_ea3a187b40c52d5850920fcb89a2611e.x.range()[0],\n",
" x1: i &lt; color_map_ea3a187b40c52d5850920fcb89a2611e.color.domain().length ? color_map_ea3a187b40c52d5850920fcb89a2611e.x(color_map_ea3a187b40c52d5850920fcb89a2611e.color.domain()[i]) : color_map_ea3a187b40c52d5850920fcb89a2611e.x.range()[1],\n",
" z: d\n",
" };\n",
" }))\n",
" .enter().append(&quot;rect&quot;)\n",
" .attr(&quot;height&quot;, 40 - 30)\n",
" .attr(&quot;x&quot;, function(d) { return d.x0; })\n",
" .attr(&quot;width&quot;, function(d) { return d.x1 - d.x0; })\n",
" .style(&quot;fill&quot;, function(d) { return d.z; });\n",
"\n",
" color_map_ea3a187b40c52d5850920fcb89a2611e.g.call(color_map_ea3a187b40c52d5850920fcb89a2611e.xAxis).append(&quot;text&quot;)\n",
" .attr(&quot;class&quot;, &quot;caption&quot;)\n",
" .attr(&quot;y&quot;, 21)\n",
" .attr(&quot;fill&quot;, &quot;black&quot;)\n",
" .text(&quot;% area removed by greenspace&quot;);\n",
"&lt;/script&gt;\n",
"&lt;/html&gt;\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>"
],
"text/plain": [
"<folium.folium.Map at 0x7f01fac0b1a0>"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import branca.colormap as cm\n",
"\n",
"# Map showing % area removed as a heatmap\n",
"m3 = folium.Map(location=BANK, zoom_start=15, tiles=\"cartodbpositron\")\n",
"\n",
"# Build a feature collection with removal percentage\n",
"diff_lookup = {pc: pct for pc, _, _, pct in diffs}\n",
"max_pct = max((pct for _, _, _, pct in diffs), default=1)\n",
"\n",
"colormap = cm.LinearColormap(\n",
" colors=[\"#ffffcc\", \"#fd8d3c\", \"#e31a1c\", \"#800026\"],\n",
" vmin=0, vmax=min(max_pct, 90),\n",
" caption=\"% area removed by greenspace\",\n",
")\n",
"\n",
"# Show original boundaries, colored by how much was removed\n",
"def style_by_removal(feature):\n",
" pc = feature[\"properties\"][\"postcode\"]\n",
" pct = diff_lookup.get(pc, 0)\n",
" if pct <= 1:\n",
" return {\"fillColor\": \"#cccccc\", \"color\": \"#999\", \"weight\": 0.5, \"fillOpacity\": 0.15}\n",
" return {\n",
" \"fillColor\": colormap(min(pct, 90)),\n",
" \"color\": \"white\",\n",
" \"weight\": 1,\n",
" \"fillOpacity\": 0.6,\n",
" }\n",
"\n",
"folium.GeoJson(\n",
" no_green,\n",
" name=\"Greenspace removal %\",\n",
" style_function=style_by_removal,\n",
" tooltip=folium.GeoJsonTooltip(\n",
" fields=[\"postcode\", \"area_sqm\"],\n",
" aliases=[\"Postcode\", \"Area (sqm)\"],\n",
" ),\n",
").add_to(m3)\n",
"\n",
"colormap.add_to(m3)\n",
"m3"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "property-map",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.12"
}
},
"nbformat": 4,
"nbformat_minor": 4
}